@jjrawlins/cdk-ami-builder 0.0.63 → 0.0.65

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 (208) hide show
  1. package/.jsii +12 -12
  2. package/cdk-ami-builder/jsii/jsii.go +2 -2
  3. package/cdk-ami-builder/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/lambda-invoke-store/README.md +8 -0
  8. package/node_modules/@aws/lambda-invoke-store/{dist → dist-cjs}/invoke-store.js +12 -36
  9. package/node_modules/@aws/lambda-invoke-store/dist-es/invoke-store.js +64 -0
  10. package/node_modules/@aws/lambda-invoke-store/{dist → dist-types}/invoke-store.d.ts +5 -0
  11. package/node_modules/@aws/lambda-invoke-store/package.json +26 -8
  12. package/node_modules/@aws-sdk/client-ec2/README.md +8 -0
  13. package/node_modules/@aws-sdk/client-ec2/dist-cjs/index.js +128 -0
  14. package/node_modules/@aws-sdk/client-ec2/dist-es/EC2.js +2 -0
  15. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/DescribeCapacityReservationTopologyCommand.js +22 -0
  16. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/index.js +1 -0
  17. package/node_modules/@aws-sdk/client-ec2/dist-es/protocols/Aws_ec2.js +109 -0
  18. package/node_modules/@aws-sdk/client-ec2/dist-types/EC2.d.ts +8 -0
  19. package/node_modules/@aws-sdk/client-ec2/dist-types/EC2Client.d.ts +3 -2
  20. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeCapacityReservationTopologyCommand.d.ts +122 -0
  21. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +7 -6
  22. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVolumeStatusCommand.d.ts +1 -2
  23. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +2 -1
  24. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +2 -1
  25. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetIpamDiscoveredAccountsCommand.d.ts +1 -2
  26. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +2 -1
  27. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  28. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/index.d.ts +1 -0
  29. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_4.d.ts +152 -62
  30. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_5.d.ts +56 -201
  31. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_6.d.ts +201 -116
  32. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_7.d.ts +116 -96
  33. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_8.d.ts +94 -0
  34. package/node_modules/@aws-sdk/client-ec2/dist-types/protocols/Aws_ec2.d.ts +9 -0
  35. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/EC2.d.ts +24 -0
  36. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/EC2Client.d.ts +6 -0
  37. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeCapacityReservationTopologyCommand.d.ts +51 -0
  38. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +4 -2
  39. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVolumesModificationsCommand.d.ts +2 -4
  40. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +2 -4
  41. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetIpamDiscoveredAccountsCommand.d.ts +4 -2
  42. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +2 -4
  43. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  44. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/index.d.ts +1 -0
  45. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_4.d.ts +21 -13
  46. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_5.d.ts +13 -31
  47. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_6.d.ts +31 -26
  48. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_7.d.ts +27 -22
  49. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_8.d.ts +21 -0
  50. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/protocols/Aws_ec2.d.ts +12 -0
  51. package/node_modules/@aws-sdk/client-ec2/package.json +3 -3
  52. package/node_modules/@aws-sdk/client-ecs/dist-cjs/endpoint/ruleset.js +1 -1
  53. package/node_modules/@aws-sdk/client-ecs/dist-cjs/index.js +50 -2
  54. package/node_modules/@aws-sdk/client-ecs/dist-es/endpoint/ruleset.js +1 -1
  55. package/node_modules/@aws-sdk/client-ecs/dist-es/models/models_0.js +2 -0
  56. package/node_modules/@aws-sdk/client-ecs/dist-es/protocols/Aws_json1_1.js +48 -2
  57. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateServiceCommand.d.ts +56 -2
  58. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteServiceCommand.d.ts +9 -1
  59. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeServiceDeploymentsCommand.d.ts +13 -1
  60. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeServicesCommand.d.ts +9 -1
  61. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutAccountSettingCommand.d.ts +1 -1
  62. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/RunTaskCommand.d.ts +1 -1
  63. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateServiceCommand.d.ts +18 -2
  64. package/node_modules/@aws-sdk/client-ecs/dist-types/models/models_0.d.ts +85 -188
  65. package/node_modules/@aws-sdk/client-ecs/dist-types/models/models_1.d.ts +196 -2
  66. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/PutAccountSettingCommand.d.ts +1 -1
  67. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/models_0.d.ts +14 -8
  68. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/models_1.d.ts +8 -0
  69. package/node_modules/@aws-sdk/client-ecs/package.json +3 -3
  70. package/node_modules/@aws-sdk/client-kms/package.json +3 -3
  71. package/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +1 -1
  72. package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +2 -0
  73. package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/ruleset.js +1 -1
  74. package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +2 -0
  75. package/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +3 -0
  76. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +3 -0
  77. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +10 -8
  78. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +6 -13
  79. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataConfigurationCommand.d.ts +3 -0
  80. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +3 -0
  81. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +6 -6
  82. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +3 -0
  83. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +3 -0
  84. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +3 -0
  85. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +3 -0
  86. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +3 -0
  87. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +3 -0
  88. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +3 -0
  89. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +3 -0
  90. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataConfigurationCommand.d.ts +3 -0
  91. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +3 -0
  92. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +3 -0
  93. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +3 -0
  94. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +3 -0
  95. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +3 -0
  96. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +3 -0
  97. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +3 -0
  98. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +6 -0
  99. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +3 -0
  100. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +3 -0
  101. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +3 -0
  102. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +3 -0
  103. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +4 -1
  104. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +3 -0
  105. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +3 -0
  106. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +3 -0
  107. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +3 -0
  108. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +3 -0
  109. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +3 -0
  110. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +19 -5
  111. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +4 -1
  112. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataConfigurationCommand.d.ts +3 -0
  113. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataTableConfigurationCommand.d.ts +3 -0
  114. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +3 -0
  115. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +3 -0
  116. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +3 -0
  117. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +3 -0
  118. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +3 -0
  119. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +3 -0
  120. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +3 -0
  121. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +3 -0
  122. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +3 -0
  123. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +3 -0
  124. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +11 -1
  125. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +3 -0
  126. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +3 -0
  127. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +3 -0
  128. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +3 -0
  129. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +3 -0
  130. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +3 -0
  131. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +3 -0
  132. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +3 -0
  133. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +12 -6
  134. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +3 -0
  135. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +3 -0
  136. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +3 -0
  137. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +4 -1
  138. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +3 -0
  139. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +4 -1
  140. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +3 -0
  141. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +4 -1
  142. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +4 -1
  143. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +4 -1
  144. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +11 -1
  145. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +4 -1
  146. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +3 -0
  147. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +6 -6
  148. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +3 -0
  149. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +3 -0
  150. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +3 -0
  151. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +3 -0
  152. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +3 -0
  153. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +3 -0
  154. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +6 -6
  155. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +3 -0
  156. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +3 -0
  157. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +3 -0
  158. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +3 -0
  159. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +3 -0
  160. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +3 -0
  161. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +3 -0
  162. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +3 -0
  163. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +3 -0
  164. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +9 -1
  165. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +6 -6
  166. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +3 -0
  167. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +3 -0
  168. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +3 -0
  169. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +3 -0
  170. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +3 -0
  171. package/node_modules/@aws-sdk/client-s3/dist-types/commands/RenameObjectCommand.d.ts +3 -0
  172. package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +3 -0
  173. package/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +3 -0
  174. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.d.ts +3 -0
  175. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateBucketMetadataJournalTableConfigurationCommand.d.ts +3 -0
  176. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +3 -0
  177. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +3 -0
  178. package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +3 -0
  179. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +57 -27
  180. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +10 -17
  181. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +2 -0
  182. package/node_modules/@aws-sdk/client-s3/package.json +4 -4
  183. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/endpoint/ruleset.js +1 -1
  184. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/endpoint/ruleset.js +1 -1
  185. package/node_modules/@aws-sdk/client-secrets-manager/package.json +3 -3
  186. package/node_modules/@aws-sdk/client-sfn/dist-cjs/endpoint/ruleset.js +1 -1
  187. package/node_modules/@aws-sdk/client-sfn/dist-es/endpoint/ruleset.js +1 -1
  188. package/node_modules/@aws-sdk/client-sfn/package.json +3 -3
  189. package/node_modules/@aws-sdk/client-sns/package.json +3 -3
  190. package/node_modules/@aws-sdk/client-sqs/dist-cjs/endpoint/ruleset.js +1 -1
  191. package/node_modules/@aws-sdk/client-sqs/dist-es/endpoint/ruleset.js +1 -1
  192. package/node_modules/@aws-sdk/client-sqs/package.json +3 -3
  193. package/node_modules/@aws-sdk/client-ssm/package.json +3 -3
  194. package/node_modules/@aws-sdk/client-sso/package.json +2 -2
  195. package/node_modules/@aws-sdk/credential-provider-ini/package.json +4 -4
  196. package/node_modules/@aws-sdk/credential-provider-node/package.json +4 -4
  197. package/node_modules/@aws-sdk/credential-provider-sso/package.json +3 -3
  198. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +1 -2
  199. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromTokenFile.d.ts +4 -2
  200. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +2 -2
  201. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +1 -1
  202. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +2 -2
  203. package/node_modules/@aws-sdk/nested-clients/package.json +2 -2
  204. package/node_modules/@aws-sdk/token-providers/package.json +2 -2
  205. package/node_modules/@types/aws-lambda/README.md +1 -1
  206. package/node_modules/@types/aws-lambda/common/api-gateway.d.ts +2 -0
  207. package/node_modules/@types/aws-lambda/package.json +2 -2
  208. package/package.json +12 -12
