@cdklabs/cdk-ecs-codedeploy 0.0.424 → 0.0.425

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (172) hide show
  1. package/.jsii +3 -3
  2. package/.jsii.tabl.json +1 -1
  3. package/lib/api-canary/index.js +1 -1
  4. package/lib/ecs-appspec/index.js +1 -1
  5. package/lib/ecs-deployment/index.js +1 -1
  6. package/lib/ecs-patterns/application-load-balanced-codedeployed-fargate-service.js +1 -1
  7. package/node_modules/@aws-sdk/client-codedeploy/package.json +20 -20
  8. package/node_modules/@aws-sdk/client-sso/package.json +19 -19
  9. package/node_modules/@aws-sdk/core/account-id-endpoint.js +0 -1
  10. package/node_modules/@aws-sdk/core/package.json +9 -9
  11. package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  12. package/node_modules/@aws-sdk/credential-provider-http/package.json +6 -6
  13. package/node_modules/@aws-sdk/credential-provider-ini/package.json +12 -12
  14. package/node_modules/@aws-sdk/credential-provider-login/package.json +6 -6
  15. package/node_modules/@aws-sdk/credential-provider-node/README.md +3 -3
  16. package/node_modules/@aws-sdk/credential-provider-node/package.json +10 -10
  17. package/node_modules/@aws-sdk/credential-provider-process/package.json +5 -5
  18. package/node_modules/@aws-sdk/credential-provider-sso/package.json +7 -7
  19. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
  20. package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  21. package/node_modules/@aws-sdk/middleware-logger/package.json +4 -4
  22. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  23. package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
  24. package/node_modules/@aws-sdk/nested-clients/package.json +19 -19
  25. package/node_modules/@aws-sdk/region-config-resolver/package.json +4 -4
  26. package/node_modules/@aws-sdk/token-providers/package.json +6 -6
  27. package/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +1 -1
  28. package/node_modules/@aws-sdk/types/package.json +3 -3
  29. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/LICENSE +201 -0
  30. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/README.md +4 -0
  31. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-cjs/index.js +22 -0
  32. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/abort.js +1 -0
  33. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/auth.js +1 -0
  34. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/blob/blob-types.js +1 -0
  35. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/checksum.js +1 -0
  36. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/client.js +1 -0
  37. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/command.js +1 -0
  38. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/connection.js +1 -0
  39. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/credentials.js +1 -0
  40. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/crypto.js +1 -0
  41. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/dns.js +5 -0
  42. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/encode.js +1 -0
  43. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/endpoint.js +1 -0
  44. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/eventStream.js +1 -0
  45. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/extensions/index.js +1 -0
  46. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/feature-ids.js +1 -0
  47. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/function.js +1 -0
  48. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/http.js +1 -0
  49. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/identity/AnonymousIdentity.js +1 -0
  50. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/identity/AwsCredentialIdentity.js +1 -0
  51. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/identity/Identity.js +1 -0
  52. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/identity/LoginIdentity.js +1 -0
  53. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/identity/TokenIdentity.js +1 -0
  54. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/identity/index.js +5 -0
  55. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/index.js +34 -0
  56. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/logger.js +1 -0
  57. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/middleware.js +1 -0
  58. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/pagination.js +1 -0
  59. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/profile.js +1 -0
  60. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/request.js +1 -0
  61. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/response.js +1 -0
  62. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/retry.js +1 -0
  63. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/serde.js +1 -0
  64. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/shapes.js +1 -0
  65. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/signature.js +1 -0
  66. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/stream.js +1 -0
  67. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/token.js +1 -0
  68. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/transfer.js +1 -0
  69. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/uri.js +1 -0
  70. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/util.js +1 -0
  71. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-es/waiter.js +1 -0
  72. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/abort.d.ts +1 -0
  73. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/auth.d.ts +1 -0
  74. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +2 -0
  75. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/checksum.d.ts +1 -0
  76. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/client.d.ts +1 -0
  77. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/command.d.ts +1 -0
  78. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/connection.d.ts +1 -0
  79. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +52 -0
  80. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +1 -0
  81. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/dns.d.ts +85 -0
  82. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/encode.d.ts +1 -0
  83. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts +1 -0
  84. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +1 -0
  85. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts +8 -0
  86. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +67 -0
  87. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/function.d.ts +7 -0
  88. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/http.d.ts +33 -0
  89. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +6 -0
  90. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +61 -0
  91. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts +1 -0
  92. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +18 -0
  93. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +11 -0
  94. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/identity/index.d.ts +5 -0
  95. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/index.d.ts +34 -0
  96. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/logger.d.ts +22 -0
  97. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +13 -0
  98. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +1 -0
  99. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/profile.d.ts +1 -0
  100. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/request.d.ts +7 -0
  101. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/response.d.ts +7 -0
  102. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/retry.d.ts +1 -0
  103. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/serde.d.ts +24 -0
  104. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +1 -0
  105. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/signature.d.ts +1 -0
  106. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/stream.d.ts +1 -0
  107. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/token.d.ts +17 -0
  108. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +1 -0
  109. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +1 -0
  110. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/auth.d.ts +5 -0
  111. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/blob-types.d.ts +2 -0
  112. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/checksum.d.ts +1 -0
  113. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/client.d.ts +1 -0
  114. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/command.d.ts +1 -0
  115. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/connection.d.ts +6 -0
  116. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +15 -0
  117. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +7 -0
  118. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/dns.d.ts +19 -0
  119. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/encode.d.ts +6 -0
  120. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/endpoint.d.ts +9 -0
  121. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts +24 -0
  122. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/extensions/index.d.ts +5 -0
  123. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +60 -0
  124. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/function.d.ts +7 -0
  125. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts +17 -0
  126. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AnonymousIdentity.d.ts +2 -0
  127. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +31 -0
  128. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/Identity.d.ts +1 -0
  129. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/LoginIdentity.d.ts +6 -0
  130. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +6 -0
  131. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/index.d.ts +5 -0
  132. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +34 -0
  133. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +15 -0
  134. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +47 -0
  135. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts +1 -0
  136. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/profile.d.ts +6 -0
  137. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/request.d.ts +4 -0
  138. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/response.d.ts +4 -0
  139. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/retry.d.ts +12 -0
  140. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts +16 -0
  141. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +6 -0
  142. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts +15 -0
  143. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/stream.d.ts +4 -0
  144. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/token.d.ts +4 -0
  145. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +7 -0
  146. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/uri.d.ts +1 -0
  147. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts +14 -0
  148. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/ts3.4/waiter.d.ts +1 -0
  149. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/uri.d.ts +1 -0
  150. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/util.d.ts +1 -0
  151. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +1 -0
  152. package/node_modules/@aws-sdk/util-endpoints/node_modules/@aws-sdk/types/package.json +57 -0
  153. package/node_modules/@aws-sdk/util-endpoints/package.json +4 -4
  154. package/node_modules/@aws-sdk/util-locate-window/package.json +3 -3
  155. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +4 -4
  156. package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
  157. package/node_modules/@aws-sdk/xml-builder/package.json +3 -3
  158. package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +5 -0
  159. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +3 -1
  160. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +16 -6
  161. package/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +5 -0
  162. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +3 -1
  163. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +16 -6
  164. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +0 -1
  165. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +0 -1
  166. package/node_modules/@smithy/core/package.json +1 -1
  167. package/node_modules/@smithy/middleware-endpoint/package.json +2 -2
  168. package/node_modules/@smithy/middleware-retry/package.json +2 -2
  169. package/node_modules/@smithy/smithy-client/package.json +3 -3
  170. package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  171. package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  172. package/package.json +4 -4
