@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,3 +1,12 @@
1
+ /**
2
+ * @internal
3
+ */
1
4
  export * from "./PartitionHash";
5
+ /**
6
+ * @internal
7
+ */
2
8
  export * from "./RegionHash";
9
+ /**
10
+ * @internal
11
+ */
3
12
  export * from "./getRegionInfo";
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/config-resolver",
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,13 +20,13 @@
20
20
  },
21
21
  "license": "Apache-2.0",
22
22
  "dependencies": {
23
- "@aws-sdk/types": "3.296.0",
23
+ "@aws-sdk/types": "3.303.0",
24
24
  "@aws-sdk/util-config-provider": "3.295.0",
25
- "@aws-sdk/util-middleware": "3.296.0",
25
+ "@aws-sdk/util-middleware": "3.303.0",
26
26
  "tslib": "^2.5.0"
27
27
  },
28
28
  "devDependencies": {
29
- "@aws-sdk/node-config-provider": "3.300.0",
29
+ "@aws-sdk/node-config-provider": "3.303.0",
30
30
  "@tsconfig/recommended": "1.0.1",
31
31
  "concurrently": "7.0.0",
32
32
  "downlevel-dts": "0.10.1",
@@ -1,9 +1,23 @@
1
1
  import { AwsCredentialIdentityProvider } from "@aws-sdk/types";
2
+ /**
3
+ * @internal
4
+ */
2
5
  export declare const ENV_KEY = "AWS_ACCESS_KEY_ID";
6
+ /**
7
+ * @internal
8
+ */
3
9
  export declare const ENV_SECRET = "AWS_SECRET_ACCESS_KEY";
10
+ /**
11
+ * @internal
12
+ */
4
13
  export declare const ENV_SESSION = "AWS_SESSION_TOKEN";
14
+ /**
15
+ * @internal
16
+ */
5
17
  export declare const ENV_EXPIRATION = "AWS_CREDENTIAL_EXPIRATION";
6
18
  /**
19
+ * @internal
20
+ *
7
21
  * Source AWS credentials from known environment variables. If either the
8
22
  * `AWS_ACCESS_KEY_ID` or `AWS_SECRET_ACCESS_KEY` environment variable is not
9
23
  * set in this process, the provider will return a rejected promise.
@@ -1 +1,4 @@
1
+ /**
2
+ * @internal
3
+ */
1
4
  export * from "./fromEnv";
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-env",
3
- "version": "3.296.0",
3
+ "version": "3.303.0",
4
4
  "description": "AWS credential provider that sources credentials from known environment variables",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -24,8 +24,8 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/property-provider": "3.296.0",
28
- "@aws-sdk/types": "3.296.0",
27
+ "@aws-sdk/property-provider": "3.303.0",
28
+ "@aws-sdk/types": "3.303.0",
29
29
  "tslib": "^2.5.0"
30
30
  },
