@cdklabs/cdk-ecs-codedeploy 0.0.437 → 0.0.438

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 (135) 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/client-codedeploy/package.json +34 -34
  7. package/node_modules/@aws-sdk/core/dist-cjs/index.js +52 -50
  8. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +52 -50
  9. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +11 -10
  10. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/UnionSerde.js +4 -1
  11. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +4 -5
  12. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +2 -1
  13. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +9 -7
  14. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +17 -17
  15. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +3 -8
  16. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +2 -1
  17. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +2 -2
  18. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +1 -1
  19. package/node_modules/@aws-sdk/core/package.json +11 -11
  20. package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  21. package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
  22. package/node_modules/@aws-sdk/credential-provider-ini/package.json +14 -14
  23. package/node_modules/@aws-sdk/credential-provider-login/package.json +8 -8
  24. package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  25. package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
  26. package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  27. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -7
  28. package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  29. package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  30. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  31. package/node_modules/@aws-sdk/middleware-user-agent/package.json +8 -8
  32. package/node_modules/@aws-sdk/nested-clients/package.json +32 -32
  33. package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
  34. package/node_modules/@aws-sdk/token-providers/package.json +7 -7
  35. package/node_modules/@aws-sdk/types/package.json +2 -2
  36. package/node_modules/@aws-sdk/util-endpoints/package.json +5 -5
  37. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  38. package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
  39. package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
  40. package/node_modules/@smithy/config-resolver/package.json +5 -5
  41. package/node_modules/@smithy/core/dist-cjs/index.js +2 -1
  42. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +32 -14
  43. package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.js +2 -2
  44. package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +16 -8
  45. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +17 -10
  46. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +6 -1
  47. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +6 -3
  48. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/DefaultIdentityProviderConfig.js +2 -1
  49. package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +23 -11
  50. package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +9 -3
  51. package/node_modules/@smithy/core/dist-es/submodules/endpoints/toEndpointV1.js +2 -2
  52. package/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +16 -8
  53. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +9 -4
  54. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +8 -6
  55. package/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +6 -1
  56. package/node_modules/@smithy/core/dist-es/submodules/serde/parse-utils.js +6 -3
  57. package/node_modules/@smithy/core/dist-es/util-identity-and-auth/DefaultIdentityProviderConfig.js +2 -1
  58. package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +1 -1
  59. package/node_modules/@smithy/core/package.json +7 -7
  60. package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  61. package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
  62. package/node_modules/@smithy/hash-node/package.json +2 -2
  63. package/node_modules/@smithy/invalid-dependency/package.json +2 -2
  64. package/node_modules/@smithy/middleware-content-length/package.json +3 -3
  65. package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  66. package/node_modules/@smithy/middleware-retry/package.json +9 -9
  67. package/node_modules/@smithy/middleware-serde/package.json +4 -4
  68. package/node_modules/@smithy/middleware-stack/package.json +2 -2
  69. package/node_modules/@smithy/node-config-provider/package.json +4 -4
  70. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +191 -96
  71. package/node_modules/@smithy/node-http-handler/dist-es/http2/ClientHttp2SessionRef.js +45 -0
  72. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +71 -35
  73. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-pool.js +32 -18
  74. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +44 -43
  75. package/node_modules/@smithy/node-http-handler/dist-types/http2/ClientHttp2SessionRef.d.ts +42 -0
  76. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +34 -14
  77. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +32 -8
  78. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +14 -6
  79. package/node_modules/@smithy/node-http-handler/package.json +5 -5
  80. package/node_modules/@smithy/property-provider/package.json +2 -2
  81. package/node_modules/@smithy/protocol-http/package.json +2 -2
  82. package/node_modules/@smithy/querystring-builder/package.json +2 -2
  83. package/node_modules/@smithy/querystring-parser/package.json +2 -2
  84. package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +5 -0
  85. package/node_modules/@smithy/service-error-classification/dist-es/index.js +4 -0
  86. package/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +6 -0
  87. package/node_modules/@smithy/service-error-classification/package.json +2 -2
  88. package/node_modules/@smithy/shared-ini-file-loader/package.json +2 -2
  89. package/node_modules/@smithy/signature-v4/dist-cjs/index.js +11 -5
  90. package/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js +11 -5
  91. package/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +3 -3
  92. package/node_modules/@smithy/signature-v4/package.json +4 -4
  93. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +8 -1
  94. package/node_modules/@smithy/smithy-client/dist-es/command.js +8 -1
  95. package/node_modules/@smithy/smithy-client/package.json +7 -7
  96. package/node_modules/@smithy/types/dist-types/connection/config.d.ts +5 -0
  97. package/node_modules/@smithy/types/dist-types/signature.d.ts +20 -3
  98. package/node_modules/@smithy/types/package.json +1 -1
  99. package/node_modules/@smithy/url-parser/package.json +3 -3
  100. package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  101. package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  102. package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +79 -71
  103. package/node_modules/@smithy/util-endpoints/dist-es/decideEndpoint.js +4 -3
  104. package/node_modules/@smithy/util-endpoints/dist-es/lib/getAttr.js +2 -1
  105. package/node_modules/@smithy/util-endpoints/dist-es/resolveEndpoint.js +8 -13
  106. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateCondition.js +9 -7
  107. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateConditions.js +12 -8
  108. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateEndpointRule.js +14 -13
  109. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateErrorRule.js +7 -4
  110. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateExpression.js +10 -8
  111. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateRules.js +4 -4
  112. package/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointHeaders.js +5 -5
  113. package/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperties.js +4 -4
  114. package/node_modules/@smithy/util-endpoints/dist-types/bdd/BinaryDecisionDiagram.d.ts +2 -2
  115. package/node_modules/@smithy/util-endpoints/dist-types/types/shared.d.ts +3 -3
  116. package/node_modules/@smithy/util-endpoints/dist-types/utils/endpointFunctions.d.ts +2 -15
  117. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateCondition.d.ts +6 -3
  118. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateConditions.d.ts +3 -3
  119. package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointHeaders.d.ts +1 -1
  120. package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperties.d.ts +2 -2
  121. package/node_modules/@smithy/util-endpoints/dist-types/utils/getReferenceValue.d.ts +2 -2
  122. package/node_modules/@smithy/util-endpoints/package.json +3 -3
  123. package/node_modules/@smithy/util-middleware/package.json +2 -2
  124. package/node_modules/@smithy/util-retry/package.json +3 -3
  125. package/node_modules/@smithy/util-stream/package.json +4 -4
  126. package/node_modules/@smithy/util-waiter/package.json +3 -3
  127. package/node_modules/fast-xml-builder/package.json +1 -1
  128. package/node_modules/fast-xml-builder/src/fxb.js +6 -2
  129. package/node_modules/fast-xml-builder/src/orderedJs2Xml.js +16 -2
  130. package/package.json +4 -4
  131. /package/node_modules/{@aws-sdk/xml-builder/node_modules/strnum → strnum}/CHANGELOG.md +0 -0
  132. /package/node_modules/{@aws-sdk/xml-builder/node_modules/strnum → strnum}/LICENSE +0 -0
  133. /package/node_modules/{@aws-sdk/xml-builder/node_modules/strnum → strnum}/README.md +0 -0
  134. /package/node_modules/{@aws-sdk/xml-builder/node_modules/strnum → strnum}/package.json +0 -0
  135. /package/node_modules/{@aws-sdk/xml-builder/node_modules/strnum → strnum}/strnum.js +0 -0
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-node",
3
- "version": "3.972.30",
3
+ "version": "3.972.32",
4
4
  "description": "AWS credential provider that sources credentials from a Node.JS environment. ",