@@ -0,0 +1,6 @@
1
+ import { TokenIdentity } from "@smithy/types";
2
+ import { AwsSdkTokenFeatures } from "../feature-ids";
3
+ export { TokenIdentity, TokenIdentityProvider } from "@smithy/types";
4
+ export type AttributedTokenIdentity = TokenIdentity & {
5
+ $source?: AwsSdkTokenFeatures;
6
+ };
@@ -0,0 +1,5 @@
1
+ export * from "./AnonymousIdentity";
2
+ export * from "./AwsCredentialIdentity";
3
+ export * from "./Identity";
4
+ export * from "./LoginIdentity";
5
+ export * from "./TokenIdentity";
@@ -0,0 +1,34 @@
1
+ export * from "./abort";
2
+ export * from "./auth";
3
+ export * from "./blob/blob-types";
4
+ export * from "./checksum";
5
+ export * from "./client";
6
+ export * from "./command";
7
+ export * from "./connection";
8
+ export * from "./credentials";
9
+ export * from "./crypto";
10
+ export * from "./dns";
11
+ export * from "./encode";
12
+ export * from "./endpoint";
13
+ export * from "./eventStream";
14
+ export * from "./extensions";
15
+ export * from "./feature-ids";
16
+ export * from "./function";
17
+ export * from "./http";
18
+ export * from "./identity";
19
+ export * from "./logger";
20
+ export * from "./middleware";
21
+ export * from "./pagination";
22
+ export * from "./profile";
23
+ export * from "./request";
24
+ export * from "./response";
25
+ export * from "./retry";
26
+ export * from "./serde";
27
+ export * from "./shapes";
28
+ export * from "./signature";
29
+ export * from "./stream";
30
+ export * from "./token";
31
+ export * from "./transfer";
32
+ export * from "./uri";
33
+ export * from "./util";
34
+ export * from "./waiter";
@@ -0,0 +1,15 @@
1
+ import { Logger } from "@smithy/types";
2
+ export { Logger } from "@smithy/types";
3
+ export type LogLevel =
4
+ | "all"
5
+ | "trace"
6
+ | "debug"
7
+ | "log"
8
+ | "info"
9
+ | "warn"
10
+ | "error"
11
+ | "off";
12
+ export interface LoggerOptions {
13
+ logger?: Logger;
14
+ logLevel?: LogLevel;
15
+ }
@@ -0,0 +1,47 @@
1
+ import { HandlerExecutionContext } from "@smithy/types";
2
+ import { AwsSdkFeatures } from "./feature-ids";
3
+ export {
4
+ AbsoluteLocation,
5
+ BuildHandler,
6
+ BuildHandlerArguments,
7
+ BuildHandlerOptions,
8
+ BuildHandlerOutput,
9
+ BuildMiddleware,
10
+ DeserializeHandler,
11
+ DeserializeHandlerArguments,
12
+ DeserializeHandlerOptions,
13
+ DeserializeHandlerOutput,
14
+ DeserializeMiddleware,
15
+ FinalizeHandler,
16
+ FinalizeHandlerArguments,
17
+ FinalizeHandlerOutput,
18
+ FinalizeRequestHandlerOptions,
19
+ FinalizeRequestMiddleware,
20
+ Handler,
21
+ HandlerExecutionContext,
22
+ HandlerOptions,
23
+ InitializeHandler,
24
+ InitializeHandlerArguments,
25
+ InitializeHandlerOptions,
26
+ InitializeHandlerOutput,
27
+ InitializeMiddleware,
28
+ MiddlewareStack,
29
+ MiddlewareType,
30
+ Pluggable,
31
+ Priority,
32
+ Relation,
33
+ RelativeLocation,
34
+ RelativeMiddlewareOptions,
35
+ SerializeHandler,
36
+ SerializeHandlerArguments,
37
+ SerializeHandlerOptions,
38
+ SerializeHandlerOutput,
39
+ SerializeMiddleware,
40
+ Step,
41
+ Terminalware,
42
+ } from "@smithy/types";
43
+ export interface AwsHandlerExecutionContext extends HandlerExecutionContext {
44
+ __aws_sdk_context?: {
45
+ features?: AwsSdkFeatures;
46
+ };
47
+ }
@@ -0,0 +1 @@
1
+ export { PaginationConfiguration, Paginator } from "@smithy/types";
@@ -0,0 +1,6 @@
1
+ export {
2
+ IniSection,
3
+ Profile,
4
+ ParsedIniData,
5
+ SharedConfigFiles,
6
+ } from "@smithy/types";
@@ -0,0 +1,4 @@
1
+ export interface Request {
2
+ destination: URL;
3
+ body?: any;
4
+ }
@@ -0,0 +1,4 @@
1
+ export { MetadataBearer, ResponseMetadata } from "@smithy/types";
2
+ export interface Response {
3
+ body: any;
4
+ }
@@ -0,0 +1,12 @@
1
+ export {
2
+ ExponentialBackoffJitterType,
3
+ ExponentialBackoffStrategyOptions,
4
+ RetryBackoffStrategy,
5
+ RetryErrorInfo,
6
+ RetryErrorType,
7
+ RetryStrategyOptions,
8
+ RetryStrategyV2,
9
+ RetryToken,
10
+ StandardRetryBackoffStrategy,
11
+ StandardRetryToken,
12
+ } from "@smithy/types";
@@ -0,0 +1,16 @@
1
+ export {
2
+ EndpointBearer,
3
+ StreamCollector,
4
+ SerdeContext,
5
+ ResponseDeserializer,
6
+ RequestSerializer,
7
+ SdkStreamMixin,
8
+ SdkStream,
9
+ WithSdkStreamMixin,
10
+ SdkStreamMixinInjector,
11
+ SdkStreamSerdeContext,
12
+ } from "@smithy/types";
13
+ declare global {
14
+ export interface ReadableStream {}
15
+ export interface Blob {}
16
+ }
@@ -0,0 +1,6 @@
1
+ export {
2
+ DocumentType,
3
+ RetryableTrait,
4
+ SmithyException,
5
+ SdkError,
6
+ } from "@smithy/types";
@@ -0,0 +1,15 @@
1
+ export {
2
+ DateInput,
3
+ EventSigner,
4
+ EventSigningArguments,
5
+ FormattedEvent,
6
+ MessageSigner,
7
+ RequestSigningArguments,
8
+ RequestPresigner,
9
+ RequestPresigningArguments,
10
+ RequestSigner,
11
+ SignableMessage,
12
+ SignedMessage,
13
+ SigningArguments,
14
+ StringSigner,
15
+ } from "@smithy/types";
@@ -0,0 +1,4 @@
1
+ export {
2
+ GetAwsChunkedEncodingStream,
3
+ GetAwsChunkedEncodingStreamOptions,
4
+ } from "@smithy/types";
@@ -0,0 +1,4 @@
1
+ import { TokenIdentity } from "./identity";
2
+ import { Provider } from "./util";
3
+ export interface Token extends TokenIdentity {}
4
+ export type TokenProvider = Provider<Token>;
@@ -0,0 +1,7 @@
1
+ export {
2
+ RequestContext,
3
+ RequestHandler,
4
+ RequestHandlerMetadata,
5
+ RequestHandlerOutput,
6
+ RequestHandlerProtocol,
7
+ } from "@smithy/types";
@@ -0,0 +1,14 @@
1
+ export {
2
+ Encoder,
3
+ Decoder,
4
+ Provider,
5
+ UserAgentPair,
6
+ UserAgent,
7
+ UrlParser,
8
+ MemoizedProvider,
9
+ BodyLengthCalculator,
10
+ RegionInfo,
11
+ RegionInfoProviderOptions,
12
+ RegionInfoProvider,
13
+ RetryStrategy,
14
+ } from "@smithy/types";
@@ -0,0 +1 @@
1
+ export { WaiterConfiguration } from "@smithy/types";
@@ -0,0 +1 @@
1
+ export { URI } from "@smithy/types";
@@ -0,0 +1 @@
1
+ export { Encoder, Decoder, Provider, UserAgentPair, UserAgent, UrlParser, MemoizedProvider, BodyLengthCalculator, RegionInfo, RegionInfoProviderOptions, RegionInfoProvider, RetryStrategy, } from "@smithy/types";
@@ -0,0 +1 @@
1
+ export { WaiterConfiguration } from "@smithy/types";
@@ -0,0 +1,57 @@
1
+ {
2
+ "name": "@aws-sdk/types",
3
+ "version": "3.972.0",
4
+ "main": "./dist-cjs/index.js",
5
+ "module": "./dist-es/index.js",
6
+ "types": "./dist-types/index.d.ts",
7
+ "description": "Types for the AWS SDK",
8
+ "scripts": {
9
+ "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
10
+ "build:cjs": "node ../../scripts/compilation/inline types",
11
+ "build:es": "tsc -p tsconfig.es.json",
12
+ "build:include:deps": "yarn g:turbo run build -F=\"$npm_package_name\"",
13
+ "build:types": "tsc -p tsconfig.types.json",
14
+ "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
15
+ "clean": "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
16
+ "extract:docs": "api-extractor run --local",
17
+ "test": "tsc -p tsconfig.test.json"
18
+ },
19
+ "sideEffects": false,
20
+ "author": {
21
+ "name": "AWS SDK for JavaScript Team",
22
+ "url": "https://aws.amazon.com/javascript/"
23
+ },
24
+ "license": "Apache-2.0",
25
+ "engines": {
26
+ "node": ">=20.0.0"
27
+ },
28
+ "typesVersions": {
29
+ "<4.0": {
30
+ "dist-types/*": [
31
+ "dist-types/ts3.4/*"
32
+ ]
33
+ }
34
+ },
35
+ "files": [
36
+ "dist-*/**"
37
+ ],
38
+ "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/types",
39
+ "repository": {
40
+ "type": "git",
41
+ "url": "https://github.com/aws/aws-sdk-js-v3.git",
42
+ "directory": "packages/types"
43
+ },
44
+ "dependencies": {
45
+ "@smithy/types": "^4.12.0",
46
+ "tslib": "^2.6.2"
47
+ },
48
+ "devDependencies": {
49
+ "@tsconfig/recommended": "1.0.1",
50
+ "concurrently": "7.0.0",
51
+ "downlevel-dts": "0.10.1",
52
+ "premove": "4.0.0",
53
+ "typescript": "~5.8.3"
54
+ },
55
+ "browser": {},
56
+ "react-native": {}
57
+ }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-endpoints",
3
- "version": "3.970.0",
3
+ "version": "3.972.0",
4
4
  "description": "Utilities to help with endpoint resolution",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -12,7 +12,7 @@
