@jjrawlins/cdk-ami-builder 0.0.72 → 0.0.73

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 +11 -11
  2. package/cdkamibuilder/jsii/jsii.go +2 -2
  3. package/cdkamibuilder/version +1 -1
  4. package/lib/ImagePipeline/ImagePipeline.js +1 -1
  5. package/lib/Lambdas/CheckStateMachineStatus/CheckStateMachineStatus-function.js +1 -1
  6. package/lib/Lambdas/StartStateMachine/StartStateMachine-function.js +1 -1
  7. package/node_modules/@aws-sdk/client-ec2/dist-cjs/index.js +8 -0
  8. package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_0.js +8 -0
  9. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateFleetCommand.d.ts +6 -6
  10. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
  11. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +4 -4
  12. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeFleetsCommand.d.ts +6 -6
  13. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +2 -2
  14. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +4 -4
  15. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +2 -2
  16. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -2
  17. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +2 -2
  18. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyFleetCommand.d.ts +2 -2
  19. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +2 -2
  20. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RequestSpotFleetCommand.d.ts +4 -4
  21. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_0.d.ts +8 -0
  22. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_1.d.ts +48 -0
  23. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_0.d.ts +8 -0
  24. package/node_modules/@aws-sdk/client-ec2/package.json +5 -5
  25. package/node_modules/@aws-sdk/client-ecs/package.json +5 -5
  26. package/node_modules/@aws-sdk/client-kms/package.json +5 -5
  27. package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +9984 -8599
  28. package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +6 -0
  29. package/node_modules/@aws-sdk/client-s3/dist-es/S3Client.js +2 -0
  30. package/node_modules/@aws-sdk/client-s3/dist-es/commands/AbortMultipartUploadCommand.js +3 -10
  31. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CompleteMultipartUploadCommand.js +2 -7
  32. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CopyObjectCommand.js +2 -7
  33. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketCommand.js +2 -6
  34. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataConfigurationCommand.js +2 -6
  35. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataTableConfigurationCommand.js +2 -6
  36. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateMultipartUploadCommand.js +2 -7
  37. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateSessionCommand.js +3 -11
  38. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketAnalyticsConfigurationCommand.js +3 -9
  39. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCommand.js +3 -9
  40. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCorsCommand.js +3 -9
  41. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketEncryptionCommand.js +3 -9
  42. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +3 -9
  43. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketInventoryConfigurationCommand.js +3 -9
  44. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketLifecycleCommand.js +3 -9
  45. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataConfigurationCommand.js +3 -9
  46. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataTableConfigurationCommand.js +3 -9
  47. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetricsConfigurationCommand.js +3 -9
  48. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketOwnershipControlsCommand.js +3 -9
  49. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketPolicyCommand.js +3 -9
  50. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketReplicationCommand.js +3 -9
  51. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketTaggingCommand.js +3 -9
  52. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketWebsiteCommand.js +3 -9
  53. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectCommand.js +3 -10
  54. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectTaggingCommand.js +3 -10
  55. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectsCommand.js +2 -6
  56. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeletePublicAccessBlockCommand.js +3 -9
  57. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAccelerateConfigurationCommand.js +3 -10
  58. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAclCommand.js +3 -10
  59. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAnalyticsConfigurationCommand.js +3 -10
  60. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketCorsCommand.js +3 -10
  61. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketEncryptionCommand.js +3 -11
  62. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketIntelligentTieringConfigurationCommand.js +3 -10
  63. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketInventoryConfigurationCommand.js +3 -11
  64. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +3 -10
  65. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLocationCommand.js +3 -10
  66. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLoggingCommand.js +3 -10
  67. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataConfigurationCommand.js +3 -10
  68. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataTableConfigurationCommand.js +3 -10
  69. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetricsConfigurationCommand.js +3 -10
  70. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketNotificationConfigurationCommand.js +3 -10
  71. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketOwnershipControlsCommand.js +3 -10
  72. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyCommand.js +3 -10
  73. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyStatusCommand.js +3 -10
  74. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketReplicationCommand.js +3 -10
  75. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketRequestPaymentCommand.js +3 -10
  76. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketTaggingCommand.js +3 -10
  77. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketVersioningCommand.js +3 -10
  78. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketWebsiteCommand.js +3 -10
  79. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAclCommand.js +3 -10
  80. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAttributesCommand.js +2 -7
  81. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +2 -7
  82. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLegalHoldCommand.js +3 -10
  83. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLockConfigurationCommand.js +3 -10
  84. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectRetentionCommand.js +3 -10
  85. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTaggingCommand.js +3 -10
  86. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTorrentCommand.js +3 -10
  87. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetPublicAccessBlockCommand.js +3 -10
  88. package/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadBucketCommand.js +3 -10
  89. package/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadObjectCommand.js +2 -7
  90. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketAnalyticsConfigurationsCommand.js +3 -10
  91. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketIntelligentTieringConfigurationsCommand.js +3 -10
  92. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketInventoryConfigurationsCommand.js +3 -11
  93. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketMetricsConfigurationsCommand.js +3 -10
  94. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketsCommand.js +3 -10
  95. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListDirectoryBucketsCommand.js +3 -10
  96. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListMultipartUploadsCommand.js +3 -10
  97. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectVersionsCommand.js +3 -10
  98. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsCommand.js +3 -10
  99. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsV2Command.js +3 -10
  100. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListPartsCommand.js +2 -7
  101. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +2 -6
  102. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAclCommand.js +2 -6
  103. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAnalyticsConfigurationCommand.js +3 -9
  104. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketCorsCommand.js +2 -6
  105. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketEncryptionCommand.js +2 -7
  106. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketIntelligentTieringConfigurationCommand.js +3 -9
  107. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketInventoryConfigurationCommand.js +3 -10
  108. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +2 -6
  109. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLoggingCommand.js +2 -6
  110. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketMetricsConfigurationCommand.js +3 -9
  111. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketNotificationConfigurationCommand.js +3 -9
  112. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketOwnershipControlsCommand.js +2 -6
  113. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketPolicyCommand.js +2 -6
  114. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketReplicationCommand.js +2 -6
  115. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketRequestPaymentCommand.js +2 -6
  116. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketTaggingCommand.js +2 -6
  117. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketVersioningCommand.js +2 -6
  118. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketWebsiteCommand.js +2 -6
  119. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectAclCommand.js +2 -6
  120. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js +2 -7
  121. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLegalHoldCommand.js +2 -6
  122. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLockConfigurationCommand.js +2 -6
  123. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectRetentionCommand.js +2 -6
  124. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectTaggingCommand.js +2 -6
  125. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutPublicAccessBlockCommand.js +2 -6
  126. package/node_modules/@aws-sdk/client-s3/dist-es/commands/RenameObjectCommand.js +3 -10
  127. package/node_modules/@aws-sdk/client-s3/dist-es/commands/RestoreObjectCommand.js +2 -7
  128. package/node_modules/@aws-sdk/client-s3/dist-es/commands/SelectObjectContentCommand.js +2 -7
  129. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.js +2 -6
  130. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataJournalTableConfigurationCommand.js +2 -6
  131. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCommand.js +2 -7
  132. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCopyCommand.js +2 -7
  133. package/node_modules/@aws-sdk/client-s3/dist-es/commands/WriteGetObjectResponseCommand.js +3 -10
  134. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +0 -151
  135. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +0 -108
  136. package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.shared.js +6 -0
  137. package/node_modules/@aws-sdk/client-s3/dist-es/schemas/schemas_0.js +10281 -0
  138. package/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +10 -1
  139. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +8 -106
  140. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +4 -73
  141. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +1 -0
  142. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +1 -0
  143. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +1 -0
  144. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.shared.d.ts +2 -0
  145. package/node_modules/@aws-sdk/client-s3/dist-types/schemas/schemas_0.d.ts +494 -0
  146. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +4 -0
  147. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +0 -78
  148. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +0 -54
  149. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +6 -0
  150. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +6 -0
  151. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +6 -0
  152. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.shared.d.ts +7 -0
  153. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/schemas/schemas_0.d.ts +500 -0
  154. package/node_modules/@aws-sdk/client-s3/package.json +9 -11
  155. package/node_modules/@aws-sdk/client-secrets-manager/package.json +5 -5
  156. package/node_modules/@aws-sdk/client-sfn/package.json +5 -5
  157. package/node_modules/@aws-sdk/client-sns/package.json +5 -5
  158. package/node_modules/@aws-sdk/client-sqs/package.json +5 -5
  159. package/node_modules/@aws-sdk/client-ssm/package.json +5 -5
  160. package/node_modules/@aws-sdk/client-sso/package.json +4 -4
  161. package/node_modules/@aws-sdk/core/dist-cjs/index.js +11 -1
  162. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +11 -1
  163. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +11 -1
  164. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +11 -1
  165. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +6 -0
  166. package/node_modules/@aws-sdk/core/package.json +1 -1
  167. package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  168. package/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
  169. package/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
  170. package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  171. package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  172. package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  173. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  174. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +2 -2
  175. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +2 -2
  176. package/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
  177. package/node_modules/@aws-sdk/nested-clients/package.json +4 -4
  178. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +2 -2
  179. package/node_modules/@aws-sdk/token-providers/package.json +3 -3
  180. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  181. package/package.json +10 -10
  182. package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +0 -8103
  183. package/node_modules/@aws-sdk/client-s3/dist-types/protocols/Aws_restXml.d.ts +0 -938
  184. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/protocols/Aws_restXml.d.ts +0 -1257
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-s3",
3
3
  "description": "AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native",
