@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,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 { ListBucketInventoryConfigurationsOutputFilterSensitiveLog, } from "../models/models_0";
7
- import { de_ListBucketInventoryConfigurationsCommand, se_ListBucketInventoryConfigurationsCommand, } from "../protocols/Aws_restXml";
5
+ import { ListBucketInventoryConfigurations } from "../schemas/schemas_0";
8
6
  export { $Command };
9
7
  export class ListBucketInventoryConfigurationsCommand extends $Command
10
8
  .classBuilder()
@@ -14,16 +12,10 @@ export class ListBucketInventoryConfigurationsCommand 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", "ListBucketInventoryConfigurations", {})
24
18
  .n("S3Client", "ListBucketInventoryConfigurationsCommand")
25
- .f(void 0, ListBucketInventoryConfigurationsOutputFilterSensitiveLog)
26
- .ser(se_ListBucketInventoryConfigurationsCommand)
27
- .de(de_ListBucketInventoryConfigurationsCommand)
19
+ .sc(ListBucketInventoryConfigurations)
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_ListBucketMetricsConfigurationsCommand, se_ListBucketMetricsConfigurationsCommand, } from "../protocols/Aws_restXml";
5
+ import { ListBucketMetricsConfigurations } from "../schemas/schemas_0";
7
6
  export { $Command };
8
7
  export class ListBucketMetricsConfigurationsCommand extends $Command
9
8
  .classBuilder()
@@ -12,16 +11,10 @@ export class ListBucketMetricsConfigurationsCommand 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", "ListBucketMetricsConfigurations", {})
22
17
  .n("S3Client", "ListBucketMetricsConfigurationsCommand")
23
- .f(void 0, void 0)
24
- .ser(se_ListBucketMetricsConfigurationsCommand)
25
- .de(de_ListBucketMetricsConfigurationsCommand)
18
+ .sc(ListBucketMetricsConfigurations)
26
19
  .build() {
27
20
  }
@@ -1,24 +1,17 @@
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_ListBucketsCommand, se_ListBucketsCommand } from "../protocols/Aws_restXml";
5
+ import { ListBuckets } from "../schemas/schemas_0";
7
6
  export { $Command };
8
7
  export class ListBucketsCommand extends $Command
9
8
  .classBuilder()
10
9
  .ep(commonParams)
11
10
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- getThrow200ExceptionsPlugin(config),
16
- ];
11
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions()), getThrow200ExceptionsPlugin(config)];
17
12
  })
18
13
  .s("AmazonS3", "ListBuckets", {})
19
14
  .n("S3Client", "ListBucketsCommand")
20
- .f(void 0, void 0)
21
- .ser(se_ListBucketsCommand)
22
- .de(de_ListBucketsCommand)
15
+ .sc(ListBuckets)
23
16
  .build() {
24
17
  }
@@ -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_ListDirectoryBucketsCommand, se_ListDirectoryBucketsCommand } from "../protocols/Aws_restXml";
5
+ import { ListDirectoryBuckets } from "../schemas/schemas_0";
7
6
  export { $Command };
8
7
  export class ListDirectoryBucketsCommand extends $Command
9
8
  .classBuilder()
@@ -12,16 +11,10 @@ export class ListDirectoryBucketsCommand extends $Command
12
11
  UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
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", "ListDirectoryBuckets", {})
22
17
  .n("S3Client", "ListDirectoryBucketsCommand")
23
- .f(void 0, void 0)
24
- .ser(se_ListDirectoryBucketsCommand)
25
- .de(de_ListDirectoryBucketsCommand)
18
+ .sc(ListDirectoryBuckets)
26
19
  .build() {
27
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_ListMultipartUploadsCommand, se_ListMultipartUploadsCommand } from "../protocols/Aws_restXml";
5
+ import { ListMultipartUploads } from "../schemas/schemas_0";
7
6
  export { $Command };
8
7
  export class ListMultipartUploadsCommand extends $Command
9
8
  .classBuilder()
@@ -13,16 +12,10 @@ export class ListMultipartUploadsCommand extends $Command
13
12
  Prefix: { type: "contextParams", name: "Prefix" },
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", "ListMultipartUploads", {})
23
18
  .n("S3Client", "ListMultipartUploadsCommand")