12
12
  "build:include:deps": "yarn g:turbo run build -F=\"$npm_package_name\"",
13
13
  "build:types": "tsc -p tsconfig.types.json",
14
14
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
15
- "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
15
+ "clean": "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
16
16
  "test": "yarn g:vitest run",
17
17
  "test:integration": "yarn g:vitest run -c vitest.config.integ.mts",
18
18
  "test:watch": "yarn g:vitest watch",
@@ -25,7 +25,7 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/types": "3.969.0",
28
+ "@aws-sdk/types": "3.972.0",
29
29
  "@smithy/types": "^4.12.0",
30
30
  "@smithy/url-parser": "^4.2.8",
31
31
  "@smithy/util-endpoints": "^3.2.8",
@@ -54,7 +54,7 @@
54
54
  "@tsconfig/recommended": "1.0.1",
55
55
  "concurrently": "7.0.0",
56
56
  "downlevel-dts": "0.10.1",
57
- "rimraf": "5.0.10",
57
+ "premove": "4.0.0",
58
58
  "typescript": "~5.8.3"
59
59
  }
60
60
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-locate-window",
3
- "version": "3.965.2",
3
+ "version": "3.965.3",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
6
6
  "build:cjs": "node ../../scripts/compilation/inline util-locate-window",
@@ -8,7 +8,7 @@
8
8
  "build:include:deps": "yarn g:turbo run build -F=\"$npm_package_name\"",