4
- "version": "3.930.0",
4
+ "version": "3.931.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-s3",
@@ -29,25 +29,24 @@
29
29
  "@aws-crypto/sha1-browser": "5.2.0",
30
30
  "@aws-crypto/sha256-browser": "5.2.0",
31
31
  "@aws-crypto/sha256-js": "5.2.0",
32
- "@aws-sdk/core": "3.930.0",
33
- "@aws-sdk/credential-provider-node": "3.930.0",
32
+ "@aws-sdk/core": "3.931.0",
33
+ "@aws-sdk/credential-provider-node": "3.931.0",
34
34
  "@aws-sdk/middleware-bucket-endpoint": "3.930.0",
35
35
  "@aws-sdk/middleware-expect-continue": "3.930.0",
36
- "@aws-sdk/middleware-flexible-checksums": "3.930.0",
36
+ "@aws-sdk/middleware-flexible-checksums": "3.931.0",
37
37
  "@aws-sdk/middleware-host-header": "3.930.0",
38
38
  "@aws-sdk/middleware-location-constraint": "3.930.0",
39
39
  "@aws-sdk/middleware-logger": "3.930.0",
40
40
  "@aws-sdk/middleware-recursion-detection": "3.930.0",
41
- "@aws-sdk/middleware-sdk-s3": "3.930.0",
41
+ "@aws-sdk/middleware-sdk-s3": "3.931.0",
42
42
  "@aws-sdk/middleware-ssec": "3.930.0",