5
5
  "engines": {
6
6
  "node": ">=20.0.0"
@@ -31,17 +31,17 @@
31
31
  },
32
32
  "license": "Apache-2.0",
33
33
  "dependencies": {
34
- "@aws-sdk/credential-provider-env": "^3.972.25",
35
- "@aws-sdk/credential-provider-http": "^3.972.27",
36
- "@aws-sdk/credential-provider-ini": "^3.972.29",
37
- "@aws-sdk/credential-provider-process": "^3.972.25",
38
- "@aws-sdk/credential-provider-sso": "^3.972.29",
39
- "@aws-sdk/credential-provider-web-identity": "^3.972.29",
40
- "@aws-sdk/types": "^3.973.7",
41
- "@smithy/credential-provider-imds": "^4.2.13",
42
- "@smithy/property-provider": "^4.2.13",
43
- "@smithy/shared-ini-file-loader": "^4.4.8",
44
- "@smithy/types": "^4.14.0",
34
+ "@aws-sdk/credential-provider-env": "^3.972.27",
35
+ "@aws-sdk/credential-provider-http": "^3.972.29",
36
+ "@aws-sdk/credential-provider-ini": "^3.972.31",
37
+ "@aws-sdk/credential-provider-process": "^3.972.27",
38
+ "@aws-sdk/credential-provider-sso": "^3.972.31",
39
+ "@aws-sdk/credential-provider-web-identity": "^3.972.31",
40
+ "@aws-sdk/types": "^3.973.8",
41
+ "@smithy/credential-provider-imds": "^4.2.14",
42
+ "@smithy/property-provider": "^4.2.14",
43
+ "@smithy/shared-ini-file-loader": "^4.4.9",
44
+ "@smithy/types": "^4.14.1",
45
45
  "tslib": "^2.6.2"
46
46
  },