24
- .f(void 0, void 0)
25
- .ser(se_ListMultipartUploadsCommand)
26
- .de(de_ListMultipartUploadsCommand)
19
+ .sc(ListMultipartUploads)
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_ListObjectVersionsCommand, se_ListObjectVersionsCommand } from "../protocols/Aws_restXml";
5
+ import { ListObjectVersions } from "../schemas/schemas_0";
7
6
  export { $Command };
8
7
  export class ListObjectVersionsCommand extends $Command
9
8
  .classBuilder()
@@ -13,16 +12,10 @@ export class ListObjectVersionsCommand extends $Command
13
12
  Prefix: { type: "contextParams", name: "Prefix" },
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", "ListObjectVersions", {})
23
18
  .n("S3Client", "ListObjectVersionsCommand")
24
- .f(void 0, void 0)
25
- .ser(se_ListObjectVersionsCommand)
26
- .de(de_ListObjectVersionsCommand)
19
+ .sc(ListObjectVersions)
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_ListObjectsCommand, se_ListObjectsCommand } from "../protocols/Aws_restXml";
5
+ import { ListObjects } from "../schemas/schemas_0";
7
6
  export { $Command };
8
7
  export class ListObjectsCommand extends $Command
9
8
  .classBuilder()
@@ -13,16 +12,10 @@ export class ListObjectsCommand extends $Command
13
12
  Prefix: { type: "contextParams", name: "Prefix" },
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", "ListObjects", {})
23
18
  .n("S3Client", "ListObjectsCommand")
24
- .f(void 0, void 0)
25
- .ser(se_ListObjectsCommand)
26
- .de(de_ListObjectsCommand)
19
+ .sc(ListObjects)
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_ListObjectsV2Command, se_ListObjectsV2Command } from "../protocols/Aws_restXml";
5
+ import { ListObjectsV2 } from "../schemas/schemas_0";
7
6
  export { $Command };
8
7
  export class ListObjectsV2Command extends $Command
9
8
  .classBuilder()
@@ -13,16 +12,10 @@ export class ListObjectsV2Command extends $Command
13
12
  Prefix: { type: "contextParams", name: "Prefix" },
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", "ListObjectsV2", {})
23
18
  .n("S3Client", "ListObjectsV2Command")
24
- .f(void 0, void 0)
25
- .ser(se_ListObjectsV2Command)
26
- .de(de_ListObjectsV2Command)
19
+ .sc(ListObjectsV2)
27
20
  .build() {
28
21
  }
@@ -1,11 +1,9 @@
1
1
  import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
2
2
  import { getSsecPlugin } from "@aws-sdk/middleware-ssec";
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 { ListPartsRequestFilterSensitiveLog } from "../models/models_1";
8
- import { de_ListPartsCommand, se_ListPartsCommand } from "../protocols/Aws_restXml";
6
+ import { ListParts } from "../schemas/schemas_0";
9
7
  export { $Command };
10
8
  export class ListPartsCommand extends $Command
11
9
  .classBuilder()
@@ -16,7 +14,6 @@ export class ListPartsCommand extends $Command
16
14
  })
17
15
  .m(function (Command, cs, config, o) {
18
16
  return [
19
- getSerdePlugin(config, this.serialize, this.deserialize),
20
17
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
21
18
  getThrow200ExceptionsPlugin(config),
22
19
  getSsecPlugin(config),
@@ -24,8 +21,6 @@ export class ListPartsCommand extends $Command
24
21
  })
25
22
  .s("AmazonS3", "ListParts", {})
26
23
  .n("S3Client", "ListPartsCommand")
27
- .f(ListPartsRequestFilterSensitiveLog, void 0)
28
- .ser(se_ListPartsCommand)
29
- .de(de_ListPartsCommand)
24
+ .sc(ListParts)
30
25
  .build() {
31
26
  }
@@ -1,9 +1,8 @@
1
1
  import { getFlexibleChecksumsPlugin } from "@aws-sdk/middleware-flexible-checksums";
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_PutBucketAccelerateConfigurationCommand, se_PutBucketAccelerateConfigurationCommand, } from "../protocols/Aws_restXml";
5
+ import { PutBucketAccelerateConfiguration } from "../schemas/schemas_0";
7
6
  export { $Command };
