@jjrawlins/cdk-ami-builder 0.0.177 → 0.0.179

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 (129) hide show
  1. package/.jsii +11 -11
  2. package/cdkamibuilder/go.mod +1 -1
  3. package/cdkamibuilder/jsii/jsii.go +2 -2
  4. package/cdkamibuilder/version +1 -1
  5. package/lib/ImagePipeline/ImagePipeline.js +1 -1
  6. package/lib/Lambdas/CheckStateMachineStatus/CheckStateMachineStatus-function.js +1 -1
  7. package/lib/Lambdas/StartStateMachine/StartStateMachine-function.js +1 -1
  8. package/node_modules/@aws-sdk/client-ec2/dist-cjs/schemas/schemas_0.js +72 -56
  9. package/node_modules/@aws-sdk/client-ec2/dist-es/schemas/schemas_0.js +18 -2
  10. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstanceTypesCommand.d.ts +5 -0
  11. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeTrafficMirrorTargetsCommand.d.ts +2 -1
  12. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetDefaultCreditSpecificationCommand.d.ts +1 -2
  13. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_4.d.ts +31 -16
  14. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_5.d.ts +17 -19
  15. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_6.d.ts +18 -93
  16. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_7.d.ts +94 -2
  17. package/node_modules/@aws-sdk/client-ec2/dist-types/schemas/schemas_0.d.ts +1 -0
  18. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeTrafficMirrorTargetsCommand.d.ts +2 -4
  19. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetDefaultCreditSpecificationCommand.d.ts +4 -2
  20. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_4.d.ts +8 -5
  21. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_5.d.ts +5 -5
  22. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_6.d.ts +4 -23
  23. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_7.d.ts +22 -5
  24. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -0
  25. package/node_modules/@aws-sdk/client-ec2/package.json +15 -15
  26. package/node_modules/@aws-sdk/client-ecs/package.json +13 -13
  27. package/node_modules/@aws-sdk/client-kms/package.json +13 -13
  28. package/node_modules/@aws-sdk/client-s3/package.json +19 -19
  29. package/node_modules/@aws-sdk/client-secrets-manager/package.json +14 -14
  30. package/node_modules/@aws-sdk/client-sfn/package.json +13 -13
  31. package/node_modules/@aws-sdk/client-sns/package.json +13 -13
  32. package/node_modules/@aws-sdk/client-sqs/package.json +15 -15
  33. package/node_modules/@aws-sdk/client-ssm/package.json +13 -13
  34. package/node_modules/@aws-sdk/core/package.json +4 -4
  35. package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  36. package/node_modules/@aws-sdk/credential-provider-http/package.json +5 -5
  37. package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
  38. package/node_modules/@aws-sdk/credential-provider-login/package.json +3 -3
  39. package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  40. package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  41. package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  42. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  43. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +4 -4
  44. package/node_modules/@aws-sdk/middleware-sdk-ec2/package.json +3 -3
  45. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +5 -5
  46. package/node_modules/@aws-sdk/middleware-sdk-sqs/package.json +2 -2
  47. package/node_modules/@aws-sdk/middleware-user-agent/package.json +3 -3
  48. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentity.js +1 -1
  49. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentity.d.ts +2 -2
  50. package/node_modules/@aws-sdk/nested-clients/package.json +12 -12
  51. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +2 -2
  52. package/node_modules/@aws-sdk/token-providers/package.json +3 -3
  53. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  54. package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +21 -11
  55. package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +5 -1
  56. package/node_modules/@aws-sdk/xml-builder/dist-es/escape-attribute.js +8 -1
  57. package/node_modules/@aws-sdk/xml-builder/dist-es/escape-element.js +13 -10
  58. package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.js +5 -1
  59. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/XmlNode.d.ts +49 -29
  60. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/XmlText.d.ts +11 -6
  61. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/escape-attribute.d.ts +6 -1
  62. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/escape-element.d.ts +6 -1
  63. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/index.d.ts +12 -3
  64. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/stringable.d.ts +6 -3
  65. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/xml-parser.browser.d.ts +9 -1
  66. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/xml-parser.d.ts +4 -1
  67. package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
  68. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/CHANGELOG.md +33 -4
  69. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/README.md +8 -7
  70. package/node_modules/fast-xml-parser/lib/fxbuilder.min.js +2 -0
  71. package/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +1 -0
  72. package/node_modules/fast-xml-parser/lib/fxp.cjs +1 -0
  73. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxp.d.cts +73 -19
  74. package/node_modules/fast-xml-parser/lib/fxp.min.js +2 -0
  75. package/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -0
  76. package/node_modules/fast-xml-parser/lib/fxparser.min.js +2 -0
  77. package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -0
  78. package/node_modules/fast-xml-parser/lib/fxvalidator.min.js.map +1 -0
  79. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/package.json +3 -2
  80. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/fxp.d.ts +73 -19
  81. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/util.js +18 -0
  82. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/DocTypeReader.js +12 -2
  83. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/OptionsBuilder.js +71 -0
  84. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/OrderedObjParser.js +291 -115
  85. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/XMLParser.js +1 -1
  86. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/node2json.js +65 -14
  87. package/package.json +10 -10
  88. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxbuilder.min.js +0 -2
  89. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +0 -1
  90. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.cjs +0 -1
  91. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js +0 -2
  92. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js.map +0 -1
  93. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js +0 -2
  94. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js.map +0 -1
  95. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxvalidator.min.js.map +0 -1
  96. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/LICENSE +0 -0
  97. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxvalidator.min.js +0 -0
  98. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/cli/cli.js +0 -0
  99. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/cli/man.js +0 -0
  100. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/cli/read.js +0 -0
  101. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/fxp.js +0 -0
  102. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/ignoreAttributes.js +0 -0
  103. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/CharsSymbol.js +0 -0
  104. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/EntitiesParser.js +0 -0
  105. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OptionsBuilder.js +0 -0
  106. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/BaseOutputBuilder.js +0 -0
  107. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/JsArrBuilder.js +0 -0
  108. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/JsMinArrBuilder.js +0 -0
  109. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/JsObjBuilder.js +0 -0
  110. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/ParserOptionsBuilder.js +0 -0
  111. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/Report.js +0 -0
  112. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/TagPath.js +0 -0
  113. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/TagPathMatcher.js +0 -0
  114. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/XMLParser.js +0 -0
  115. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/Xml2JsParser.js +0 -0
  116. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/XmlPartReader.js +0 -0
  117. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/XmlSpecialTagsReader.js +0 -0
  118. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/inputSource/BufferSource.js +0 -0
  119. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/inputSource/StringSource.js +0 -0
  120. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/EntitiesParser.js +0 -0
  121. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/booleanParser.js +0 -0
  122. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/booleanParserExt.js +0 -0
  123. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/currency.js +0 -0
  124. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/join.js +0 -0
  125. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/number.js +0 -0
  126. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/trim.js +0 -0
  127. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/validator.js +0 -0
  128. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlbuilder/json2xml.js +0 -0
  129. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/xmlNode.js +0 -0
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sqs",
3
3
  "description": "AWS SDK for JavaScript Sqs Client for Node.js, Browser and React Native",