47
47
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-process",
3
- "version": "3.972.25",
3
+ "version": "3.972.27",
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",
@@ -26,11 +26,11 @@
26
26
  },
27
27
  "license": "Apache-2.0",
28
28
  "dependencies": {
29
- "@aws-sdk/core": "^3.973.27",
30
- "@aws-sdk/types": "^3.973.7",
31
- "@smithy/property-provider": "^4.2.13",
32
- "@smithy/shared-ini-file-loader": "^4.4.8",
33
- "@smithy/types": "^4.14.0",
29
+ "@aws-sdk/core": "^3.974.1",
30
+ "@aws-sdk/types": "^3.973.8",
31
+ "@smithy/property-provider": "^4.2.14",
32
+ "@smithy/shared-ini-file-loader": "^4.4.9",
33
+ "@smithy/types": "^4.14.1",
34
34
  "tslib": "^2.6.2"
35
35
  },
36
36
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-sso",
3
- "version": "3.972.29",
3
+ "version": "3.972.31",
4
4
  "description": "AWS credential provider that exchanges a resolved SSO login token file for temporary AWS credentials",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -26,13 +26,13 @@
26
26
  },
27
27
  "license": "Apache-2.0",
28
28
  "dependencies": {
29
- "@aws-sdk/core": "^3.973.27",
30
- "@aws-sdk/nested-clients": "^3.996.19",
31
- "@aws-sdk/token-providers": "3.1026.0",
32
- "@aws-sdk/types": "^3.973.7",
33
- "@smithy/property-provider": "^4.2.13",
34
- "@smithy/shared-ini-file-loader": "^4.4.8",
35
- "@smithy/types": "^4.14.0",
29
+ "@aws-sdk/core": "^3.974.1",
30
+ "@aws-sdk/nested-clients": "^3.996.21",
31
+ "@aws-sdk/token-providers": "3.1032.0",
32
+ "@aws-sdk/types": "^3.973.8",
33
+ "@smithy/property-provider": "^4.2.14",
34
+ "@smithy/shared-ini-file-loader": "^4.4.9",
35
+ "@smithy/types": "^4.14.1",
36
36
  "tslib": "^2.6.2"
37
37
  },
38
38
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-web-identity",
3
- "version": "3.972.29",
3
+ "version": "3.972.31",
4
4
  "description": "AWS credential provider that calls STS assumeRole for temporary AWS credentials",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -34,12 +34,12 @@
34
34
  },
35
35
  "license": "Apache-2.0",