43
- "@aws-sdk/middleware-user-agent": "3.930.0",
43
+ "@aws-sdk/middleware-user-agent": "3.931.0",
44
44
  "@aws-sdk/region-config-resolver": "3.930.0",
45
- "@aws-sdk/signature-v4-multi-region": "3.930.0",
45
+ "@aws-sdk/signature-v4-multi-region": "3.931.0",
46
46
  "@aws-sdk/types": "3.930.0",
47
47
  "@aws-sdk/util-endpoints": "3.930.0",
48
48
  "@aws-sdk/util-user-agent-browser": "3.930.0",
49
- "@aws-sdk/util-user-agent-node": "3.930.0",
50
- "@aws-sdk/xml-builder": "3.930.0",
49
+ "@aws-sdk/util-user-agent-node": "3.931.0",
51
50
  "@smithy/config-resolver": "^4.4.3",
52
51
  "@smithy/core": "^3.18.2",
53
52
  "@smithy/eventstream-serde-browser": "^4.2.5",
@@ -81,11 +80,10 @@
81
80
  "@smithy/util-stream": "^4.5.6",
82
81
  "@smithy/util-utf8": "^4.2.0",
83
82
  "@smithy/util-waiter": "^4.2.5",
84
- "@smithy/uuid": "^1.1.0",
85
83
  "tslib": "^2.6.2"
86
84
  },
