@jjrawlins/cdk-ami-builder 0.0.64 → 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 (202) 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/package.json +3 -3
  184. package/node_modules/@aws-sdk/client-sfn/package.json +3 -3
  185. package/node_modules/@aws-sdk/client-sns/package.json +3 -3
  186. package/node_modules/@aws-sdk/client-sqs/dist-cjs/endpoint/ruleset.js +1 -1
  187. package/node_modules/@aws-sdk/client-sqs/dist-es/endpoint/ruleset.js +1 -1
  188. package/node_modules/@aws-sdk/client-sqs/package.json +3 -3
  189. package/node_modules/@aws-sdk/client-ssm/package.json +3 -3
  190. package/node_modules/@aws-sdk/client-sso/package.json +2 -2
  191. package/node_modules/@aws-sdk/credential-provider-ini/package.json +4 -4
  192. package/node_modules/@aws-sdk/credential-provider-node/package.json +4 -4
  193. package/node_modules/@aws-sdk/credential-provider-sso/package.json +3 -3
  194. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +2 -2
  195. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +1 -1
  196. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +2 -2
  197. package/node_modules/@aws-sdk/nested-clients/package.json +2 -2
  198. package/node_modules/@aws-sdk/token-providers/package.json +2 -2
  199. package/node_modules/@types/aws-lambda/README.md +1 -1
  200. package/node_modules/@types/aws-lambda/common/api-gateway.d.ts +2 -0
  201. package/node_modules/@types/aws-lambda/package.json +2 -2
  202. package/package.json +12 -12
@@ -355,6 +355,8 @@ const DeploymentLifecycleHookStage = {
355
355
  };
356
356
  const DeploymentStrategy = {
357
357
  BLUE_GREEN: "BLUE_GREEN",
358
+ CANARY: "CANARY",
359
+ LINEAR: "LINEAR",
358
360
  ROLLING: "ROLLING",
359
361
  };
360
362
  const DeploymentControllerType = {
@@ -2396,6 +2398,12 @@ const de_UpdateInProgressExceptionRes = async (parsedOutput, context) => {
2396
2398
  });
2397
2399
  return smithyClient.decorateServiceException(exception, body);
2398
2400
  };