36
36
  "dependencies": {
37
- "@aws-sdk/core": "^3.973.27",
38
- "@aws-sdk/nested-clients": "^3.996.19",
39
- "@aws-sdk/types": "^3.973.7",
40
- "@smithy/property-provider": "^4.2.13",
41
- "@smithy/shared-ini-file-loader": "^4.4.8",
42
- "@smithy/types": "^4.14.0",
37
+ "@aws-sdk/core": "^3.974.1",
38
+ "@aws-sdk/nested-clients": "^3.996.21",
39
+ "@aws-sdk/types": "^3.973.8",
40
+ "@smithy/property-provider": "^4.2.14",
41
+ "@smithy/shared-ini-file-loader": "^4.4.9",
42
+ "@smithy/types": "^4.14.1",
43
43
  "tslib": "^2.6.2"
44
44
  },
45
45
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-host-header",
3
- "version": "3.972.9",
3
+ "version": "3.972.10",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-host-header",
@@ -25,9 +25,9 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/types": "^3.973.7",
29
- "@smithy/protocol-http": "^5.3.13",
30
- "@smithy/types": "^4.14.0",
28
+ "@aws-sdk/types": "^3.973.8",
29
+ "@smithy/protocol-http": "^5.3.14",
30
+ "@smithy/types": "^4.14.1",
31
31
  "tslib": "^2.6.2"
32
32
  },
33
33
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-logger",
3
- "version": "3.972.9",
3
+ "version": "3.972.10",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-logger",
@@ -25,8 +25,8 @@
25
25
  "module": "./dist-es/index.js",
26
26
  "types": "./dist-types/index.d.ts",
27
27
  "dependencies": {
28
- "@aws-sdk/types": "^3.973.7",
29
- "@smithy/types": "^4.14.0",
28
+ "@aws-sdk/types": "^3.973.8",
29
+ "@smithy/types": "^4.14.1",
30
30
  "tslib": "^2.6.2"
31
31
  },
32
32
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-recursion-detection",
3
- "version": "3.972.10",
3
+ "version": "3.972.11",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-recursion-detection",
@@ -24,10 +24,10 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/types": "^3.973.7",
27
+ "@aws-sdk/types": "^3.973.8",
28
28
  "@aws/lambda-invoke-store": "^0.2.2",
29
- "@smithy/protocol-http": "^5.3.13",
30
- "@smithy/types": "^4.14.0",
29
+ "@smithy/protocol-http": "^5.3.14",
30
+ "@smithy/types": "^4.14.1",
31
31
  "tslib": "^2.6.2"
32
32
  },
33
33
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-user-agent",
3
- "version": "3.972.29",
3
+ "version": "3.972.31",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-user-agent",
@@ -25,13 +25,13 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/core": "^3.973.27",
29
- "@aws-sdk/types": "^3.973.7",
30
- "@aws-sdk/util-endpoints": "^3.996.6",
31
- "@smithy/core": "^3.23.14",
32
- "@smithy/protocol-http": "^5.3.13",
33
- "@smithy/types": "^4.14.0",
34
- "@smithy/util-retry": "^4.3.0",
28
+ "@aws-sdk/core": "^3.974.1",
29
+ "@aws-sdk/types": "^3.973.8",
30
+ "@aws-sdk/util-endpoints": "^3.996.7",
31
+ "@smithy/core": "^3.23.15",
32
+ "@smithy/protocol-http": "^5.3.14",
33
+ "@smithy/types": "^4.14.1",
34
+ "@smithy/util-retry": "^4.3.2",
35
35
  "tslib": "^2.6.2"
36
36
  },
37
37
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/nested-clients",
3
- "version": "3.996.19",
3
+ "version": "3.996.21",
4
4
  "description": "Nested clients for AWS SDK packages.",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -29,40 +29,40 @@
