@cdklabs/cdk-ecs-codedeploy 0.0.113 → 0.0.114

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 (184) hide show
  1. package/.jsii +3 -3
  2. package/lib/api-canary/index.js +1 -1
  3. package/lib/ecs-appspec/index.js +1 -1
  4. package/lib/ecs-deployment/index.js +1 -1
  5. package/lib/ecs-patterns/application-load-balanced-codedeployed-fargate-service.js +1 -1
  6. package/node_modules/@aws-sdk/abort-controller/dist-types/AbortController.d.ts +4 -0
  7. package/node_modules/@aws-sdk/abort-controller/package.json +2 -2
  8. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/models/models_0.js +216 -249
  9. package/node_modules/@aws-sdk/client-codedeploy/dist-es/models/models_0.js +216 -249
  10. package/node_modules/@aws-sdk/client-codedeploy/dist-types/models/models_0.d.ts +382 -217
  11. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/models/models_0.d.ts +274 -216
  12. package/node_modules/@aws-sdk/client-codedeploy/package.json +35 -35
  13. package/node_modules/@aws-sdk/client-sso/package.json +31 -31
  14. package/node_modules/@aws-sdk/client-sso-oidc/package.json +31 -31
  15. package/node_modules/@aws-sdk/client-sts/package.json +34 -34
  16. package/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +12 -0
  17. package/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +12 -0
  18. package/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/index.d.ts +12 -0
  19. package/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +9 -0
  20. package/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +8 -0
  21. package/node_modules/@aws-sdk/config-resolver/dist-types/index.d.ts +9 -0
  22. package/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/config.d.ts +12 -0
  23. package/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/getRealRegion.d.ts +3 -0
  24. package/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/index.d.ts +6 -0
  25. package/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +3 -0
  26. package/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +9 -0
  27. package/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts +2 -0
  28. package/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/EndpointVariantTag.d.ts +2 -0
  29. package/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/PartitionHash.d.ts +2 -0
  30. package/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/RegionHash.d.ts +2 -0
  31. package/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts +6 -0
  32. package/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts +6 -0
  33. package/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedHostname.d.ts +6 -0
  34. package/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts +6 -0
  35. package/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedSigningRegion.d.ts +6 -0
  36. package/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/index.d.ts +9 -0
  37. package/node_modules/@aws-sdk/config-resolver/package.json +4 -4
  38. package/node_modules/@aws-sdk/credential-provider-env/dist-types/fromEnv.d.ts +14 -0
  39. package/node_modules/@aws-sdk/credential-provider-env/dist-types/index.d.ts +3 -0
  40. package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
  41. package/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/Endpoint.d.ts +3 -0
  42. package/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointConfigOptions.d.ts +9 -0
  43. package/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointMode.d.ts +3 -0
  44. package/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointModeConfigOptions.d.ts +9 -0
  45. package/node_modules/@aws-sdk/credential-provider-imds/dist-types/fromContainerMetadata.d.ts +11 -0
  46. package/node_modules/@aws-sdk/credential-provider-imds/dist-types/fromInstanceMetadata.d.ts +2 -0
  47. package/node_modules/@aws-sdk/credential-provider-imds/dist-types/index.d.ts +18 -0
  48. package/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/ImdsCredentials.d.ts +9 -0
  49. package/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/RemoteProviderInit.d.ts +15 -0
  50. package/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/index.d.ts +6 -0
  51. package/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/retry.d.ts +3 -0
  52. package/node_modules/@aws-sdk/credential-provider-imds/dist-types/types.d.ts +3 -0
  53. package/node_modules/@aws-sdk/credential-provider-imds/dist-types/utils/getExtendedInstanceMetadataCredentials.d.ts +3 -0
  54. package/node_modules/@aws-sdk/credential-provider-imds/dist-types/utils/staticStabilityProvider.d.ts +2 -0
  55. package/node_modules/@aws-sdk/credential-provider-imds/package.json +5 -5
  56. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +5 -0
  57. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/index.d.ts +3 -0
  58. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +8 -0
  59. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts +2 -0
  60. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProcessCredentials.d.ts +9 -0
  61. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +3 -0
  62. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +6 -0
  63. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts +9 -0
  64. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +9 -0
  65. package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
  66. package/node_modules/@aws-sdk/credential-provider-node/package.json +10 -10
  67. package/node_modules/@aws-sdk/credential-provider-process/dist-types/ProcessCredentials.d.ts +3 -0
  68. package/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +5 -0
  69. package/node_modules/@aws-sdk/credential-provider-process/dist-types/getValidatedProcessCredentials.d.ts +3 -0
  70. package/node_modules/@aws-sdk/credential-provider-process/dist-types/index.d.ts +3 -0
  71. package/node_modules/@aws-sdk/credential-provider-process/dist-types/resolveProcessCredentials.d.ts +3 -0
  72. package/node_modules/@aws-sdk/credential-provider-process/package.json +4 -4
  73. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +8 -0
  74. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/index.d.ts +12 -0
  75. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/types.d.ts +2 -0
  76. package/node_modules/@aws-sdk/credential-provider-sso/package.json +6 -6
  77. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +5 -0
  78. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +9 -0
  79. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/index.d.ts +6 -0
  80. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  81. package/node_modules/@aws-sdk/fetch-http-handler/package.json +6 -6
  82. package/node_modules/@aws-sdk/hash-node/dist-types/index.d.ts +3 -0
  83. package/node_modules/@aws-sdk/hash-node/package.json +4 -4
  84. package/node_modules/@aws-sdk/invalid-dependency/dist-types/index.d.ts +6 -0
  85. package/node_modules/@aws-sdk/invalid-dependency/dist-types/invalidFunction.d.ts +3 -0
  86. package/node_modules/@aws-sdk/invalid-dependency/dist-types/invalidProvider.d.ts +3 -0
  87. package/node_modules/@aws-sdk/invalid-dependency/package.json +2 -2
  88. package/node_modules/@aws-sdk/is-array-buffer/dist-types/index.d.ts +3 -0
  89. package/node_modules/@aws-sdk/is-array-buffer/package.json +1 -1
  90. package/node_modules/@aws-sdk/middleware-content-length/package.json +3 -3
  91. package/node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors/createConfigValueProvider.d.ts +1 -1
  92. package/node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors/getEndpointFromInstructions.d.ts +7 -1
  93. package/node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors/index.d.ts +6 -0
  94. package/node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors/toEndpointV1.d.ts +3 -0
  95. package/node_modules/@aws-sdk/middleware-endpoint/dist-types/endpointMiddleware.d.ts +1 -1
  96. package/node_modules/@aws-sdk/middleware-endpoint/dist-types/getEndpointPlugin.d.ts +6 -0
  97. package/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts +15 -0
  98. package/node_modules/@aws-sdk/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +7 -0
  99. package/node_modules/@aws-sdk/middleware-endpoint/dist-types/service-customizations/index.d.ts +3 -0
  100. package/node_modules/@aws-sdk/middleware-endpoint/dist-types/service-customizations/s3.d.ts +12 -0
  101. package/node_modules/@aws-sdk/middleware-endpoint/dist-types/types.d.ts +15 -0
  102. package/node_modules/@aws-sdk/middleware-endpoint/package.json +5 -5
  103. package/node_modules/@aws-sdk/middleware-host-header/package.json +3 -3
  104. package/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
  105. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/index.d.ts +6 -0
  106. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +3 -3
  107. package/node_modules/@aws-sdk/middleware-retry/package.json +7 -7
  108. package/node_modules/@aws-sdk/middleware-sdk-sts/package.json +3 -3
  109. package/node_modules/@aws-sdk/middleware-serde/dist-cjs/deserializerMiddleware.js +4 -0
  110. package/node_modules/@aws-sdk/middleware-serde/dist-es/deserializerMiddleware.js +4 -0
  111. package/node_modules/@aws-sdk/middleware-serde/package.json +2 -2
  112. package/node_modules/@aws-sdk/middleware-signing/package.json +6 -6
  113. package/node_modules/@aws-sdk/middleware-stack/package.json +2 -2
  114. package/node_modules/@aws-sdk/middleware-user-agent/package.json +4 -4
  115. package/node_modules/@aws-sdk/node-config-provider/package.json +4 -4
  116. package/node_modules/@aws-sdk/node-http-handler/package.json +5 -5
  117. package/node_modules/@aws-sdk/property-provider/dist-types/CredentialsProviderError.d.ts +2 -0
  118. package/node_modules/@aws-sdk/property-provider/dist-types/ProviderError.d.ts +2 -0
  119. package/node_modules/@aws-sdk/property-provider/dist-types/TokenProviderError.d.ts +2 -0
  120. package/node_modules/@aws-sdk/property-provider/dist-types/chain.d.ts +2 -0
  121. package/node_modules/@aws-sdk/property-provider/dist-types/fromStatic.d.ts +3 -0
  122. package/node_modules/@aws-sdk/property-provider/dist-types/index.d.ts +18 -0
  123. package/node_modules/@aws-sdk/property-provider/dist-types/memoize.d.ts +3 -0
  124. package/node_modules/@aws-sdk/property-provider/package.json +2 -2
  125. package/node_modules/@aws-sdk/protocol-http/package.json +2 -2
  126. package/node_modules/@aws-sdk/querystring-builder/dist-types/index.d.ts +3 -0
  127. package/node_modules/@aws-sdk/querystring-builder/package.json +3 -3
  128. package/node_modules/@aws-sdk/querystring-parser/dist-types/index.d.ts +3 -0
  129. package/node_modules/@aws-sdk/querystring-parser/package.json +2 -2
  130. package/node_modules/@aws-sdk/service-error-classification/package.json +2 -2
  131. package/node_modules/@aws-sdk/shared-ini-file-loader/package.json +2 -2
  132. package/node_modules/@aws-sdk/signature-v4/package.json +7 -7
  133. package/node_modules/@aws-sdk/smithy-client/package.json +3 -3
  134. package/node_modules/@aws-sdk/token-providers/package.json +5 -5
  135. package/node_modules/@aws-sdk/types/dist-types/abort.d.ts +1 -1
  136. package/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +1 -1
  137. package/node_modules/@aws-sdk/types/package.json +2 -2
  138. package/node_modules/@aws-sdk/url-parser/dist-types/index.d.ts +3 -0
  139. package/node_modules/@aws-sdk/url-parser/package.json +3 -3
  140. package/node_modules/@aws-sdk/util-base64/package.json +2 -2
  141. package/node_modules/@aws-sdk/util-body-length-browser/dist-types/calculateBodyLength.d.ts +3 -0
  142. package/node_modules/@aws-sdk/util-body-length-browser/dist-types/index.d.ts +3 -0
  143. package/node_modules/@aws-sdk/util-body-length-browser/package.json +1 -1
  144. package/node_modules/@aws-sdk/util-body-length-node/dist-types/calculateBodyLength.d.ts +3 -0
  145. package/node_modules/@aws-sdk/util-body-length-node/dist-types/index.d.ts +3 -0
  146. package/node_modules/@aws-sdk/util-body-length-node/package.json +1 -1
  147. package/node_modules/@aws-sdk/util-buffer-from/dist-types/index.d.ts +9 -0
  148. package/node_modules/@aws-sdk/util-buffer-from/package.json +2 -2
  149. package/node_modules/@aws-sdk/util-defaults-mode-browser/dist-types/constants.d.ts +3 -0
  150. package/node_modules/@aws-sdk/util-defaults-mode-browser/dist-types/index.d.ts +3 -0
  151. package/node_modules/@aws-sdk/util-defaults-mode-browser/package.json +4 -4
  152. package/node_modules/@aws-sdk/util-defaults-mode-node/dist-types/constants.d.ts +18 -0
  153. package/node_modules/@aws-sdk/util-defaults-mode-node/dist-types/defaultsModeConfig.d.ts +3 -0
  154. package/node_modules/@aws-sdk/util-defaults-mode-node/dist-types/index.d.ts +3 -0
  155. package/node_modules/@aws-sdk/util-defaults-mode-node/package.json +7 -7
  156. package/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
  157. package/node_modules/@aws-sdk/util-middleware/dist-types/index.d.ts +3 -0
  158. package/node_modules/@aws-sdk/util-middleware/dist-types/normalizeProvider.d.ts +2 -0
  159. package/node_modules/@aws-sdk/util-middleware/package.json +2 -2
  160. package/node_modules/@aws-sdk/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +4 -0
  161. package/node_modules/@aws-sdk/util-retry/dist-types/DefaultRateLimiter.d.ts +6 -0
  162. package/node_modules/@aws-sdk/util-retry/dist-types/StandardRetryStrategy.d.ts +3 -0
  163. package/node_modules/@aws-sdk/util-retry/dist-types/config.d.ts +7 -0
  164. package/node_modules/@aws-sdk/util-retry/dist-types/constants.d.ts +18 -0
  165. package/node_modules/@aws-sdk/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +3 -0
  166. package/node_modules/@aws-sdk/util-retry/dist-types/defaultRetryToken.d.ts +6 -0
  167. package/node_modules/@aws-sdk/util-retry/dist-types/index.d.ts +18 -0
  168. package/node_modules/@aws-sdk/util-retry/dist-types/types.d.ts +3 -0
  169. package/node_modules/@aws-sdk/util-retry/package.json +3 -3
  170. package/node_modules/@aws-sdk/util-uri-escape/dist-types/escape-uri-path.d.ts +3 -0
  171. package/node_modules/@aws-sdk/util-uri-escape/dist-types/escape-uri.d.ts +3 -0
  172. package/node_modules/@aws-sdk/util-uri-escape/dist-types/index.d.ts +6 -0
  173. package/node_modules/@aws-sdk/util-uri-escape/package.json +1 -1
  174. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/configurations.d.ts +3 -0
  175. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +2 -0
  176. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +2 -0
  177. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -2
  178. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +8 -0
  179. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts +3 -0
  180. package/node_modules/@aws-sdk/util-user-agent-node/package.json +3 -3
  181. package/node_modules/@aws-sdk/util-utf8/package.json +2 -2
  182. package/node_modules/@aws-sdk/util-waiter/dist-types/utils/index.d.ts +6 -0
  183. package/node_modules/@aws-sdk/util-waiter/package.json +3 -3
  184. package/package.json +2 -2
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-endpoints",
3
- "version": "3.296.0",
3
+ "version": "3.303.0",
4
4
  "description": "Utilities to help with endpoint resolution",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "license": "Apache-2.0",
