@jjrawlins/cdk-ami-builder 0.0.72 → 0.0.73

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (184) hide show
  1. package/.jsii +11 -11
  2. package/cdkamibuilder/jsii/jsii.go +2 -2
  3. package/cdkamibuilder/version +1 -1
  4. package/lib/ImagePipeline/ImagePipeline.js +1 -1
  5. package/lib/Lambdas/CheckStateMachineStatus/CheckStateMachineStatus-function.js +1 -1
  6. package/lib/Lambdas/StartStateMachine/StartStateMachine-function.js +1 -1
  7. package/node_modules/@aws-sdk/client-ec2/dist-cjs/index.js +8 -0
  8. package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_0.js +8 -0
  9. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateFleetCommand.d.ts +6 -6
  10. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
  11. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +4 -4
  12. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeFleetsCommand.d.ts +6 -6
  13. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +2 -2
  14. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +4 -4
  15. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +2 -2
  16. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -2
  17. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +2 -2
  18. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyFleetCommand.d.ts +2 -2
  19. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +2 -2
  20. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RequestSpotFleetCommand.d.ts +4 -4
  21. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_0.d.ts +8 -0
  22. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_1.d.ts +48 -0
  23. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_0.d.ts +8 -0
  24. package/node_modules/@aws-sdk/client-ec2/package.json +5 -5
  25. package/node_modules/@aws-sdk/client-ecs/package.json +5 -5
  26. package/node_modules/@aws-sdk/client-kms/package.json +5 -5
  27. package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +9984 -8599
  28. package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +6 -0
  29. package/node_modules/@aws-sdk/client-s3/dist-es/S3Client.js +2 -0
  30. package/node_modules/@aws-sdk/client-s3/dist-es/commands/AbortMultipartUploadCommand.js +3 -10
  31. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CompleteMultipartUploadCommand.js +2 -7
  32. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CopyObjectCommand.js +2 -7
  33. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketCommand.js +2 -6
  34. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataConfigurationCommand.js +2 -6
  35. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataTableConfigurationCommand.js +2 -6
  36. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateMultipartUploadCommand.js +2 -7
  37. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateSessionCommand.js +3 -11
  38. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketAnalyticsConfigurationCommand.js +3 -9
  39. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCommand.js +3 -9
  40. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCorsCommand.js +3 -9
  41. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketEncryptionCommand.js +3 -9
  42. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +3 -9
  43. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketInventoryConfigurationCommand.js +3 -9
  44. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketLifecycleCommand.js +3 -9
  45. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataConfigurationCommand.js +3 -9
  46. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataTableConfigurationCommand.js +3 -9
  47. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetricsConfigurationCommand.js +3 -9
  48. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketOwnershipControlsCommand.js +3 -9
  49. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketPolicyCommand.js +3 -9
  50. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketReplicationCommand.js +3 -9
  51. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketTaggingCommand.js +3 -9
  52. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketWebsiteCommand.js +3 -9
  53. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectCommand.js +3 -10
  54. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectTaggingCommand.js +3 -10
  55. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectsCommand.js +2 -6
  56. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeletePublicAccessBlockCommand.js +3 -9
  57. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAccelerateConfigurationCommand.js +3 -10
  58. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAclCommand.js +3 -10
  59. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAnalyticsConfigurationCommand.js +3 -10
  60. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketCorsCommand.js +3 -10
  61. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketEncryptionCommand.js +3 -11
  62. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketIntelligentTieringConfigurationCommand.js +3 -10
  63. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketInventoryConfigurationCommand.js +3 -11
  64. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +3 -10
  65. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLocationCommand.js +3 -10
  66. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLoggingCommand.js +3 -10
  67. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataConfigurationCommand.js +3 -10
  68. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataTableConfigurationCommand.js +3 -10
  69. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetricsConfigurationCommand.js +3 -10
  70. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketNotificationConfigurationCommand.js +3 -10
  71. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketOwnershipControlsCommand.js +3 -10
  72. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyCommand.js +3 -10
  73. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyStatusCommand.js +3 -10
  74. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketReplicationCommand.js +3 -10
  75. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketRequestPaymentCommand.js +3 -10
  76. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketTaggingCommand.js +3 -10
  77. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketVersioningCommand.js +3 -10
  78. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketWebsiteCommand.js +3 -10
  79. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAclCommand.js +3 -10
  80. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAttributesCommand.js +2 -7
  81. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +2 -7
  82. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLegalHoldCommand.js +3 -10
  83. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLockConfigurationCommand.js +3 -10
  84. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectRetentionCommand.js +3 -10
  85. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTaggingCommand.js +3 -10
  86. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTorrentCommand.js +3 -10
  87. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetPublicAccessBlockCommand.js +3 -10
  88. package/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadBucketCommand.js +3 -10
  89. package/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadObjectCommand.js +2 -7
  90. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketAnalyticsConfigurationsCommand.js +3 -10
  91. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketIntelligentTieringConfigurationsCommand.js +3 -10
  92. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketInventoryConfigurationsCommand.js +3 -11
  93. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketMetricsConfigurationsCommand.js +3 -10
  94. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketsCommand.js +3 -10
  95. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListDirectoryBucketsCommand.js +3 -10
  96. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListMultipartUploadsCommand.js +3 -10
  97. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectVersionsCommand.js +3 -10
  98. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsCommand.js +3 -10
  99. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsV2Command.js +3 -10
  100. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListPartsCommand.js +2 -7
  101. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +2 -6
  102. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAclCommand.js +2 -6
  103. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAnalyticsConfigurationCommand.js +3 -9
  104. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketCorsCommand.js +2 -6
  105. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketEncryptionCommand.js +2 -7
  106. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketIntelligentTieringConfigurationCommand.js +3 -9
  107. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketInventoryConfigurationCommand.js +3 -10
  108. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +2 -6
  109. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLoggingCommand.js +2 -6
  110. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketMetricsConfigurationCommand.js +3 -9
  111. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketNotificationConfigurationCommand.js +3 -9
  112. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketOwnershipControlsCommand.js +2 -6
  113. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketPolicyCommand.js +2 -6
  114. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketReplicationCommand.js +2 -6
  115. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketRequestPaymentCommand.js +2 -6
  116. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketTaggingCommand.js +2 -6
  117. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketVersioningCommand.js +2 -6
  118. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketWebsiteCommand.js +2 -6
  119. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectAclCommand.js +2 -6
  120. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js +2 -7
  121. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLegalHoldCommand.js +2 -6
  122. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLockConfigurationCommand.js +2 -6
  123. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectRetentionCommand.js +2 -6
  124. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectTaggingCommand.js +2 -6
  125. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutPublicAccessBlockCommand.js +2 -6
  126. package/node_modules/@aws-sdk/client-s3/dist-es/commands/RenameObjectCommand.js +3 -10
  127. package/node_modules/@aws-sdk/client-s3/dist-es/commands/RestoreObjectCommand.js +2 -7
  128. package/node_modules/@aws-sdk/client-s3/dist-es/commands/SelectObjectContentCommand.js +2 -7
  129. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.js +2 -6
  130. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataJournalTableConfigurationCommand.js +2 -6
  131. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCommand.js +2 -7
  132. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCopyCommand.js +2 -7
  133. package/node_modules/@aws-sdk/client-s3/dist-es/commands/WriteGetObjectResponseCommand.js +3 -10
  134. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +0 -151
  135. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +0 -108
  136. package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.shared.js +6 -0
  137. package/node_modules/@aws-sdk/client-s3/dist-es/schemas/schemas_0.js +10281 -0
  138. package/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +10 -1
  139. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +8 -106
  140. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +4 -73
  141. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +1 -0
  142. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +1 -0
  143. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +1 -0
  144. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.shared.d.ts +2 -0
  145. package/node_modules/@aws-sdk/client-s3/dist-types/schemas/schemas_0.d.ts +494 -0
  146. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +4 -0
  147. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +0 -78
  148. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +0 -54
  149. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +6 -0
  150. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +6 -0
  151. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +6 -0
  152. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.shared.d.ts +7 -0
  153. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/schemas/schemas_0.d.ts +500 -0
  154. package/node_modules/@aws-sdk/client-s3/package.json +9 -11
  155. package/node_modules/@aws-sdk/client-secrets-manager/package.json +5 -5
  156. package/node_modules/@aws-sdk/client-sfn/package.json +5 -5
  157. package/node_modules/@aws-sdk/client-sns/package.json +5 -5
  158. package/node_modules/@aws-sdk/client-sqs/package.json +5 -5
  159. package/node_modules/@aws-sdk/client-ssm/package.json +5 -5
  160. package/node_modules/@aws-sdk/client-sso/package.json +4 -4
  161. package/node_modules/@aws-sdk/core/dist-cjs/index.js +11 -1
  162. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +11 -1
  163. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +11 -1
  164. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +11 -1
  165. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +6 -0
  166. package/node_modules/@aws-sdk/core/package.json +1 -1
  167. package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  168. package/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
  169. package/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
  170. package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  171. package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  172. package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  173. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  174. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +2 -2
  175. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +2 -2
  176. package/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
  177. package/node_modules/@aws-sdk/nested-clients/package.json +4 -4
  178. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +2 -2
  179. package/node_modules/@aws-sdk/token-providers/package.json +3 -3
  180. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  181. package/package.json +10 -10
  182. package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +0 -8103
  183. package/node_modules/@aws-sdk/client-s3/dist-types/protocols/Aws_restXml.d.ts +0 -938
  184. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/protocols/Aws_restXml.d.ts +0 -1257
