awslabs / aws-sdk-swift

Apache License 2.0
359 stars 71 forks source link

feat: Modularize Smithy waiters #1572

Closed jbelkins closed 3 weeks ago

jbelkins commented 3 weeks ago

Issue \

https://github.com/awslabs/aws-sdk-swift/issues/1571

Description of changes

Smithy Waiters is being modularized in https://github.com/smithy-lang/smithy-swift/pull/761.

This PR adds the waiters module to protocol tests and adjusts imports in protocol tests as well.

Code generation changes are included since only ~50 services are affected.

New/existing dependencies impact assessment, if applicable

No new dependencies were added to this change.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.