87
85
  "devDependencies": {
88
- "@aws-sdk/signature-v4-crt": "3.930.0",
86
+ "@aws-sdk/signature-v4-crt": "3.931.0",
89
87
  "@tsconfig/node18": "18.2.4",
90
88
  "@types/node": "^18.19.69",
91
89
  "concurrently": "7.0.0",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-secrets-manager",
3
3
  "description": "AWS SDK for JavaScript Secrets Manager Client for Node.js, Browser and React Native",
4
- "version": "3.930.0",
4
+ "version": "3.931.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-secrets-manager",
@@ -20,17 +20,17 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.930.0",
24
- "@aws-sdk/credential-provider-node": "3.930.0",
23
+ "@aws-sdk/core": "3.931.0",
24
+ "@aws-sdk/credential-provider-node": "3.931.0",
25
25
  "@aws-sdk/middleware-host-header": "3.930.0",
26
26
  "@aws-sdk/middleware-logger": "3.930.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.930.0",
28
- "@aws-sdk/middleware-user-agent": "3.930.0",
28
+ "@aws-sdk/middleware-user-agent": "3.931.0",
29
29
  "@aws-sdk/region-config-resolver": "3.930.0",
30
30
  "@aws-sdk/types": "3.930.0",
31
31
  "@aws-sdk/util-endpoints": "3.930.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.930.0",
33
- "@aws-sdk/util-user-agent-node": "3.930.0",
33
+ "@aws-sdk/util-user-agent-node": "3.931.0",
34
34
  "@smithy/config-resolver": "^4.4.3",
35
35
  "@smithy/core": "^3.18.2",
36
36
  "@smithy/fetch-http-handler": "^5.3.6",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sfn",
3
3
  "description": "AWS SDK for JavaScript Sfn Client for Node.js, Browser and React Native",
4
- "version": "3.930.0",
4
+ "version": "3.931.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-sfn",
@@ -20,17 +20,17 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.930.0",
24
- "@aws-sdk/credential-provider-node": "3.930.0",
23
+ "@aws-sdk/core": "3.931.0",
24
+ "@aws-sdk/credential-provider-node": "3.931.0",
25
25
  "@aws-sdk/middleware-host-header": "3.930.0",
26
26
  "@aws-sdk/middleware-logger": "3.930.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.930.0",
28
- "@aws-sdk/middleware-user-agent": "3.930.0",
28
+ "@aws-sdk/middleware-user-agent": "3.931.0",
29
29
  "@aws-sdk/region-config-resolver": "3.930.0",
30
30
  "@aws-sdk/types": "3.930.0",
31
31
  "@aws-sdk/util-endpoints": "3.930.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.930.0",
33
- "@aws-sdk/util-user-agent-node": "3.930.0",
33
+ "@aws-sdk/util-user-agent-node": "3.931.0",
34
34
  "@smithy/config-resolver": "^4.4.3",
35
35
  "@smithy/core": "^3.18.2",
36
36
  "@smithy/fetch-http-handler": "^5.3.6",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sns",
3
3
  "description": "AWS SDK for JavaScript Sns Client for Node.js, Browser and React Native",
4
- "version": "3.930.0",
4
+ "version": "3.931.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-sns",
@@ -20,17 +20,17 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.930.0",
24
- "@aws-sdk/credential-provider-node": "3.930.0",
23
+ "@aws-sdk/core": "3.931.0",
24
+ "@aws-sdk/credential-provider-node": "3.931.0",
25
25
  "@aws-sdk/middleware-host-header": "3.930.0",
26
26
  "@aws-sdk/middleware-logger": "3.930.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.930.0",
28
- "@aws-sdk/middleware-user-agent": "3.930.0",
28
+ "@aws-sdk/middleware-user-agent": "3.931.0",
29
29
  "@aws-sdk/region-config-resolver": "3.930.0",
30
30
  "@aws-sdk/types": "3.930.0",
31
31
  "@aws-sdk/util-endpoints": "3.930.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.930.0",
33
- "@aws-sdk/util-user-agent-node": "3.930.0",
33
+ "@aws-sdk/util-user-agent-node": "3.931.0",
34
34
  "@smithy/config-resolver": "^4.4.3",
35
35
  "@smithy/core": "^3.18.2",
36
36
  "@smithy/fetch-http-handler": "^5.3.6",
@@ -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.930.0",
4
+ "version": "3.931.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-sqs",
@@ -20,18 +20,18 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.930.0",
24
- "@aws-sdk/credential-provider-node": "3.930.0",
23
+ "@aws-sdk/core": "3.931.0",
24
+ "@aws-sdk/credential-provider-node": "3.931.0",
25
25
  "@aws-sdk/middleware-host-header": "3.930.0",
26
26
  "@aws-sdk/middleware-logger": "3.930.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.930.0",
28
28
  "@aws-sdk/middleware-sdk-sqs": "3.930.0",
29
- "@aws-sdk/middleware-user-agent": "3.930.0",
29
+ "@aws-sdk/middleware-user-agent": "3.931.0",
30
30
  "@aws-sdk/region-config-resolver": "3.930.0",
31
31
  "@aws-sdk/types": "3.930.0",
32
32
  "@aws-sdk/util-endpoints": "3.930.0",
33
33
  "@aws-sdk/util-user-agent-browser": "3.930.0",
34
- "@aws-sdk/util-user-agent-node": "3.930.0",
34
+ "@aws-sdk/util-user-agent-node": "3.931.0",
35
35
  "@smithy/config-resolver": "^4.4.3",
36
36
  "@smithy/core": "^3.18.2",
37
37
  "@smithy/fetch-http-handler": "^5.3.6",
@@ -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.930.0",
4
+ "version": "3.931.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-ssm",
@@ -20,17 +20,17 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.930.0",
24
- "@aws-sdk/credential-provider-node": "3.930.0",
23
+ "@aws-sdk/core": "3.931.0",
24
+ "@aws-sdk/credential-provider-node": "3.931.0",
25
25
  "@aws-sdk/middleware-host-header": "3.930.0",
26
26
  "@aws-sdk/middleware-logger": "3.930.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.930.0",
28
- "@aws-sdk/middleware-user-agent": "3.930.0",
28
+ "@aws-sdk/middleware-user-agent": "3.931.0",
29
29
  "@aws-sdk/region-config-resolver": "3.930.0",
30
30
  "@aws-sdk/types": "3.930.0",
31
31
  "@aws-sdk/util-endpoints": "3.930.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.930.0",
33
- "@aws-sdk/util-user-agent-node": "3.930.0",
33
+ "@aws-sdk/util-user-agent-node": "3.931.0",
34
34
  "@smithy/config-resolver": "^4.4.3",
35
35
  "@smithy/core": "^3.18.2",
36
36
  "@smithy/fetch-http-handler": "^5.3.6",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sso",
3
3
  "description": "AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native",
4
- "version": "3.930.0",
4
+ "version": "3.931.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-sso",
@@ -20,16 +20,16 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.930.0",
23
+ "@aws-sdk/core": "3.931.0",
24
24
  "@aws-sdk/middleware-host-header": "3.930.0",
25
25
  "@aws-sdk/middleware-logger": "3.930.0",
26
26
  "@aws-sdk/middleware-recursion-detection": "3.930.0",
27
- "@aws-sdk/middleware-user-agent": "3.930.0",
27
+ "@aws-sdk/middleware-user-agent": "3.931.0",
28
28
  "@aws-sdk/region-config-resolver": "3.930.0",
29
29
  "@aws-sdk/types": "3.930.0",
30
30
  "@aws-sdk/util-endpoints": "3.930.0",
31
31
  "@aws-sdk/util-user-agent-browser": "3.930.0",
32
- "@aws-sdk/util-user-agent-node": "3.930.0",
32
+ "@aws-sdk/util-user-agent-node": "3.931.0",
33
33
  "@smithy/config-resolver": "^4.4.3",
34
34
  "@smithy/core": "^3.18.2",
35
35
  "@smithy/fetch-http-handler": "^5.3.6",
@@ -1048,11 +1048,21 @@ class AwsRestJsonProtocol extends protocols.HttpBindingProtocol {
1048
1048
  request.headers["content-type"] = contentType;
1049
1049
  }
1050
1050
  }