@@ -1,8 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteBucketReplicationCommand, se_DeleteBucketReplicationCommand } from "../protocols/Aws_restXml";
4
+ import { DeleteBucketReplication } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteBucketReplicationCommand extends $Command
8
7
  .classBuilder()
@@ -12,15 +11,10 @@ export class DeleteBucketReplicationCommand extends $Command
12
11
  Bucket: { type: "contextParams", name: "Bucket" },
13
12
  })
14
13
  .m(function (Command, cs, config, o) {
15
- return [
16
- getSerdePlugin(config, this.serialize, this.deserialize),
17
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
18
- ];
14
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
19
15
  })
20
16
  .s("AmazonS3", "DeleteBucketReplication", {})
21
17
  .n("S3Client", "DeleteBucketReplicationCommand")
22
- .f(void 0, void 0)
23
- .ser(se_DeleteBucketReplicationCommand)
24
- .de(de_DeleteBucketReplicationCommand)
18
+ .sc(DeleteBucketReplication)
25
19
  .build() {
26
20
  }
@@ -1,8 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteBucketTaggingCommand, se_DeleteBucketTaggingCommand } from "../protocols/Aws_restXml";
4
+ import { DeleteBucketTagging } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteBucketTaggingCommand extends $Command
8
7
  .classBuilder()