9
9
  "build:types": "tsc -p tsconfig.types.json",
10
10
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
11
- "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
11
+ "clean": "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
12
12
  "test": "yarn g:vitest run",
13
13
  "test:watch": "yarn g:vitest watch"
14
14
  },
@@ -26,7 +26,7 @@
26
26
  "@types/node": "^20.14.8",
27
27
  "concurrently": "7.0.0",
28
28
  "downlevel-dts": "0.10.1",
29
- "rimraf": "5.0.10",
29
+ "premove": "4.0.0",
30
30
  "typescript": "~5.8.3"
31
31
  },
32
32
  "main": "./dist-cjs/index.js",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-user-agent-browser",
3
- "version": "3.969.0",
3
+ "version": "3.972.1",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
6
6
  "build:cjs": "node ../../scripts/compilation/inline util-user-agent-browser",
@@ -8,7 +8,7 @@
8
8
  "build:include:deps": "yarn g:turbo run build -F=\"$npm_package_name\"",
9
9
  "build:types": "tsc -p tsconfig.types.json",
10
10
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
11
- "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
11
+ "clean": "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
12
12
  "test": "yarn g:vitest run",
13
13
  "test:watch": "yarn g:vitest watch"
14
14
  },
@@ -24,7 +24,7 @@
24
24
  "license": "Apache-2.0",