4
- "version": "3.1010.0",
4
+ "version": "3.1012.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-sqs",
@@ -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.20",
33
- "@aws-sdk/credential-provider-node": "^3.972.21",
32
+ "@aws-sdk/core": "^3.973.21",
33
+ "@aws-sdk/credential-provider-node": "^3.972.22",
34
34
  "@aws-sdk/middleware-host-header": "^3.972.8",
35
35
  "@aws-sdk/middleware-logger": "^3.972.8",
36
36
  "@aws-sdk/middleware-recursion-detection": "^3.972.8",
37
- "@aws-sdk/middleware-sdk-sqs": "^3.972.15",
38
- "@aws-sdk/middleware-user-agent": "^3.972.21",
37
+ "@aws-sdk/middleware-sdk-sqs": "^3.972.16",
38
+ "@aws-sdk/middleware-user-agent": "^3.972.22",
39
39
  "@aws-sdk/region-config-resolver": "^3.972.8",
40
40
  "@aws-sdk/types": "^3.973.6",
41
41
  "@aws-sdk/util-endpoints": "^3.996.5",
42
42
  "@aws-sdk/util-user-agent-browser": "^3.972.8",
43
- "@aws-sdk/util-user-agent-node": "^3.973.7",
43
+ "@aws-sdk/util-user-agent-node": "^3.973.8",
44
44
  "@smithy/config-resolver": "^4.4.11",