@@ -12,15 +11,10 @@ export class DeleteBucketTaggingCommand extends $Command
12
11
  Bucket: { type: "contextParams", name: "Bucket" },
13
12
  })
14
13
  .m(function (Command, cs, config, o) {
15
- return [
16
- getSerdePlugin(config, this.serialize, this.deserialize),
17
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
18
- ];
14
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
19
15
  })
20
16
  .s("AmazonS3", "DeleteBucketTagging", {})
21
17
  .n("S3Client", "DeleteBucketTaggingCommand")
22
- .f(void 0, void 0)
23
- .ser(se_DeleteBucketTaggingCommand)
24
- .de(de_DeleteBucketTaggingCommand)
18
+ .sc(DeleteBucketTagging)
25
19
  .build() {
26
20
  }
@@ -1,8 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteBucketWebsiteCommand, se_DeleteBucketWebsiteCommand } from "../protocols/Aws_restXml";
4
+ import { DeleteBucketWebsite } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteBucketWebsiteCommand extends $Command
8
7
  .classBuilder()
@@ -12,15 +11,10 @@ export class DeleteBucketWebsiteCommand extends $Command
12
11
  Bucket: { type: "contextParams", name: "Bucket" },
13
12
  })
14
13
  .m(function (Command, cs, config, o) {
15
- return [
16
- getSerdePlugin(config, this.serialize, this.deserialize),
17
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
18
- ];
14
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
19
15
  })
20
16
  .s("AmazonS3", "DeleteBucketWebsite", {})
21
17
  .n("S3Client", "DeleteBucketWebsiteCommand")
22
- .f(void 0, void 0)
23
- .ser(se_DeleteBucketWebsiteCommand)
24
- .de(de_DeleteBucketWebsiteCommand)
18
+ .sc(DeleteBucketWebsite)
25
19
  .build() {
26
20
  }
@@ -1,9 +1,8 @@
1
1
  import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
- import { getSerdePlugin } from "@smithy/middleware-serde";
4
3
  import { Command as $Command } from "@smithy/smithy-client";
5
4
  import { commonParams } from "../endpoint/EndpointParameters";
6
- import { de_DeleteObjectCommand, se_DeleteObjectCommand } from "../protocols/Aws_restXml";
5
+ import { DeleteObject } from "../schemas/schemas_0";
7
6
  export { $Command };
8
7
  export class DeleteObjectCommand extends $Command
9
8
  .classBuilder()
@@ -13,16 +12,10 @@ export class DeleteObjectCommand extends $Command
13
12
  Key: { type: "contextParams", name: "Key" },
14
13
  })
15
14
  .m(function (Command, cs, config, o) {
16
- return [
17
- getSerdePlugin(config, this.serialize, this.deserialize),
18
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
19
- getThrow200ExceptionsPlugin(config),
20
- ];
15
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions()), getThrow200ExceptionsPlugin(config)];
21
16
  })
22
17
  .s("AmazonS3", "DeleteObject", {})
23
18
  .n("S3Client", "DeleteObjectCommand")
24
- .f(void 0, void 0)
25
- .ser(se_DeleteObjectCommand)
26
- .de(de_DeleteObjectCommand)
19
+ .sc(DeleteObject)
27
20
  .build() {
28
21
  }
@@ -1,9 +1,8 @@
1
1
  import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
- import { getSerdePlugin } from "@smithy/middleware-serde";
4
3
  import { Command as $Command } from "@smithy/smithy-client";
5
4
  import { commonParams } from "../endpoint/EndpointParameters";
6
- import { de_DeleteObjectTaggingCommand, se_DeleteObjectTaggingCommand } from "../protocols/Aws_restXml";
5
+ import { DeleteObjectTagging } from "../schemas/schemas_0";
7
6
  export { $Command };
8
7
  export class DeleteObjectTaggingCommand extends $Command
9
8
  .classBuilder()
@@ -12,16 +11,10 @@ export class DeleteObjectTaggingCommand extends $Command
12
11
  Bucket: { type: "contextParams", name: "Bucket" },
13
12
  })