25
25
  "react-native": "dist-es/index.native.js",
26
26
  "dependencies": {
27
- "@aws-sdk/types": "3.969.0",
27
+ "@aws-sdk/types": "^3.973.0",
28
28
  "@smithy/types": "^4.12.0",
29
29
  "bowser": "^2.11.0",
30
30
  "tslib": "^2.6.2"
@@ -33,7 +33,7 @@
33
33
  "@tsconfig/recommended": "1.0.1",
34
34
  "concurrently": "7.0.0",
35
35
  "downlevel-dts": "0.10.1",
36
- "rimraf": "5.0.10",
36
+ "premove": "4.0.0",
37
37
  "typescript": "~5.8.3"
38
38
  },
39
39
  "typesVersions": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-user-agent-node",
3
- "version": "3.971.0",
3
+ "version": "3.972.1",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
6
6
  "build:cjs": "node ../../scripts/compilation/inline util-user-agent-node",
@@ -8,7 +8,7 @@
8
8
  "build:include:deps": "yarn g:turbo run build -F=\"$npm_package_name\"",
9
9
  "build:types": "tsc -p tsconfig.types.json",
10
10
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
11
- "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
11
+ "clean": "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
12
12
  "test": "yarn g:vitest run",
13
13
  "test:watch": "yarn g:vitest watch"