1051
- if (request.headers["content-type"] && !request.body) {
1051
+ if (request.body == null && request.headers["content-type"] === this.getDefaultContentType()) {
1052
1052
  request.body = "{}";
1053
1053
  }
1054
1054
  return request;
1055
1055
  }
1056
+ async deserializeResponse(operationSchema, context, response) {
1057
+ const output = await super.deserializeResponse(operationSchema, context, response);
1058
+ const outputSchema = schema.NormalizedSchema.of(operationSchema.output);
1059
+ for (const [name, member] of outputSchema.structIterator()) {
1060
+ if (member.getMemberTraits().httpPayload && !(name in output)) {
1061
+ output[name] = null;
1062
+ }
1063
+ }
1064
+ return output;
1065
+ }
1056
1066
  async handleError(operationSchema, context, response, dataObject, metadata) {
1057
1067
  const errorIdentifier = loadRestJsonErrorCode(response, dataObject) ?? "Unknown";
1058
1068
  const { errorSchema, errorMetadata } = await this.mixin.getErrorSchemaOrThrowBaseException(errorIdentifier, this.options.defaultNamespace, response, dataObject, metadata);
@@ -718,11 +718,21 @@ class AwsRestJsonProtocol extends protocols.HttpBindingProtocol {
718
718
  request.headers["content-type"] = contentType;
719
719
  }
720
720
  }
721
- if (request.headers["content-type"] && !request.body) {
721
+ if (request.body == null && request.headers["content-type"] === this.getDefaultContentType()) {
722
722
  request.body = "{}";
723
723
  }
724
724
  return request;
725
725
  }