14
13
  .m(function (Command, cs, config, o) {
15
- return [
16
- getSerdePlugin(config, this.serialize, this.deserialize),
17
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
18
- getThrow200ExceptionsPlugin(config),
19
- ];
14
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions()), getThrow200ExceptionsPlugin(config)];
20
15
  })
21
16
  .s("AmazonS3", "DeleteObjectTagging", {})
22
17
  .n("S3Client", "DeleteObjectTaggingCommand")
23
- .f(void 0, void 0)
24
- .ser(se_DeleteObjectTaggingCommand)
25
- .de(de_DeleteObjectTaggingCommand)
18
+ .sc(DeleteObjectTagging)
26
19
  .build() {
27
20
  }
@@ -1,10 +1,9 @@
1
1
  import { getFlexibleChecksumsPlugin } from "@aws-sdk/middleware-flexible-checksums";
2
2
  import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
3
3
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
4
- import { getSerdePlugin } from "@smithy/middleware-serde";
5
4
  import { Command as $Command } from "@smithy/smithy-client";
6
5
  import { commonParams } from "../endpoint/EndpointParameters";
7
- import { de_DeleteObjectsCommand, se_DeleteObjectsCommand } from "../protocols/Aws_restXml";
6
+ import { DeleteObjects } from "../schemas/schemas_0";
8
7
  export { $Command };
9
8
  export class DeleteObjectsCommand extends $Command
10
9
  .classBuilder()
@@ -14,7 +13,6 @@ export class DeleteObjectsCommand extends $Command
14
13
  })
15
14
  .m(function (Command, cs, config, o) {
16
15
  return [
17
- getSerdePlugin(config, this.serialize, this.deserialize),
18
16
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
19
17
  getFlexibleChecksumsPlugin(config, {
20
18
  requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
@@ -25,8 +23,6 @@ export class DeleteObjectsCommand extends $Command
25
23
  })
26
24
  .s("AmazonS3", "DeleteObjects", {})
27
25
  .n("S3Client", "DeleteObjectsCommand")
28
- .f(void 0, void 0)
29
- .ser(se_DeleteObjectsCommand)
30
- .de(de_DeleteObjectsCommand)
26
+ .sc(DeleteObjects)
31
27
  .build() {
32
28
  }
@@ -1,8 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeletePublicAccessBlockCommand, se_DeletePublicAccessBlockCommand } from "../protocols/Aws_restXml";
4
+ import { DeletePublicAccessBlock } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeletePublicAccessBlockCommand extends $Command
8
7
  .classBuilder()
@@ -12,15 +11,10 @@ export class DeletePublicAccessBlockCommand extends $Command
12
11
  Bucket: { type: "contextParams", name: "Bucket" },
13
12
  })
14
13
  .m(function (Command, cs, config, o) {
15
- return [
16
- getSerdePlugin(config, this.serialize, this.deserialize),
17
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
18
- ];
14
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
19
15
  })
20
16
  .s("AmazonS3", "DeletePublicAccessBlock", {})
21
17
  .n("S3Client", "DeletePublicAccessBlockCommand")
22
- .f(void 0, void 0)
23
- .ser(se_DeletePublicAccessBlockCommand)
24
- .de(de_DeletePublicAccessBlockCommand)
18
+ .sc(DeletePublicAccessBlock)
25
19
  .build() {
26
20
  }
@@ -1,9 +1,8 @@
1
1
  import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
- import { getSerdePlugin } from "@smithy/middleware-serde";
4
3
  import { Command as $Command } from "@smithy/smithy-client";
5
4
  import { commonParams } from "../endpoint/EndpointParameters";
6
- import { de_GetBucketAccelerateConfigurationCommand, se_GetBucketAccelerateConfigurationCommand, } from "../protocols/Aws_restXml";
5
+ import { GetBucketAccelerateConfiguration } from "../schemas/schemas_0";
7
6
  export { $Command };
8
7
  export class GetBucketAccelerateConfigurationCommand extends $Command
9
8
  .classBuilder()
@@ -13,16 +12,10 @@ export class GetBucketAccelerateConfigurationCommand extends $Command
13
12
  Bucket: { type: "contextParams", name: "Bucket" },
14
13
  })
15
14
  .m(function (Command, cs, config, o) {
16
- return [
17
- getSerdePlugin(config, this.serialize, this.deserialize),
18
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
19
- getThrow200ExceptionsPlugin(config),
20
- ];
15
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions()), getThrow200ExceptionsPlugin(config)];
21
16
  })
22
17
  .s("AmazonS3", "GetBucketAccelerateConfiguration", {})
23
18
  .n("S3Client", "GetBucketAccelerateConfigurationCommand")
24
- .f(void 0, void 0)
25
- .ser(se_GetBucketAccelerateConfigurationCommand)
26
- .de(de_GetBucketAccelerateConfigurationCommand)
19
+ .sc(GetBucketAccelerateConfiguration)
27
20
  .build() {
28
21
  }
@@ -1,9 +1,8 @@
1
1
  import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
- import { getSerdePlugin } from "@smithy/middleware-serde";
4
3
  import { Command as $Command } from "@smithy/smithy-client";
5
4
  import { commonParams } from "../endpoint/EndpointParameters";