8
7
  export class PutBucketAccelerateConfigurationCommand extends $Command
9
8
  .classBuilder()
@@ -14,7 +13,6 @@ export class PutBucketAccelerateConfigurationCommand 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" },
@@ -24,8 +22,6 @@ export class PutBucketAccelerateConfigurationCommand extends $Command
24
22
  })
25
23
  .s("AmazonS3", "PutBucketAccelerateConfiguration", {})
26
24
  .n("S3Client", "PutBucketAccelerateConfigurationCommand")
27
- .f(void 0, void 0)
28
- .ser(se_PutBucketAccelerateConfigurationCommand)
29
- .de(de_PutBucketAccelerateConfigurationCommand)
25
+ .sc(PutBucketAccelerateConfiguration)
30
26
  .build() {
31
27
  }
@@ -1,9 +1,8 @@
1
1
  import { getFlexibleChecksumsPlugin } from "@aws-sdk/middleware-flexible-checksums";
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_PutBucketAclCommand, se_PutBucketAclCommand } from "../protocols/Aws_restXml";
5
+ import { PutBucketAcl } from "../schemas/schemas_0";
7
6
  export { $Command };
8
7
  export class PutBucketAclCommand extends $Command
9
8
  .classBuilder()
@@ -14,7 +13,6 @@ export class PutBucketAclCommand 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" },
@@ -24,8 +22,6 @@ export class PutBucketAclCommand extends $Command
24
22
  })
25
23
  .s("AmazonS3", "PutBucketAcl", {})
26
24
  .n("S3Client", "PutBucketAclCommand")
27
- .f(void 0, void 0)
28
- .ser(se_PutBucketAclCommand)
29
- .de(de_PutBucketAclCommand)
25
+ .sc(PutBucketAcl)
30
26
  .build() {
31
27
  }
@@ -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_PutBucketAnalyticsConfigurationCommand, se_PutBucketAnalyticsConfigurationCommand, } from "../protocols/Aws_restXml";
4
+ import { PutBucketAnalyticsConfiguration } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class PutBucketAnalyticsConfigurationCommand extends $Command
8
7
  .classBuilder()
@@ -12,15 +11,10 @@ export class PutBucketAnalyticsConfigurationCommand 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", "PutBucketAnalyticsConfiguration", {})
21
17
  .n("S3Client", "PutBucketAnalyticsConfigurationCommand")
22
- .f(void 0, void 0)
23
- .ser(se_PutBucketAnalyticsConfigurationCommand)
24
- .de(de_PutBucketAnalyticsConfigurationCommand)
18
+ .sc(PutBucketAnalyticsConfiguration)
25
19
  .build() {
26
20
  }
@@ -1,9 +1,8 @@
1
1
  import { getFlexibleChecksumsPlugin } from "@aws-sdk/middleware-flexible-checksums";
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_PutBucketCorsCommand, se_PutBucketCorsCommand } from "../protocols/Aws_restXml";
5
+ import { PutBucketCors } from "../schemas/schemas_0";
7
6
  export { $Command };
8
7
  export class PutBucketCorsCommand extends $Command
9
8
  .classBuilder()
@@ -14,7 +13,6 @@ export class PutBucketCorsCommand 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" },
@@ -24,8 +22,6 @@ export class PutBucketCorsCommand extends $Command
24
22
  })
25
23
  .s("AmazonS3", "PutBucketCors", {})
26
24
  .n("S3Client", "PutBucketCorsCommand")
27
- .f(void 0, void 0)
28
- .ser(se_PutBucketCorsCommand)
29
- .de(de_PutBucketCorsCommand)
25
+ .sc(PutBucketCors)
30
26
  .build() {
31
27
  }
@@ -1,10 +1,8 @@
1
1
  import { getFlexibleChecksumsPlugin } from "@aws-sdk/middleware-flexible-checksums";
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 { PutBucketEncryptionRequestFilterSensitiveLog } from "../models/models_1";
7
- import { de_PutBucketEncryptionCommand, se_PutBucketEncryptionCommand } from "../protocols/Aws_restXml";
5
+ import { PutBucketEncryption } from "../schemas/schemas_0";
8
6
  export { $Command };