29
29
  "dependencies": {
30
30
  "@aws-crypto/sha256-browser": "5.2.0",
31
31
  "@aws-crypto/sha256-js": "5.2.0",
32
- "@aws-sdk/core": "^3.973.27",
33
- "@aws-sdk/middleware-host-header": "^3.972.9",
34
- "@aws-sdk/middleware-logger": "^3.972.9",
35
- "@aws-sdk/middleware-recursion-detection": "^3.972.10",
36
- "@aws-sdk/middleware-user-agent": "^3.972.29",
37
- "@aws-sdk/region-config-resolver": "^3.972.11",
38
- "@aws-sdk/types": "^3.973.7",
39
- "@aws-sdk/util-endpoints": "^3.996.6",
40
- "@aws-sdk/util-user-agent-browser": "^3.972.9",
41
- "@aws-sdk/util-user-agent-node": "^3.973.15",
42
- "@smithy/config-resolver": "^4.4.14",
43
- "@smithy/core": "^3.23.14",
44
- "@smithy/fetch-http-handler": "^5.3.16",
45
- "@smithy/hash-node": "^4.2.13",
46
- "@smithy/invalid-dependency": "^4.2.13",
47
- "@smithy/middleware-content-length": "^4.2.13",
48
- "@smithy/middleware-endpoint": "^4.4.29",
49
- "@smithy/middleware-retry": "^4.5.0",
50
- "@smithy/middleware-serde": "^4.2.17",
51
- "@smithy/middleware-stack": "^4.2.13",
52
- "@smithy/node-config-provider": "^4.3.13",
53
- "@smithy/node-http-handler": "^4.5.2",
54
- "@smithy/protocol-http": "^5.3.13",
55
- "@smithy/smithy-client": "^4.12.9",
56
- "@smithy/types": "^4.14.0",
57
- "@smithy/url-parser": "^4.2.13",
32
+ "@aws-sdk/core": "^3.974.1",
33
+ "@aws-sdk/middleware-host-header": "^3.972.10",
34
+ "@aws-sdk/middleware-logger": "^3.972.10",
35
+ "@aws-sdk/middleware-recursion-detection": "^3.972.11",
36
+ "@aws-sdk/middleware-user-agent": "^3.972.31",
37
+ "@aws-sdk/region-config-resolver": "^3.972.12",
38
+ "@aws-sdk/types": "^3.973.8",
39
+ "@aws-sdk/util-endpoints": "^3.996.7",
40
+ "@aws-sdk/util-user-agent-browser": "^3.972.10",
41
+ "@aws-sdk/util-user-agent-node": "^3.973.17",
42
+ "@smithy/config-resolver": "^4.4.16",
43
+ "@smithy/core": "^3.23.15",
44
+ "@smithy/fetch-http-handler": "^5.3.17",
45
+ "@smithy/hash-node": "^4.2.14",
46
+ "@smithy/invalid-dependency": "^4.2.14",
47
+ "@smithy/middleware-content-length": "^4.2.14",
48
+ "@smithy/middleware-endpoint": "^4.4.30",
49
+ "@smithy/middleware-retry": "^4.5.3",
50
+ "@smithy/middleware-serde": "^4.2.18",
51
+ "@smithy/middleware-stack": "^4.2.14",
52
+ "@smithy/node-config-provider": "^4.3.14",
53
+ "@smithy/node-http-handler": "^4.5.3",
54
+ "@smithy/protocol-http": "^5.3.14",
55
+ "@smithy/smithy-client": "^4.12.11",
56
+ "@smithy/types": "^4.14.1",
57
+ "@smithy/url-parser": "^4.2.14",
58
58
  "@smithy/util-base64": "^4.3.2",
59
59
  "@smithy/util-body-length-browser": "^4.2.2",
60
60
  "@smithy/util-body-length-node": "^4.2.3",
61
- "@smithy/util-defaults-mode-browser": "^4.3.45",
62
- "@smithy/util-defaults-mode-node": "^4.2.49",
63
- "@smithy/util-endpoints": "^3.3.4",
64
- "@smithy/util-middleware": "^4.2.13",
65
- "@smithy/util-retry": "^4.3.0",
61
+ "@smithy/util-defaults-mode-browser": "^4.3.47",
62
+ "@smithy/util-defaults-mode-node": "^4.2.52",
63
+ "@smithy/util-endpoints": "^3.4.1",
64
+ "@smithy/util-middleware": "^4.2.14",
65
+ "@smithy/util-retry": "^4.3.2",
66
66
  "@smithy/util-utf8": "^4.2.2",
67
67
  "tslib": "^2.6.2"
68
68
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/region-config-resolver",
3
- "version": "3.972.11",
3
+ "version": "3.972.12",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
6
6
  "build:cjs": "node ../../scripts/compilation/inline region-config-resolver",
@@ -23,10 +23,10 @@
23
23
  },