6
- import { de_GetBucketAclCommand, se_GetBucketAclCommand } from "../protocols/Aws_restXml";
5
+ import { GetBucketAcl } from "../schemas/schemas_0";
7
6
  export { $Command };
8
7
  export class GetBucketAclCommand extends $Command
9
8
  .classBuilder()
@@ -13,16 +12,10 @@ export class GetBucketAclCommand extends $Command
13
12
  Bucket: { type: "contextParams", name: "Bucket" },
14
13
  })
15
14
  .m(function (Command, cs, config, o) {
16
- return [
17
- getSerdePlugin(config, this.serialize, this.deserialize),
18
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
19
- getThrow200ExceptionsPlugin(config),
20
- ];
15
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions()), getThrow200ExceptionsPlugin(config)];
21
16
  })
22
17
  .s("AmazonS3", "GetBucketAcl", {})
23
18
  .n("S3Client", "GetBucketAclCommand")
24
- .f(void 0, void 0)
25
- .ser(se_GetBucketAclCommand)
26
- .de(de_GetBucketAclCommand)
19
+ .sc(GetBucketAcl)
27
20
  .build() {
28
21
  }
@@ -1,9 +1,8 @@
1
1
  import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
- import { getSerdePlugin } from "@smithy/middleware-serde";
4
3
  import { Command as $Command } from "@smithy/smithy-client";
5
4
  import { commonParams } from "../endpoint/EndpointParameters";
6
- import { de_GetBucketAnalyticsConfigurationCommand, se_GetBucketAnalyticsConfigurationCommand, } from "../protocols/Aws_restXml";
5
+ import { GetBucketAnalyticsConfiguration } from "../schemas/schemas_0";
7
6
  export { $Command };
8
7
  export class GetBucketAnalyticsConfigurationCommand extends $Command
9
8
  .classBuilder()
@@ -13,16 +12,10 @@ export class GetBucketAnalyticsConfigurationCommand extends $Command
13
12
  Bucket: { type: "contextParams", name: "Bucket" },
14
13
  })
15
14
  .m(function (Command, cs, config, o) {
16
- return [
17
- getSerdePlugin(config, this.serialize, this.deserialize),
18
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
19
- getThrow200ExceptionsPlugin(config),
20
- ];
15
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions()), getThrow200ExceptionsPlugin(config)];
21
16
  })
22
17
  .s("AmazonS3", "GetBucketAnalyticsConfiguration", {})
23
18
  .n("S3Client", "GetBucketAnalyticsConfigurationCommand")
24
- .f(void 0, void 0)
25
- .ser(se_GetBucketAnalyticsConfigurationCommand)
26
- .de(de_GetBucketAnalyticsConfigurationCommand)
19
+ .sc(GetBucketAnalyticsConfiguration)
27
20
  .build() {
28
21
  }
@@ -1,9 +1,8 @@
1
1
  import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
- import { getSerdePlugin } from "@smithy/middleware-serde";
4
3
  import { Command as $Command } from "@smithy/smithy-client";
5
4
  import { commonParams } from "../endpoint/EndpointParameters";
6
- import { de_GetBucketCorsCommand, se_GetBucketCorsCommand } from "../protocols/Aws_restXml";
5
+ import { GetBucketCors } from "../schemas/schemas_0";
7
6
  export { $Command };
8
7
  export class GetBucketCorsCommand extends $Command
9
8
  .classBuilder()
@@ -13,16 +12,10 @@ export class GetBucketCorsCommand extends $Command
13
12
  Bucket: { type: "contextParams", name: "Bucket" },
14
13
  })
15
14
  .m(function (Command, cs, config, o) {
16
- return [
17
- getSerdePlugin(config, this.serialize, this.deserialize),
18
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
19
- getThrow200ExceptionsPlugin(config),
20
- ];
15
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions()), getThrow200ExceptionsPlugin(config)];
21
16
  })
22
17
  .s("AmazonS3", "GetBucketCors", {})
23
18
  .n("S3Client", "GetBucketCorsCommand")
24
- .f(void 0, void 0)
25
- .ser(se_GetBucketCorsCommand)
26
- .de(de_GetBucketCorsCommand)
19
+ .sc(GetBucketCors)
27
20
  .build() {
28
21
  }
@@ -1,10 +1,8 @@
1
1
  import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
- import { getSerdePlugin } from "@smithy/middleware-serde";
4
3
  import { Command as $Command } from "@smithy/smithy-client";
5
4
  import { commonParams } from "../endpoint/EndpointParameters";
6
- import { GetBucketEncryptionOutputFilterSensitiveLog, } from "../models/models_0";
7
- import { de_GetBucketEncryptionCommand, se_GetBucketEncryptionCommand } from "../protocols/Aws_restXml";
5
+ import { GetBucketEncryption } from "../schemas/schemas_0";
8
6
  export { $Command };
9
7
  export class GetBucketEncryptionCommand extends $Command
10
8
  .classBuilder()
@@ -14,16 +12,10 @@ export class GetBucketEncryptionCommand extends $Command
14
12
  Bucket: { type: "contextParams", name: "Bucket" },