9
7
  export class PutBucketEncryptionCommand extends $Command
10
8
  .classBuilder()
@@ -15,7 +13,6 @@ export class PutBucketEncryptionCommand extends $Command
15
13
  })
16
14
  .m(function (Command, cs, config, o) {
17
15
  return [
18
- getSerdePlugin(config, this.serialize, this.deserialize),
19
16
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
20
17
  getFlexibleChecksumsPlugin(config, {
21
18
  requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
@@ -25,8 +22,6 @@ export class PutBucketEncryptionCommand extends $Command
25
22
  })
26
23
  .s("AmazonS3", "PutBucketEncryption", {})
27
24
  .n("S3Client", "PutBucketEncryptionCommand")
28
- .f(PutBucketEncryptionRequestFilterSensitiveLog, void 0)
29
- .ser(se_PutBucketEncryptionCommand)
30
- .de(de_PutBucketEncryptionCommand)
25
+ .sc(PutBucketEncryption)
31
26
  .build() {
32
27
  }
@@ -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_PutBucketIntelligentTieringConfigurationCommand, se_PutBucketIntelligentTieringConfigurationCommand, } from "../protocols/Aws_restXml";
4
+ import { PutBucketIntelligentTieringConfiguration } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class PutBucketIntelligentTieringConfigurationCommand extends $Command
8
7
  .classBuilder()
@@ -12,15 +11,10 @@ export class PutBucketIntelligentTieringConfigurationCommand 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", "PutBucketIntelligentTieringConfiguration", {})
21
17
  .n("S3Client", "PutBucketIntelligentTieringConfigurationCommand")
22
- .f(void 0, void 0)
23
- .ser(se_PutBucketIntelligentTieringConfigurationCommand)
24
- .de(de_PutBucketIntelligentTieringConfigurationCommand)
18
+ .sc(PutBucketIntelligentTieringConfiguration)
25
19
  .build() {
26
20
  }
@@ -1,9 +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 { PutBucketInventoryConfigurationRequestFilterSensitiveLog, } from "../models/models_1";
6
- import { de_PutBucketInventoryConfigurationCommand, se_PutBucketInventoryConfigurationCommand, } from "../protocols/Aws_restXml";
4
+ import { PutBucketInventoryConfiguration } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class PutBucketInventoryConfigurationCommand extends $Command
9
7
  .classBuilder()
@@ -13,15 +11,10 @@ export class PutBucketInventoryConfigurationCommand extends $Command
13
11
  Bucket: { type: "contextParams", name: "Bucket" },
14
12
  })
15
13
  .m(function (Command, cs, config, o) {
16
- return [
17
- getSerdePlugin(config, this.serialize, this.deserialize),
18
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
19
- ];
14
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
20
15
  })
21
16
  .s("AmazonS3", "PutBucketInventoryConfiguration", {})
22
17
  .n("S3Client", "PutBucketInventoryConfigurationCommand")
23
- .f(PutBucketInventoryConfigurationRequestFilterSensitiveLog, void 0)
24
- .ser(se_PutBucketInventoryConfigurationCommand)
25
- .de(de_PutBucketInventoryConfigurationCommand)
18
+ .sc(PutBucketInventoryConfiguration)
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_PutBucketLifecycleConfigurationCommand, se_PutBucketLifecycleConfigurationCommand, } from "../protocols/Aws_restXml";
6
+ import { PutBucketLifecycleConfiguration } from "../schemas/schemas_0";
8
7
  export { $Command };
9
8
  export class PutBucketLifecycleConfigurationCommand extends $Command
10
9
  .classBuilder()
@@ -15,7 +14,6 @@ export class PutBucketLifecycleConfigurationCommand extends $Command
15
14
  })