14
14
  },
@@ -22,8 +22,8 @@
22
22
  },
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@aws-sdk/middleware-user-agent": "3.970.0",
26
- "@aws-sdk/types": "3.969.0",
25
+ "@aws-sdk/middleware-user-agent": "^3.972.1",
26
+ "@aws-sdk/types": "^3.973.0",
27
27
  "@smithy/node-config-provider": "^4.3.8",
28
28
  "@smithy/types": "^4.12.0",
29
29
  "tslib": "^2.6.2"
@@ -33,7 +33,7 @@
33
33
  "@types/node": "^20.14.8",
34
34
  "concurrently": "7.0.0",
35
35
  "downlevel-dts": "0.10.1",
36
- "rimraf": "5.0.10",
36
+ "premove": "4.0.0",
37
37
  "typescript": "~5.8.3"
38
38
  },
39
39
  "peerDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/xml-builder",
3
- "version": "3.969.0",
3
+ "version": "3.972.1",
4
4
  "description": "XML builder for the AWS SDK",
5
5
  "dependencies": {
6
6
  "@smithy/types": "^4.12.0",
@@ -14,7 +14,7 @@
14
14
  "build:include:deps": "yarn g:turbo run build -F=\"$npm_package_name\"",
15
15
  "build:types": "tsc -p tsconfig.types.json",
16
16
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
17
- "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
17
+ "clean": "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
18
18
  "test": "yarn g:vitest run",
19
19
  "test:watch": "yarn g:vitest watch"
20
20
  },