15
13
  })
16
14
  .m(function (Command, cs, config, o) {
17
- return [
18
- getSerdePlugin(config, this.serialize, this.deserialize),
19
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
20
- getThrow200ExceptionsPlugin(config),
21
- ];
15
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions()), getThrow200ExceptionsPlugin(config)];
22
16
  })
23
17
  .s("AmazonS3", "GetBucketEncryption", {})
24
18
  .n("S3Client", "GetBucketEncryptionCommand")
25
- .f(void 0, GetBucketEncryptionOutputFilterSensitiveLog)
26
- .ser(se_GetBucketEncryptionCommand)
27
- .de(de_GetBucketEncryptionCommand)
19
+ .sc(GetBucketEncryption)
28
20
  .build() {
29
21
  }
@@ -1,9 +1,8 @@
1
1
  import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
- import { getSerdePlugin } from "@smithy/middleware-serde";
4
3
  import { Command as $Command } from "@smithy/smithy-client";
5
4
  import { commonParams } from "../endpoint/EndpointParameters";
6
- import { de_GetBucketIntelligentTieringConfigurationCommand, se_GetBucketIntelligentTieringConfigurationCommand, } from "../protocols/Aws_restXml";
5
+ import { GetBucketIntelligentTieringConfiguration } from "../schemas/schemas_0";
7
6
  export { $Command };
8
7
  export class GetBucketIntelligentTieringConfigurationCommand extends $Command
9
8
  .classBuilder()
@@ -13,16 +12,10 @@ export class GetBucketIntelligentTieringConfigurationCommand extends $Command
13
12
  Bucket: { type: "contextParams", name: "Bucket" },
14
13
  })
15
14
  .m(function (Command, cs, config, o) {
16
- return [
17
- getSerdePlugin(config, this.serialize, this.deserialize),
18
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
19
- getThrow200ExceptionsPlugin(config),
20
- ];
15
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions()), getThrow200ExceptionsPlugin(config)];
21
16
  })
22
17
  .s("AmazonS3", "GetBucketIntelligentTieringConfiguration", {})
23
18
  .n("S3Client", "GetBucketIntelligentTieringConfigurationCommand")
24
- .f(void 0, void 0)
25
- .ser(se_GetBucketIntelligentTieringConfigurationCommand)
26
- .de(de_GetBucketIntelligentTieringConfigurationCommand)
19
+ .sc(GetBucketIntelligentTieringConfiguration)
27
20
  .build() {
28
21
  }
@@ -1,10 +1,8 @@
1
1
  import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
- import { getSerdePlugin } from "@smithy/middleware-serde";
4
3
  import { Command as $Command } from "@smithy/smithy-client";
5
4
  import { commonParams } from "../endpoint/EndpointParameters";
6
- import { GetBucketInventoryConfigurationOutputFilterSensitiveLog, } from "../models/models_0";
7
- import { de_GetBucketInventoryConfigurationCommand, se_GetBucketInventoryConfigurationCommand, } from "../protocols/Aws_restXml";
5
+ import { GetBucketInventoryConfiguration } from "../schemas/schemas_0";
8
6
  export { $Command };
9
7
  export class GetBucketInventoryConfigurationCommand extends $Command
10
8
  .classBuilder()
@@ -14,16 +12,10 @@ export class GetBucketInventoryConfigurationCommand extends $Command
14
12
  Bucket: { type: "contextParams", name: "Bucket" },
15
13
  })
16
14
  .m(function (Command, cs, config, o) {
17
- return [
18
- getSerdePlugin(config, this.serialize, this.deserialize),
19
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
20
- getThrow200ExceptionsPlugin(config),
21
- ];
15
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions()), getThrow200ExceptionsPlugin(config)];
22
16
  })
23
17
  .s("AmazonS3", "GetBucketInventoryConfiguration", {})
24
18
  .n("S3Client", "GetBucketInventoryConfigurationCommand")
25
- .f(void 0, GetBucketInventoryConfigurationOutputFilterSensitiveLog)
26
- .ser(se_GetBucketInventoryConfigurationCommand)
27
- .de(de_GetBucketInventoryConfigurationCommand)
19
+ .sc(GetBucketInventoryConfiguration)
28
20
  .build() {
29
21
  }
@@ -1,9 +1,8 @@
1
1
  import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
- import { getSerdePlugin } from "@smithy/middleware-serde";
4
3
  import { Command as $Command } from "@smithy/smithy-client";
5
4
  import { commonParams } from "../endpoint/EndpointParameters";
6
- import { de_GetBucketLifecycleConfigurationCommand, se_GetBucketLifecycleConfigurationCommand, } from "../protocols/Aws_restXml";
5
+ import { GetBucketLifecycleConfiguration } from "../schemas/schemas_0";
7
6
  export { $Command };
8
7
  export class GetBucketLifecycleConfigurationCommand extends $Command
9
8
  .classBuilder()
@@ -13,16 +12,10 @@ export class GetBucketLifecycleConfigurationCommand extends $Command
13
12
  Bucket: { type: "contextParams", name: "Bucket" },