24
24
  "license": "Apache-2.0",
25
25
  "dependencies": {
26
- "@aws-sdk/types": "^3.973.7",
27
- "@smithy/config-resolver": "^4.4.14",
28
- "@smithy/node-config-provider": "^4.3.13",
29
- "@smithy/types": "^4.14.0",
26
+ "@aws-sdk/types": "^3.973.8",
27
+ "@smithy/config-resolver": "^4.4.16",
28
+ "@smithy/node-config-provider": "^4.3.14",
29
+ "@smithy/types": "^4.14.1",
30
30
  "tslib": "^2.6.2"
31
31
  },
32
32
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/token-providers",
3
- "version": "3.1026.0",
3
+ "version": "3.1032.0",
4
4
  "description": "A collection of token providers",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -29,12 +29,12 @@
29
29
  },
30
30
  "license": "Apache-2.0",
31
31
  "dependencies": {
32
- "@aws-sdk/core": "^3.973.27",
33
- "@aws-sdk/nested-clients": "^3.996.19",
34
- "@aws-sdk/types": "^3.973.7",
35
- "@smithy/property-provider": "^4.2.13",
36
- "@smithy/shared-ini-file-loader": "^4.4.8",
37
- "@smithy/types": "^4.14.0",
32
+ "@aws-sdk/core": "^3.974.1",
33
+ "@aws-sdk/nested-clients": "^3.996.21",
34
+ "@aws-sdk/types": "^3.973.8",
35
+ "@smithy/property-provider": "^4.2.14",
36
+ "@smithy/shared-ini-file-loader": "^4.4.9",
37
+ "@smithy/types": "^4.14.1",
38
38
  "tslib": "^2.6.2"
39
39
  },
40
40
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/types",
3
- "version": "3.973.7",
3
+ "version": "3.973.8",
4
4
  "main": "./dist-cjs/index.js",
5
5
  "module": "./dist-es/index.js",
6
6
  "types": "./dist-types/index.d.ts",
@@ -42,7 +42,7 @@
42
42
  "directory": "packages-internal/types"
43
43
  },
44
44
  "dependencies": {
45
- "@smithy/types": "^4.14.0",
45
+ "@smithy/types": "^4.14.1",
46
46
  "tslib": "^2.6.2"
47
47
  },
48
48
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-endpoints",
3
- "version": "3.996.6",
3
+ "version": "3.996.7",
4
4
  "description": "Utilities to help with endpoint resolution",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -25,10 +25,10 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/types": "^3.973.7",
29
- "@smithy/types": "^4.14.0",
30
- "@smithy/url-parser": "^4.2.13",
31
- "@smithy/util-endpoints": "^3.3.4",
28
+ "@aws-sdk/types": "^3.973.8",
29
+ "@smithy/types": "^4.14.1",
30
+ "@smithy/url-parser": "^4.2.14",
31
+ "@smithy/util-endpoints": "^3.4.1",
32
32
  "tslib": "^2.6.2"
33
33
  },
34
34
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-user-agent-browser",
3
- "version": "3.972.9",
3
+ "version": "3.972.10",
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",
@@ -24,8 +24,8 @@
24
24
  "license": "Apache-2.0",
25
25
  "react-native": "dist-es/index.native.js",