16
15
  .m(function (Command, cs, config, o) {
17
16
  return [
18
- getSerdePlugin(config, this.serialize, this.deserialize),
19
17
  getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
20
18
  getFlexibleChecksumsPlugin(config, {
21
19
  requestAlgorithmMember: { httpHeader: "x-amz-sdk-checksum-algorithm", name: "ChecksumAlgorithm" },
@@ -26,8 +24,6 @@ export class PutBucketLifecycleConfigurationCommand extends $Command
26
24
  })
27
25
  .s("AmazonS3", "PutBucketLifecycleConfiguration", {})
28
26
  .n("S3Client", "PutBucketLifecycleConfigurationCommand")
29
- .f(void 0, void 0)
30
- .ser(se_PutBucketLifecycleConfigurationCommand)
31
- .de(de_PutBucketLifecycleConfigurationCommand)
27
+ .sc(PutBucketLifecycleConfiguration)
32
28
  .build() {
33
29
  }
@@ -1,9 +1,8 @@
1
1
  import { getFlexibleChecksumsPlugin } from "@aws-sdk/middleware-flexible-checksums";
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_PutBucketLoggingCommand, se_PutBucketLoggingCommand } from "../protocols/Aws_restXml";
5
+ import { PutBucketLogging } from "../schemas/schemas_0";
7
6
  export { $Command };
8
7
  export class PutBucketLoggingCommand extends $Command
9
8
  .classBuilder()
@@ -14,7 +13,6 @@ export class PutBucketLoggingCommand 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" },
@@ -24,8 +22,6 @@ export class PutBucketLoggingCommand extends $Command
24
22
  })
25
23
  .s("AmazonS3", "PutBucketLogging", {})
26
24
  .n("S3Client", "PutBucketLoggingCommand")
27
- .f(void 0, void 0)
28
- .ser(se_PutBucketLoggingCommand)
29
- .de(de_PutBucketLoggingCommand)
25
+ .sc(PutBucketLogging)
30
26
  .build() {
31
27
  }
@@ -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_PutBucketMetricsConfigurationCommand, se_PutBucketMetricsConfigurationCommand, } from "../protocols/Aws_restXml";
4
+ import { PutBucketMetricsConfiguration } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class PutBucketMetricsConfigurationCommand extends $Command
8
7
  .classBuilder()
@@ -12,15 +11,10 @@ export class PutBucketMetricsConfigurationCommand 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", "PutBucketMetricsConfiguration", {})
21
17
  .n("S3Client", "PutBucketMetricsConfigurationCommand")
22
- .f(void 0, void 0)
23
- .ser(se_PutBucketMetricsConfigurationCommand)
24
- .de(de_PutBucketMetricsConfigurationCommand)
18
+ .sc(PutBucketMetricsConfiguration)
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_PutBucketNotificationConfigurationCommand, se_PutBucketNotificationConfigurationCommand, } from "../protocols/Aws_restXml";
4
+ import { PutBucketNotificationConfiguration } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class PutBucketNotificationConfigurationCommand extends $Command
8
7
  .classBuilder()
@@ -12,15 +11,10 @@ export class PutBucketNotificationConfigurationCommand 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", "PutBucketNotificationConfiguration", {})
21
17
  .n("S3Client", "PutBucketNotificationConfigurationCommand")
22
- .f(void 0, void 0)
23
- .ser(se_PutBucketNotificationConfigurationCommand)
24
- .de(de_PutBucketNotificationConfigurationCommand)
18
+ .sc(PutBucketNotificationConfiguration)
25
19
  .build() {
26
20
  }
@@ -1,9 +1,8 @@
1
1
  import { getFlexibleChecksumsPlugin } from "@aws-sdk/middleware-flexible-checksums";
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_PutBucketOwnershipControlsCommand, se_PutBucketOwnershipControlsCommand } from "../protocols/Aws_restXml";
5
+ import { PutBucketOwnershipControls } from "../schemas/schemas_0";
7
6
  export { $Command };
8
7
  export class PutBucketOwnershipControlsCommand extends $Command
9
8
  .classBuilder()
@@ -14,7 +13,6 @@ export class PutBucketOwnershipControlsCommand 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" },
@@ -24,8 +22,6 @@ export class PutBucketOwnershipControlsCommand extends $Command
24
22
  })
25
23
  .s("AmazonS3", "PutBucketOwnershipControls", {})
26
24
  .n("S3Client", "PutBucketOwnershipControlsCommand")
27
- .f(void 0, void 0)
28
- .ser(se_PutBucketOwnershipControlsCommand)
29
- .de(de_PutBucketOwnershipControlsCommand)
25
+ .sc(PutBucketOwnershipControls)
30
26
  .build() {
31
27
  }