31
31
  "devDependencies": {
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @internal
3
+ */
1
4
  export declare enum Endpoint {
2
5
  IPv4 = "http://169.254.169.254",
3
6
  IPv6 = "http://[fd00:ec2::254]"
@@ -1,4 +1,13 @@
1
1
  import { LoadedConfigSelectors } from "@aws-sdk/node-config-provider";
2
+ /**
3
+ * @internal
4
+ */
2
5
  export declare const ENV_ENDPOINT_NAME = "AWS_EC2_METADATA_SERVICE_ENDPOINT";
6
+ /**
7
+ * @internal
8
+ */
3
9
  export declare const CONFIG_ENDPOINT_NAME = "ec2_metadata_service_endpoint";
10
+ /**
11
+ * @internal
12
+ */
4
13
  export declare const ENDPOINT_CONFIG_OPTIONS: LoadedConfigSelectors<string | undefined>;
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @internal
3
+ */
1
4
  export declare enum EndpointMode {
2
5
  IPv4 = "IPv4",
3
6
  IPv6 = "IPv6"
@@ -1,4 +1,13 @@
1
1
  import { LoadedConfigSelectors } from "@aws-sdk/node-config-provider";
2
+ /**
3
+ * @internal
4
+ */
2
5
  export declare const ENV_ENDPOINT_MODE_NAME = "AWS_EC2_METADATA_SERVICE_ENDPOINT_MODE";
6
+ /**
7
+ * @internal
8
+ */
3
9
  export declare const CONFIG_ENDPOINT_MODE_NAME = "ec2_metadata_service_endpoint_mode";
10
+ /**
11
+ * @internal
12
+ */
4
13
  export declare const ENDPOINT_MODE_CONFIG_OPTIONS: LoadedConfigSelectors<string | undefined>;
@@ -1,9 +1,20 @@
1
1
  import { AwsCredentialIdentityProvider } from "@aws-sdk/types";
2
2
  import { RemoteProviderInit } from "./remoteProvider/RemoteProviderInit";
3
+ /**
4
+ * @internal
5
+ */
3
6
  export declare const ENV_CMDS_FULL_URI = "AWS_CONTAINER_CREDENTIALS_FULL_URI";
7
+ /**
8
+ * @internal
9
+ */
4
10
  export declare const ENV_CMDS_RELATIVE_URI = "AWS_CONTAINER_CREDENTIALS_RELATIVE_URI";
11
+ /**
12
+ * @internal
13
+ */
5
14
  export declare const ENV_CMDS_AUTH_TOKEN = "AWS_CONTAINER_AUTHORIZATION_TOKEN";
6
15
  /**
16
+ * @internal
17
+ *
7
18
  * Creates a credential provider that will source credentials from the ECS
8
19
  * Container Metadata Service
9
20
  */
@@ -2,6 +2,8 @@ import { Provider } from "@aws-sdk/types";
2
2
  import { RemoteProviderInit } from "./remoteProvider/RemoteProviderInit";
3
3
  import { InstanceMetadataCredentials } from "./types";
4
4
  /**
5
+ * @internal
6
+ *
5
7
  * Creates a credential provider that will source credentials from the EC2
6
8
  * Instance Metadata Service
7
9
  */
@@ -1,6 +1,24 @@
1
+ /**
2
+ * @internal
3
+ */
1
4
  export * from "./fromContainerMetadata";
5
+ /**
6
+ * @internal
7
+ */
2
8
  export * from "./fromInstanceMetadata";
9
+ /**
10
+ * @internal
11
+ */
3
12
  export * from "./remoteProvider/RemoteProviderInit";
13
+ /**
14
+ * @internal
15
+ */
4
16
  export * from "./types";
17
+ /**
18
+ * @internal
19
+ */
5
20
  export { httpRequest } from "./remoteProvider/httpRequest";
21
+ /**
22
+ * @internal
23
+ */
6
24
  export { getInstanceMetadataEndpoint } from "./utils/getInstanceMetadataEndpoint";
@@ -1,9 +1,18 @@
1
1
  import { AwsCredentialIdentity } from "@aws-sdk/types";
2
+ /**
3
+ * @internal
4
+ */
2
5
  export interface ImdsCredentials {
3
6
  AccessKeyId: string;
4
7
  SecretAccessKey: string;
5
8
  Token: string;
6
9
  Expiration: string;
7
10
  }
11
+ /**
12
+ * @internal
13
+ */
8
14
  export declare const isImdsCredentials: (arg: any) => arg is ImdsCredentials;
15
+ /**
16
+ * @internal
17
+ */
9
18
  export declare const fromImdsCredentials: (creds: ImdsCredentials) => AwsCredentialIdentity;
@@ -1,6 +1,15 @@
1
1
  import { Logger } from "@aws-sdk/types";
2
+ /**
3
+ * @internal
4
+ */
2
5
  export declare const DEFAULT_TIMEOUT = 1000;
6
+ /**
7
+ * @internal
8
+ */
3
9
  export declare const DEFAULT_MAX_RETRIES = 0;
10
+ /**
11
+ * @internal
12
+ */
4
13
  export interface RemoteProviderConfig {
5
14
  /**
6
15
  * The connection timeout (in milliseconds)
@@ -11,7 +20,13 @@ export interface RemoteProviderConfig {
11
20
  */
12
21
  maxRetries: number;
13
22
  }
23
+ /**
24
+ * @internal
25
+ */
14
26
  export interface RemoteProviderInit extends Partial<RemoteProviderConfig> {
15
27
  logger?: Logger;
16
28
  }
29
+ /**
30
+ * @internal
31
+ */
17
32
  export declare const providerConfigFromInit: ({ maxRetries, timeout, }: RemoteProviderInit) => RemoteProviderConfig;
@@ -1,2 +1,8 @@
1
+ /**
2
+ * @internal
3
+ */
1
4
  export * from "./ImdsCredentials";
5
+ /**
6
+ * @internal
7
+ */
2
8
  export * from "./RemoteProviderInit";
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @internal
3
+ */
1
4
  export interface RetryableProvider<T> {
2
5
  (): Promise<T>;
3
6
  }
@@ -1,4 +1,7 @@
1
1
  import { AwsCredentialIdentity } from "@aws-sdk/types";
2
+ /**
3
+ * @internal
4
+ */
2
5
  export interface InstanceMetadataCredentials extends AwsCredentialIdentity {
3
6
  readonly originalExpiration?: Date;
4
7
  }
@@ -1,3 +1,6 @@
1
1
  import { Logger } from "@aws-sdk/types";
2
2
  import { InstanceMetadataCredentials } from "../types";
3
+ /**
4
+ * @internal
5
+ */
3
6
  export declare const getExtendedInstanceMetadataCredentials: (credentials: InstanceMetadataCredentials, logger: Logger) => InstanceMetadataCredentials;
@@ -1,6 +1,8 @@
1
1
  import { Logger, Provider } from "@aws-sdk/types";
2
2
  import { InstanceMetadataCredentials } from "../types";
3
3
  /**
4
+ * @internal
5
+ *
4
6
  * IMDS credential supports static stability feature. When used, the expiration
5
7
  * of recently issued credentials is extended. The server side allows using
6
8
  * the recently expired credentials. This mitigates impact when clients using
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-imds",
3
- "version": "3.300.0",
3
+ "version": "3.303.0",
4
4
  "description": "AWS credential provider that sources credentials from the EC2 instance metadata service and ECS container metadata service",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -24,10 +24,10 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/node-config-provider": "3.300.0",
28
- "@aws-sdk/property-provider": "3.296.0",
29
- "@aws-sdk/types": "3.296.0",
30
- "@aws-sdk/url-parser": "3.296.0",
27
+ "@aws-sdk/node-config-provider": "3.303.0",
28
+ "@aws-sdk/property-provider": "3.303.0",
29
+ "@aws-sdk/types": "3.303.0",
30
+ "@aws-sdk/url-parser": "3.303.0",
31
31
  "tslib": "^2.5.0"
32
32
  },
33
33
  "devDependencies": {
@@ -2,6 +2,9 @@ import { AssumeRoleWithWebIdentityParams } from "@aws-sdk/credential-provider-we
2
2
  import { SourceProfileInit } from "@aws-sdk/shared-ini-file-loader";
3
3
  import { AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@aws-sdk/types";
4
4
  import { AssumeRoleParams } from "./resolveAssumeRoleCredentials";
5
+ /**
6
+ * @internal
7
+ */
5
8
  export interface FromIniInit extends SourceProfileInit {
6
9
  /**
7
10
  * A function that returns a promise fulfilled with an MFA token code for
@@ -30,6 +33,8 @@ export interface FromIniInit extends SourceProfileInit {
30
33
  roleAssumerWithWebIdentity?: (params: AssumeRoleWithWebIdentityParams) => Promise<AwsCredentialIdentity>;
31
34
  }
32
35
  /**
36
+ * @internal
37
+ *
33
38
  * Creates a credential provider that will read from ini files and supports
34
39
  * role assumption and multi-factor authentication.
35
40
  */
@@ -1 +1,4 @@
1
+ /**
2
+ * @internal
3
+ */
1
4
  export * from "./fromIni";
@@ -1,6 +1,8 @@
1
1
  import { ParsedIniData } from "@aws-sdk/types";
2
2
  import { FromIniInit } from "./fromIni";
3
3
  /**
4
+ * @internal
5
+ *
4
6
  * @see http://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/STS.html#assumeRole-property
5
7
  * TODO update the above to link to V3 docs
6
8
  */
@@ -28,5 +30,11 @@ export interface AssumeRoleParams {
28
30
  */
29
31
  TokenCode?: string;
30
32
  }
33
+ /**
34
+ * @internal
35
+ */
31
36
  export declare const isAssumeRoleProfile: (arg: any) => boolean;
37
+ /**
38
+ * @internal
39
+ */
32
40
  export declare const resolveAssumeRoleCredentials: (profileName: string, profiles: ParsedIniData, options: FromIniInit, visitedProfiles?: Record<string, true>) => Promise<import("@aws-sdk/types").AwsCredentialIdentity>;
@@ -1,5 +1,7 @@
1
1
  import { AwsCredentialIdentityProvider } from "@aws-sdk/types";
2
2
  /**
3
+ * @internal
4
+ *
3
5
  * Resolve the `credential_source` entry from the profile, and return the
4
6
  * credential providers respectively. No memoization is needed for the
5
7
  * credential source providers because memoization should be added outside the
@@ -1,7 +1,16 @@
1
1
  import { Credentials, Profile } from "@aws-sdk/types";
2
2
  import { FromIniInit } from "./fromIni";
3
+ /**
4
+ * @internal
5
+ */
3
6
  export interface ProcessProfile extends Profile {
4
7
  credential_process: string;
5
8
  }
9
+ /**
10
+ * @internal
11
+ */
6
12
  export declare const isProcessProfile: (arg: any) => arg is ProcessProfile;
13
+ /**
14
+ * @internal
15
+ */
7
16
  export declare const resolveProcessCredentials: (options: FromIniInit, profile: string) => Promise<Credentials>;
@@ -1,3 +1,6 @@
1
1
  import { AwsCredentialIdentity, ParsedIniData } from "@aws-sdk/types";
2
2
  import { FromIniInit } from "./fromIni";
3
+ /**
4
+ * @internal
5
+ */
3
6
  export declare const resolveProfileData: (profileName: string, profiles: ParsedIniData, options: FromIniInit, visitedProfiles?: Record<string, true>) => Promise<AwsCredentialIdentity>;
@@ -1,3 +1,9 @@
1
1
  import { SsoProfile } from "@aws-sdk/credential-provider-sso";
2
+ /**
3
+ * @internal
4
+ */
2
5
  export { isSsoProfile } from "@aws-sdk/credential-provider-sso";
6
+ /**
7
+ * @internal
8
+ */
3
9
  export declare const resolveSsoCredentials: (data: Partial<SsoProfile>) => Promise<import("@aws-sdk/types").AwsCredentialIdentity>;
@@ -1,8 +1,17 @@
1
1
  import { AwsCredentialIdentity, Profile } from "@aws-sdk/types";
2
+ /**
3
+ * @internal
4
+ */
2
5
  export interface StaticCredsProfile extends Profile {
3
6
  aws_access_key_id: string;
4
7
  aws_secret_access_key: string;
5
8
  aws_session_token?: string;
6
9
  }
10
+ /**
11
+ * @internal
12
+ */
7
13
  export declare const isStaticCredsProfile: (arg: any) => arg is StaticCredsProfile;
14
+ /**
15
+ * @internal
16
+ */
8
17
  export declare const resolveStaticCredentials: (profile: StaticCredsProfile) => Promise<AwsCredentialIdentity>;
@@ -1,9 +1,18 @@
1
1
  import { AwsCredentialIdentity, Profile } from "@aws-sdk/types";
2
2
  import { FromIniInit } from "./fromIni";
3
+ /**
4
+ * @internal
5
+ */
3
6
  export interface WebIdentityProfile extends Profile {
4
7
  web_identity_token_file: string;
5
8
  role_arn: string;
6
9
  role_session_name?: string;
7
10
  }
11
+ /**
12
+ * @internal
13
+ */
8
14
  export declare const isWebIdentityProfile: (arg: any) => arg is WebIdentityProfile;
15
+ /**
16
+ * @internal
17
+ */
9
18
  export declare const resolveWebIdentityCredentials: (profile: WebIdentityProfile, options: FromIniInit) => Promise<AwsCredentialIdentity>;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-ini",
3
- "version": "3.301.0",
3
+ "version": "3.303.0",
4
4
  "description": "AWS credential provider that sources credentials from ~/.aws/credentials and ~/.aws/config",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -24,14 +24,14 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/credential-provider-env": "3.296.0",
28
- "@aws-sdk/credential-provider-imds": "3.300.0",
29
- "@aws-sdk/credential-provider-process": "3.300.0",
30
- "@aws-sdk/credential-provider-sso": "3.301.0",
31
- "@aws-sdk/credential-provider-web-identity": "3.296.0",
32
- "@aws-sdk/property-provider": "3.296.0",
33
- "@aws-sdk/shared-ini-file-loader": "3.300.0",
34
- "@aws-sdk/types": "3.296.0",
27
+ "@aws-sdk/credential-provider-env": "3.303.0",
28
+ "@aws-sdk/credential-provider-imds": "3.303.0",
29
+ "@aws-sdk/credential-provider-process": "3.303.0",
30
+ "@aws-sdk/credential-provider-sso": "3.303.0",
31
+ "@aws-sdk/credential-provider-web-identity": "3.303.0",
32
+ "@aws-sdk/property-provider": "3.303.0",
33
+ "@aws-sdk/shared-ini-file-loader": "3.303.0",
34
+ "@aws-sdk/types": "3.303.0",
35
35
  "tslib": "^2.5.0"
36
36
  },
37
37
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-node",
3
- "version": "3.301.0",
3
+ "version": "3.303.0",
4
4
  "description": "AWS credential provider that sources credentials from a Node.JS environment. ",
5
5
  "engines": {
6
6
  "node": ">=14.0.0"
@@ -27,15 +27,15 @@
27
27
  },
28
28
  "license": "Apache-2.0",
29
29
  "dependencies": {
30
- "@aws-sdk/credential-provider-env": "3.296.0",
31
- "@aws-sdk/credential-provider-imds": "3.300.0",
32
- "@aws-sdk/credential-provider-ini": "3.301.0",
33
- "@aws-sdk/credential-provider-process": "3.300.0",
34
- "@aws-sdk/credential-provider-sso": "3.301.0",
35
- "@aws-sdk/credential-provider-web-identity": "3.296.0",
36
- "@aws-sdk/property-provider": "3.296.0",
37
- "@aws-sdk/shared-ini-file-loader": "3.300.0",
38
- "@aws-sdk/types": "3.296.0",
30
+ "@aws-sdk/credential-provider-env": "3.303.0",
31
+ "@aws-sdk/credential-provider-imds": "3.303.0",
32
+ "@aws-sdk/credential-provider-ini": "3.303.0",
33
+ "@aws-sdk/credential-provider-process": "3.303.0",
34
+ "@aws-sdk/credential-provider-sso": "3.303.0",
35
+ "@aws-sdk/credential-provider-web-identity": "3.303.0",
36
+ "@aws-sdk/property-provider": "3.303.0",
37
+ "@aws-sdk/shared-ini-file-loader": "3.303.0",
38
+ "@aws-sdk/types": "3.303.0",
39
39
  "tslib": "^2.5.0"
40
40
  },
41
41
  "devDependencies": {
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @internal
3
+ */
1
4
  export type ProcessCredentials = {
2
5
  Version: number;
3
6
  AccessKeyId: string;
@@ -1,8 +1,13 @@
1
1
  import { SourceProfileInit } from "@aws-sdk/shared-ini-file-loader";
2
2
  import { AwsCredentialIdentityProvider } from "@aws-sdk/types";
3
+ /**
4
+ * @internal
5
+ */
3
6
  export interface FromProcessInit extends SourceProfileInit {
4
7
  }
5
8
  /**
9
+ * @internal
10
+ *
6
11
  * Creates a credential provider that will read from a credential_process specified
7
12
  * in ini files.
8
13
  */
@@ -1,3 +1,6 @@
1
1
  import { AwsCredentialIdentity } from "@aws-sdk/types";
2
2
  import { ProcessCredentials } from "./ProcessCredentials";
3
+ /**
4
+ * @internal
5
+ */
3
6
  export declare const getValidatedProcessCredentials: (profileName: string, data: ProcessCredentials) => AwsCredentialIdentity;
@@ -1 +1,4 @@
1
+ /**
2
+ * @internal
3
+ */
1
4
  export * from "./fromProcess";
@@ -1,2 +1,5 @@
1
1
  import { AwsCredentialIdentity, ParsedIniData } from "@aws-sdk/types";
2
+ /**
3
+ * @internal
4
+ */
2
5
  export declare const resolveProcessCredentials: (profileName: string, profiles: ParsedIniData) => Promise<AwsCredentialIdentity>;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-process",
3
- "version": "3.300.0",
3
+ "version": "3.303.0",
4
4
  "description": "AWS credential provider that sources credential_process from ~/.aws/credentials and ~/.aws/config",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -24,9 +24,9 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/property-provider": "3.296.0",
28
- "@aws-sdk/shared-ini-file-loader": "3.300.0",
29
- "@aws-sdk/types": "3.296.0",
27
+ "@aws-sdk/property-provider": "3.303.0",
28
+ "@aws-sdk/shared-ini-file-loader": "3.303.0",
29
+ "@aws-sdk/types": "3.303.0",
30
30
  "tslib": "^2.5.0"
31
31
  },
32
32
  "devDependencies": {
@@ -1,6 +1,9 @@
1
1
  import { SSOClient } from "@aws-sdk/client-sso";
2
2
  import { SourceProfileInit } from "@aws-sdk/shared-ini-file-loader";
3
3
  import { AwsCredentialIdentityProvider } from "@aws-sdk/types";
4
+ /**
5
+ * @internal
6
+ */
4
7
  export interface SsoCredentialsParameters {
5
8
  /**
6
9
  * The URL to the AWS SSO service.
@@ -24,10 +27,15 @@ export interface SsoCredentialsParameters {
24
27
  */
25
28
  ssoRoleName: string;
26
29
  }
30
+ /**
31
+ * @internal
32
+ */
27
33
  export interface FromSSOInit extends SourceProfileInit {
28
34
  ssoClient?: SSOClient;
29
35
  }
30
36
  /**
37
+ * @internal
38
+ *
31
39
  * Creates a credential provider that will read from a credential_process specified
32
40
  * in ini files.
33
41
  *
@@ -1,4 +1,16 @@
1
+ /**
2
+ * @internal
3
+ */
1
4
  export * from "./fromSSO";
5
+ /**
6
+ * @internal
7
+ */
2
8
  export * from "./isSsoProfile";
9
+ /**
10
+ * @internal
11
+ */
3
12
  export * from "./types";
13
+ /**
14
+ * @internal
15
+ */
4
16
  export * from "./validateSsoProfile";
@@ -1,5 +1,7 @@
1
1
  import { Profile } from "@aws-sdk/types";
2
2
  /**
3
+ * @internal
4
+ *
3
5
  * Cached SSO token retrieved from SSO login flow.
4
6
  */
5
7
  export interface SSOToken {