14
13
  })
15
14
  .m(function (Command, cs, config, o) {
16
- return [
17
- getSerdePlugin(config, this.serialize, this.deserialize),
18
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
19
- getThrow200ExceptionsPlugin(config),
20
- ];
15
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions()), getThrow200ExceptionsPlugin(config)];
21
16
  })
22
17
  .s("AmazonS3", "GetBucketLifecycleConfiguration", {})
23
18
  .n("S3Client", "GetBucketLifecycleConfigurationCommand")
24
- .f(void 0, void 0)
25
- .ser(se_GetBucketLifecycleConfigurationCommand)
26
- .de(de_GetBucketLifecycleConfigurationCommand)
19
+ .sc(GetBucketLifecycleConfiguration)
27
20
  .build() {
28
21
  }
@@ -1,9 +1,8 @@
1
1
  import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
- import { getSerdePlugin } from "@smithy/middleware-serde";
4
3
  import { Command as $Command } from "@smithy/smithy-client";
5
4
  import { commonParams } from "../endpoint/EndpointParameters";
6
- import { de_GetBucketLocationCommand, se_GetBucketLocationCommand } from "../protocols/Aws_restXml";
5
+ import { GetBucketLocation } from "../schemas/schemas_0";
7
6
  export { $Command };
8
7
  export class GetBucketLocationCommand extends $Command
9
8
  .classBuilder()
@@ -13,16 +12,10 @@ export class GetBucketLocationCommand extends $Command
13
12
  Bucket: { type: "contextParams", name: "Bucket" },
14
13
  })
15
14
  .m(function (Command, cs, config, o) {
16
- return [
17
- getSerdePlugin(config, this.serialize, this.deserialize),
18
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
19
- getThrow200ExceptionsPlugin(config),
20
- ];
15
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions()), getThrow200ExceptionsPlugin(config)];
21
16
  })
22
17
  .s("AmazonS3", "GetBucketLocation", {})
23
18
  .n("S3Client", "GetBucketLocationCommand")
24
- .f(void 0, void 0)
25
- .ser(se_GetBucketLocationCommand)
26
- .de(de_GetBucketLocationCommand)
19
+ .sc(GetBucketLocation)
27
20
  .build() {
28
21
  }
@@ -1,9 +1,8 @@
1
1
  import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
- import { getSerdePlugin } from "@smithy/middleware-serde";
4
3
  import { Command as $Command } from "@smithy/smithy-client";
5
4
  import { commonParams } from "../endpoint/EndpointParameters";
6
- import { de_GetBucketLoggingCommand, se_GetBucketLoggingCommand } from "../protocols/Aws_restXml";
5
+ import { GetBucketLogging } from "../schemas/schemas_0";
7
6
  export { $Command };
8
7
  export class GetBucketLoggingCommand extends $Command
9
8
  .classBuilder()
@@ -13,16 +12,10 @@ export class GetBucketLoggingCommand extends $Command
13
12
  Bucket: { type: "contextParams", name: "Bucket" },
14
13
  })
15
14
  .m(function (Command, cs, config, o) {
16
- return [
17
- getSerdePlugin(config, this.serialize, this.deserialize),
18
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
19
- getThrow200ExceptionsPlugin(config),
20
- ];
15
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions()), getThrow200ExceptionsPlugin(config)];
21
16
  })
22
17
  .s("AmazonS3", "GetBucketLogging", {})
23
18
  .n("S3Client", "GetBucketLoggingCommand")
24
- .f(void 0, void 0)
25
- .ser(se_GetBucketLoggingCommand)
26
- .de(de_GetBucketLoggingCommand)
19
+ .sc(GetBucketLogging)
27
20
  .build() {
28
21
  }
@@ -1,9 +1,8 @@
1
1
  import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
- import { getSerdePlugin } from "@smithy/middleware-serde";
4
3
  import { Command as $Command } from "@smithy/smithy-client";
5
4
  import { commonParams } from "../endpoint/EndpointParameters";
6
- import { de_GetBucketMetadataConfigurationCommand, se_GetBucketMetadataConfigurationCommand, } from "../protocols/Aws_restXml";
5
+ import { GetBucketMetadataConfiguration } from "../schemas/schemas_0";
7
6
  export { $Command };
8
7
  export class GetBucketMetadataConfigurationCommand extends $Command
9
8
  .classBuilder()
@@ -13,16 +12,10 @@ export class GetBucketMetadataConfigurationCommand extends $Command
13
12
  Bucket: { type: "contextParams", name: "Bucket" },
14
13
  })
15
14
  .m(function (Command, cs, config, o) {
16
- return [
17
- getSerdePlugin(config, this.serialize, this.deserialize),
18
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
19
- getThrow200ExceptionsPlugin(config),
20
- ];
15
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions()), getThrow200ExceptionsPlugin(config)];
21
16
  })
22
17
  .s("AmazonS3", "GetBucketMetadataConfiguration", {})
23
18
  .n("S3Client", "GetBucketMetadataConfigurationCommand")
