@jjrawlins/cdk-ami-builder 0.0.72 → 0.0.74

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 (218) 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 +16 -1
  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-es/schemas/schemas_0.js +8 -1
  10. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateFleetCommand.d.ts +6 -6
  11. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -0
  12. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
  13. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +4 -4
  14. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DeleteInstanceConnectEndpointCommand.d.ts +1 -0
  15. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeFleetsCommand.d.ts +6 -6
  16. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstanceConnectEndpointsCommand.d.ts +1 -0
  17. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +2 -2
  18. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +4 -4
  19. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +2 -2
  20. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -2
  21. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +2 -2
  22. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyFleetCommand.d.ts +2 -2
  23. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +2 -2
  24. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RequestSpotFleetCommand.d.ts +4 -4
  25. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_0.d.ts +8 -0
  26. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_1.d.ts +53 -0
  27. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_0.d.ts +8 -0
  28. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_1.d.ts +1 -0
  29. package/node_modules/@aws-sdk/client-ec2/package.json +5 -5
  30. package/node_modules/@aws-sdk/client-ecs/package.json +5 -5
  31. package/node_modules/@aws-sdk/client-kms/package.json +5 -5
  32. package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +9984 -8599
  33. package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +6 -0
  34. package/node_modules/@aws-sdk/client-s3/dist-es/S3Client.js +2 -0
  35. package/node_modules/@aws-sdk/client-s3/dist-es/commands/AbortMultipartUploadCommand.js +3 -10
  36. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CompleteMultipartUploadCommand.js +2 -7
  37. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CopyObjectCommand.js +2 -7
  38. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketCommand.js +2 -6
  39. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataConfigurationCommand.js +2 -6
  40. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataTableConfigurationCommand.js +2 -6
  41. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateMultipartUploadCommand.js +2 -7
  42. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateSessionCommand.js +3 -11
  43. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketAnalyticsConfigurationCommand.js +3 -9
  44. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCommand.js +3 -9
  45. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCorsCommand.js +3 -9
  46. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketEncryptionCommand.js +3 -9
  47. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +3 -9
  48. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketInventoryConfigurationCommand.js +3 -9
  49. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketLifecycleCommand.js +3 -9
  50. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataConfigurationCommand.js +3 -9
  51. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataTableConfigurationCommand.js +3 -9
  52. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetricsConfigurationCommand.js +3 -9
  53. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketOwnershipControlsCommand.js +3 -9
  54. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketPolicyCommand.js +3 -9
  55. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketReplicationCommand.js +3 -9
  56. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketTaggingCommand.js +3 -9
  57. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketWebsiteCommand.js +3 -9
  58. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectCommand.js +3 -10
  59. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectTaggingCommand.js +3 -10
  60. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectsCommand.js +2 -6
  61. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeletePublicAccessBlockCommand.js +3 -9
  62. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAccelerateConfigurationCommand.js +3 -10
  63. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAclCommand.js +3 -10
  64. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAnalyticsConfigurationCommand.js +3 -10
  65. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketCorsCommand.js +3 -10
  66. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketEncryptionCommand.js +3 -11
  67. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketIntelligentTieringConfigurationCommand.js +3 -10
  68. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketInventoryConfigurationCommand.js +3 -11
  69. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +3 -10
  70. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLocationCommand.js +3 -10
  71. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLoggingCommand.js +3 -10
  72. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataConfigurationCommand.js +3 -10
  73. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataTableConfigurationCommand.js +3 -10
  74. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetricsConfigurationCommand.js +3 -10
  75. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketNotificationConfigurationCommand.js +3 -10
  76. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketOwnershipControlsCommand.js +3 -10
  77. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyCommand.js +3 -10
  78. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyStatusCommand.js +3 -10
  79. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketReplicationCommand.js +3 -10
  80. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketRequestPaymentCommand.js +3 -10
  81. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketTaggingCommand.js +3 -10
  82. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketVersioningCommand.js +3 -10
  83. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketWebsiteCommand.js +3 -10
  84. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAclCommand.js +3 -10
  85. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAttributesCommand.js +2 -7
  86. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +2 -7
  87. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLegalHoldCommand.js +3 -10
  88. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLockConfigurationCommand.js +3 -10
  89. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectRetentionCommand.js +3 -10
  90. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTaggingCommand.js +3 -10
  91. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTorrentCommand.js +3 -10
  92. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetPublicAccessBlockCommand.js +3 -10
  93. package/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadBucketCommand.js +3 -10
  94. package/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadObjectCommand.js +2 -7
  95. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketAnalyticsConfigurationsCommand.js +3 -10
  96. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketIntelligentTieringConfigurationsCommand.js +3 -10
  97. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketInventoryConfigurationsCommand.js +3 -11
  98. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketMetricsConfigurationsCommand.js +3 -10
  99. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketsCommand.js +3 -10
  100. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListDirectoryBucketsCommand.js +3 -10
  101. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListMultipartUploadsCommand.js +3 -10
  102. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectVersionsCommand.js +3 -10
  103. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsCommand.js +3 -10
  104. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsV2Command.js +3 -10
  105. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListPartsCommand.js +2 -7
  106. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +2 -6
  107. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAclCommand.js +2 -6
  108. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAnalyticsConfigurationCommand.js +3 -9
  109. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketCorsCommand.js +2 -6
  110. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketEncryptionCommand.js +2 -7
  111. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketIntelligentTieringConfigurationCommand.js +3 -9
  112. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketInventoryConfigurationCommand.js +3 -10
  113. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +2 -6
  114. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLoggingCommand.js +2 -6
  115. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketMetricsConfigurationCommand.js +3 -9
  116. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketNotificationConfigurationCommand.js +3 -9
  117. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketOwnershipControlsCommand.js +2 -6
  118. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketPolicyCommand.js +2 -6
  119. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketReplicationCommand.js +2 -6
  120. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketRequestPaymentCommand.js +2 -6
  121. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketTaggingCommand.js +2 -6
  122. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketVersioningCommand.js +2 -6
  123. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketWebsiteCommand.js +2 -6
  124. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectAclCommand.js +2 -6
  125. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js +2 -7
  126. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLegalHoldCommand.js +2 -6
  127. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLockConfigurationCommand.js +2 -6
  128. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectRetentionCommand.js +2 -6
  129. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectTaggingCommand.js +2 -6
  130. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutPublicAccessBlockCommand.js +2 -6
  131. package/node_modules/@aws-sdk/client-s3/dist-es/commands/RenameObjectCommand.js +3 -10
  132. package/node_modules/@aws-sdk/client-s3/dist-es/commands/RestoreObjectCommand.js +2 -7
  133. package/node_modules/@aws-sdk/client-s3/dist-es/commands/SelectObjectContentCommand.js +2 -7
  134. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.js +2 -6
  135. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataJournalTableConfigurationCommand.js +2 -6
  136. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCommand.js +2 -7
  137. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCopyCommand.js +2 -7
  138. package/node_modules/@aws-sdk/client-s3/dist-es/commands/WriteGetObjectResponseCommand.js +3 -10
  139. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +0 -151
  140. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +0 -108
  141. package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.shared.js +6 -0
  142. package/node_modules/@aws-sdk/client-s3/dist-es/schemas/schemas_0.js +10281 -0
  143. package/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +10 -1
  144. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +8 -106
  145. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +4 -73
  146. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +1 -0
  147. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +1 -0
  148. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +1 -0
  149. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.shared.d.ts +2 -0
  150. package/node_modules/@aws-sdk/client-s3/dist-types/schemas/schemas_0.d.ts +494 -0
  151. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +4 -0
  152. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +0 -78
  153. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +0 -54
  154. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +6 -0
  155. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +6 -0
  156. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +6 -0
  157. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.shared.d.ts +7 -0
  158. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/schemas/schemas_0.d.ts +500 -0
  159. package/node_modules/@aws-sdk/client-s3/package.json +9 -11
  160. package/node_modules/@aws-sdk/client-secrets-manager/package.json +5 -5
  161. package/node_modules/@aws-sdk/client-sfn/package.json +5 -5
  162. package/node_modules/@aws-sdk/client-sns/package.json +5 -5
  163. package/node_modules/@aws-sdk/client-sqs/package.json +5 -5
  164. package/node_modules/@aws-sdk/client-ssm/package.json +5 -5
  165. package/node_modules/@aws-sdk/client-sso/package.json +4 -4
  166. package/node_modules/@aws-sdk/core/dist-cjs/index.js +44 -17
  167. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +44 -17
  168. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +19 -3
  169. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +4 -3
  170. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +4 -3
  171. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +13 -3
  172. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +2 -2
  173. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +2 -2
  174. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +7 -1
  175. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +3 -0
  176. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +11 -1
  177. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +3 -0
  178. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +3 -0
  179. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +7 -1
  180. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +6 -0
  181. package/node_modules/@aws-sdk/core/package.json +1 -1
  182. package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  183. package/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
  184. package/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
  185. package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  186. package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  187. package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  188. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  189. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +2 -2
  190. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +2 -2
  191. package/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
  192. package/node_modules/@aws-sdk/nested-clients/package.json +4 -4
  193. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +2 -2
  194. package/node_modules/@aws-sdk/token-providers/package.json +3 -3
  195. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  196. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +0 -1
  197. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +3 -0
  198. package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +0 -1
  199. package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +3 -0
  200. package/node_modules/@smithy/core/package.json +2 -2
  201. package/node_modules/@smithy/middleware-endpoint/package.json +3 -3
  202. package/node_modules/@smithy/middleware-retry/package.json +2 -2
  203. package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +3 -0
  204. package/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +3 -0
  205. package/node_modules/@smithy/middleware-serde/package.json +1 -1
  206. package/node_modules/@smithy/smithy-client/package.json +3 -3
  207. package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  208. package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  209. package/package.json +10 -10
  210. package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +0 -8103
  211. package/node_modules/@aws-sdk/client-s3/dist-types/protocols/Aws_restXml.d.ts +0 -938
  212. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/protocols/Aws_restXml.d.ts +0 -1257
  213. /package/node_modules/{argparse → js-yaml/node_modules/argparse}/LICENSE +0 -0
  214. /package/node_modules/{argparse → js-yaml/node_modules/argparse}/README.md +0 -0
  215. /package/node_modules/{argparse → js-yaml/node_modules/argparse}/argparse.js +0 -0
  216. /package/node_modules/{argparse → js-yaml/node_modules/argparse}/lib/sub.js +0 -0
  217. /package/node_modules/{argparse → js-yaml/node_modules/argparse}/lib/textwrap.js +0 -0
  218. /package/node_modules/{argparse → js-yaml/node_modules/argparse}/package.json +0 -0