726
+ async deserializeResponse(operationSchema, context, response) {
727
+ const output = await super.deserializeResponse(operationSchema, context, response);
728
+ const outputSchema = schema.NormalizedSchema.of(operationSchema.output);
729
+ for (const [name, member] of outputSchema.structIterator()) {
730
+ if (member.getMemberTraits().httpPayload && !(name in output)) {
731
+ output[name] = null;
732
+ }
733
+ }
734
+ return output;
735
+ }
726
736
  async handleError(operationSchema, context, response, dataObject, metadata) {
727
737
  const errorIdentifier = loadRestJsonErrorCode(response, dataObject) ?? "Unknown";
728
738
  const { errorSchema, errorMetadata } = await this.mixin.getErrorSchemaOrThrowBaseException(errorIdentifier, this.options.defaultNamespace, response, dataObject, metadata);
@@ -43,11 +43,21 @@ export class AwsRestJsonProtocol extends HttpBindingProtocol {
43
43
  request.headers["content-type"] = contentType;
44
44
  }
45
45
  }
46
- if (request.headers["content-type"] && !request.body) {
46
+ if (request.body == null && request.headers["content-type"] === this.getDefaultContentType()) {
47
47
  request.body = "{}";
48
48
  }
49
49
  return request;
50
50
  }