45
- "@smithy/core": "^3.23.11",
45
+ "@smithy/core": "^3.23.12",
46
46
  "@smithy/fetch-http-handler": "^5.3.15",
47
47
  "@smithy/hash-node": "^4.2.12",
48
48
  "@smithy/invalid-dependency": "^4.2.12",
49
49
  "@smithy/md5-js": "^4.2.12",
50
50
  "@smithy/middleware-content-length": "^4.2.12",
51
- "@smithy/middleware-endpoint": "^4.4.25",
52
- "@smithy/middleware-retry": "^4.4.42",
53
- "@smithy/middleware-serde": "^4.2.14",
51
+ "@smithy/middleware-endpoint": "^4.4.26",
52
+ "@smithy/middleware-retry": "^4.4.43",
53
+ "@smithy/middleware-serde": "^4.2.15",
54
54
  "@smithy/middleware-stack": "^4.2.12",
55
55
  "@smithy/node-config-provider": "^4.3.12",
56
- "@smithy/node-http-handler": "^4.4.16",
56
+ "@smithy/node-http-handler": "^4.5.0",
57
57
  "@smithy/protocol-http": "^5.3.12",
58
- "@smithy/smithy-client": "^4.12.5",
58
+ "@smithy/smithy-client": "^4.12.6",
59
59
  "@smithy/types": "^4.13.1",
60
60
  "@smithy/url-parser": "^4.2.12",
61
61
  "@smithy/util-base64": "^4.3.2",
62
62
  "@smithy/util-body-length-browser": "^4.2.2",
63
63
  "@smithy/util-body-length-node": "^4.2.3",
64
- "@smithy/util-defaults-mode-browser": "^4.3.41",
65
- "@smithy/util-defaults-mode-node": "^4.2.44",
64
+ "@smithy/util-defaults-mode-browser": "^4.3.42",
65
+ "@smithy/util-defaults-mode-node": "^4.2.45",
66
66
  "@smithy/util-endpoints": "^3.3.3",
67
67
  "@smithy/util-middleware": "^4.2.12",
68
68
  "@smithy/util-retry": "^4.2.12",
@@ -70,7 +70,7 @@
70
70
  "tslib": "^2.6.2"
71
71
  },