26
26
  "dependencies": {
27
- "@aws-sdk/types": "^3.973.7",
28
- "@smithy/types": "^4.14.0",
27
+ "@aws-sdk/types": "^3.973.8",
28
+ "@smithy/types": "^4.14.1",
29
29
  "bowser": "^2.11.0",
30
30
  "tslib": "^2.6.2"
31
31
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-user-agent-node",
3
- "version": "3.973.15",
3
+ "version": "3.973.17",
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",
@@ -24,10 +24,10 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/middleware-user-agent": "^3.972.29",
28
- "@aws-sdk/types": "^3.973.7",
29
- "@smithy/node-config-provider": "^4.3.13",
30
- "@smithy/types": "^4.14.0",
27
+ "@aws-sdk/middleware-user-agent": "^3.972.31",
28
+ "@aws-sdk/types": "^3.973.8",
29
+ "@smithy/node-config-provider": "^4.3.14",
30
+ "@smithy/types": "^4.14.1",
31
31
  "@smithy/util-config-provider": "^4.2.2",
32
32
  "tslib": "^2.6.2"
33
33
  },
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@aws-sdk/xml-builder",
3
- "version": "3.972.17",
3
+ "version": "3.972.18",
4
4
  "description": "XML utilities for the AWS SDK",
5
5
  "dependencies": {
6
- "@smithy/types": "^4.14.0",
6
+ "@smithy/types": "^4.14.1",
7
7
  "fast-xml-parser": "5.5.8",
8
8
  "tslib": "^2.6.2"
9
9
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/config-resolver",
3
- "version": "4.4.15",
3
+ "version": "4.4.17",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:types' 'yarn:build:es:cjs'",
6
6
  "build:es:cjs": "yarn g:tsc -p tsconfig.es.json && node ../../scripts/inline config-resolver",
@@ -24,11 +24,11 @@
24
24
  "license": "Apache-2.0",
25
25
  "sideEffects": false,
26
26
  "dependencies": {
27
- "@smithy/node-config-provider": "^4.3.13",
28
- "@smithy/types": "^4.14.0",
27
+ "@smithy/node-config-provider": "^4.3.14",
28
+ "@smithy/types": "^4.14.1",
29
29
  "@smithy/util-config-provider": "^4.2.2",
30
- "@smithy/util-endpoints": "^3.4.0",
31
- "@smithy/util-middleware": "^4.2.13",
30
+ "@smithy/util-endpoints": "^3.4.2",
31
+ "@smithy/util-middleware": "^4.2.14",
32
32
  "tslib": "^2.6.2"
33
33
  },
34
34
  "devDependencies": {
@@ -204,7 +204,8 @@ function setFeature(context, feature, value) {
204
204
  class DefaultIdentityProviderConfig {
205
205
  authSchemes = new Map();
206
206
  constructor(config) {
207
- for (const [key, value] of Object.entries(config)) {
207
+ for (const key in config) {
208
+ const value = config[key];
208
209
  if (value !== undefined) {
209
210
  this.authSchemes.set(key, value);
210
211
  }
@@ -745,7 +745,13 @@ const loadSmithyRpcV2CborErrorCode = (output, data) => {
745
745
  if (data["__type"] !== undefined) {
746
746
  return sanitizeErrorCode(data["__type"]);
747
747
  }
748
- const codeKey = Object.keys(data).find((key) => key.toLowerCase() === "code");
748
+ let codeKey;
749
+ for (const key in data) {
750
+ if (key.toLowerCase() === "code") {
751
+ codeKey = key;
752
+ break;
753
+ }
754
+ }
749
755
  if (codeKey && data[codeKey] !== undefined) {
750
756
  return sanitizeErrorCode(data[codeKey]);
751
757
  }
@@ -772,8 +778,8 @@ const buildHttpRpcRequest = async (context, headers, path, resolvedHostname, bod
772
778
  contents.hostname = resolvedHostname;
773
779
  }
774
780
  if (endpoint.headers) {
775
- for (const [name, value] of Object.entries(endpoint.headers)) {
776
- contents.headers[name] = value;
781
+ for (const name in endpoint.headers) {
782
+ contents.headers[name] = endpoint.headers[name];
777
783
  }
778
784
  }
779
785
  if (body !== undefined) {
@@ -843,7 +849,7 @@ class CborShapeSerializer extends protocols.SerdeContext {
843
849
  const newObject = {};
844
850
  if (ns.isMapSchema()) {
845
851
  const sparse = !!ns.getMergedTraits().sparse;
846
- for (const key of Object.keys(sourceObject)) {
852
+ for (const key in sourceObject) {
847
853
  const value = this.serialize(ns.getValueSchema(), sourceObject[key]);
848
854
  if (value != null || sparse) {
849
855
  newObject[key] = value;
@@ -863,15 +869,15 @@ class CborShapeSerializer extends protocols.SerdeContext {
863
869
  newObject[k] = v;
864
870
  }
865
871
  else if (typeof sourceObject.__type === "string") {
866
- for (const [k, v] of Object.entries(sourceObject)) {
872
+ for (const k in sourceObject) {
867
873
  if (!(k in newObject)) {
868
- newObject[k] = this.serialize(15, v);
874
+ newObject[k] = this.serialize(15, sourceObject[k]);
869
875
  }
870
876
  }
871
877
  }
872
878
  }
873
879
  else if (ns.isDocumentSchema()) {
874
- for (const key of Object.keys(sourceObject)) {
880
+ for (const key in sourceObject) {
875
881
  newObject[key] = this.serialize(ns.getValueSchema(), sourceObject[key]);
876
882
  }
877
883
  }
@@ -944,7 +950,7 @@ class CborShapeDeserializer extends protocols.SerdeContext {
944
950
  const newObject = {};
945
951
  if (ns.isMapSchema()) {
946
952
  const targetSchema = ns.getValueSchema();
947
- for (const key of Object.keys(value)) {
953
+ for (const key in value) {
948
954
  const itemValue = this.readValue(targetSchema, value[key]);
949
955
  newObject[key] = itemValue;
950
956
  }
@@ -953,7 +959,12 @@ class CborShapeDeserializer extends protocols.SerdeContext {
953
959
  const isUnion = ns.isUnionSchema();
954
960
  let keys;
955
961
  if (isUnion) {
956
- keys = new Set(Object.keys(value).filter((k) => k !== "__type"));
962
+ keys = new Set();
963
+ for (const k in value) {
964
+ if (k !== "__type") {
965
+ keys.add(k);
966
+ }
967
+ }
957
968
  }
958
969
  for (const [key, memberSchema] of ns.structIterator()) {
959
970
  if (isUnion) {
@@ -963,14 +974,21 @@ class CborShapeDeserializer extends protocols.SerdeContext {
963
974
  newObject[key] = this.readValue(memberSchema, value[key]);
964
975
  }
965
976
  }
966
- if (isUnion && keys?.size === 1 && Object.keys(newObject).length === 0) {
967
- const k = keys.values().next().value;
968
- newObject.$unknown = [k, value[k]];
977
+ if (isUnion && keys?.size === 1) {
978
+ let newObjectEmpty = true;
979
+ for (const _ in newObject) {
980
+ newObjectEmpty = false;
981
+ break;
982
+ }
983
+ if (newObjectEmpty) {
984
+ const k = keys.values().next().value;
985
+ newObject.$unknown = [k, value[k]];
986
+ }
969
987
  }
970
988
  else if (typeof value.__type === "string") {
971
- for (const [k, v] of Object.entries(value)) {
989
+ for (const k in value) {
972
990
  if (!(k in newObject)) {
973
- newObject[k] = v;
991
+ newObject[k] = value[k];
974
992
  }
975
993
  }
976
994
  }
@@ -8,8 +8,8 @@ const toEndpointV1 = (endpoint) => {
8
8
  const v1Endpoint = urlParser.parseUrl(endpoint.url);
9
9
  if (endpoint.headers) {
10
10
  v1Endpoint.headers = {};
11
- for (const [name, values] of Object.entries(endpoint.headers)) {
12
- v1Endpoint.headers[name.toLowerCase()] = values.join(", ");
11
+ for (const name in endpoint.headers) {
12
+ v1Endpoint.headers[name.toLowerCase()] = endpoint.headers[name].join(", ");
13
13
  }
14
14
  }
15
15
  return v1Endpoint;