@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
@@ -104,7 +104,7 @@ declare const GetSpotPlacementScoresCommand_base: {
104
104
  * Max: Number("int"),
105
105
  * },
106
106
  * AcceleratorTypes: [ // AcceleratorTypeSet
107
- * "gpu" || "fpga" || "inference",
107
+ * "gpu" || "fpga" || "inference" || "media",
108
108
  * ],
109
109
  * AcceleratorCount: { // AcceleratorCountRequest
110
110
  * Min: Number("int"),
@@ -114,7 +114,7 @@ declare const GetSpotPlacementScoresCommand_base: {
114
114
  * "amazon-web-services" || "amd" || "nvidia" || "xilinx" || "habana",
115
115
  * ],
116
116
  * AcceleratorNames: [ // AcceleratorNameSet
117
- * "a100" || "inferentia" || "k520" || "k80" || "m60" || "radeon-pro-v520" || "t4" || "vu9p" || "v100" || "a10g" || "h100" || "t4g",
117
+ * "a100" || "inferentia" || "k520" || "k80" || "m60" || "radeon-pro-v520" || "t4" || "vu9p" || "v100" || "a10g" || "h100" || "t4g" || "l40s" || "l4" || "gaudi-hl-205" || "inferentia2" || "trainium" || "trainium2" || "u30",
118
118
  * ],
119
119
  * AcceleratorTotalMemoryMiB: { // AcceleratorTotalMemoryMiBRequest
120
120
  * Min: Number("int"),
@@ -148,7 +148,7 @@ declare const ModifyFleetCommand_base: {
148
148
  * Max: Number("int"),
149
149
  * },
150
150
  * AcceleratorTypes: [ // AcceleratorTypeSet
151
- * "gpu" || "fpga" || "inference",
151
+ * "gpu" || "fpga" || "inference" || "media",
152
152
  * ],
153
153
  * AcceleratorCount: { // AcceleratorCountRequest
154
154
  * Min: Number("int"),
@@ -158,7 +158,7 @@ declare const ModifyFleetCommand_base: {
158
158
  * "amazon-web-services" || "amd" || "nvidia" || "xilinx" || "habana",
159
159
  * ],
160
160
  * AcceleratorNames: [ // AcceleratorNameSet
161
- * "a100" || "inferentia" || "k520" || "k80" || "m60" || "radeon-pro-v520" || "t4" || "vu9p" || "v100" || "a10g" || "h100" || "t4g",
161
+ * "a100" || "inferentia" || "k520" || "k80" || "m60" || "radeon-pro-v520" || "t4" || "vu9p" || "v100" || "a10g" || "h100" || "t4g" || "l40s" || "l4" || "gaudi-hl-205" || "inferentia2" || "trainium" || "trainium2" || "u30",
162
162
  * ],
163
163
  * AcceleratorTotalMemoryMiB: { // AcceleratorTotalMemoryMiBRequest
164
164
  * Min: Number("int"),
@@ -120,7 +120,7 @@ declare const ModifySpotFleetRequestCommand_base: {
120
120
  * Max: Number("int"),
121
121
  * },
122
122
  * AcceleratorTypes: [ // AcceleratorTypeSet
123
- * "gpu" || "fpga" || "inference",
123
+ * "gpu" || "fpga" || "inference" || "media",
124
124
  * ],
125
125
  * AcceleratorCount: { // AcceleratorCount
126
126
  * Min: Number("int"),
@@ -130,7 +130,7 @@ declare const ModifySpotFleetRequestCommand_base: {
130
130
  * "amazon-web-services" || "amd" || "nvidia" || "xilinx" || "habana",
131
131
  * ],
132
132
  * AcceleratorNames: [ // AcceleratorNameSet
133
- * "a100" || "inferentia" || "k520" || "k80" || "m60" || "radeon-pro-v520" || "t4" || "vu9p" || "v100" || "a10g" || "h100" || "t4g",
133
+ * "a100" || "inferentia" || "k520" || "k80" || "m60" || "radeon-pro-v520" || "t4" || "vu9p" || "v100" || "a10g" || "h100" || "t4g" || "l40s" || "l4" || "gaudi-hl-205" || "inferentia2" || "trainium" || "trainium2" || "u30",
134
134
  * ],
135
135
  * AcceleratorTotalMemoryMiB: { // AcceleratorTotalMemoryMiB
136
136
  * Min: Number("int"),
@@ -235,7 +235,7 @@ declare const RequestSpotFleetCommand_base: {
235
235
  * Max: Number("int"),
236
236
  * },
237
237
  * AcceleratorTypes: [ // AcceleratorTypeSet
238
- * "gpu" || "fpga" || "inference",
238
+ * "gpu" || "fpga" || "inference" || "media",
239
239
  * ],
240
240
  * AcceleratorCount: { // AcceleratorCount
241
241
  * Min: Number("int"),
@@ -245,7 +245,7 @@ declare const RequestSpotFleetCommand_base: {
245
245
  * "amazon-web-services" || "amd" || "nvidia" || "xilinx" || "habana",
246
246
  * ],
247
247
  * AcceleratorNames: [ // AcceleratorNameSet
248
- * "a100" || "inferentia" || "k520" || "k80" || "m60" || "radeon-pro-v520" || "t4" || "vu9p" || "v100" || "a10g" || "h100" || "t4g",
248
+ * "a100" || "inferentia" || "k520" || "k80" || "m60" || "radeon-pro-v520" || "t4" || "vu9p" || "v100" || "a10g" || "h100" || "t4g" || "l40s" || "l4" || "gaudi-hl-205" || "inferentia2" || "trainium" || "trainium2" || "u30",
249
249
  * ],
250
250
  * AcceleratorTotalMemoryMiB: { // AcceleratorTotalMemoryMiB
251
251
  * Min: Number("int"),
@@ -337,7 +337,7 @@ declare const RequestSpotFleetCommand_base: {
337
337
  * Max: Number("int"),
338
338
  * },
339
339
  * AcceleratorTypes: [
340
- * "gpu" || "fpga" || "inference",
340
+ * "gpu" || "fpga" || "inference" || "media",
341
341
  * ],
342
342
  * AcceleratorCount: {
343
343
  * Min: Number("int"),
@@ -347,7 +347,7 @@ declare const RequestSpotFleetCommand_base: {
347
347
  * "amazon-web-services" || "amd" || "nvidia" || "xilinx" || "habana",
348
348
  * ],
349
349
  * AcceleratorNames: [
350
- * "a100" || "inferentia" || "k520" || "k80" || "m60" || "radeon-pro-v520" || "t4" || "vu9p" || "v100" || "a10g" || "h100" || "t4g",
350
+ * "a100" || "inferentia" || "k520" || "k80" || "m60" || "radeon-pro-v520" || "t4" || "vu9p" || "v100" || "a10g" || "h100" || "t4g" || "l40s" || "l4" || "gaudi-hl-205" || "inferentia2" || "trainium" || "trainium2" || "u30",
351
351
  * ],
352
352
  * AcceleratorTotalMemoryMiB: {
353
353
  * Min: Number("int"),
@@ -60,14 +60,21 @@ export type AcceleratorManufacturer = (typeof AcceleratorManufacturer)[keyof typ
60
60
  export declare const AcceleratorName: {
61
61
  readonly A100: "a100";
62
62
  readonly A10G: "a10g";
63
+ readonly GAUDI_HL_205: "gaudi-hl-205";
63
64
  readonly H100: "h100";
64
65
  readonly INFERENTIA: "inferentia";
66
+ readonly INFERENTIA2: "inferentia2";
65
67
  readonly K520: "k520";
66
68
  readonly K80: "k80";
69
+ readonly L4: "l4";
70
+ readonly L40S: "l40s";
67
71
  readonly M60: "m60";
68
72
  readonly RADEON_PRO_V520: "radeon-pro-v520";
69
73
  readonly T4: "t4";
70
74
  readonly T4G: "t4g";
75
+ readonly TRAINIUM: "trainium";
76
+ readonly TRAINIUM2: "trainium2";
77
+ readonly U30: "u30";
71
78
  readonly V100: "v100";
72
79
  readonly VU9P: "vu9p";
73
80
  };
@@ -119,6 +126,7 @@ export declare const AcceleratorType: {
119
126
  readonly FPGA: "fpga";
120
127
  readonly GPU: "gpu";
121
128
  readonly INFERENCE: "inference";
129
+ readonly MEDIA: "media";
122
130
  };
123
131
  /**
124
132
  * @public
@@ -5453,6 +5453,9 @@ export interface InstanceRequirementsRequest {
5453
5453
  * <li>
5454
5454
  * <p>For instance types with Inference accelerators, specify <code>inference</code>.</p>
5455
5455
  * </li>
5456
+ * <li>
5457
+ * <p>For instance types with Media accelerators, specify <code>media</code>.</p>
5458
+ * </li>
5456
5459
  * </ul>
5457
5460
  * <p>Default: Any accelerator type</p>
5458
5461
  * @public
@@ -5505,24 +5508,45 @@ export interface InstanceRequirementsRequest {
5505
5508
  * <p>For instance types with Amazon Web Services Inferentia chips, specify <code>inferentia</code>.</p>
5506
5509
  * </li>
5507
5510
  * <li>
5511
+ * <p>For instance types with Amazon Web Services Inferentia2 chips, specify <code>inferentia2</code>.</p>
5512
+ * </li>
5513
+ * <li>
5514
+ * <p>For instance types with Habana Gaudi HL-205 GPUs, specify <code>gaudi-hl-205</code>.</p>
5515
+ * </li>
5516
+ * <li>
5508
5517
  * <p>For instance types with NVIDIA GRID K520 GPUs, specify <code>k520</code>.</p>
5509
5518
  * </li>
5510
5519
  * <li>
5511
5520
  * <p>For instance types with NVIDIA K80 GPUs, specify <code>k80</code>.</p>
5512
5521
  * </li>
5513
5522
  * <li>
5523
+ * <p>For instance types with NVIDIA L4 GPUs, specify <code>l4</code>.</p>
5524
+ * </li>
5525
+ * <li>
5526
+ * <p>For instance types with NVIDIA L40S GPUs, specify <code>l40s</code>.</p>
5527
+ * </li>
5528
+ * <li>
5514
5529
  * <p>For instance types with NVIDIA M60 GPUs, specify <code>m60</code>.</p>
5515
5530
  * </li>
5516
5531
  * <li>
5517
5532
  * <p>For instance types with AMD Radeon Pro V520 GPUs, specify <code>radeon-pro-v520</code>.</p>
5518
5533
  * </li>
5519
5534
  * <li>
5535
+ * <p>For instance types with Amazon Web Services Trainium chips, specify <code>trainium</code>.</p>
5536
+ * </li>
5537
+ * <li>
5538
+ * <p>For instance types with Amazon Web Services Trainium2 chips, specify <code>trainium2</code>.</p>
5539
+ * </li>
5540
+ * <li>
5520
5541
  * <p>For instance types with NVIDIA T4 GPUs, specify <code>t4</code>.</p>
5521
5542
  * </li>
5522
5543
  * <li>
5523
5544
  * <p>For instance types with NVIDIA T4G GPUs, specify <code>t4g</code>.</p>
5524
5545
  * </li>
5525
5546
  * <li>
5547
+ * <p>For instance types with Xilinx U30 cards, specify <code>u30</code>.</p>
5548
+ * </li>
5549
+ * <li>
5526
5550
  * <p>For instance types with Xilinx VU9P FPGAs, specify <code>vu9p</code>.</p>
5527
5551
  * </li>
5528
5552
  * <li>
@@ -7033,6 +7057,9 @@ export interface InstanceRequirements {
7033
7057
  * <li>
7034
7058
  * <p>For instance types with Inference accelerators, specify <code>inference</code>.</p>
7035
7059
  * </li>
7060
+ * <li>
7061
+ * <p>For instance types with Media accelerators, specify <code>media</code>.</p>
7062
+ * </li>
7036
7063
  * </ul>
7037
7064
  * <p>Default: Any accelerator type</p>
7038
7065
  * @public
@@ -7085,24 +7112,45 @@ export interface InstanceRequirements {
7085
7112
  * <p>For instance types with Amazon Web Services Inferentia chips, specify <code>inferentia</code>.</p>
7086
7113
  * </li>
7087
7114
  * <li>
7115
+ * <p>For instance types with Amazon Web Services Inferentia2 chips, specify <code>inferentia2</code>.</p>
7116
+ * </li>
7117
+ * <li>
7118
+ * <p>For instance types with Habana Gaudi HL-205 GPUs, specify <code>gaudi-hl-205</code>.</p>
7119
+ * </li>
7120
+ * <li>
7088
7121
  * <p>For instance types with NVIDIA GRID K520 GPUs, specify <code>k520</code>.</p>
7089
7122
  * </li>
7090
7123
  * <li>
7091
7124
  * <p>For instance types with NVIDIA K80 GPUs, specify <code>k80</code>.</p>
7092
7125
  * </li>
7093
7126
  * <li>
7127
+ * <p>For instance types with NVIDIA L4 GPUs, specify <code>l4</code>.</p>
7128
+ * </li>
7129
+ * <li>
7130
+ * <p>For instance types with NVIDIA L40S GPUs, specify <code>l40s</code>.</p>
7131
+ * </li>
7132
+ * <li>
7094
7133
  * <p>For instance types with NVIDIA M60 GPUs, specify <code>m60</code>.</p>
7095
7134
  * </li>
7096
7135
  * <li>
7097
7136
  * <p>For instance types with AMD Radeon Pro V520 GPUs, specify <code>radeon-pro-v520</code>.</p>
7098
7137
  * </li>
7099
7138
  * <li>
7139
+ * <p>For instance types with Amazon Web Services Trainium chips, specify <code>trainium</code>.</p>
7140
+ * </li>
7141
+ * <li>
7142
+ * <p>For instance types with Amazon Web Services Trainium2 chips, specify <code>trainium2</code>.</p>
7143
+ * </li>
7144
+ * <li>
7100
7145
  * <p>For instance types with NVIDIA T4 GPUs, specify <code>t4</code>.</p>
7101
7146
  * </li>
7102
7147
  * <li>
7103
7148
  * <p>For instance types with NVIDIA T4G GPUs, specify <code>t4g</code>.</p>
7104
7149
  * </li>
7105
7150
  * <li>
7151
+ * <p>For instance types with Xilinx U30 cards, specify <code>u30</code>.</p>
7152
+ * </li>
7153
+ * <li>
7106
7154
  * <p>For instance types with Xilinx VU9P FPGAs, specify <code>vu9p</code>.</p>
7107
7155
  * </li>
7108
7156
  * <li>
@@ -8516,6 +8564,11 @@ export interface Ec2InstanceConnectEndpoint {
8516
8564
  * @public
8517
8565
  */
8518
8566
  PublicDnsNames?: InstanceConnectEndpointPublicDnsNames | undefined;
8567
+ /**
8568
+ * <p>The ID of the Availability Zone of the EC2 Instance Connect Endpoint.</p>
8569
+ * @public
8570
+ */
8571
+ AvailabilityZoneId?: string | undefined;
8519
8572
  }
8520
8573
  /**
8521
8574
  * @public
@@ -18,14 +18,21 @@ export type AcceleratorManufacturer =
18
18
  export declare const AcceleratorName: {
19
19
  readonly A100: "a100";
20
20
  readonly A10G: "a10g";
21
+ readonly GAUDI_HL_205: "gaudi-hl-205";
21
22
  readonly H100: "h100";
22
23
  readonly INFERENTIA: "inferentia";
24
+ readonly INFERENTIA2: "inferentia2";
23
25
  readonly K520: "k520";
24
26
  readonly K80: "k80";
27
+ readonly L4: "l4";
28
+ readonly L40S: "l40s";
25
29
  readonly M60: "m60";
26
30
  readonly RADEON_PRO_V520: "radeon-pro-v520";
27
31
  readonly T4: "t4";
28
32
  readonly T4G: "t4g";
33
+ readonly TRAINIUM: "trainium";
34
+ readonly TRAINIUM2: "trainium2";
35
+ readonly U30: "u30";
29
36
  readonly V100: "v100";
30
37
  readonly VU9P: "vu9p";
31
38
  };
@@ -43,6 +50,7 @@ export declare const AcceleratorType: {
43
50
  readonly FPGA: "fpga";
44
51
  readonly GPU: "gpu";
45
52
  readonly INFERENCE: "inference";
53
+ readonly MEDIA: "media";
46
54
  };
47
55
  export type AcceleratorType =
48
56
  (typeof AcceleratorType)[keyof typeof AcceleratorType];
@@ -2475,6 +2475,7 @@ export interface Ec2InstanceConnectEndpoint {
2475
2475
  Tags?: Tag[] | undefined;
2476
2476
  IpAddressType?: IpAddressType | undefined;
2477
2477
  PublicDnsNames?: InstanceConnectEndpointPublicDnsNames | undefined;
2478
+ AvailabilityZoneId?: string | undefined;
2478
2479
  }
2479
2480
  export interface CreateInstanceConnectEndpointResult {
2480
2481
  InstanceConnectEndpoint?: Ec2InstanceConnectEndpoint | undefined;
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ec2",
3
3
  "description": "AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native",
4
- "version": "3.930.0",
4
+ "version": "3.932.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-ec2",
@@ -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.932.0",
24
+ "@aws-sdk/credential-provider-node": "3.932.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-ec2": "3.930.0",
29
- "@aws-sdk/middleware-user-agent": "3.930.0",
29
+ "@aws-sdk/middleware-user-agent": "3.932.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.932.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-ecs",
3
3
  "description": "AWS SDK for JavaScript Ecs Client for Node.js, Browser and React Native",
4
- "version": "3.930.0",
4
+ "version": "3.932.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-ecs",
@@ -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.932.0",
24
+ "@aws-sdk/credential-provider-node": "3.932.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.932.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.932.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-kms",
3
3
  "description": "AWS SDK for JavaScript Kms Client for Node.js, Browser and React Native",
4
- "version": "3.930.0",
4
+ "version": "3.932.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-kms",
@@ -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.932.0",
24
+ "@aws-sdk/credential-provider-node": "3.932.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.932.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.932.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",