@@ -8,7 +8,7 @@ export class AwsJsonRpcProtocol extends RpcProtocol {
8
8
  deserializer;
9
9
  serviceTarget;
10
10
  codec;
11
- mixin = new ProtocolLib();
11
+ mixin;
12
12
  awsQueryCompatible;
13
13
  constructor({ defaultNamespace, serviceTarget, awsQueryCompatible, }) {
14
14
  super({
@@ -25,6 +25,7 @@ export class AwsJsonRpcProtocol extends RpcProtocol {
25
25
  this.serializer = this.codec.createSerializer();
26
26
  this.deserializer = this.codec.createDeserializer();
27
27
  this.awsQueryCompatible = !!awsQueryCompatible;
28
+ this.mixin = new ProtocolLib(this.awsQueryCompatible);
28
29
  }
29
30
  async serializeRequest(operationSchema, input, context) {
30
31
  const request = await super.serializeRequest(operationSchema, input, context);
@@ -64,9 +65,9 @@ export class AwsJsonRpcProtocol extends RpcProtocol {
64
65
  if (this.awsQueryCompatible) {
65
66
  this.mixin.queryCompatOutput(dataObject, output);
66
67
  }
67
- throw Object.assign(exception, errorMetadata, {
68
+ throw this.mixin.decorateServiceException(Object.assign(exception, errorMetadata, {
68
69
  $fault: ns.getMergedTraits().error,
69
70
  message,
70
- }, output);
71
+ }, output), dataObject);
71
72
  }
72
73
  }
@@ -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);
@@ -61,10 +71,10 @@ export class AwsRestJsonProtocol extends HttpBindingProtocol {
61
71
  const target = member.getMergedTraits().jsonName ?? name;
62
72
  output[name] = this.codec.createDeserializer().readObject(member, dataObject[target]);
63
73
  }
64
- throw Object.assign(exception, errorMetadata, {
74
+ throw this.mixin.decorateServiceException(Object.assign(exception, errorMetadata, {
65
75
  $fault: ns.getMergedTraits().error,
66
76
  message,
67
- }, output);
77
+ }, output), dataObject);
68
78
  }
69
79
  getDefaultContentType() {
70
80
  return "application/json";
@@ -114,10 +114,10 @@ export class AwsQueryProtocol extends RpcProtocol {
114
114
  const value = errorData[target] ?? dataObject[target];
115
115
  output[name] = this.deserializer.readSchema(member, value);
116
116
  }
117
- throw Object.assign(exception, errorMetadata, {
117
+ throw this.mixin.decorateServiceException(Object.assign(exception, errorMetadata, {
118
118
  $fault: ns.getMergedTraits().error,
119
119
  message,
120
- }, output);
120
+ }, output), dataObject);
121
121
  }
122
122
  loadQueryErrorCode(output, data) {
123
123
  const code = (data.Errors?.[0]?.Error ?? data.Errors?.Error ?? data.Error)?.Code;
@@ -62,10 +62,10 @@ export class AwsRestXmlProtocol extends HttpBindingProtocol {
62
62
  const value = dataObject.Error?.[target] ?? dataObject[target];
63
63
  output[name] = this.codec.createDeserializer().readSchema(member, value);
64
64
  }
65
- throw Object.assign(exception, errorMetadata, {
65
+ throw this.mixin.decorateServiceException(Object.assign(exception, errorMetadata, {
66
66
  $fault: ns.getMergedTraits().error,
67
67
  message,
68
- }, output);
68
+ }, output), dataObject);
69
69
  }
70
70
  getDefaultContentType() {
71
71
  return "application/xml";
@@ -1,10 +1,10 @@
1
1
  import { NormalizedSchema, TypeRegistry } from "@smithy/core/schema";
2
+ import { ServiceException as SDKBaseServiceException } from "@smithy/smithy-client";
2
3
  import type { HttpResponse as IHttpResponse, MetadataBearer, ResponseMetadata, StaticErrorSchema } from "@smithy/types";
3
4
  /**
4
5
  * @internal
5
6
  */
6
7
  type ErrorMetadataBearer = MetadataBearer & {
7
- $response: IHttpResponse;
8
8
  $fault: "client" | "server";
9
9
  };
10
10
  /**
@@ -13,6 +13,8 @@ type ErrorMetadataBearer = MetadataBearer & {
13
13
  * @internal
14
14
  */
15
15
  export declare class ProtocolLib {
16
+ private queryCompat;
17
+ constructor(queryCompat?: boolean);
16
18
  /**
17
19
  * This is only for REST protocols.
18
20
  *
@@ -32,6 +34,10 @@ export declare class ProtocolLib {
32
34
  errorSchema: StaticErrorSchema;
33
35
  errorMetadata: ErrorMetadataBearer;
34
36
  }>;
37
+ /**
38
+ * Assigns additions onto exception if not already present.
39
+ */
40
+ decorateServiceException<E extends SDKBaseServiceException>(exception: E, additions?: Record<string, any>): E;
35
41
  /**
36
42
  * Reads the x-amzn-query-error header for awsQuery compatibility.
37
43
  *
@@ -19,5 +19,8 @@ export declare abstract class AwsJsonRpcProtocol extends RpcProtocol {
19
19
  serializeRequest<Input extends object>(operationSchema: OperationSchema, input: Input, context: HandlerExecutionContext & SerdeFunctions & EndpointBearer): Promise<HttpRequest>;
20
20
  getPayloadCodec(): JsonCodec;
21
21
  protected abstract getJsonRpcVersion(): "1.1" | "1.0";
22
+ /**
23
+ * @override
24
+ */
22
25
  protected handleError(operationSchema: OperationSchema, context: HandlerExecutionContext & SerdeFunctions, response: HttpResponse, dataObject: any, metadata: ResponseMetadata): Promise<never>;
23
26
  }
@@ -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
@@ -28,6 +28,9 @@ export declare class AwsQueryProtocol extends RpcProtocol {
28
28
  * EC2 Query overrides this.
29
29
  */
30
30
  protected useNestedResult(): boolean;
31
+ /**
32
+ * override
33
+ */
31
34
  protected handleError(operationSchema: OperationSchema, context: HandlerExecutionContext & SerdeFunctions, response: IHttpResponse, dataObject: any, metadata: ResponseMetadata): Promise<never>;
32
35
  /**
33
36
  * The variations in the error and error message locations are attributed to
@@ -17,6 +17,9 @@ export declare class AwsRestXmlProtocol extends HttpBindingProtocol {
17
17
  getShapeId(): string;
18
18
  serializeRequest<Input extends object>(operationSchema: OperationSchema, input: Input, context: HandlerExecutionContext & SerdeFunctions & EndpointBearer): Promise<IHttpRequest>;
19
19
  deserializeResponse<Output extends MetadataBearer>(operationSchema: OperationSchema, context: HandlerExecutionContext & SerdeFunctions, response: IHttpResponse): Promise<Output>;
20
+ /**
21
+ * @override
22
+ */
20
23
  protected handleError(operationSchema: OperationSchema, context: HandlerExecutionContext & SerdeFunctions, response: IHttpResponse, dataObject: any, metadata: ResponseMetadata): Promise<never>;
21
24
  /**
22
25
  * @override
@@ -1,4 +1,5 @@
1
1
  import { NormalizedSchema, TypeRegistry } from "@smithy/core/schema";
2
+ import { ServiceException as SDKBaseServiceException } from "@smithy/smithy-client";
2
3
  import {
3
4
  HttpResponse as IHttpResponse,
4
5
  MetadataBearer,
@@ -6,10 +7,11 @@ import {
6
7
  StaticErrorSchema,
7
8
  } from "@smithy/types";
8
9
  type ErrorMetadataBearer = MetadataBearer & {
9
- $response: IHttpResponse;
10
10
  $fault: "client" | "server";
11
11
  };
12
12
  export declare class ProtocolLib {
13
+ private queryCompat;
14
+ constructor(queryCompat?: boolean);
13
15
  resolveRestContentType(
14
16
  defaultContentType: string,
15
17
  inputSchema: NormalizedSchema
@@ -28,6 +30,10 @@ export declare class ProtocolLib {
28
30
  errorSchema: StaticErrorSchema;
29
31
  errorMetadata: ErrorMetadataBearer;
30
32
  }>;
33
+ decorateServiceException<E extends SDKBaseServiceException>(
34
+ exception: E,
35
+ additions?: Record<string, any>
36
+ ): E;
31
37
  setQueryCompatError(
32
38
  output: Record<string, any>,
33
39
  response: IHttpResponse
@@ -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.932.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.932.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.932.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.932.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.932.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.932.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.932.0",
32
+ "@aws-sdk/credential-provider-env": "3.932.0",
33
+ "@aws-sdk/credential-provider-http": "3.932.0",
34
+ "@aws-sdk/credential-provider-process": "3.932.0",
35
+ "@aws-sdk/credential-provider-sso": "3.932.0",
36
+ "@aws-sdk/credential-provider-web-identity": "3.932.0",
37
+ "@aws-sdk/nested-clients": "3.932.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.932.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.932.0",
35
+ "@aws-sdk/credential-provider-http": "3.932.0",
36
+ "@aws-sdk/credential-provider-ini": "3.932.0",
37
+ "@aws-sdk/credential-provider-process": "3.932.0",
38
+ "@aws-sdk/credential-provider-sso": "3.932.0",
39
+ "@aws-sdk/credential-provider-web-identity": "3.932.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.932.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.932.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.932.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.932.0",
30
+ "@aws-sdk/core": "3.932.0",
31
+ "@aws-sdk/token-providers": "3.932.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.932.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.932.0",
38
+ "@aws-sdk/nested-clients": "3.932.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.932.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.932.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.932.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.932.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.932.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.932.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.932.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.932.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.932.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.932.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.932.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.932.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",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/token-providers",
3
- "version": "3.930.0",
3
+ "version": "3.932.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.930.0",
33
- "@aws-sdk/nested-clients": "3.930.0",
32
+ "@aws-sdk/core": "3.932.0",
33
+ "@aws-sdk/nested-clients": "3.932.0",
34
34
  "@aws-sdk/types": "3.930.0",
35
35
  "@smithy/property-provider": "^4.2.5",
36
36
  "@smithy/shared-ini-file-loader": "^4.4.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-user-agent-node",
3
- "version": "3.930.0",
3
+ "version": "3.932.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 util-user-agent-node",
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@aws-sdk/middleware-user-agent": "3.930.0",
25
+ "@aws-sdk/middleware-user-agent": "3.932.0",
26
26
  "@aws-sdk/types": "3.930.0",
27
27
  "@smithy/node-config-provider": "^4.3.5",
28
28
  "@smithy/types": "^4.9.0",
@@ -998,7 +998,6 @@ class SmithyRpcV2CborProtocol extends protocols.RpcProtocol {
998
998
  }
999
999
  const errorMetadata = {
1000
1000
  $metadata: metadata,
1001
- $response: response,
1002
1001
  $fault: response.statusCode <= 500 ? "client" : "server",
1003
1002
  };
1004
1003
  const registry = schema.TypeRegistry.for(namespace);
@@ -35,6 +35,9 @@ const schemaDeserializationMiddleware = (config) => (next, context) => async (ar
35
35
  catch (error) {
36
36
  Object.defineProperty(error, "$response", {
37
37
  value: response,
38
+ enumerable: false,
39
+ writable: false,
40
+ configurable: false,
38
41
  });
39
42
  if (!("$metadata" in error)) {
40
43
  const hint = `Deserialization error: to see the raw response, inspect the hidden field {error}.$response on this object.`;
@@ -58,7 +58,6 @@ export class SmithyRpcV2CborProtocol extends RpcProtocol {
58
58
  }
59
59
  const errorMetadata = {
60
60
  $metadata: metadata,
61
- $response: response,
62
61
  $fault: response.statusCode <= 500 ? "client" : "server",
63
62
  };
64
63
  const registry = TypeRegistry.for(namespace);
@@ -18,6 +18,9 @@ export const schemaDeserializationMiddleware = (config) => (next, context) => as
18
18
  catch (error) {
19
19
  Object.defineProperty(error, "$response", {
20
20
  value: response,
21
+ enumerable: false,
22
+ writable: false,
23
+ configurable: false,
21
24
  });
22
25
  if (!("$metadata" in error)) {
23
26
  const hint = `Deserialization error: to see the raw response, inspect the hidden field {error}.$response on this object.`;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/core",
3
- "version": "3.18.3",
3
+ "version": "3.18.4",
4
4
  "scripts": {
5
5
  "build": "yarn lint && concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline core",
@@ -77,7 +77,7 @@
77
77
  "license": "Apache-2.0",
78
78
  "sideEffects": false,
79
79
  "dependencies": {
80
- "@smithy/middleware-serde": "^4.2.5",
80
+ "@smithy/middleware-serde": "^4.2.6",
81
81
  "@smithy/protocol-http": "^5.3.5",
82
82
  "@smithy/types": "^4.9.0",
83
83
  "@smithy/util-base64": "^4.3.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/middleware-endpoint",
3
- "version": "4.3.10",
3
+ "version": "4.3.11",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline middleware-endpoint",
@@ -25,8 +25,8 @@
25
25
  "license": "Apache-2.0",
26
26
  "sideEffects": false,
27
27
  "dependencies": {
28
- "@smithy/core": "^3.18.3",
29
- "@smithy/middleware-serde": "^4.2.5",
28
+ "@smithy/core": "^3.18.4",
29
+ "@smithy/middleware-serde": "^4.2.6",
30
30
  "@smithy/node-config-provider": "^4.3.5",
31
31
  "@smithy/shared-ini-file-loader": "^4.4.0",
32
32
  "@smithy/types": "^4.9.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/middleware-retry",
3
- "version": "4.4.10",
3
+ "version": "4.4.11",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline middleware-retry",
@@ -37,7 +37,7 @@
37
37
  "@smithy/node-config-provider": "^4.3.5",
38
38
  "@smithy/protocol-http": "^5.3.5",
39
39
  "@smithy/service-error-classification": "^4.2.5",
40
- "@smithy/smithy-client": "^4.9.6",
40
+ "@smithy/smithy-client": "^4.9.7",
41
41
  "@smithy/types": "^4.9.0",
42
42
  "@smithy/util-middleware": "^4.2.5",
43
43
  "@smithy/util-retry": "^4.2.5",