23
23
  "dependencies": {
24
- "@aws-sdk/types": "3.296.0",
24
+ "@aws-sdk/types": "3.303.0",
25
25
  "tslib": "^2.5.0"
26
26
  },
27
27
  "engines": {
@@ -1 +1,4 @@
1
+ /**
2
+ * @internal
3
+ */
1
4
  export * from "./normalizeProvider";
@@ -1,5 +1,7 @@
1
1
  import { Provider } from "@aws-sdk/types";
2
2
  /**
3
+ * @internal
4
+ *
3
5
  * @returns a provider function for the input value if it isn't already one.
4
6
  */
5
7
  export declare const normalizeProvider: <T>(input: T | Provider<T>) => Provider<T>;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-middleware",
3
- "version": "3.296.0",
3
+ "version": "3.303.0",
4
4
  "description": "Shared utilities for to be used in middleware packages.",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -27,7 +27,7 @@
27
27
  "tslib": "^2.5.0"
28
28
  },
29
29
  "devDependencies": {
30
- "@aws-sdk/types": "3.296.0",
30
+ "@aws-sdk/types": "3.303.0",
31
31
  "@tsconfig/recommended": "1.0.1",
32
32
  "@types/node": "^14.14.31",
33
33
  "concurrently": "7.0.0",
@@ -1,12 +1,16 @@
1
1
  import { Provider, RetryErrorInfo, RetryStrategyV2, RetryToken, StandardRetryToken } from "@aws-sdk/types";
2
2
  import { RateLimiter } from "./types";
3
3
  /**
4
+ * @internal
5
+ *
4
6
  * Strategy options to be passed to AdaptiveRetryStrategy
5
7
  */
6
8
  export interface AdaptiveRetryStrategyOptions {
7
9
  rateLimiter?: RateLimiter;
8
10
  }
9
11
  /**
12
+ * @internal
13
+ *
10
14
  * The AdaptiveRetryStrategy is a retry strategy for executing against a very
11
15
  * resource constrained set of resources. Care should be taken when using this
12
16
  * retry strategy. By default, it uses a dynamic backoff delay based on load
@@ -1,4 +1,7 @@
1
1
  import { RateLimiter } from "./types";
2
+ /**
3
+ * @internal
4
+ */
2
5
  export interface DefaultRateLimiterOptions {
3
6
  beta?: number;
4
7
  minCapacity?: number;
@@ -6,6 +9,9 @@ export interface DefaultRateLimiterOptions {
6
9
  scaleConstant?: number;
7
10
  smooth?: number;
8
11
  }
12
+ /**
13
+ * @internal
14
+ */
9
15
  export declare class DefaultRateLimiter implements RateLimiter {
10
16
  private beta;
11
17
  private minCapacity;
@@ -1,4 +1,7 @@
1
1
  import { Provider, RetryErrorInfo, RetryStrategyV2, StandardRetryToken } from "@aws-sdk/types";
2
+ /**
3
+ * @internal
4
+ */
2
5
  export declare class StandardRetryStrategy implements RetryStrategyV2 {
3
6
  private readonly maxAttemptsProvider;
4
7
  private retryToken;
@@ -1,13 +1,20 @@
1
+ /**
2
+ * @internal
3
+ */
1
4
  export declare enum RETRY_MODES {
2
5
  STANDARD = "standard",
3
6
  ADAPTIVE = "adaptive"
4
7
  }
5
8
  /**
9
+ * @internal
10
+ *
6
11
  * The default value for how many HTTP requests an SDK should make for a
7
12
  * single SDK operation invocation before giving up
8
13
  */
9
14
  export declare const DEFAULT_MAX_ATTEMPTS = 3;
10
15
  /**
16
+ * @internal
17
+ *
11
18
  * The default retry algorithm to use.
12
19
  */
13
20
  export declare const DEFAULT_RETRY_MODE: RETRY_MODES;
@@ -1,41 +1,59 @@
1
1
  /**
2
+ * @internal
3
+ *
2
4
  * The base number of milliseconds to use in calculating a suitable cool-down
3
5
  * time when a retryable error is encountered.
4
6
  */
5
7
  export declare const DEFAULT_RETRY_DELAY_BASE = 100;
6
8
  /**
9
+ * @internal
10
+ *
7
11
  * The maximum amount of time (in milliseconds) that will be used as a delay
8
12
  * between retry attempts.
9
13
  */
10
14
  export declare const MAXIMUM_RETRY_DELAY: number;
11
15
  /**
16
+ * @internal
17
+ *
12
18
  * The retry delay base (in milliseconds) to use when a throttling error is
13
19
  * encountered.
14
20
  */
15
21
  export declare const THROTTLING_RETRY_DELAY_BASE = 500;
16
22
  /**
23
+ * @internal
24
+ *
17
25
  * Initial number of retry tokens in Retry Quota
18
26
  */
19
27
  export declare const INITIAL_RETRY_TOKENS = 500;
20
28
  /**
29
+ * @internal
30
+ *
21
31
  * The total amount of retry tokens to be decremented from retry token balance.
22
32
  */
23
33
  export declare const RETRY_COST = 5;
24
34
  /**
35
+ * @internal
36
+ *
25
37
  * The total amount of retry tokens to be decremented from retry token balance
26
38
  * when a throttling error is encountered.
27
39
  */
28
40
  export declare const TIMEOUT_RETRY_COST = 10;
29
41
  /**
42
+ * @internal
43
+ *
30
44
  * The total amount of retry token to be incremented from retry token balance
31
45
  * if an SDK operation invocation succeeds without requiring a retry request.
32
46
  */
33
47
  export declare const NO_RETRY_INCREMENT = 1;
34
48
  /**
49
+ * @internal
50
+ *
35
51
  * Header name for SDK invocation ID
36
52
  */
37
53
  export declare const INVOCATION_ID_HEADER = "amz-sdk-invocation-id";
38
54
  /**
55
+ * @internal
56
+ *
39
57
  * Header name for request retry information.
40
58
  */
41
59
  export declare const REQUEST_HEADER = "amz-sdk-request";
@@ -1,2 +1,5 @@
1
1
  import { StandardRetryBackoffStrategy } from "@aws-sdk/types";
2
+ /**
3
+ * @internal
4
+ */
2
5
  export declare const getDefaultRetryBackoffStrategy: () => StandardRetryBackoffStrategy;
@@ -1,4 +1,7 @@
1
1
  import { StandardRetryBackoffStrategy, StandardRetryToken } from "@aws-sdk/types";
2
+ /**
3
+ * @internal
4
+ */
2
5
  export interface DefaultRetryTokenOptions {
3
6
  /**
4
7
  * The total amount of retry tokens to be decremented from retry token balance.
@@ -14,4 +17,7 @@ export interface DefaultRetryTokenOptions {
14
17
  */
15
18
  retryBackoffStrategy?: StandardRetryBackoffStrategy;
16
19
  }
20
+ /**
21
+ * @internal
22
+ */
17
23
  export declare const getDefaultRetryToken: (initialRetryTokens: number, initialRetryDelay: number, initialRetryCount?: number, options?: DefaultRetryTokenOptions) => StandardRetryToken;
@@ -1,6 +1,24 @@
1
+ /**
2
+ * @internal
3
+ */
1
4
  export * from "./AdaptiveRetryStrategy";
5
+ /**
6
+ * @internal
7
+ */
2
8
  export * from "./DefaultRateLimiter";
9
+ /**
10
+ * @internal
11
+ */
3
12
  export * from "./StandardRetryStrategy";
13
+ /**
14
+ * @internal
15
+ */
4
16
  export * from "./config";
17
+ /**
18
+ * @internal
19
+ */
5
20
  export * from "./constants";
21
+ /**
22
+ * @internal
23
+ */
6
24
  export * from "./types";
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @internal
3
+ */
1
4
  export interface RateLimiter {
2
5
  /**
3
6
  * If there is sufficient capacity (tokens) available, it immediately returns.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-retry",
3
- "version": "3.296.0",
3
+ "version": "3.303.0",
4
4
  "description": "Shared retry utilities to be used in middleware packages.",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -24,11 +24,11 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/service-error-classification": "3.296.0",
27
+ "@aws-sdk/service-error-classification": "3.303.0",
28
28
  "tslib": "^2.5.0"
29
29
  },
30
30
  "devDependencies": {
31
- "@aws-sdk/types": "3.296.0",
31
+ "@aws-sdk/types": "3.303.0",
32
32
  "@tsconfig/recommended": "1.0.1",
33
33
  "@types/node": "^14.14.31",
34
34
  "concurrently": "7.0.0",
@@ -1 +1,4 @@
1
+ /**
2
+ * @internal
3
+ */
1
4
  export declare const escapeUriPath: (uri: string) => string;
@@ -1 +1,4 @@
1
+ /**
2
+ * @internal
3
+ */
1
4
  export declare const escapeUri: (uri: string) => string;
@@ -1,2 +1,8 @@
1
+ /**
2
+ * @internal
3
+ */
1
4
  export * from "./escape-uri";
5
+ /**
6
+ * @internal
7
+ */
2
8
  export * from "./escape-uri-path";
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-uri-escape",
3
- "version": "3.295.0",
3
+ "version": "3.303.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @internal
3
+ */
1
4
  export interface DefaultUserAgentOptions {
2
5
  serviceId?: string;
3
6
  clientVersion: string;
@@ -1,6 +1,8 @@
1
1
  import { Provider, UserAgent } from "@aws-sdk/types";
2
2
  import { DefaultUserAgentOptions } from "./configurations";
3
3
  /**
4
+ * @internal
5
+ *
4
6
  * Default provider to the user agent in browsers. It's a best effort to infer
5
7
  * the device information. It uses bowser library to detect the browser and version
6
8
  */
@@ -1,6 +1,8 @@
1
1
  import { Provider, UserAgent } from "@aws-sdk/types";
2
2
  import { DefaultUserAgentOptions } from "./configurations";
3
3
  /**
4
+ * @internal
5
+ *
4
6
  * Default provider to the user agent in ReactNative. It's a best effort to infer
5
7
  * the device information. It uses bowser library to detect the browser and virsion
6
8
  */
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-user-agent-browser",
3
- "version": "3.299.0",
3
+ "version": "3.303.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,7 +21,7 @@
21
21
  "license": "Apache-2.0",
22
22
  "react-native": "dist-es/index.native.js",
23
23
  "dependencies": {
24
- "@aws-sdk/types": "3.296.0",
24
+ "@aws-sdk/types": "3.303.0",
25
25
  "bowser": "^2.11.0",
26
26
  "tslib": "^2.5.0"
27
27
  },
@@ -1,11 +1,19 @@
1
1
  import { Provider, UserAgent } from "@aws-sdk/types";
2
+ /**
3
+ * @internal
4
+ */
2
5
  export declare const UA_APP_ID_ENV_NAME = "AWS_SDK_UA_APP_ID";
6
+ /**
7
+ * @internal
8
+ */
3
9
  export declare const UA_APP_ID_INI_NAME = "sdk-ua-app-id";
4
10
  interface DefaultUserAgentOptions {
5
11
  serviceId?: string;
6
12
  clientVersion: string;
7
13
  }
8
14
  /**
15
+ * @internal
16
+ *
9
17
  * Collect metrics from runtime to put into user agent.
10
18
  */
11
19
  export declare const defaultUserAgent: ({ serviceId, clientVersion }: DefaultUserAgentOptions) => Provider<UserAgent>;
@@ -1,2 +1,5 @@
1
1
  import { UserAgentPair } from "@aws-sdk/types";
2
+ /**
3
+ * @internal
4
+ */
2
5
  export declare const isCrtAvailable: () => UserAgentPair | null;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-user-agent-node",
3
- "version": "3.300.0",
3
+ "version": "3.303.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,8 +20,8 @@
20
20
  },
21
21
  "license": "Apache-2.0",
22
22
  "dependencies": {
23
- "@aws-sdk/node-config-provider": "3.300.0",
24
- "@aws-sdk/types": "3.296.0",
23
+ "@aws-sdk/node-config-provider": "3.303.0",
24
+ "@aws-sdk/types": "3.303.0",
25
25
  "tslib": "^2.5.0"
26
26
  },
27
27
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-utf8",
3
- "version": "3.295.0",
3
+ "version": "3.303.0",
4
4
  "description": "A UTF-8 string <-> UInt8Array converter",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -20,7 +20,7 @@
20
20
  },
21
21
  "license": "Apache-2.0",
22
22
  "dependencies": {
23
- "@aws-sdk/util-buffer-from": "3.295.0",
23
+ "@aws-sdk/util-buffer-from": "3.303.0",
24
24
  "tslib": "^2.5.0"
25
25
  },
26
26
  "devDependencies": {
@@ -1,2 +1,8 @@
1
+ /**
2
+ * @internal
3
+ */
1
4
  export * from "./sleep";
5
+ /**
6
+ * @internal
7
+ */
2
8
  export * from "./validate";
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-waiter",
3
- "version": "3.296.0",
3
+ "version": "3.303.0",
4
4
  "description": "Shared utilities for client waiters for the AWS SDK",
5
5
  "dependencies": {
6
- "@aws-sdk/abort-controller": "3.296.0",
7
- "@aws-sdk/types": "3.296.0",
6
+ "@aws-sdk/abort-controller": "3.303.0",
7
+ "@aws-sdk/types": "3.303.0",
8
8
  "tslib": "^2.5.0"
9
9
  },
10
10
  "scripts": {
package/package.json CHANGED
@@ -100,7 +100,7 @@
100
100
  "constructs": "^10.0.5"
101
101
  },
102
102
  "dependencies": {
103
- "@aws-sdk/client-codedeploy": "^3.301.0",
103
+ "@aws-sdk/client-codedeploy": "^3.303.0",
104
104
  "jmespath": "^0.16.0"
105
105
  },
106
106
  "bundledDependencies": [
@@ -118,7 +118,7 @@
118
118
  "publishConfig": {
119
119
  "access": "public"
120
120
  },
121
- "version": "0.0.113",
121
+ "version": "0.0.114",
122
122
  "jest": {
123
123
  "testMatch": [
124
124
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",