2401
+ const se_CanaryConfiguration = (input, context) => {
2402
+ return smithyClient.take(input, {
2403
+ canaryBakeTimeInMinutes: [],
2404
+ canaryPercent: smithyClient.serializeFloat,
2405
+ });
2406
+ };
2399
2407
  const se_CreateCapacityProviderRequest = (input, context) => {
2400
2408
  return smithyClient.take(input, {
2401
2409
  autoScalingGroupProvider: smithyClient._json,
@@ -2469,8 +2477,10 @@ const se_DeploymentConfiguration = (input, context) => {
2469
2477
  return smithyClient.take(input, {
2470
2478
  alarms: smithyClient._json,
2471
2479
  bakeTimeInMinutes: [],
2480
+ canaryConfiguration: (_) => se_CanaryConfiguration(_),
2472
2481
  deploymentCircuitBreaker: smithyClient._json,
2473
2482
  lifecycleHooks: (_) => se_DeploymentLifecycleHookList(_),
2483
+ linearConfiguration: (_) => se_LinearConfiguration(_),
2474
2484
  maximumPercent: [],
2475
2485
  minimumHealthyPercent: [],
2476
2486
  strategy: [],
@@ -2540,6 +2550,12 @@ const se_InstanceRequirementsRequest = (input, context) => {
2540
2550
  vCpuCount: smithyClient._json,
2541
2551
  });
2542
2552
  };
2553
+ const se_LinearConfiguration = (input, context) => {
2554
+ return smithyClient.take(input, {
2555
+ stepBakeTimeInMinutes: [],
2556
+ stepPercent: smithyClient.serializeFloat,
2557
+ });
2558
+ };
2543
2559
  const se_ListServiceDeploymentsRequest = (input, context) => {
2544
2560
  return smithyClient.take(input, {
2545
2561
  cluster: [],
@@ -2690,6 +2706,12 @@ const se_UpdateTaskSetRequest = (input, context) => {
2690
2706
  taskSet: [],
2691
2707
  });
2692
2708
  };
2709
+ const de_CanaryConfiguration = (output, context) => {
2710
+ return smithyClient.take(output, {
2711
+ canaryBakeTimeInMinutes: smithyClient.expectInt32,
2712
+ canaryPercent: smithyClient.limitedParseDouble,
2713
+ });
2714
+ };
2693
2715
  const de_CapacityProvider = (output, context) => {
2694
2716
  return smithyClient.take(output, {
2695
2717
  autoScalingGroupProvider: smithyClient._json,
@@ -2842,8 +2864,10 @@ const de_DeploymentConfiguration = (output, context) => {
2842
2864
  return smithyClient.take(output, {
2843
2865
  alarms: smithyClient._json,
2844
2866
  bakeTimeInMinutes: smithyClient.expectInt32,
2867
+ canaryConfiguration: (_) => de_CanaryConfiguration(_),
2845
2868
  deploymentCircuitBreaker: smithyClient._json,
2846
2869
  lifecycleHooks: (_) => de_DeploymentLifecycleHookList(_),
2870
+ linearConfiguration: (_) => de_LinearConfiguration(_),
2847
2871
  maximumPercent: smithyClient.expectInt32,
2848
2872
  minimumHealthyPercent: smithyClient.expectInt32,
2849
2873
  strategy: smithyClient.expectString,
@@ -2994,6 +3018,12 @@ const de_InstanceRequirementsRequest = (output, context) => {
2994
3018
  vCpuCount: smithyClient._json,
2995
3019
  });
2996
3020
  };
3021
+ const de_LinearConfiguration = (output, context) => {
3022
+ return smithyClient.take(output, {
3023
+ stepBakeTimeInMinutes: smithyClient.expectInt32,
3024
+ stepPercent: smithyClient.limitedParseDouble,
3025
+ });
3026
+ };
2997
3027
  const de_ListServiceDeploymentsResponse = (output, context) => {
2998
3028
  return smithyClient.take(output, {
2999
3029
  nextToken: smithyClient.expectString,
@@ -3146,12 +3176,12 @@ const de_ServiceDeployment = (output, context) => {
3146
3176
  rollback: (_) => de_Rollback(_),
3147
3177
  serviceArn: smithyClient.expectString,
3148
3178
  serviceDeploymentArn: smithyClient.expectString,
3149
- sourceServiceRevisions: smithyClient._json,
3179
+ sourceServiceRevisions: (_) => de_ServiceRevisionsSummaryList(_),
3150
3180
  startedAt: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
3151
3181
  status: smithyClient.expectString,
3152
3182
  statusReason: smithyClient.expectString,
3153
3183
  stoppedAt: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
3154
- targetServiceRevision: smithyClient._json,
3184
+ targetServiceRevision: (_) => de_ServiceRevisionSummary(_),
3155
3185
  updatedAt: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
3156
3186
  });
3157
3187
  };
@@ -3230,6 +3260,24 @@ const de_ServiceRevisions = (output, context) => {
3230
3260
  });
3231
3261
  return retVal;
3232
3262
  };
3263
+ const de_ServiceRevisionsSummaryList = (output, context) => {
3264
+ const retVal = (output || [])
3265
+ .filter((e) => e != null)
3266
+ .map((entry) => {
3267
+ return de_ServiceRevisionSummary(entry);
3268
+ });
3269
+ return retVal;
3270
+ };
3271
+ const de_ServiceRevisionSummary = (output, context) => {
3272
+ return smithyClient.take(output, {
3273
+ arn: smithyClient.expectString,
3274
+ pendingTaskCount: smithyClient.expectInt32,
3275
+ requestedProductionTrafficWeight: smithyClient.limitedParseDouble,
3276
+ requestedTaskCount: smithyClient.expectInt32,
3277
+ requestedTestTrafficWeight: smithyClient.limitedParseDouble,
3278
+ runningTaskCount: smithyClient.expectInt32,
3279
+ });
3280
+ };
3233
3281
  const de_Services = (output, context) => {
3234
3282
  const retVal = (output || [])
3235
3283
  .filter((e) => e != null)
@@ -1,4 +1,4 @@
1
1
  const s = "required", t = "fn", u = "argv", v = "ref";
2
- const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = { [s]: false, "type": "String" }, i = { [s]: true, "default": false, "type": "Boolean" }, j = { [v]: "Endpoint" }, k = { [t]: c, [u]: [{ [v]: "UseFIPS" }, true] }, l = { [t]: c, [u]: [{ [v]: "UseDualStack" }, true] }, m = {}, n = { [t]: "getAttr", [u]: [{ [v]: g }, "supportsFIPS"] }, o = { [t]: c, [u]: [true, { [t]: "getAttr", [u]: [{ [v]: g }, "supportsDualStack"] }] }, p = [k], q = [l], r = [{ [v]: "Region" }];
2
+ const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = { [s]: false, "type": "string" }, i = { [s]: true, "default": false, "type": "boolean" }, j = { [v]: "Endpoint" }, k = { [t]: c, [u]: [{ [v]: "UseFIPS" }, true] }, l = { [t]: c, [u]: [{ [v]: "UseDualStack" }, true] }, m = {}, n = { [t]: "getAttr", [u]: [{ [v]: g }, "supportsFIPS"] }, o = { [t]: c, [u]: [true, { [t]: "getAttr", [u]: [{ [v]: g }, "supportsDualStack"] }] }, p = [k], q = [l], r = [{ [v]: "Region" }];
3
3
  const _data = { version: "1.0", parameters: { Region: h, UseDualStack: i, UseFIPS: i, Endpoint: h }, rules: [{ conditions: [{ [t]: b, [u]: [j] }], rules: [{ conditions: p, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: d }, { conditions: q, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: d }, { endpoint: { url: j, properties: m, headers: m }, type: e }], type: f }, { conditions: [{ [t]: b, [u]: r }], rules: [{ conditions: [{ [t]: "aws.partition", [u]: r, assign: g }], rules: [{ conditions: [k, l], rules: [{ conditions: [{ [t]: c, [u]: [a, n] }, o], rules: [{ endpoint: { url: "https://ecs-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: e }], type: f }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: d }], type: f }, { conditions: p, rules: [{ conditions: [{ [t]: c, [u]: [n, a] }], rules: [{ endpoint: { url: "https://ecs-fips.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: e }], type: f }, { error: "FIPS is enabled but this partition does not support FIPS", type: d }], type: f }, { conditions: q, rules: [{ conditions: [o], rules: [{ endpoint: { url: "https://ecs.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: e }], type: f }, { error: "DualStack is enabled but this partition does not support DualStack", type: d }], type: f }, { endpoint: { url: "https://ecs.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: e }], type: f }], type: f }, { error: "Invalid Configuration: Missing Region", type: d }] };
4
4
  export const ruleSet = _data;
@@ -236,6 +236,8 @@ export const DeploymentLifecycleHookStage = {
236
236
  };
237
237
  export const DeploymentStrategy = {
238
238
  BLUE_GREEN: "BLUE_GREEN",
239
+ CANARY: "CANARY",
240
+ LINEAR: "LINEAR",
239
241
  ROLLING: "ROLLING",
240
242
  };
241
243
  export const DeploymentControllerType = {
@@ -1497,6 +1497,12 @@ const de_UpdateInProgressExceptionRes = async (parsedOutput, context) => {
1497
1497
  });
1498
1498
  return __decorateServiceException(exception, body);
1499
1499
  };
1500
+ const se_CanaryConfiguration = (input, context) => {
1501
+ return take(input, {
1502
+ canaryBakeTimeInMinutes: [],
1503
+ canaryPercent: __serializeFloat,
1504
+ });
1505
+ };
1500
1506
  const se_CreateCapacityProviderRequest = (input, context) => {
1501
1507
  return take(input, {
1502
1508
  autoScalingGroupProvider: _json,
@@ -1570,8 +1576,10 @@ const se_DeploymentConfiguration = (input, context) => {
1570
1576
  return take(input, {
1571
1577
  alarms: _json,
1572
1578
  bakeTimeInMinutes: [],
1579
+ canaryConfiguration: (_) => se_CanaryConfiguration(_, context),
1573
1580
  deploymentCircuitBreaker: _json,
1574
1581
  lifecycleHooks: (_) => se_DeploymentLifecycleHookList(_, context),
1582
+ linearConfiguration: (_) => se_LinearConfiguration(_, context),
1575
1583
  maximumPercent: [],
1576
1584
  minimumHealthyPercent: [],
1577
1585
  strategy: [],
@@ -1641,6 +1649,12 @@ const se_InstanceRequirementsRequest = (input, context) => {
1641
1649
  vCpuCount: _json,
1642
1650
  });
1643
1651
  };
1652
+ const se_LinearConfiguration = (input, context) => {
1653
+ return take(input, {
1654
+ stepBakeTimeInMinutes: [],
1655
+ stepPercent: __serializeFloat,
1656
+ });
1657
+ };
1644
1658
  const se_ListServiceDeploymentsRequest = (input, context) => {
1645
1659
  return take(input, {
1646
1660
  cluster: [],
@@ -1791,6 +1805,12 @@ const se_UpdateTaskSetRequest = (input, context) => {
1791
1805
  taskSet: [],
1792
1806
  });
1793
1807
  };
1808
+ const de_CanaryConfiguration = (output, context) => {
1809
+ return take(output, {
1810
+ canaryBakeTimeInMinutes: __expectInt32,
1811
+ canaryPercent: __limitedParseDouble,
1812
+ });
1813
+ };
1794
1814
  const de_CapacityProvider = (output, context) => {
1795
1815
  return take(output, {
1796
1816
  autoScalingGroupProvider: _json,
@@ -1943,8 +1963,10 @@ const de_DeploymentConfiguration = (output, context) => {
1943
1963
  return take(output, {
1944
1964
  alarms: _json,
1945
1965
  bakeTimeInMinutes: __expectInt32,
1966
+ canaryConfiguration: (_) => de_CanaryConfiguration(_, context),
1946
1967
  deploymentCircuitBreaker: _json,
1947
1968
  lifecycleHooks: (_) => de_DeploymentLifecycleHookList(_, context),
1969
+ linearConfiguration: (_) => de_LinearConfiguration(_, context),
1948
1970
  maximumPercent: __expectInt32,
1949
1971
  minimumHealthyPercent: __expectInt32,
1950
1972
  strategy: __expectString,
@@ -2095,6 +2117,12 @@ const de_InstanceRequirementsRequest = (output, context) => {
2095
2117
  vCpuCount: _json,
2096
2118
  });
2097
2119
  };
2120
+ const de_LinearConfiguration = (output, context) => {
2121
+ return take(output, {
2122
+ stepBakeTimeInMinutes: __expectInt32,
2123
+ stepPercent: __limitedParseDouble,
2124
+ });
2125
+ };
2098
2126
  const de_ListServiceDeploymentsResponse = (output, context) => {
2099
2127
  return take(output, {
2100
2128
  nextToken: __expectString,
@@ -2247,12 +2275,12 @@ const de_ServiceDeployment = (output, context) => {
2247
2275
  rollback: (_) => de_Rollback(_, context),
2248
2276
  serviceArn: __expectString,
2249
2277
  serviceDeploymentArn: __expectString,
2250
- sourceServiceRevisions: _json,
2278
+ sourceServiceRevisions: (_) => de_ServiceRevisionsSummaryList(_, context),
2251
2279
  startedAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2252
2280
  status: __expectString,
2253
2281
  statusReason: __expectString,
2254
2282
  stoppedAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2255
- targetServiceRevision: _json,
2283
+ targetServiceRevision: (_) => de_ServiceRevisionSummary(_, context),
2256
2284
  updatedAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2257
2285
  });
2258
2286
  };
@@ -2331,6 +2359,24 @@ const de_ServiceRevisions = (output, context) => {
2331
2359
  });
2332
2360
  return retVal;
2333
2361
  };
2362
+ const de_ServiceRevisionsSummaryList = (output, context) => {
2363
+ const retVal = (output || [])
2364
+ .filter((e) => e != null)
2365
+ .map((entry) => {
2366
+ return de_ServiceRevisionSummary(entry, context);
2367
+ });
2368
+ return retVal;
2369
+ };
2370
+ const de_ServiceRevisionSummary = (output, context) => {
2371
+ return take(output, {
2372
+ arn: __expectString,
2373
+ pendingTaskCount: __expectInt32,
2374
+ requestedProductionTrafficWeight: __limitedParseDouble,
2375
+ requestedTaskCount: __expectInt32,
2376
+ requestedTestTrafficWeight: __limitedParseDouble,
2377
+ runningTaskCount: __expectInt32,
2378
+ });
2379
+ };
2334
2380
  const de_Services = (output, context) => {
2335
2381
  const retVal = (output || [])
2336
2382
  .filter((e) => e != null)
@@ -162,6 +162,44 @@ declare const CreateServiceCommand_base: {
162
162
  * </li>
163
163
  * </ul>
164
164
  * </li>
165
+ * <li>
166
+ * <p>
167
+ * <code>LINEAR</code>: A <i>linear</i> deployment strategy (<code>LINEAR</code>) gradually shifts traffic from the current production environment to a new environment in equal percentage increments over a specified time period. With Amazon ECS linear deployments, you can control the pace of traffic shifting and validate new service revisions with increasing amounts of production traffic.</p>
168
+ * <p>Linear deployments are best suited for the following scenarios:</p>
169
+ * <ul>
170
+ * <li>
171
+ * <p>Gradual validation: When you want to gradually validate your new service version with increasing traffic</p>
172
+ * </li>
173
+ * <li>
174
+ * <p>Performance monitoring: When you need time to monitor metrics and performance during the deployment</p>
175
+ * </li>
176
+ * <li>
177
+ * <p>Risk minimization: When you want to minimize risk by exposing the new version to production traffic incrementally</p>
178
+ * </li>
179
+ * <li>
180
+ * <p>Load balancer requirement: When your service uses Application Load Balancer, Network Load Balancer, or Service Connect</p>
181
+ * </li>
182
+ * </ul>
183
+ * </li>
184
+ * <li>
185
+ * <p>
186
+ * <code>CANARY</code>: A <i>canary</i> deployment strategy (<code>CANARY</code>) shifts a small percentage of traffic to the new service revision first, then shifts the remaining traffic all at once after a specified time period. This allows you to test the new version with a subset of users before full deployment.</p>
187
+ * <p>Canary deployments are best suited for the following scenarios:</p>
188
+ * <ul>
189
+ * <li>
190
+ * <p>Feature testing: When you want to test new features with a small subset of users before full rollout</p>
191
+ * </li>
192
+ * <li>
193
+ * <p>Production validation: When you need to validate performance and functionality with real production traffic</p>
194
+ * </li>
195
+ * <li>
196
+ * <p>Blast radius control: When you want to minimize blast radius if issues are discovered in the new version</p>
197
+ * </li>
198
+ * <li>
199
+ * <p>Load balancer requirement: When your service uses Application Load Balancer, Network Load Balancer, or Service Connect</p>
200
+ * </li>
201
+ * </ul>
202
+ * </li>
165
203
  * </ul>
166
204
  * </li>
167
205
  * <li>
@@ -245,7 +283,7 @@ declare const CreateServiceCommand_base: {
245
283
  * rollback: true || false, // required
246
284
  * enable: true || false, // required
247
285
  * },
248
- * strategy: "ROLLING" || "BLUE_GREEN",
286
+ * strategy: "ROLLING" || "BLUE_GREEN" || "LINEAR" || "CANARY",
249
287
  * bakeTimeInMinutes: Number("int"),
250
288
  * lifecycleHooks: [ // DeploymentLifecycleHookList
251
289
  * { // DeploymentLifecycleHook
@@ -257,6 +295,14 @@ declare const CreateServiceCommand_base: {
257
295
  * hookDetails: "DOCUMENT_VALUE",
258
296
  * },
259
297
  * ],
298
+ * linearConfiguration: { // LinearConfiguration
299
+ * stepPercent: Number("double"),
300
+ * stepBakeTimeInMinutes: Number("int"),
301
+ * },
302
+ * canaryConfiguration: { // CanaryConfiguration
303
+ * canaryPercent: Number("double"),
304
+ * canaryBakeTimeInMinutes: Number("int"),
305
+ * },
260
306
  * },
261
307
  * placementConstraints: [ // PlacementConstraints
262
308
  * { // PlacementConstraint
@@ -438,7 +484,7 @@ declare const CreateServiceCommand_base: {
438
484
  * // rollback: true || false, // required
439
485
  * // enable: true || false, // required
440
486
  * // },
441
- * // strategy: "ROLLING" || "BLUE_GREEN",
487
+ * // strategy: "ROLLING" || "BLUE_GREEN" || "LINEAR" || "CANARY",
442
488
  * // bakeTimeInMinutes: Number("int"),
443
489
  * // lifecycleHooks: [ // DeploymentLifecycleHookList
444
490
  * // { // DeploymentLifecycleHook
@@ -450,6 +496,14 @@ declare const CreateServiceCommand_base: {
450
496
  * // hookDetails: "DOCUMENT_VALUE",
451
497
  * // },
452
498
  * // ],
499
+ * // linearConfiguration: { // LinearConfiguration
500
+ * // stepPercent: Number("double"),
501
+ * // stepBakeTimeInMinutes: Number("int"),
502
+ * // },
503
+ * // canaryConfiguration: { // CanaryConfiguration
504
+ * // canaryPercent: Number("double"),
505
+ * // canaryBakeTimeInMinutes: Number("int"),
506
+ * // },
453
507
  * // },
454
508
  * // taskSets: [ // TaskSets
455
509
  * // { // TaskSet
@@ -119,7 +119,7 @@ declare const DeleteServiceCommand_base: {
119
119
  * // rollback: true || false, // required
120
120
  * // enable: true || false, // required
121
121
  * // },
122
- * // strategy: "ROLLING" || "BLUE_GREEN",
122
+ * // strategy: "ROLLING" || "BLUE_GREEN" || "LINEAR" || "CANARY",
123
123
  * // bakeTimeInMinutes: Number("int"),
124
124
  * // lifecycleHooks: [ // DeploymentLifecycleHookList
125
125
  * // { // DeploymentLifecycleHook
@@ -131,6 +131,14 @@ declare const DeleteServiceCommand_base: {
131
131
  * // hookDetails: "DOCUMENT_VALUE",
132
132
  * // },
133
133
  * // ],
134
+ * // linearConfiguration: { // LinearConfiguration
135
+ * // stepPercent: Number("double"),
136
+ * // stepBakeTimeInMinutes: Number("int"),
137
+ * // },
138
+ * // canaryConfiguration: { // CanaryConfiguration
139
+ * // canaryPercent: Number("double"),
140
+ * // canaryBakeTimeInMinutes: Number("int"),
141
+ * // },
134
142
  * // },
135
143
  * // taskSets: [ // TaskSets
136
144
  * // { // TaskSet
@@ -62,6 +62,8 @@ declare const DescribeServiceDeploymentsCommand_base: {
62
62
  * // requestedTaskCount: Number("int"),
63
63
  * // runningTaskCount: Number("int"),
64
64
  * // pendingTaskCount: Number("int"),
65
+ * // requestedTestTrafficWeight: Number("double"),
66
+ * // requestedProductionTrafficWeight: Number("double"),
65
67
  * // },
66
68
  * // ],
67
69
  * // targetServiceRevision: {
@@ -69,6 +71,8 @@ declare const DescribeServiceDeploymentsCommand_base: {
69
71
  * // requestedTaskCount: Number("int"),
70
72
  * // runningTaskCount: Number("int"),
71
73
  * // pendingTaskCount: Number("int"),
74
+ * // requestedTestTrafficWeight: Number("double"),
75
+ * // requestedProductionTrafficWeight: Number("double"),
72
76
  * // },
73
77
  * // status: "PENDING" || "SUCCESSFUL" || "STOPPED" || "STOP_REQUESTED" || "IN_PROGRESS" || "ROLLBACK_REQUESTED" || "ROLLBACK_IN_PROGRESS" || "ROLLBACK_SUCCESSFUL" || "ROLLBACK_FAILED",
74
78
  * // statusReason: "STRING_VALUE",
@@ -87,7 +91,7 @@ declare const DescribeServiceDeploymentsCommand_base: {
87
91
  * // rollback: true || false, // required
88
92
  * // enable: true || false, // required
89
93
  * // },
90
- * // strategy: "ROLLING" || "BLUE_GREEN",
94
+ * // strategy: "ROLLING" || "BLUE_GREEN" || "LINEAR" || "CANARY",
91
95
  * // bakeTimeInMinutes: Number("int"),
92
96
  * // lifecycleHooks: [ // DeploymentLifecycleHookList
93
97
  * // { // DeploymentLifecycleHook
@@ -99,6 +103,14 @@ declare const DescribeServiceDeploymentsCommand_base: {
99
103
  * // hookDetails: "DOCUMENT_VALUE",
100
104
  * // },
101
105
  * // ],
106
+ * // linearConfiguration: { // LinearConfiguration
107
+ * // stepPercent: Number("double"),
108
+ * // stepBakeTimeInMinutes: Number("int"),
109
+ * // },
110
+ * // canaryConfiguration: { // CanaryConfiguration
111
+ * // canaryPercent: Number("double"),
112
+ * // canaryBakeTimeInMinutes: Number("int"),
113
+ * // },
102
114
  * // },
103
115
  * // rollback: { // Rollback
104
116
  * // reason: "STRING_VALUE",
@@ -104,7 +104,7 @@ declare const DescribeServicesCommand_base: {
104
104
  * // rollback: true || false, // required
105
105
  * // enable: true || false, // required
106
106
  * // },
107
- * // strategy: "ROLLING" || "BLUE_GREEN",
107
+ * // strategy: "ROLLING" || "BLUE_GREEN" || "LINEAR" || "CANARY",
108
108
  * // bakeTimeInMinutes: Number("int"),
109
109
  * // lifecycleHooks: [ // DeploymentLifecycleHookList
110
110
  * // { // DeploymentLifecycleHook
@@ -116,6 +116,14 @@ declare const DescribeServicesCommand_base: {
116
116
  * // hookDetails: "DOCUMENT_VALUE",
117
117
  * // },
118
118
  * // ],
119
+ * // linearConfiguration: { // LinearConfiguration
120
+ * // stepPercent: Number("double"),
121
+ * // stepBakeTimeInMinutes: Number("int"),
122
+ * // },
123
+ * // canaryConfiguration: { // CanaryConfiguration
124
+ * // canaryPercent: Number("double"),
125
+ * // canaryBakeTimeInMinutes: Number("int"),
126
+ * // },
119
127
  * // },
120
128
  * // taskSets: [ // TaskSets
121
129
  * // { // TaskSet
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECSClient";
4
- import { PutAccountSettingRequest, PutAccountSettingResponse } from "../models/models_0";
4
+ import { PutAccountSettingRequest, PutAccountSettingResponse } from "../models/models_1";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -403,7 +403,7 @@ declare const RunTaskCommand_base: {
403
403
  *
404
404
  * @throws {@link BlockedException} (client fault)
405
405
  * <p>Your Amazon Web Services account was blocked. For more information, contact <a href="http://aws.amazon.com/contact-us/">
406
- * Amazon Web Services Support</a>.</p>
406
+ * Amazon Web ServicesSupport</a>.</p>
407
407
  *
408
408
  * @throws {@link ClientException} (client fault)
409
409
  * <p>These errors are usually caused by a client action. This client action might be using
@@ -178,7 +178,7 @@ declare const UpdateServiceCommand_base: {
178
178
  * rollback: true || false, // required
179
179
  * enable: true || false, // required
180
180
  * },
181
- * strategy: "ROLLING" || "BLUE_GREEN",
181
+ * strategy: "ROLLING" || "BLUE_GREEN" || "LINEAR" || "CANARY",
182
182
  * bakeTimeInMinutes: Number("int"),
183
183
  * lifecycleHooks: [ // DeploymentLifecycleHookList
184
184
  * { // DeploymentLifecycleHook
@@ -190,6 +190,14 @@ declare const UpdateServiceCommand_base: {
190
190
  * hookDetails: "DOCUMENT_VALUE",
191
191
  * },
192
192
  * ],
193
+ * linearConfiguration: { // LinearConfiguration
194
+ * stepPercent: Number("double"),
195
+ * stepBakeTimeInMinutes: Number("int"),
196
+ * },
197
+ * canaryConfiguration: { // CanaryConfiguration
198
+ * canaryPercent: Number("double"),
199
+ * canaryBakeTimeInMinutes: Number("int"),
200
+ * },
193
201
  * },
194
202
  * availabilityZoneRebalancing: "ENABLED" || "DISABLED",
195
203
  * networkConfiguration: { // NetworkConfiguration
@@ -389,7 +397,7 @@ declare const UpdateServiceCommand_base: {
389
397
  * // rollback: true || false, // required
390
398
  * // enable: true || false, // required
391
399
  * // },
392
- * // strategy: "ROLLING" || "BLUE_GREEN",
400
+ * // strategy: "ROLLING" || "BLUE_GREEN" || "LINEAR" || "CANARY",
393
401
  * // bakeTimeInMinutes: Number("int"),
394
402
  * // lifecycleHooks: [ // DeploymentLifecycleHookList
395
403
  * // { // DeploymentLifecycleHook
@@ -401,6 +409,14 @@ declare const UpdateServiceCommand_base: {
401
409
  * // hookDetails: "DOCUMENT_VALUE",
402
410
  * // },
403
411
  * // ],
412
+ * // linearConfiguration: { // LinearConfiguration
413
+ * // stepPercent: Number("double"),
414
+ * // stepBakeTimeInMinutes: Number("int"),
415
+ * // },
416
+ * // canaryConfiguration: { // CanaryConfiguration
417
+ * // canaryPercent: Number("double"),
418
+ * // canaryBakeTimeInMinutes: Number("int"),
419
+ * // },
404
420
  * // },
405
421
  * // taskSets: [ // TaskSets
406
422
  * // { // TaskSet