24
- .f(void 0, void 0)
25
- .ser(se_GetBucketMetadataConfigurationCommand)
26
- .de(de_GetBucketMetadataConfigurationCommand)
19
+ .sc(GetBucketMetadataConfiguration)
27
20
  .build() {
28
21
  }
@@ -1,9 +1,8 @@
1
1
  import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
- import { getSerdePlugin } from "@smithy/middleware-serde";
4
3
  import { Command as $Command } from "@smithy/smithy-client";
5
4
  import { commonParams } from "../endpoint/EndpointParameters";
6
- import { de_GetBucketMetadataTableConfigurationCommand, se_GetBucketMetadataTableConfigurationCommand, } from "../protocols/Aws_restXml";
5
+ import { GetBucketMetadataTableConfiguration } from "../schemas/schemas_0";
7
6
  export { $Command };
8
7
  export class GetBucketMetadataTableConfigurationCommand extends $Command
9
8
  .classBuilder()
@@ -13,16 +12,10 @@ export class GetBucketMetadataTableConfigurationCommand extends $Command
13
12
  Bucket: { type: "contextParams", name: "Bucket" },
14
13
  })
15
14
  .m(function (Command, cs, config, o) {
16
- return [
17
- getSerdePlugin(config, this.serialize, this.deserialize),
18
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
19
- getThrow200ExceptionsPlugin(config),
20
- ];
15
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions()), getThrow200ExceptionsPlugin(config)];
21
16
  })
22
17
  .s("AmazonS3", "GetBucketMetadataTableConfiguration", {})
23
18
  .n("S3Client", "GetBucketMetadataTableConfigurationCommand")
24
- .f(void 0, void 0)
25
- .ser(se_GetBucketMetadataTableConfigurationCommand)
26
- .de(de_GetBucketMetadataTableConfigurationCommand)
19
+ .sc(GetBucketMetadataTableConfiguration)
27
20
  .build() {
28
21
  }
@@ -1,9 +1,8 @@
1
1
  import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
- import { getSerdePlugin } from "@smithy/middleware-serde";
4
3
  import { Command as $Command } from "@smithy/smithy-client";
5
4
  import { commonParams } from "../endpoint/EndpointParameters";
6
- import { de_GetBucketMetricsConfigurationCommand, se_GetBucketMetricsConfigurationCommand, } from "../protocols/Aws_restXml";
5
+ import { GetBucketMetricsConfiguration } from "../schemas/schemas_0";
7
6
  export { $Command };
8
7
  export class GetBucketMetricsConfigurationCommand extends $Command
9
8
  .classBuilder()
@@ -13,16 +12,10 @@ export class GetBucketMetricsConfigurationCommand extends $Command
13
12
  Bucket: { type: "contextParams", name: "Bucket" },
14
13
  })
15
14
  .m(function (Command, cs, config, o) {
16
- return [
17
- getSerdePlugin(config, this.serialize, this.deserialize),
18
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
19
- getThrow200ExceptionsPlugin(config),
20
- ];
15
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions()), getThrow200ExceptionsPlugin(config)];
21
16
  })
22
17
  .s("AmazonS3", "GetBucketMetricsConfiguration", {})
23
18
  .n("S3Client", "GetBucketMetricsConfigurationCommand")
24
- .f(void 0, void 0)
25
- .ser(se_GetBucketMetricsConfigurationCommand)
26
- .de(de_GetBucketMetricsConfigurationCommand)
19
+ .sc(GetBucketMetricsConfiguration)
27
20
  .build() {
28
21
  }
@@ -1,9 +1,8 @@
1
1
  import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
- import { getSerdePlugin } from "@smithy/middleware-serde";
4
3
  import { Command as $Command } from "@smithy/smithy-client";
5
4
  import { commonParams } from "../endpoint/EndpointParameters";
6
- import { de_GetBucketNotificationConfigurationCommand, se_GetBucketNotificationConfigurationCommand, } from "../protocols/Aws_restXml";
5
+ import { GetBucketNotificationConfiguration } from "../schemas/schemas_0";
7
6
  export { $Command };
8
7
  export class GetBucketNotificationConfigurationCommand extends $Command
9
8
  .classBuilder()
@@ -13,16 +12,10 @@ export class GetBucketNotificationConfigurationCommand extends $Command
13
12
  Bucket: { type: "contextParams", name: "Bucket" },
14
13
  })
15
14
  .m(function (Command, cs, config, o) {
16
- return [
17
- getSerdePlugin(config, this.serialize, this.deserialize),
18
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
19
- getThrow200ExceptionsPlugin(config),
20
- ];
15
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions()), getThrow200ExceptionsPlugin(config)];
21
16
  })
22
17
  .s("AmazonS3", "GetBucketNotificationConfiguration", {})
23
18
  .n("S3Client", "GetBucketNotificationConfigurationCommand")
24
- .f(void 0, void 0)
25
- .ser(se_GetBucketNotificationConfigurationCommand)
26
- .de(de_GetBucketNotificationConfigurationCommand)
19
+ .sc(GetBucketNotificationConfiguration)
27
20
  .build() {
28
21
  }