@@ -57,7 +57,7 @@
57
57
  "@tsconfig/recommended": "1.0.1",
58
58
  "concurrently": "7.0.0",
59
59
  "downlevel-dts": "0.10.1",
60
- "rimraf": "5.0.10",
60
+ "premove": "4.0.0",
61
61
  "typescript": "~5.8.3"
62
62
  }
63
63
  }
@@ -126,6 +126,11 @@ class EventStreamSerde {
126
126
  [unionMember]: out,
127
127
  };
128
128
  }
129
+ if (body.byteLength === 0) {
130
+ return {
131
+ [unionMember]: {},
132
+ };
133
+ }
129
134
  }
130
135
  return {
131
136
  [unionMember]: await this.deserializer.read(eventStreamSchema, body),
@@ -194,7 +194,9 @@ class HttpBindingProtocol extends HttpProtocol {
194
194
  const inputMemberValue = input[memberName];
195
195
  if (inputMemberValue == null && !memberNs.isIdempotencyToken()) {
196
196
  if (memberTraits.httpLabel) {
197
- throw new Error(`No value provided for input HTTP label: ${memberName}.`);
197
+ if (request.path.includes(`{${memberName}+}`) || request.path.includes(`{${memberName}}`)) {
198
+ throw new Error(`No value provided for input HTTP label: ${memberName}.`);
199
+ }
198
200
  }
199
201
  continue;
200
202
  }
@@ -240,6 +240,9 @@ function translateTraits(indicator) {
240
240
  return traits;
241
241
  }
242
242
 
243
+ const anno = {
244
+ it: Symbol.for("@smithy/nor-struct-it"),
245
+ };
243
246
  class NormalizedSchema {
244
247
  ref;
245
248
  memberName;
@@ -395,10 +398,7 @@ class NormalizedSchema {
395
398
  return !!streaming || this.getSchema() === 42;
396
399
  }
397
400
  isIdempotencyToken() {
398
- const match = (traits) => (traits & 0b0100) === 0b0100 ||
399
- !!traits?.idempotencyToken;
400
- const { normalizedTraits, traits, memberTraits } = this;
401
- return match(normalizedTraits) || match(traits) || match(memberTraits);
401
+ return !!this.getMergedTraits().idempotencyToken;
402
402
  }
403
403
  getMergedTraits() {
404
404
  return (this.normalizedTraits ??
@@ -479,9 +479,19 @@ class NormalizedSchema {
479
479
  throw new Error("@smithy/core/schema - cannot iterate non-struct schema.");
480
480
  }
481
481
  const struct = this.getSchema();
482
- for (let i = 0; i < struct[4].length; ++i) {
483
- yield [struct[4][i], member([struct[5][i], 0], struct[4][i])];
482
+ const z = struct[4].length;
483
+ let it = struct[anno.it];
484
+ if (it && z === it.length) {
485
+ yield* it;
486
+ return;
487
+ }
488
+ it = Array(z);
489
+ for (let i = 0; i < z; ++i) {
490
+ const k = struct[4][i];
491
+ const v = member([struct[5][i], 0], k);
492
+ yield (it[i] = [k, v]);
484
493
  }
494
+ struct[anno.it] = it;
485
495
  }
486
496
  }
487
497
  function member(memberSchema, memberName) {
@@ -123,6 +123,11 @@ export class EventStreamSerde {
123
123
  [unionMember]: out,
124
124
  };
125
125
  }
126
+ if (body.byteLength === 0) {
127
+ return {
128
+ [unionMember]: {},
129
+ };
130
+ }
126
131
  }
127
132
  return {
128
133
  [unionMember]: await this.deserializer.read(eventStreamSchema, body),
@@ -50,7 +50,9 @@ export class HttpBindingProtocol extends HttpProtocol {
50
50
  const inputMemberValue = input[memberName];
51
51
  if (inputMemberValue == null && !memberNs.isIdempotencyToken()) {
52
52
  if (memberTraits.httpLabel) {
53
- throw new Error(`No value provided for input HTTP label: ${memberName}.`);
53
+ if (request.path.includes(`{${memberName}+}`) || request.path.includes(`{${memberName}}`)) {
54
+ throw new Error(`No value provided for input HTTP label: ${memberName}.`);
55
+ }
54
56
  }
55
57
  continue;
56
58
  }
@@ -1,5 +1,8 @@
1
1
  import { deref } from "../deref";
2
2
  import { translateTraits } from "./translateTraits";
3
+ const anno = {
4
+ it: Symbol.for("@smithy/nor-struct-it"),
5
+ };
3
6
  export class NormalizedSchema {
4
7
  ref;
5
8
  memberName;
@@ -155,10 +158,7 @@ export class NormalizedSchema {
155
158
  return !!streaming || this.getSchema() === 42;
156
159
  }
157
160
  isIdempotencyToken() {
158
- const match = (traits) => (traits & 0b0100) === 0b0100 ||
159
- !!traits?.idempotencyToken;
160
- const { normalizedTraits, traits, memberTraits } = this;
161
- return match(normalizedTraits) || match(traits) || match(memberTraits);
161
+ return !!this.getMergedTraits().idempotencyToken;
162
162
  }
163
163
  getMergedTraits() {
164
164
  return (this.normalizedTraits ??
@@ -239,9 +239,19 @@ export class NormalizedSchema {
239
239
  throw new Error("@smithy/core/schema - cannot iterate non-struct schema.");
240
240
  }
241
241
  const struct = this.getSchema();
242
- for (let i = 0; i < struct[4].length; ++i) {
243
- yield [struct[4][i], member([struct[5][i], 0], struct[4][i])];
242
+ const z = struct[4].length;
243
+ let it = struct[anno.it];
244
+ if (it && z === it.length) {
245
+ yield* it;
246
+ return;
247
+ }
248
+ it = Array(z);
249
+ for (let i = 0; i < z; ++i) {
250
+ const k = struct[4][i];
251
+ const v = member([struct[5][i], 0], k);
252
+ yield (it[i] = [k, v]);
244
253
  }
254
+ struct[anno.it] = it;
245
255
  }
246
256
  }
247
257
  function member(memberSchema, memberName) {
@@ -63,7 +63,6 @@ export declare class NormalizedSchema implements INormalizedSchema {
63
63
  isBigDecimalSchema(): boolean;
64
64
  isStreaming(): boolean;
65
65
  /**
66
- * This is a shortcut to avoid calling `getMergedTraits().idempotencyToken` on every string.
67
66
  * @returns whether the schema has the idempotencyToken trait.
68
67
  */
69
68
  isIdempotencyToken(): boolean;
@@ -63,7 +63,6 @@ export declare class NormalizedSchema implements INormalizedSchema {
63
63
  isBigDecimalSchema(): boolean;
64
64
  isStreaming(): boolean;
65
65
  /**
66
- * This is a shortcut to avoid calling `getMergedTraits().idempotencyToken` on every string.
67
66
  * @returns whether the schema has the idempotencyToken trait.
68
67
  */
69
68
  isIdempotencyToken(): boolean;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/core",
3
- "version": "3.20.7",
3
+ "version": "3.21.1",
4
4
  "scripts": {
5
5
  "build": "yarn lint && concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline core",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/middleware-endpoint",
3
- "version": "4.4.8",
3
+ "version": "4.4.11",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline middleware-endpoint",
@@ -25,7 +25,7 @@
25
25
  "license": "Apache-2.0",
26
26
  "sideEffects": false,
27
27
  "dependencies": {
28
- "@smithy/core": "^3.20.7",
28
+ "@smithy/core": "^3.21.1",
29
29
  "@smithy/middleware-serde": "^4.2.9",
30
30
  "@smithy/node-config-provider": "^4.3.8",
31
31
  "@smithy/shared-ini-file-loader": "^4.4.3",