72
72
  "devDependencies": {
73
- "@smithy/snapshot-testing": "^2.0.2",
73
+ "@smithy/snapshot-testing": "^2.0.3",
74
74
  "@tsconfig/node20": "20.1.8",
75
75
  "@types/node": "^20.14.8",
76
76
  "concurrently": "7.0.0",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ssm",
3
3
  "description": "AWS SDK for JavaScript Ssm Client for Node.js, Browser and React Native",
4
- "version": "3.1010.0",
4
+ "version": "3.1012.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-ssm",
@@ -23,38 +23,38 @@
23
23
  "dependencies": {
24
24
  "@aws-crypto/sha256-browser": "5.2.0",
25
25
  "@aws-crypto/sha256-js": "5.2.0",
26
- "@aws-sdk/core": "^3.973.20",
27
- "@aws-sdk/credential-provider-node": "^3.972.21",
26
+ "@aws-sdk/core": "^3.973.21",
27
+ "@aws-sdk/credential-provider-node": "^3.972.22",
28
28
  "@aws-sdk/middleware-host-header": "^3.972.8",
29
29
  "@aws-sdk/middleware-logger": "^3.972.8",
30
30
  "@aws-sdk/middleware-recursion-detection": "^3.972.8",
31
- "@aws-sdk/middleware-user-agent": "^3.972.21",
31
+ "@aws-sdk/middleware-user-agent": "^3.972.22",
32
32
  "@aws-sdk/region-config-resolver": "^3.972.8",
33
33
  "@aws-sdk/types": "^3.973.6",
34
34
  "@aws-sdk/util-endpoints": "^3.996.5",
35
35
  "@aws-sdk/util-user-agent-browser": "^3.972.8",
36
- "@aws-sdk/util-user-agent-node": "^3.973.7",
36
+ "@aws-sdk/util-user-agent-node": "^3.973.8",
37
37
  "@smithy/config-resolver": "^4.4.11",
38
- "@smithy/core": "^3.23.11",
38
+ "@smithy/core": "^3.23.12",
39
39
  "@smithy/fetch-http-handler": "^5.3.15",
40
40
  "@smithy/hash-node": "^4.2.12",
41
41
  "@smithy/invalid-dependency": "^4.2.12",
42
42
  "@smithy/middleware-content-length": "^4.2.12",
43
- "@smithy/middleware-endpoint": "^4.4.25",
44
- "@smithy/middleware-retry": "^4.4.42",
45
- "@smithy/middleware-serde": "^4.2.14",
43
+ "@smithy/middleware-endpoint": "^4.4.26",
44
+ "@smithy/middleware-retry": "^4.4.43",
45
+ "@smithy/middleware-serde": "^4.2.15",
46
46
  "@smithy/middleware-stack": "^4.2.12",
47
47
  "@smithy/node-config-provider": "^4.3.12",
48
- "@smithy/node-http-handler": "^4.4.16",
48
+ "@smithy/node-http-handler": "^4.5.0",
49
49
  "@smithy/protocol-http": "^5.3.12",
50
- "@smithy/smithy-client": "^4.12.5",
50
+ "@smithy/smithy-client": "^4.12.6",
51
51
  "@smithy/types": "^4.13.1",
52
52
  "@smithy/url-parser": "^4.2.12",
53
53
  "@smithy/util-base64": "^4.3.2",
54
54
  "@smithy/util-body-length-browser": "^4.2.2",
55
55
  "@smithy/util-body-length-node": "^4.2.3",
56
- "@smithy/util-defaults-mode-browser": "^4.3.41",
57
- "@smithy/util-defaults-mode-node": "^4.2.44",
56
+ "@smithy/util-defaults-mode-browser": "^4.3.42",
57
+ "@smithy/util-defaults-mode-node": "^4.2.45",
58
58
  "@smithy/util-endpoints": "^3.3.3",
59
59
  "@smithy/util-middleware": "^4.2.12",
60
60
  "@smithy/util-retry": "^4.2.12",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/core",
3
- "version": "3.973.20",
3
+ "version": "3.973.21",
4
4
  "description": "Core functions & classes shared by multiple AWS SDK clients.",
5
5
  "scripts": {
6
6
  "build": "yarn lint && concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
@@ -82,13 +82,13 @@
82
82
  "license": "Apache-2.0",
83
83
  "dependencies": {
84
84
  "@aws-sdk/types": "^3.973.6",
85
- "@aws-sdk/xml-builder": "^3.972.11",
86
- "@smithy/core": "^3.23.11",
85
+ "@aws-sdk/xml-builder": "^3.972.12",
86
+ "@smithy/core": "^3.23.12",
87
87
  "@smithy/node-config-provider": "^4.3.12",
88
88
  "@smithy/property-provider": "^4.2.12",
89
89
  "@smithy/protocol-http": "^5.3.12",
90
90
  "@smithy/signature-v4": "^5.3.12",
91
- "@smithy/smithy-client": "^4.12.5",
91
+ "@smithy/smithy-client": "^4.12.6",
92
92
  "@smithy/types": "^4.13.1",
93
93
  "@smithy/util-base64": "^4.3.2",
94
94
  "@smithy/util-middleware": "^4.2.12",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-env",
3
- "version": "3.972.18",
3
+ "version": "3.972.19",
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",
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "license": "Apache-2.0",
28
28
  "dependencies": {
29
- "@aws-sdk/core": "^3.973.20",
29
+ "@aws-sdk/core": "^3.973.21",
30
30
  "@aws-sdk/types": "^3.973.6",
31
31
  "@smithy/property-provider": "^4.2.12",
32
32
  "@smithy/types": "^4.13.1",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-http",
3
- "version": "3.972.20",
3
+ "version": "3.972.21",
4
4
  "description": "AWS credential provider for containers and HTTP sources",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -28,15 +28,15 @@
28
28
  },
29
29
  "license": "Apache-2.0",
30
30
  "dependencies": {
31
- "@aws-sdk/core": "^3.973.20",
31
+ "@aws-sdk/core": "^3.973.21",
32
32
  "@aws-sdk/types": "^3.973.6",
33
33
  "@smithy/fetch-http-handler": "^5.3.15",
34
- "@smithy/node-http-handler": "^4.4.16",
34
+ "@smithy/node-http-handler": "^4.5.0",
35
35
  "@smithy/property-provider": "^4.2.12",
36
36
  "@smithy/protocol-http": "^5.3.12",
37
- "@smithy/smithy-client": "^4.12.5",
37
+ "@smithy/smithy-client": "^4.12.6",
38
38
  "@smithy/types": "^4.13.1",
39
- "@smithy/util-stream": "^4.5.19",
39
+ "@smithy/util-stream": "^4.5.20",
40
40
  "tslib": "^2.6.2"
41
41
  },
42
42
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-ini",
3
- "version": "3.972.20",
3
+ "version": "3.972.21",
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",
@@ -28,14 +28,14 @@
28
28
  },
29
29
  "license": "Apache-2.0",
30
30
  "dependencies": {
31
- "@aws-sdk/core": "^3.973.20",
32
- "@aws-sdk/credential-provider-env": "^3.972.18",
33
- "@aws-sdk/credential-provider-http": "^3.972.20",
34
- "@aws-sdk/credential-provider-login": "^3.972.20",
35
- "@aws-sdk/credential-provider-process": "^3.972.18",
36
- "@aws-sdk/credential-provider-sso": "^3.972.20",
37
- "@aws-sdk/credential-provider-web-identity": "^3.972.20",
38
- "@aws-sdk/nested-clients": "^3.996.10",
31
+ "@aws-sdk/core": "^3.973.21",
32
+ "@aws-sdk/credential-provider-env": "^3.972.19",
33
+ "@aws-sdk/credential-provider-http": "^3.972.21",
34
+ "@aws-sdk/credential-provider-login": "^3.972.21",
35
+ "@aws-sdk/credential-provider-process": "^3.972.19",
36
+ "@aws-sdk/credential-provider-sso": "^3.972.21",
37
+ "@aws-sdk/credential-provider-web-identity": "^3.972.21",
38
+ "@aws-sdk/nested-clients": "^3.996.11",
39
39
  "@aws-sdk/types": "^3.973.6",
40
40
  "@smithy/credential-provider-imds": "^4.2.12",
41
41
  "@smithy/property-provider": "^4.2.12",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-login",
3
- "version": "3.972.20",
3
+ "version": "3.972.21",
4
4
  "description": "AWS credential provider that sources credentials from aws login cached tokens",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -28,8 +28,8 @@
28
28
  },
29
29
  "license": "Apache-2.0",
30
30
  "dependencies": {
31
- "@aws-sdk/core": "^3.973.20",
32
- "@aws-sdk/nested-clients": "^3.996.10",
31
+ "@aws-sdk/core": "^3.973.21",
32
+ "@aws-sdk/nested-clients": "^3.996.11",
33
33
  "@aws-sdk/types": "^3.973.6",
34
34
  "@smithy/property-provider": "^4.2.12",
35
35
  "@smithy/protocol-http": "^5.3.12",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-node",
3
- "version": "3.972.21",
3
+ "version": "3.972.22",
4
4
  "description": "AWS credential provider that sources credentials from a Node.JS environment. ",
5
5
  "engines": {
6
6
  "node": ">=20.0.0"
@@ -31,12 +31,12 @@
31
31
  },
32
32
  "license": "Apache-2.0",
33
33
  "dependencies": {
34
- "@aws-sdk/credential-provider-env": "^3.972.18",
35
- "@aws-sdk/credential-provider-http": "^3.972.20",
36
- "@aws-sdk/credential-provider-ini": "^3.972.20",
37
- "@aws-sdk/credential-provider-process": "^3.972.18",
38
- "@aws-sdk/credential-provider-sso": "^3.972.20",
39
- "@aws-sdk/credential-provider-web-identity": "^3.972.20",
34
+ "@aws-sdk/credential-provider-env": "^3.972.19",
35
+ "@aws-sdk/credential-provider-http": "^3.972.21",
36
+ "@aws-sdk/credential-provider-ini": "^3.972.21",
37
+ "@aws-sdk/credential-provider-process": "^3.972.19",
38
+ "@aws-sdk/credential-provider-sso": "^3.972.21",
39
+ "@aws-sdk/credential-provider-web-identity": "^3.972.21",
40
40
  "@aws-sdk/types": "^3.973.6",
41
41
  "@smithy/credential-provider-imds": "^4.2.12",
42
42
  "@smithy/property-provider": "^4.2.12",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-process",
3
- "version": "3.972.18",
3
+ "version": "3.972.19",
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,7 +26,7 @@
26
26
  },
27
27
  "license": "Apache-2.0",
28
28
  "dependencies": {
29
- "@aws-sdk/core": "^3.973.20",
29
+ "@aws-sdk/core": "^3.973.21",
30
30
  "@aws-sdk/types": "^3.973.6",
31
31
  "@smithy/property-provider": "^4.2.12",
32
32
  "@smithy/shared-ini-file-loader": "^4.4.7",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-sso",
3
- "version": "3.972.20",
3
+ "version": "3.972.21",
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,9 +26,9 @@
26
26
  },
27
27
  "license": "Apache-2.0",
28
28
  "dependencies": {
29
- "@aws-sdk/core": "^3.973.20",
30
- "@aws-sdk/nested-clients": "^3.996.10",
31
- "@aws-sdk/token-providers": "3.1009.0",
29
+ "@aws-sdk/core": "^3.973.21",
30
+ "@aws-sdk/nested-clients": "^3.996.11",
31
+ "@aws-sdk/token-providers": "3.1012.0",
32
32
  "@aws-sdk/types": "^3.973.6",
33
33
  "@smithy/property-provider": "^4.2.12",
34
34
  "@smithy/shared-ini-file-loader": "^4.4.7",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-web-identity",
3
- "version": "3.972.20",
3
+ "version": "3.972.21",
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,8 +34,8 @@
34
34
  },
35
35
  "license": "Apache-2.0",
36
36
  "dependencies": {
37
- "@aws-sdk/core": "^3.973.20",
38
- "@aws-sdk/nested-clients": "^3.996.10",
37
+ "@aws-sdk/core": "^3.973.21",
38
+ "@aws-sdk/nested-clients": "^3.996.11",
39
39
  "@aws-sdk/types": "^3.973.6",
40
40
  "@smithy/property-provider": "^4.2.12",
41
41
  "@smithy/shared-ini-file-loader": "^4.4.7",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-flexible-checksums",
3
- "version": "3.974.0",
3
+ "version": "3.974.1",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-flexible-checksums",
@@ -37,7 +37,7 @@
37
37
  "@aws-crypto/crc32": "5.2.0",
38
38
  "@aws-crypto/crc32c": "5.2.0",
39
39
  "@aws-crypto/util": "5.2.0",
40
- "@aws-sdk/core": "^3.973.20",
40
+ "@aws-sdk/core": "^3.973.21",
41
41
  "@aws-sdk/crc64-nvme": "^3.972.5",
42
42
  "@aws-sdk/types": "^3.973.6",
43
43
  "@smithy/is-array-buffer": "^4.2.2",
@@ -45,12 +45,12 @@
45
45
  "@smithy/protocol-http": "^5.3.12",
46
46
  "@smithy/types": "^4.13.1",
47
47
  "@smithy/util-middleware": "^4.2.12",
48
- "@smithy/util-stream": "^4.5.19",
48
+ "@smithy/util-stream": "^4.5.20",
49
49
  "@smithy/util-utf8": "^4.2.2",
50
50
  "tslib": "^2.6.2"
51
51
  },
52
52
  "devDependencies": {
53
- "@smithy/node-http-handler": "^4.4.16",
53
+ "@smithy/node-http-handler": "^4.5.0",
54
54
  "concurrently": "7.0.0",
55
55
  "downlevel-dts": "0.10.1",
56
56
  "premove": "4.0.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-sdk-ec2",
3
- "version": "3.972.15",
3
+ "version": "3.972.16",
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-sdk-ec2",
@@ -28,10 +28,10 @@
28
28
  "dependencies": {
29
29
  "@aws-sdk/types": "^3.973.6",
30
30
  "@aws-sdk/util-format-url": "^3.972.8",
31
- "@smithy/middleware-endpoint": "^4.4.25",
31
+ "@smithy/middleware-endpoint": "^4.4.26",
32
32
  "@smithy/protocol-http": "^5.3.12",
33
33
  "@smithy/signature-v4": "^5.3.12",
34
- "@smithy/smithy-client": "^4.12.5",
34
+ "@smithy/smithy-client": "^4.12.6",
35
35
  "@smithy/types": "^4.13.1",
36
36
  "tslib": "^2.6.2"
37
37
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-sdk-s3",
3
- "version": "3.972.20",
3
+ "version": "3.972.21",
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-sdk-s3",
@@ -28,18 +28,18 @@
28
28
  },
29
29
  "license": "Apache-2.0",
30
30
  "dependencies": {
31
- "@aws-sdk/core": "^3.973.20",
31
+ "@aws-sdk/core": "^3.973.21",
32
32
  "@aws-sdk/types": "^3.973.6",
33
33
  "@aws-sdk/util-arn-parser": "^3.972.3",
34
- "@smithy/core": "^3.23.11",
34
+ "@smithy/core": "^3.23.12",
35
35
  "@smithy/node-config-provider": "^4.3.12",
36
36
  "@smithy/protocol-http": "^5.3.12",
37
37
  "@smithy/signature-v4": "^5.3.12",
38
- "@smithy/smithy-client": "^4.12.5",
38
+ "@smithy/smithy-client": "^4.12.6",
39
39
  "@smithy/types": "^4.13.1",
40
40
  "@smithy/util-config-provider": "^4.2.2",
41
41
  "@smithy/util-middleware": "^4.2.12",
42
- "@smithy/util-stream": "^4.5.19",
42
+ "@smithy/util-stream": "^4.5.20",
43
43
  "@smithy/util-utf8": "^4.2.2",
44
44
  "tslib": "^2.6.2"
45
45
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-sdk-sqs",
3
- "version": "3.972.15",
3
+ "version": "3.972.16",
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-sdk-sqs",
@@ -25,7 +25,7 @@
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
27
  "@aws-sdk/types": "^3.973.6",
28
- "@smithy/smithy-client": "^4.12.5",
28
+ "@smithy/smithy-client": "^4.12.6",
29
29
  "@smithy/types": "^4.13.1",
30
30
  "@smithy/util-hex-encoding": "^4.2.2",
31
31
  "@smithy/util-utf8": "^4.2.2",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-user-agent",
3
- "version": "3.972.21",
3
+ "version": "3.972.22",
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,10 +25,10 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/core": "^3.973.20",
28
+ "@aws-sdk/core": "^3.973.21",
29
29
  "@aws-sdk/types": "^3.973.6",
30
30
  "@aws-sdk/util-endpoints": "^3.996.5",
31
- "@smithy/core": "^3.23.11",
31
+ "@smithy/core": "^3.23.12",
32
32
  "@smithy/protocol-http": "^5.3.12",
33
33
  "@smithy/types": "^4.13.1",
34
34
  "@smithy/util-retry": "^4.2.12",
@@ -1,6 +1,6 @@
1
1
  import { createAggregatedClient } from "@smithy/smithy-client";
2
2
  import { CognitoIdentityClient } from "./CognitoIdentityClient";
3
- import { GetCredentialsForIdentityCommand } from "./commands/GetCredentialsForIdentityCommand";
3
+ import { GetCredentialsForIdentityCommand, } from "./commands/GetCredentialsForIdentityCommand";
4
4
  import { GetIdCommand } from "./commands/GetIdCommand";
5
5
  const commands = {
6
6
  GetCredentialsForIdentityCommand,
@@ -1,7 +1,7 @@
1
1
  import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
2
  import { CognitoIdentityClient } from "./CognitoIdentityClient";
3
- import type { GetCredentialsForIdentityCommandInput, GetCredentialsForIdentityCommandOutput } from "./commands/GetCredentialsForIdentityCommand";
4
- import type { GetIdCommandInput, GetIdCommandOutput } from "./commands/GetIdCommand";
3
+ import { GetCredentialsForIdentityCommandInput, GetCredentialsForIdentityCommandOutput } from "./commands/GetCredentialsForIdentityCommand";
4
+ import { GetIdCommandInput, GetIdCommandOutput } from "./commands/GetIdCommand";
5
5
  export interface CognitoIdentity {
6
6
  /**
7
7
  * @see {@link GetCredentialsForIdentityCommand}
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/nested-clients",
3
- "version": "3.996.10",
3
+ "version": "3.996.11",
4
4
  "description": "Nested clients for AWS SDK packages.",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -29,37 +29,37 @@
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.20",
32
+ "@aws-sdk/core": "^3.973.21",
33
33
  "@aws-sdk/middleware-host-header": "^3.972.8",
34
34
  "@aws-sdk/middleware-logger": "^3.972.8",
35
35
  "@aws-sdk/middleware-recursion-detection": "^3.972.8",
36
- "@aws-sdk/middleware-user-agent": "^3.972.21",
36
+ "@aws-sdk/middleware-user-agent": "^3.972.22",
37
37
  "@aws-sdk/region-config-resolver": "^3.972.8",
38
38
  "@aws-sdk/types": "^3.973.6",
39
39
  "@aws-sdk/util-endpoints": "^3.996.5",
40
40
  "@aws-sdk/util-user-agent-browser": "^3.972.8",
41
- "@aws-sdk/util-user-agent-node": "^3.973.7",
41
+ "@aws-sdk/util-user-agent-node": "^3.973.8",
42
42
  "@smithy/config-resolver": "^4.4.11",
43
- "@smithy/core": "^3.23.11",
43
+ "@smithy/core": "^3.23.12",
44
44
  "@smithy/fetch-http-handler": "^5.3.15",
45
45
  "@smithy/hash-node": "^4.2.12",
46
46
  "@smithy/invalid-dependency": "^4.2.12",
47
47
  "@smithy/middleware-content-length": "^4.2.12",
48
- "@smithy/middleware-endpoint": "^4.4.25",
49
- "@smithy/middleware-retry": "^4.4.42",
50
- "@smithy/middleware-serde": "^4.2.14",
48
+ "@smithy/middleware-endpoint": "^4.4.26",
49
+ "@smithy/middleware-retry": "^4.4.43",
50
+ "@smithy/middleware-serde": "^4.2.15",
51
51
  "@smithy/middleware-stack": "^4.2.12",
52
52
  "@smithy/node-config-provider": "^4.3.12",
53
- "@smithy/node-http-handler": "^4.4.16",
53
+ "@smithy/node-http-handler": "^4.5.0",
54
54
  "@smithy/protocol-http": "^5.3.12",
55
- "@smithy/smithy-client": "^4.12.5",
55
+ "@smithy/smithy-client": "^4.12.6",
56
56
  "@smithy/types": "^4.13.1",
57
57
  "@smithy/url-parser": "^4.2.12",
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.41",
62
- "@smithy/util-defaults-mode-node": "^4.2.44",
61
+ "@smithy/util-defaults-mode-browser": "^4.3.42",
62
+ "@smithy/util-defaults-mode-node": "^4.2.45",
63
63
  "@smithy/util-endpoints": "^3.3.3",
64
64
  "@smithy/util-middleware": "^4.2.12",
65
65
  "@smithy/util-retry": "^4.2.12",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/signature-v4-multi-region",
3
- "version": "3.996.8",
3
+ "version": "3.996.9",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
6
6
  "build:cjs": "node ../../scripts/compilation/inline signature-v4-multi-region",
@@ -25,7 +25,7 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/middleware-sdk-s3": "^3.972.20",
28
+ "@aws-sdk/middleware-sdk-s3": "^3.972.21",
29
29
  "@aws-sdk/types": "^3.973.6",
30
30
  "@smithy/protocol-http": "^5.3.12",
31
31
  "@smithy/signature-v4": "^5.3.12",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/token-providers",
3
- "version": "3.1009.0",
3
+ "version": "3.1012.0",
4
4
  "description": "A collection of token providers",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -29,8 +29,8 @@
29
29
  },
30
30
  "license": "Apache-2.0",
31
31
  "dependencies": {
32
- "@aws-sdk/core": "^3.973.20",
33
- "@aws-sdk/nested-clients": "^3.996.10",
32
+ "@aws-sdk/core": "^3.973.21",
33
+ "@aws-sdk/nested-clients": "^3.996.11",
34
34
  "@aws-sdk/types": "^3.973.6",
35
35
  "@smithy/property-provider": "^4.2.12",
36
36
  "@smithy/shared-ini-file-loader": "^4.4.7",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-user-agent-node",
3
- "version": "3.973.7",
3
+ "version": "3.973.8",
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,7 +24,7 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/middleware-user-agent": "^3.972.21",
27
+ "@aws-sdk/middleware-user-agent": "^3.972.22",
28
28
  "@aws-sdk/types": "^3.973.6",
29
29
  "@smithy/node-config-provider": "^4.3.12",
30
30
  "@smithy/types": "^4.13.1",