51
+ async deserializeResponse(operationSchema, context, response) {
52
+ const output = await super.deserializeResponse(operationSchema, context, response);
53
+ const outputSchema = NormalizedSchema.of(operationSchema.output);
54
+ for (const [name, member] of outputSchema.structIterator()) {
55
+ if (member.getMemberTraits().httpPayload && !(name in output)) {
56
+ output[name] = null;
57
+ }
58
+ }
59
+ return output;
60
+ }
51
61
  async handleError(operationSchema, context, response, dataObject, metadata) {
52
62
  const errorIdentifier = loadRestJsonErrorCode(response, dataObject) ?? "Unknown";
53
63
  const { errorSchema, errorMetadata } = await this.mixin.getErrorSchemaOrThrowBaseException(errorIdentifier, this.options.defaultNamespace, response, dataObject, metadata);
@@ -1,5 +1,5 @@
1
1
  import { HttpBindingProtocol } from "@smithy/core/protocols";
2
- import type { EndpointBearer, HandlerExecutionContext, HttpRequest, HttpResponse, OperationSchema, ResponseMetadata, SerdeFunctions, ShapeDeserializer, ShapeSerializer } from "@smithy/types";
2
+ import type { EndpointBearer, HandlerExecutionContext, HttpRequest, HttpResponse, MetadataBearer, OperationSchema, ResponseMetadata, SerdeFunctions, ShapeDeserializer, ShapeSerializer } from "@smithy/types";
3
3
  import { JsonCodec } from "./JsonCodec";
4
4
  /**
5
5
  * @public
@@ -15,7 +15,17 @@ export declare class AwsRestJsonProtocol extends HttpBindingProtocol {
15
15
  getShapeId(): string;
16
16
  getPayloadCodec(): JsonCodec;
17
17
  setSerdeContext(serdeContext: SerdeFunctions): void;
18
+ /**
19
+ * @override
20
+ */
18
21
  serializeRequest<Input extends object>(operationSchema: OperationSchema, input: Input, context: HandlerExecutionContext & SerdeFunctions & EndpointBearer): Promise<HttpRequest>;
22
+ /**
23
+ * @override
24
+ */
25
+ deserializeResponse<Output extends MetadataBearer>(operationSchema: OperationSchema, context: HandlerExecutionContext & SerdeFunctions, response: HttpResponse): Promise<Output>;
26
+ /**
27
+ * @override
28
+ */
19
29
  protected handleError(operationSchema: OperationSchema, context: HandlerExecutionContext & SerdeFunctions, response: HttpResponse, dataObject: any, metadata: ResponseMetadata): Promise<never>;
20
30
  /**
21
31
  * @override
@@ -4,6 +4,7 @@ import {
4
4
  HandlerExecutionContext,
5
5
  HttpRequest,
6
6
  HttpResponse,
7
+ MetadataBearer,
7
8
  OperationSchema,
8
9
  ResponseMetadata,
9
10
  SerdeFunctions,
@@ -25,6 +26,11 @@ export declare class AwsRestJsonProtocol extends HttpBindingProtocol {
25
26
  input: Input,
26
27
  context: HandlerExecutionContext & SerdeFunctions & EndpointBearer
27
28
  ): Promise<HttpRequest>;
29
+ deserializeResponse<Output extends MetadataBearer>(
30
+ operationSchema: OperationSchema,
31
+ context: HandlerExecutionContext & SerdeFunctions,
32
+ response: HttpResponse
33
+ ): Promise<Output>;
28
34
  protected handleError(
29
35
  operationSchema: OperationSchema,
30
36
  context: HandlerExecutionContext & SerdeFunctions,
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/core",
3
- "version": "3.930.0",
3
+ "version": "3.931.0",
4
4
  "description": "Core functions & classes shared by multiple AWS SDK clients.",
5
5
  "scripts": {
6
6
  "build": "yarn lint && concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-env",
3
- "version": "3.930.0",
3
+ "version": "3.931.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",
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "license": "Apache-2.0",
28
28
  "dependencies": {
29
- "@aws-sdk/core": "3.930.0",
29
+ "@aws-sdk/core": "3.931.0",
30
30
  "@aws-sdk/types": "3.930.0",
31
31
  "@smithy/property-provider": "^4.2.5",
32
32
  "@smithy/types": "^4.9.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-http",
3
- "version": "3.930.0",
3
+ "version": "3.931.0",
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,7 +28,7 @@
28
28
  },
29
29
  "license": "Apache-2.0",
30
30
  "dependencies": {
31
- "@aws-sdk/core": "3.930.0",
31
+ "@aws-sdk/core": "3.931.0",
32
32
  "@aws-sdk/types": "3.930.0",
33
33
  "@smithy/fetch-http-handler": "^5.3.6",
34
34
  "@smithy/node-http-handler": "^4.4.5",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-ini",
3
- "version": "3.930.0",
3
+ "version": "3.931.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",
@@ -28,13 +28,13 @@
28
28
  },
29
29
  "license": "Apache-2.0",
30
30
  "dependencies": {
31
- "@aws-sdk/core": "3.930.0",
32
- "@aws-sdk/credential-provider-env": "3.930.0",
33
- "@aws-sdk/credential-provider-http": "3.930.0",
34
- "@aws-sdk/credential-provider-process": "3.930.0",
35
- "@aws-sdk/credential-provider-sso": "3.930.0",
36
- "@aws-sdk/credential-provider-web-identity": "3.930.0",
37
- "@aws-sdk/nested-clients": "3.930.0",
31
+ "@aws-sdk/core": "3.931.0",
32
+ "@aws-sdk/credential-provider-env": "3.931.0",
33
+ "@aws-sdk/credential-provider-http": "3.931.0",
34
+ "@aws-sdk/credential-provider-process": "3.931.0",
35
+ "@aws-sdk/credential-provider-sso": "3.931.0",
36
+ "@aws-sdk/credential-provider-web-identity": "3.931.0",
37
+ "@aws-sdk/nested-clients": "3.931.0",
38
38
  "@aws-sdk/types": "3.930.0",
39
39
  "@smithy/credential-provider-imds": "^4.2.5",
40
40
  "@smithy/property-provider": "^4.2.5",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-node",
3
- "version": "3.930.0",
3
+ "version": "3.931.0",
4
4
  "description": "AWS credential provider that sources credentials from a Node.JS environment. ",
5
5
  "engines": {
6
6
  "node": ">=18.0.0"
@@ -31,12 +31,12 @@
31
31
  },
32
32
  "license": "Apache-2.0",
33
33
  "dependencies": {
34
- "@aws-sdk/credential-provider-env": "3.930.0",
35
- "@aws-sdk/credential-provider-http": "3.930.0",
36
- "@aws-sdk/credential-provider-ini": "3.930.0",
37
- "@aws-sdk/credential-provider-process": "3.930.0",
38
- "@aws-sdk/credential-provider-sso": "3.930.0",
39
- "@aws-sdk/credential-provider-web-identity": "3.930.0",
34
+ "@aws-sdk/credential-provider-env": "3.931.0",
35
+ "@aws-sdk/credential-provider-http": "3.931.0",
36
+ "@aws-sdk/credential-provider-ini": "3.931.0",
37
+ "@aws-sdk/credential-provider-process": "3.931.0",
38
+ "@aws-sdk/credential-provider-sso": "3.931.0",
39
+ "@aws-sdk/credential-provider-web-identity": "3.931.0",
40
40
  "@aws-sdk/types": "3.930.0",
41
41
  "@smithy/credential-provider-imds": "^4.2.5",
42
42
  "@smithy/property-provider": "^4.2.5",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-process",
3
- "version": "3.930.0",
3
+ "version": "3.931.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",
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "license": "Apache-2.0",
28
28
  "dependencies": {
29
- "@aws-sdk/core": "3.930.0",
29
+ "@aws-sdk/core": "3.931.0",
30
30
  "@aws-sdk/types": "3.930.0",
31
31
  "@smithy/property-provider": "^4.2.5",
32
32
  "@smithy/shared-ini-file-loader": "^4.4.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-sso",
3
- "version": "3.930.0",
3
+ "version": "3.931.0",
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/client-sso": "3.930.0",
30
- "@aws-sdk/core": "3.930.0",
31
- "@aws-sdk/token-providers": "3.930.0",
29
+ "@aws-sdk/client-sso": "3.931.0",
30
+ "@aws-sdk/core": "3.931.0",
31
+ "@aws-sdk/token-providers": "3.931.0",
32
32
  "@aws-sdk/types": "3.930.0",
33
33
  "@smithy/property-provider": "^4.2.5",
34
34
  "@smithy/shared-ini-file-loader": "^4.4.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-web-identity",
3
- "version": "3.930.0",
3
+ "version": "3.931.0",
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.930.0",
38
- "@aws-sdk/nested-clients": "3.930.0",
37
+ "@aws-sdk/core": "3.931.0",
38
+ "@aws-sdk/nested-clients": "3.931.0",
39
39
  "@aws-sdk/types": "3.930.0",
40
40
  "@smithy/property-provider": "^4.2.5",
41
41
  "@smithy/shared-ini-file-loader": "^4.4.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-flexible-checksums",
3
- "version": "3.930.0",
3
+ "version": "3.931.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
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.930.0",
40
+ "@aws-sdk/core": "3.931.0",
41
41
  "@aws-sdk/types": "3.930.0",
42
42
  "@smithy/is-array-buffer": "^4.2.0",
43
43
  "@smithy/node-config-provider": "^4.3.5",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-sdk-s3",
3
- "version": "3.930.0",
3
+ "version": "3.931.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-sdk-s3",
@@ -28,7 +28,7 @@
28
28
  },
29
29
  "license": "Apache-2.0",
30
30
  "dependencies": {
31
- "@aws-sdk/core": "3.930.0",
31
+ "@aws-sdk/core": "3.931.0",
32
32
  "@aws-sdk/types": "3.930.0",
33
33
  "@aws-sdk/util-arn-parser": "3.893.0",
34
34
  "@smithy/core": "^3.18.2",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-user-agent",
3
- "version": "3.930.0",
3
+ "version": "3.931.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-user-agent",
@@ -25,7 +25,7 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/core": "3.930.0",
28
+ "@aws-sdk/core": "3.931.0",
29
29
  "@aws-sdk/types": "3.930.0",
30
30
  "@aws-sdk/util-endpoints": "3.930.0",
31
31
  "@smithy/core": "^3.18.2",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/nested-clients",
3
- "version": "3.930.0",
3
+ "version": "3.931.0",
4
4
  "description": "Nested clients for AWS SDK packages.",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -29,16 +29,16 @@
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.930.0",
32
+ "@aws-sdk/core": "3.931.0",
33
33
  "@aws-sdk/middleware-host-header": "3.930.0",
34
34
  "@aws-sdk/middleware-logger": "3.930.0",
35
35
  "@aws-sdk/middleware-recursion-detection": "3.930.0",
36
- "@aws-sdk/middleware-user-agent": "3.930.0",
36
+ "@aws-sdk/middleware-user-agent": "3.931.0",
37
37
  "@aws-sdk/region-config-resolver": "3.930.0",
38
38
  "@aws-sdk/types": "3.930.0",
39
39
  "@aws-sdk/util-endpoints": "3.930.0",
40
40
  "@aws-sdk/util-user-agent-browser": "3.930.0",
41
- "@aws-sdk/util-user-agent-node": "3.930.0",
41
+ "@aws-sdk/util-user-agent-node": "3.931.0",
42
42
  "@smithy/config-resolver": "^4.4.3",
43
43
  "@smithy/core": "^3.18.2",
44
44
  "@smithy/fetch-http-handler": "^5.3.6",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/signature-v4-multi-region",
3
- "version": "3.930.0",
3
+ "version": "3.931.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
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.930.0",
28
+ "@aws-sdk/middleware-sdk-s3": "3.931.0",
29
29
  "@aws-sdk/types": "3.930.0",
30
30
  "@smithy/protocol-http": "^5.3.5",
31
31
  "@smithy/signature-v4": "^5.3.5",