@@ -1,4 +1,4 @@
1
1
  const u = "required", v = "fn", w = "argv", x = "ref";
2
- const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = "getAttr", i = { [u]: false, "type": "String" }, j = { [u]: true, "default": false, "type": "Boolean" }, k = { [x]: "Endpoint" }, l = { [v]: c, [w]: [{ [x]: "UseFIPS" }, true] }, m = { [v]: c, [w]: [{ [x]: "UseDualStack" }, true] }, n = {}, o = { [v]: h, [w]: [{ [x]: g }, "supportsFIPS"] }, p = { [x]: g }, q = { [v]: c, [w]: [true, { [v]: h, [w]: [p, "supportsDualStack"] }] }, r = [l], s = [m], t = [{ [x]: "Region" }];
2
+ const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = "getAttr", i = { [u]: false, "type": "string" }, j = { [u]: true, "default": false, "type": "boolean" }, k = { [x]: "Endpoint" }, l = { [v]: c, [w]: [{ [x]: "UseFIPS" }, true] }, m = { [v]: c, [w]: [{ [x]: "UseDualStack" }, true] }, n = {}, o = { [v]: h, [w]: [{ [x]: g }, "supportsFIPS"] }, p = { [x]: g }, q = { [v]: c, [w]: [true, { [v]: h, [w]: [p, "supportsDualStack"] }] }, r = [l], s = [m], t = [{ [x]: "Region" }];
3
3
  const _data = { version: "1.0", parameters: { Region: i, UseDualStack: j, UseFIPS: j, Endpoint: i }, rules: [{ conditions: [{ [v]: b, [w]: [k] }], rules: [{ conditions: r, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: d }, { conditions: s, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: d }, { endpoint: { url: k, properties: n, headers: n }, type: e }], type: f }, { conditions: [{ [v]: b, [w]: t }], rules: [{ conditions: [{ [v]: "aws.partition", [w]: t, assign: g }], rules: [{ conditions: [l, m], rules: [{ conditions: [{ [v]: c, [w]: [a, o] }, q], rules: [{ endpoint: { url: "https://sqs-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: n, headers: n }, type: e }], type: f }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: d }], type: f }, { conditions: r, rules: [{ conditions: [{ [v]: c, [w]: [o, a] }], rules: [{ conditions: [{ [v]: "stringEquals", [w]: [{ [v]: h, [w]: [p, "name"] }, "aws-us-gov"] }], endpoint: { url: "https://sqs.{Region}.amazonaws.com", properties: n, headers: n }, type: e }, { endpoint: { url: "https://sqs-fips.{Region}.{PartitionResult#dnsSuffix}", properties: n, headers: n }, type: e }], type: f }, { error: "FIPS is enabled but this partition does not support FIPS", type: d }], type: f }, { conditions: s, rules: [{ conditions: [q], rules: [{ endpoint: { url: "https://sqs.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: n, headers: n }, type: e }], type: f }, { error: "DualStack is enabled but this partition does not support DualStack", type: d }], type: f }, { endpoint: { url: "https://sqs.{Region}.{PartitionResult#dnsSuffix}", properties: n, headers: n }, type: e }], type: f }], type: f }, { error: "Invalid Configuration: Missing Region", type: d }] };
4
4
  export const ruleSet = _data;
@@ -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.917.0",
4
+ "version": "3.919.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",
@@ -21,10 +21,10 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.916.0",
24
- "@aws-sdk/credential-provider-node": "3.917.0",
24
+ "@aws-sdk/credential-provider-node": "3.919.0",
25
25
  "@aws-sdk/middleware-host-header": "3.914.0",
26
26
  "@aws-sdk/middleware-logger": "3.914.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.914.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.919.0",
28
28
  "@aws-sdk/middleware-sdk-sqs": "3.916.0",
29
29
  "@aws-sdk/middleware-user-agent": "3.916.0",
30
30
  "@aws-sdk/region-config-resolver": "3.914.0",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ssm",
3
3
  "description": "AWS SDK for JavaScript Ssm Client for Node.js, Browser and React Native",
4
- "version": "3.917.0",
4
+ "version": "3.919.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",
@@ -21,10 +21,10 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.916.0",
24
- "@aws-sdk/credential-provider-node": "3.917.0",
24
+ "@aws-sdk/credential-provider-node": "3.919.0",
25
25
  "@aws-sdk/middleware-host-header": "3.914.0",
26
26
  "@aws-sdk/middleware-logger": "3.914.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.914.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.919.0",
28
28
  "@aws-sdk/middleware-user-agent": "3.916.0",
29
29
  "@aws-sdk/region-config-resolver": "3.914.0",
30
30
  "@aws-sdk/types": "3.914.0",
@@ -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.916.0",
4
+ "version": "3.919.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",
@@ -23,7 +23,7 @@
23
23
  "@aws-sdk/core": "3.916.0",
24
24
  "@aws-sdk/middleware-host-header": "3.914.0",
25
25
  "@aws-sdk/middleware-logger": "3.914.0",
26
- "@aws-sdk/middleware-recursion-detection": "3.914.0",
26
+ "@aws-sdk/middleware-recursion-detection": "3.919.0",
27
27
  "@aws-sdk/middleware-user-agent": "3.916.0",
28
28
  "@aws-sdk/region-config-resolver": "3.914.0",
29
29
  "@aws-sdk/types": "3.914.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-ini",
3
- "version": "3.917.0",
3
+ "version": "3.919.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",
@@ -32,9 +32,9 @@
32
32
  "@aws-sdk/credential-provider-env": "3.916.0",
33
33
  "@aws-sdk/credential-provider-http": "3.916.0",
34
34
  "@aws-sdk/credential-provider-process": "3.916.0",
35
- "@aws-sdk/credential-provider-sso": "3.916.0",
36
- "@aws-sdk/credential-provider-web-identity": "3.917.0",
37
- "@aws-sdk/nested-clients": "3.916.0",
35
+ "@aws-sdk/credential-provider-sso": "3.919.0",
36
+ "@aws-sdk/credential-provider-web-identity": "3.919.0",
37
+ "@aws-sdk/nested-clients": "3.919.0",
38
38
  "@aws-sdk/types": "3.914.0",
39
39
  "@smithy/credential-provider-imds": "^4.2.3",
40
40
  "@smithy/property-provider": "^4.2.3",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-node",
3
- "version": "3.917.0",
3
+ "version": "3.919.0",
4
4
  "description": "AWS credential provider that sources credentials from a Node.JS environment. ",
5
5
  "engines": {
6
6
  "node": ">=18.0.0"
@@ -33,10 +33,10 @@
33
33
  "dependencies": {
34
34
  "@aws-sdk/credential-provider-env": "3.916.0",
35
35
  "@aws-sdk/credential-provider-http": "3.916.0",
36
- "@aws-sdk/credential-provider-ini": "3.917.0",
36
+ "@aws-sdk/credential-provider-ini": "3.919.0",
37
37
  "@aws-sdk/credential-provider-process": "3.916.0",
38
- "@aws-sdk/credential-provider-sso": "3.916.0",
39
- "@aws-sdk/credential-provider-web-identity": "3.917.0",
38
+ "@aws-sdk/credential-provider-sso": "3.919.0",
39
+ "@aws-sdk/credential-provider-web-identity": "3.919.0",
40
40
  "@aws-sdk/types": "3.914.0",
41
41
  "@smithy/credential-provider-imds": "^4.2.3",
42
42
  "@smithy/property-provider": "^4.2.3",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-sso",
3
- "version": "3.916.0",
3
+ "version": "3.919.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.916.0",
29
+ "@aws-sdk/client-sso": "3.919.0",
30
30
  "@aws-sdk/core": "3.916.0",
31
- "@aws-sdk/token-providers": "3.916.0",
31
+ "@aws-sdk/token-providers": "3.919.0",
32
32
  "@aws-sdk/types": "3.914.0",
33
33
  "@smithy/property-provider": "^4.2.3",
34
34
  "@smithy/shared-ini-file-loader": "^4.3.3",
@@ -1,5 +1,4 @@
1
- import type { CredentialProviderOptions } from "@aws-sdk/types";
2
- import { RuntimeConfigAwsCredentialIdentityProvider } from "@aws-sdk/types/src";
1
+ import type { CredentialProviderOptions, RuntimeConfigAwsCredentialIdentityProvider } from "@aws-sdk/types";
3
2
  import { FromWebTokenInit } from "./fromWebToken";
4
3
  /**
5
4
  * @public
@@ -1,5 +1,7 @@
1
- import { CredentialProviderOptions } from "@aws-sdk/types";
2
- import { RuntimeConfigAwsCredentialIdentityProvider } from "@aws-sdk/types/src";
1
+ import {
2
+ CredentialProviderOptions,
3
+ RuntimeConfigAwsCredentialIdentityProvider,
4
+ } from "@aws-sdk/types";
3
5
  import { FromWebTokenInit } from "./fromWebToken";
4
6
  export interface FromTokenFileInit
5
7
  extends Partial<
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-web-identity",
3
- "version": "3.917.0",
3
+ "version": "3.919.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",
@@ -35,7 +35,7 @@
35
35
  "license": "Apache-2.0",
36
36
  "dependencies": {
37
37
  "@aws-sdk/core": "3.916.0",
38
- "@aws-sdk/nested-clients": "3.916.0",
38
+ "@aws-sdk/nested-clients": "3.919.0",
39
39
  "@aws-sdk/types": "3.914.0",
40
40
  "@smithy/property-provider": "^4.2.3",
41
41
  "@smithy/shared-ini-file-loader": "^4.3.3",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-flexible-checksums",
3
- "version": "3.916.0",
3
+ "version": "3.919.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",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-recursion-detection",
3
- "version": "3.914.0",
3
+ "version": "3.919.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-recursion-detection",
@@ -25,7 +25,7 @@
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
27
  "@aws-sdk/types": "3.914.0",
28
- "@aws/lambda-invoke-store": "^0.0.1",
28
+ "@aws/lambda-invoke-store": "^0.1.1",
29
29
  "@smithy/protocol-http": "^5.3.3",
30
30
  "@smithy/types": "^4.8.0",
31
31
  "tslib": "^2.6.2"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/nested-clients",
3
- "version": "3.916.0",
3
+ "version": "3.919.0",
4
4
  "description": "Nested clients for AWS SDK packages.",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -32,7 +32,7 @@
32
32
  "@aws-sdk/core": "3.916.0",
33
33
  "@aws-sdk/middleware-host-header": "3.914.0",
34
34
  "@aws-sdk/middleware-logger": "3.914.0",
35
- "@aws-sdk/middleware-recursion-detection": "3.914.0",
35
+ "@aws-sdk/middleware-recursion-detection": "3.919.0",
36
36
  "@aws-sdk/middleware-user-agent": "3.916.0",
37
37
  "@aws-sdk/region-config-resolver": "3.914.0",
38
38
  "@aws-sdk/types": "3.914.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/token-providers",
3
- "version": "3.916.0",
3
+ "version": "3.919.0",
4
4
  "description": "A collection of token providers",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -30,7 +30,7 @@
30
30
  "license": "Apache-2.0",
31
31
  "dependencies": {
32
32
  "@aws-sdk/core": "3.916.0",
33
- "@aws-sdk/nested-clients": "3.916.0",
33
+ "@aws-sdk/nested-clients": "3.919.0",
34
34
  "@aws-sdk/types": "3.914.0",
35
35
  "@smithy/property-provider": "^4.2.3",
36
36
  "@smithy/shared-ini-file-loader": "^4.3.3",
@@ -8,7 +8,7 @@ This package contains type definitions for aws-lambda (http://docs.aws.amazon.co
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/aws-lambda.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Wed, 15 Oct 2025 21:02:14 GMT
11
+ * Last updated: Tue, 28 Oct 2025 17:37:26 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
@@ -80,4 +80,6 @@ export interface APIGatewayEventIdentity {
80
80
  user: string | null;
81
81
  userAgent: string | null;
82
82
  userArn: string | null;
83
+ vpcId: string | null;
84
+ vpceId: string | null;
83
85
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/aws-lambda",
3
- "version": "8.10.156",
3
+ "version": "8.10.157",
4
4
  "description": "TypeScript definitions for aws-lambda",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/aws-lambda",
6
6
  "license": "MIT",
@@ -221,6 +221,6 @@
221
221
  "scripts": {},
222
222
  "dependencies": {},
223
223
  "peerDependencies": {},
224
- "typesPublisherContentHash": "0556b7d1e9e8a8a40adbcec3318362112e1e08991f7325b45d51dc76c4913bb8",
224
+ "typesPublisherContentHash": "38a3577c9c17967822f9cf6a597c899f14edb7cf88381702b8858b0294e8353e",
225
225
  "typeScriptVersion": "5.2"
226
226
  }
package/package.json CHANGED
@@ -50,7 +50,7 @@
50
50
  "@types/axios": "^0.14.4",
51
51
  "@types/jest": "^29.5.14",
52
52
  "@types/lodash": "^4.17.20",
53
- "@types/node": "^20.19.23",
53
+ "@types/node": "^20.19.24",
54
54
  "@typescript-eslint/eslint-plugin": "^8",
55
55
  "@typescript-eslint/parser": "^8",
56
56
  "aws-cdk": "2.1029.2",
@@ -77,16 +77,16 @@
77
77
  "constructs": "^10.0.5"
78
78
  },
79
79
  "dependencies": {
80
- "@aws-sdk/client-ec2": "^3.917.0",
81
- "@aws-sdk/client-ecs": "^3.917.0",
82
- "@aws-sdk/client-kms": "^3.917.0",
83
- "@aws-sdk/client-s3": "^3.917.0",
84
- "@aws-sdk/client-secrets-manager": "^3.917.0",
85
- "@aws-sdk/client-sfn": "^3.917.0",
86
- "@aws-sdk/client-sns": "^3.917.0",
87
- "@aws-sdk/client-sqs": "^3.917.0",
88
- "@aws-sdk/client-ssm": "^3.917.0",
89
- "@types/aws-lambda": "^8.10.156",
80
+ "@aws-sdk/client-ec2": "^3.919.0",
81
+ "@aws-sdk/client-ecs": "^3.919.0",
82
+ "@aws-sdk/client-kms": "^3.919.0",
83
+ "@aws-sdk/client-s3": "^3.919.0",
84
+ "@aws-sdk/client-secrets-manager": "^3.919.0",
85
+ "@aws-sdk/client-sfn": "^3.919.0",
86
+ "@aws-sdk/client-sns": "^3.919.0",
87
+ "@aws-sdk/client-sqs": "^3.919.0",
88
+ "@aws-sdk/client-ssm": "^3.919.0",
89
+ "@types/aws-lambda": "^8.10.157",
90
90
  "@types/crypto-js": "^4.2.2",
91
91
  "@types/js-yaml": "^4.0.9",
92
92
  "constructs": "^10.4.2",
@@ -135,7 +135,7 @@
135
135
  "publishConfig": {
136
136
  "access": "public"
137
137
  },
138
- "version": "0.0.63",
138
+ "version": "0.0.65",
139
139
  "jest": {
140
140
  "coverageProvider": "v8",
141
141
  "testMatch": [