@aws-sdk/client-s3 3.948.0 → 3.953.0

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 (132) hide show
  1. package/dist-cjs/index.js +1410 -952
  2. package/dist-cjs/runtimeConfig.shared.js +7 -5
  3. package/dist-es/commands/AbortMultipartUploadCommand.js +2 -2
  4. package/dist-es/commands/CompleteMultipartUploadCommand.js +2 -2
  5. package/dist-es/commands/CopyObjectCommand.js +2 -2
  6. package/dist-es/commands/CreateBucketCommand.js +2 -2
  7. package/dist-es/commands/CreateBucketMetadataConfigurationCommand.js +2 -2
  8. package/dist-es/commands/CreateBucketMetadataTableConfigurationCommand.js +2 -2
  9. package/dist-es/commands/CreateMultipartUploadCommand.js +2 -2
  10. package/dist-es/commands/CreateSessionCommand.js +2 -2
  11. package/dist-es/commands/DeleteBucketAnalyticsConfigurationCommand.js +2 -2
  12. package/dist-es/commands/DeleteBucketCommand.js +2 -2
  13. package/dist-es/commands/DeleteBucketCorsCommand.js +2 -2
  14. package/dist-es/commands/DeleteBucketEncryptionCommand.js +2 -2
  15. package/dist-es/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +2 -2
  16. package/dist-es/commands/DeleteBucketInventoryConfigurationCommand.js +2 -2
  17. package/dist-es/commands/DeleteBucketLifecycleCommand.js +2 -2
  18. package/dist-es/commands/DeleteBucketMetadataConfigurationCommand.js +2 -2
  19. package/dist-es/commands/DeleteBucketMetadataTableConfigurationCommand.js +2 -2
  20. package/dist-es/commands/DeleteBucketMetricsConfigurationCommand.js +2 -2
  21. package/dist-es/commands/DeleteBucketOwnershipControlsCommand.js +2 -2
  22. package/dist-es/commands/DeleteBucketPolicyCommand.js +2 -2
  23. package/dist-es/commands/DeleteBucketReplicationCommand.js +2 -2
  24. package/dist-es/commands/DeleteBucketTaggingCommand.js +2 -2
  25. package/dist-es/commands/DeleteBucketWebsiteCommand.js +2 -2
  26. package/dist-es/commands/DeleteObjectCommand.js +2 -2
  27. package/dist-es/commands/DeleteObjectTaggingCommand.js +2 -2
  28. package/dist-es/commands/DeleteObjectsCommand.js +2 -2
  29. package/dist-es/commands/DeletePublicAccessBlockCommand.js +2 -2
  30. package/dist-es/commands/GetBucketAbacCommand.js +2 -2
  31. package/dist-es/commands/GetBucketAccelerateConfigurationCommand.js +2 -2
  32. package/dist-es/commands/GetBucketAclCommand.js +2 -2
  33. package/dist-es/commands/GetBucketAnalyticsConfigurationCommand.js +2 -2
  34. package/dist-es/commands/GetBucketCorsCommand.js +2 -2
  35. package/dist-es/commands/GetBucketEncryptionCommand.js +2 -2
  36. package/dist-es/commands/GetBucketIntelligentTieringConfigurationCommand.js +2 -2
  37. package/dist-es/commands/GetBucketInventoryConfigurationCommand.js +2 -2
  38. package/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +2 -2
  39. package/dist-es/commands/GetBucketLocationCommand.js +2 -2
  40. package/dist-es/commands/GetBucketLoggingCommand.js +2 -2
  41. package/dist-es/commands/GetBucketMetadataConfigurationCommand.js +2 -2
  42. package/dist-es/commands/GetBucketMetadataTableConfigurationCommand.js +2 -2
  43. package/dist-es/commands/GetBucketMetricsConfigurationCommand.js +2 -2
  44. package/dist-es/commands/GetBucketNotificationConfigurationCommand.js +2 -2
  45. package/dist-es/commands/GetBucketOwnershipControlsCommand.js +2 -2
  46. package/dist-es/commands/GetBucketPolicyCommand.js +2 -2
  47. package/dist-es/commands/GetBucketPolicyStatusCommand.js +2 -2
  48. package/dist-es/commands/GetBucketReplicationCommand.js +2 -2
  49. package/dist-es/commands/GetBucketRequestPaymentCommand.js +2 -2
  50. package/dist-es/commands/GetBucketTaggingCommand.js +2 -2
  51. package/dist-es/commands/GetBucketVersioningCommand.js +2 -2
  52. package/dist-es/commands/GetBucketWebsiteCommand.js +2 -2
  53. package/dist-es/commands/GetObjectAclCommand.js +2 -2
  54. package/dist-es/commands/GetObjectAttributesCommand.js +2 -2
  55. package/dist-es/commands/GetObjectCommand.js +2 -2
  56. package/dist-es/commands/GetObjectLegalHoldCommand.js +2 -2
  57. package/dist-es/commands/GetObjectLockConfigurationCommand.js +2 -2
  58. package/dist-es/commands/GetObjectRetentionCommand.js +2 -2
  59. package/dist-es/commands/GetObjectTaggingCommand.js +2 -2
  60. package/dist-es/commands/GetObjectTorrentCommand.js +2 -2
  61. package/dist-es/commands/GetPublicAccessBlockCommand.js +2 -2
  62. package/dist-es/commands/HeadBucketCommand.js +2 -2
  63. package/dist-es/commands/HeadObjectCommand.js +2 -2
  64. package/dist-es/commands/ListBucketAnalyticsConfigurationsCommand.js +2 -2
  65. package/dist-es/commands/ListBucketIntelligentTieringConfigurationsCommand.js +2 -2
  66. package/dist-es/commands/ListBucketInventoryConfigurationsCommand.js +2 -2
  67. package/dist-es/commands/ListBucketMetricsConfigurationsCommand.js +2 -2
  68. package/dist-es/commands/ListBucketsCommand.js +2 -2
  69. package/dist-es/commands/ListDirectoryBucketsCommand.js +2 -2
  70. package/dist-es/commands/ListMultipartUploadsCommand.js +2 -2
  71. package/dist-es/commands/ListObjectVersionsCommand.js +2 -2
  72. package/dist-es/commands/ListObjectsCommand.js +2 -2
  73. package/dist-es/commands/ListObjectsV2Command.js +2 -2
  74. package/dist-es/commands/ListPartsCommand.js +2 -2
  75. package/dist-es/commands/PutBucketAbacCommand.js +2 -2
  76. package/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +2 -2
  77. package/dist-es/commands/PutBucketAclCommand.js +2 -2
  78. package/dist-es/commands/PutBucketAnalyticsConfigurationCommand.js +2 -2
  79. package/dist-es/commands/PutBucketCorsCommand.js +2 -2
  80. package/dist-es/commands/PutBucketEncryptionCommand.js +2 -2
  81. package/dist-es/commands/PutBucketIntelligentTieringConfigurationCommand.js +2 -2
  82. package/dist-es/commands/PutBucketInventoryConfigurationCommand.js +2 -2
  83. package/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +2 -2
  84. package/dist-es/commands/PutBucketLoggingCommand.js +2 -2
  85. package/dist-es/commands/PutBucketMetricsConfigurationCommand.js +2 -2
  86. package/dist-es/commands/PutBucketNotificationConfigurationCommand.js +2 -2
  87. package/dist-es/commands/PutBucketOwnershipControlsCommand.js +2 -2
  88. package/dist-es/commands/PutBucketPolicyCommand.js +2 -2
  89. package/dist-es/commands/PutBucketReplicationCommand.js +2 -2
  90. package/dist-es/commands/PutBucketRequestPaymentCommand.js +2 -2
  91. package/dist-es/commands/PutBucketTaggingCommand.js +2 -2
  92. package/dist-es/commands/PutBucketVersioningCommand.js +2 -2
  93. package/dist-es/commands/PutBucketWebsiteCommand.js +2 -2
  94. package/dist-es/commands/PutObjectAclCommand.js +2 -2
  95. package/dist-es/commands/PutObjectCommand.js +2 -2
  96. package/dist-es/commands/PutObjectLegalHoldCommand.js +2 -2
  97. package/dist-es/commands/PutObjectLockConfigurationCommand.js +2 -2
  98. package/dist-es/commands/PutObjectRetentionCommand.js +2 -2
  99. package/dist-es/commands/PutObjectTaggingCommand.js +2 -2
  100. package/dist-es/commands/PutPublicAccessBlockCommand.js +2 -2
  101. package/dist-es/commands/RenameObjectCommand.js +2 -2
  102. package/dist-es/commands/RestoreObjectCommand.js +2 -2
  103. package/dist-es/commands/SelectObjectContentCommand.js +2 -2
  104. package/dist-es/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.js +2 -2
  105. package/dist-es/commands/UpdateBucketMetadataJournalTableConfigurationCommand.js +2 -2
  106. package/dist-es/commands/UploadPartCommand.js +2 -2
  107. package/dist-es/commands/UploadPartCopyCommand.js +2 -2
  108. package/dist-es/commands/WriteGetObjectResponseCommand.js +2 -2
  109. package/dist-es/index.js +1 -0
  110. package/dist-es/models/enums.js +1 -0
  111. package/dist-es/runtimeConfig.shared.js +7 -5
  112. package/dist-es/schemas/schemas_0.js +830 -823
  113. package/dist-types/S3Client.d.ts +1 -10
  114. package/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +1 -1
  115. package/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +1 -1
  116. package/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
  117. package/dist-types/index.d.ts +1 -0
  118. package/dist-types/models/enums.d.ts +1 -0
  119. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  120. package/dist-types/runtimeConfig.d.ts +6 -2
  121. package/dist-types/runtimeConfig.native.d.ts +6 -2
  122. package/dist-types/runtimeConfig.shared.d.ts +5 -1
  123. package/dist-types/schemas/schemas_0.d.ts +451 -502
  124. package/dist-types/ts3.4/S3Client.d.ts +0 -4
  125. package/dist-types/ts3.4/index.d.ts +1 -0
  126. package/dist-types/ts3.4/models/enums.d.ts +1 -0
  127. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -7
  128. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
  129. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -7
  130. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +7 -5
  131. package/dist-types/ts3.4/schemas/schemas_0.d.ts +450 -503
  132. package/package.json +50 -50
@@ -2,7 +2,7 @@ import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { GetBucketInventoryConfiguration } from "../schemas/schemas_0";
5
+ import { GetBucketInventoryConfiguration$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class GetBucketInventoryConfigurationCommand extends $Command
8
8
  .classBuilder()
@@ -16,6 +16,6 @@ export class GetBucketInventoryConfigurationCommand extends $Command
16
16
  })
17
17
  .s("AmazonS3", "GetBucketInventoryConfiguration", {})
18
18
  .n("S3Client", "GetBucketInventoryConfigurationCommand")
19
- .sc(GetBucketInventoryConfiguration)
19
+ .sc(GetBucketInventoryConfiguration$)
20
20
  .build() {
21
21
  }
@@ -2,7 +2,7 @@ import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { GetBucketLifecycleConfiguration } from "../schemas/schemas_0";
5
+ import { GetBucketLifecycleConfiguration$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class GetBucketLifecycleConfigurationCommand extends $Command
8
8
  .classBuilder()
@@ -16,6 +16,6 @@ export class GetBucketLifecycleConfigurationCommand extends $Command
16
16
  })
17
17
  .s("AmazonS3", "GetBucketLifecycleConfiguration", {})
18
18
  .n("S3Client", "GetBucketLifecycleConfigurationCommand")
19
- .sc(GetBucketLifecycleConfiguration)
19
+ .sc(GetBucketLifecycleConfiguration$)
20
20
  .build() {
21
21
  }
@@ -2,7 +2,7 @@ import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { GetBucketLocation } from "../schemas/schemas_0";
5
+ import { GetBucketLocation$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class GetBucketLocationCommand extends $Command
8
8
  .classBuilder()
@@ -16,6 +16,6 @@ export class GetBucketLocationCommand extends $Command
16
16
  })
17
17
  .s("AmazonS3", "GetBucketLocation", {})
18
18
  .n("S3Client", "GetBucketLocationCommand")
19
- .sc(GetBucketLocation)
19
+ .sc(GetBucketLocation$)
20
20
  .build() {
21
21
  }
@@ -2,7 +2,7 @@ import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { GetBucketLogging } from "../schemas/schemas_0";
5
+ import { GetBucketLogging$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class GetBucketLoggingCommand extends $Command
8
8
  .classBuilder()
@@ -16,6 +16,6 @@ export class GetBucketLoggingCommand extends $Command
16
16
  })
17
17
  .s("AmazonS3", "GetBucketLogging", {})
18
18
  .n("S3Client", "GetBucketLoggingCommand")
19
- .sc(GetBucketLogging)
19
+ .sc(GetBucketLogging$)
20
20
  .build() {
21
21
  }
@@ -2,7 +2,7 @@ import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { GetBucketMetadataConfiguration } from "../schemas/schemas_0";
5
+ import { GetBucketMetadataConfiguration$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class GetBucketMetadataConfigurationCommand extends $Command
8
8
  .classBuilder()
@@ -16,6 +16,6 @@ export class GetBucketMetadataConfigurationCommand extends $Command
16
16
  })
17
17
  .s("AmazonS3", "GetBucketMetadataConfiguration", {})
18
18
  .n("S3Client", "GetBucketMetadataConfigurationCommand")
19
- .sc(GetBucketMetadataConfiguration)
19
+ .sc(GetBucketMetadataConfiguration$)
20
20
  .build() {
21
21
  }
@@ -2,7 +2,7 @@ import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { GetBucketMetadataTableConfiguration } from "../schemas/schemas_0";
5
+ import { GetBucketMetadataTableConfiguration$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class GetBucketMetadataTableConfigurationCommand extends $Command
8
8
  .classBuilder()
@@ -16,6 +16,6 @@ export class GetBucketMetadataTableConfigurationCommand extends $Command
16
16
  })
17
17
  .s("AmazonS3", "GetBucketMetadataTableConfiguration", {})
18
18
  .n("S3Client", "GetBucketMetadataTableConfigurationCommand")
19
- .sc(GetBucketMetadataTableConfiguration)
19
+ .sc(GetBucketMetadataTableConfiguration$)
20
20
  .build() {
21
21
  }
@@ -2,7 +2,7 @@ import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { GetBucketMetricsConfiguration } from "../schemas/schemas_0";
5
+ import { GetBucketMetricsConfiguration$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class GetBucketMetricsConfigurationCommand extends $Command
8
8
  .classBuilder()
@@ -16,6 +16,6 @@ export class GetBucketMetricsConfigurationCommand extends $Command
16
16
  })
17
17
  .s("AmazonS3", "GetBucketMetricsConfiguration", {})
18
18
  .n("S3Client", "GetBucketMetricsConfigurationCommand")
19
- .sc(GetBucketMetricsConfiguration)
19
+ .sc(GetBucketMetricsConfiguration$)
20
20
  .build() {
21
21
  }
@@ -2,7 +2,7 @@ import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { GetBucketNotificationConfiguration } from "../schemas/schemas_0";
5
+ import { GetBucketNotificationConfiguration$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class GetBucketNotificationConfigurationCommand extends $Command
8
8
  .classBuilder()
@@ -16,6 +16,6 @@ export class GetBucketNotificationConfigurationCommand extends $Command
16
16
  })
17
17
  .s("AmazonS3", "GetBucketNotificationConfiguration", {})
18
18
  .n("S3Client", "GetBucketNotificationConfigurationCommand")
19
- .sc(GetBucketNotificationConfiguration)
19
+ .sc(GetBucketNotificationConfiguration$)
20
20
  .build() {
21
21
  }
@@ -2,7 +2,7 @@ import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { GetBucketOwnershipControls } from "../schemas/schemas_0";
5
+ import { GetBucketOwnershipControls$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class GetBucketOwnershipControlsCommand extends $Command
8
8
  .classBuilder()
@@ -16,6 +16,6 @@ export class GetBucketOwnershipControlsCommand extends $Command
16
16
  })
17
17
  .s("AmazonS3", "GetBucketOwnershipControls", {})
18
18
  .n("S3Client", "GetBucketOwnershipControlsCommand")
19
- .sc(GetBucketOwnershipControls)
19
+ .sc(GetBucketOwnershipControls$)
20
20
  .build() {
21
21
  }
@@ -2,7 +2,7 @@ import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { GetBucketPolicy } from "../schemas/schemas_0";
5
+ import { GetBucketPolicy$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class GetBucketPolicyCommand extends $Command
8
8
  .classBuilder()
@@ -16,6 +16,6 @@ export class GetBucketPolicyCommand extends $Command
16
16
  })
17
17
  .s("AmazonS3", "GetBucketPolicy", {})
18
18
  .n("S3Client", "GetBucketPolicyCommand")
19
- .sc(GetBucketPolicy)
19
+ .sc(GetBucketPolicy$)
20
20
  .build() {
21
21
  }
@@ -2,7 +2,7 @@ import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { GetBucketPolicyStatus } from "../schemas/schemas_0";
5
+ import { GetBucketPolicyStatus$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class GetBucketPolicyStatusCommand extends $Command
8
8
  .classBuilder()
@@ -16,6 +16,6 @@ export class GetBucketPolicyStatusCommand extends $Command
16
16
  })
17
17
  .s("AmazonS3", "GetBucketPolicyStatus", {})
18
18
  .n("S3Client", "GetBucketPolicyStatusCommand")
19
- .sc(GetBucketPolicyStatus)
19
+ .sc(GetBucketPolicyStatus$)
20
20
  .build() {
21
21
  }
@@ -2,7 +2,7 @@ import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { GetBucketReplication } from "../schemas/schemas_0";
5
+ import { GetBucketReplication$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class GetBucketReplicationCommand extends $Command
8
8
  .classBuilder()
@@ -16,6 +16,6 @@ export class GetBucketReplicationCommand extends $Command
16
16
  })
17
17
  .s("AmazonS3", "GetBucketReplication", {})
18
18
  .n("S3Client", "GetBucketReplicationCommand")
19
- .sc(GetBucketReplication)
19
+ .sc(GetBucketReplication$)
20
20
  .build() {
21
21
  }
@@ -2,7 +2,7 @@ import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { GetBucketRequestPayment } from "../schemas/schemas_0";
5
+ import { GetBucketRequestPayment$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class GetBucketRequestPaymentCommand extends $Command
8
8
  .classBuilder()
@@ -16,6 +16,6 @@ export class GetBucketRequestPaymentCommand extends $Command
16
16
  })
17
17
  .s("AmazonS3", "GetBucketRequestPayment", {})
18
18
  .n("S3Client", "GetBucketRequestPaymentCommand")
19
- .sc(GetBucketRequestPayment)
19
+ .sc(GetBucketRequestPayment$)
20
20
  .build() {
21
21
  }
@@ -2,7 +2,7 @@ import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { GetBucketTagging } from "../schemas/schemas_0";
5
+ import { GetBucketTagging$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class GetBucketTaggingCommand extends $Command
8
8
  .classBuilder()
@@ -16,6 +16,6 @@ export class GetBucketTaggingCommand extends $Command
16
16
  })
17
17
  .s("AmazonS3", "GetBucketTagging", {})
18
18
  .n("S3Client", "GetBucketTaggingCommand")
19
- .sc(GetBucketTagging)
19
+ .sc(GetBucketTagging$)
20
20
  .build() {
21
21
  }
@@ -2,7 +2,7 @@ import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { GetBucketVersioning } from "../schemas/schemas_0";
5
+ import { GetBucketVersioning$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class GetBucketVersioningCommand extends $Command
8
8
  .classBuilder()
@@ -16,6 +16,6 @@ export class GetBucketVersioningCommand extends $Command
16
16
  })
17
17
  .s("AmazonS3", "GetBucketVersioning", {})
18
18
  .n("S3Client", "GetBucketVersioningCommand")
19
- .sc(GetBucketVersioning)
19
+ .sc(GetBucketVersioning$)
20
20
  .build() {
21
21
  }
@@ -2,7 +2,7 @@ import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { GetBucketWebsite } from "../schemas/schemas_0";
5
+ import { GetBucketWebsite$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class GetBucketWebsiteCommand extends $Command
8
8
  .classBuilder()
@@ -16,6 +16,6 @@ export class GetBucketWebsiteCommand extends $Command
16
16
  })
17
17
  .s("AmazonS3", "GetBucketWebsite", {})
18
18
  .n("S3Client", "GetBucketWebsiteCommand")
19
- .sc(GetBucketWebsite)
19
+ .sc(GetBucketWebsite$)
20
20
  .build() {
21
21
  }
@@ -2,7 +2,7 @@ import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { GetObjectAcl } from "../schemas/schemas_0";
5
+ import { GetObjectAcl$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class GetObjectAclCommand extends $Command
8
8
  .classBuilder()
@@ -16,6 +16,6 @@ export class GetObjectAclCommand extends $Command
16
16
  })
17
17
  .s("AmazonS3", "GetObjectAcl", {})
18
18
  .n("S3Client", "GetObjectAclCommand")
19
- .sc(GetObjectAcl)
19
+ .sc(GetObjectAcl$)
20
20
  .build() {
21
21
  }
@@ -3,7 +3,7 @@ import { getSsecPlugin } from "@aws-sdk/middleware-ssec";
3
3
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
4
4
  import { Command as $Command } from "@smithy/smithy-client";
5
5
  import { commonParams } from "../endpoint/EndpointParameters";
6
- import { GetObjectAttributes } from "../schemas/schemas_0";
6
+ import { GetObjectAttributes$ } from "../schemas/schemas_0";
7
7
  export { $Command };
8
8
  export class GetObjectAttributesCommand extends $Command
9
9
  .classBuilder()
@@ -20,6 +20,6 @@ export class GetObjectAttributesCommand extends $Command
20
20
  })
21
21
  .s("AmazonS3", "GetObjectAttributes", {})
22
22
  .n("S3Client", "GetObjectAttributesCommand")
23
- .sc(GetObjectAttributes)
23
+ .sc(GetObjectAttributes$)
24
24
  .build() {
25
25
  }
@@ -4,7 +4,7 @@ import { getSsecPlugin } from "@aws-sdk/middleware-ssec";
4
4
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
5
5
  import { Command as $Command } from "@smithy/smithy-client";
6
6
  import { commonParams } from "../endpoint/EndpointParameters";
7
- import { GetObject } from "../schemas/schemas_0";
7
+ import { GetObject$ } from "../schemas/schemas_0";
8
8
  export { $Command };
9
9
  export class GetObjectCommand extends $Command
10
10
  .classBuilder()
@@ -27,6 +27,6 @@ export class GetObjectCommand extends $Command
27
27
  })
28
28
  .s("AmazonS3", "GetObject", {})
29
29
  .n("S3Client", "GetObjectCommand")
30
- .sc(GetObject)
30
+ .sc(GetObject$)
31
31
  .build() {
32
32
  }
@@ -2,7 +2,7 @@ import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { GetObjectLegalHold } from "../schemas/schemas_0";
5
+ import { GetObjectLegalHold$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class GetObjectLegalHoldCommand extends $Command
8
8
  .classBuilder()
@@ -15,6 +15,6 @@ export class GetObjectLegalHoldCommand extends $Command
15
15
  })
16
16
  .s("AmazonS3", "GetObjectLegalHold", {})
17
17
  .n("S3Client", "GetObjectLegalHoldCommand")
18
- .sc(GetObjectLegalHold)
18
+ .sc(GetObjectLegalHold$)
19
19
  .build() {
20
20
  }
@@ -2,7 +2,7 @@ import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { GetObjectLockConfiguration } from "../schemas/schemas_0";
5
+ import { GetObjectLockConfiguration$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class GetObjectLockConfigurationCommand extends $Command
8
8
  .classBuilder()
@@ -15,6 +15,6 @@ export class GetObjectLockConfigurationCommand extends $Command
15
15
  })
16
16
  .s("AmazonS3", "GetObjectLockConfiguration", {})
17
17
  .n("S3Client", "GetObjectLockConfigurationCommand")
18
- .sc(GetObjectLockConfiguration)
18
+ .sc(GetObjectLockConfiguration$)
19
19
  .build() {
20
20
  }
@@ -2,7 +2,7 @@ import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { GetObjectRetention } from "../schemas/schemas_0";
5
+ import { GetObjectRetention$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class GetObjectRetentionCommand extends $Command
8
8
  .classBuilder()
@@ -15,6 +15,6 @@ export class GetObjectRetentionCommand extends $Command
15
15
  })
16
16
  .s("AmazonS3", "GetObjectRetention", {})
17
17
  .n("S3Client", "GetObjectRetentionCommand")
18
- .sc(GetObjectRetention)
18
+ .sc(GetObjectRetention$)
19
19
  .build() {
20
20
  }
@@ -2,7 +2,7 @@ import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { GetObjectTagging } from "../schemas/schemas_0";
5
+ import { GetObjectTagging$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class GetObjectTaggingCommand extends $Command
8
8
  .classBuilder()
@@ -15,6 +15,6 @@ export class GetObjectTaggingCommand extends $Command
15
15
  })
16
16
  .s("AmazonS3", "GetObjectTagging", {})
17
17
  .n("S3Client", "GetObjectTaggingCommand")
18
- .sc(GetObjectTagging)
18
+ .sc(GetObjectTagging$)
19
19
  .build() {
20
20
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetObjectTorrent } from "../schemas/schemas_0";
4
+ import { GetObjectTorrent$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetObjectTorrentCommand extends $Command
7
7
  .classBuilder()
@@ -14,6 +14,6 @@ export class GetObjectTorrentCommand extends $Command
14
14
  })
15
15
  .s("AmazonS3", "GetObjectTorrent", {})
16
16
  .n("S3Client", "GetObjectTorrentCommand")
17
- .sc(GetObjectTorrent)
17
+ .sc(GetObjectTorrent$)
18
18
  .build() {
19
19
  }
@@ -2,7 +2,7 @@ import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { GetPublicAccessBlock } from "../schemas/schemas_0";
5
+ import { GetPublicAccessBlock$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class GetPublicAccessBlockCommand extends $Command
8
8
  .classBuilder()
@@ -16,6 +16,6 @@ export class GetPublicAccessBlockCommand extends $Command
16
16
  })
17
17
  .s("AmazonS3", "GetPublicAccessBlock", {})
18
18
  .n("S3Client", "GetPublicAccessBlockCommand")
19
- .sc(GetPublicAccessBlock)
19
+ .sc(GetPublicAccessBlock$)
20
20
  .build() {
21
21
  }
@@ -2,7 +2,7 @@ import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { HeadBucket } from "../schemas/schemas_0";
5
+ import { HeadBucket$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class HeadBucketCommand extends $Command
8
8
  .classBuilder()
@@ -15,6 +15,6 @@ export class HeadBucketCommand extends $Command
15
15
  })
16
16
  .s("AmazonS3", "HeadBucket", {})
17
17
  .n("S3Client", "HeadBucketCommand")
18
- .sc(HeadBucket)
18
+ .sc(HeadBucket$)
19
19
  .build() {
20
20
  }
@@ -3,7 +3,7 @@ import { getSsecPlugin } from "@aws-sdk/middleware-ssec";
3
3
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
4
4
  import { Command as $Command } from "@smithy/smithy-client";
5
5
  import { commonParams } from "../endpoint/EndpointParameters";
6
- import { HeadObject } from "../schemas/schemas_0";
6
+ import { HeadObject$ } from "../schemas/schemas_0";
7
7
  export { $Command };
8
8
  export class HeadObjectCommand extends $Command
9
9
  .classBuilder()
@@ -22,6 +22,6 @@ export class HeadObjectCommand extends $Command
22
22
  })
23
23
  .s("AmazonS3", "HeadObject", {})
24
24
  .n("S3Client", "HeadObjectCommand")
25
- .sc(HeadObject)
25
+ .sc(HeadObject$)
26
26
  .build() {
27
27
  }
@@ -2,7 +2,7 @@ import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ListBucketAnalyticsConfigurations } from "../schemas/schemas_0";
5
+ import { ListBucketAnalyticsConfigurations$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class ListBucketAnalyticsConfigurationsCommand extends $Command
8
8
  .classBuilder()
@@ -16,6 +16,6 @@ export class ListBucketAnalyticsConfigurationsCommand extends $Command
16
16
  })
17
17
  .s("AmazonS3", "ListBucketAnalyticsConfigurations", {})
18
18
  .n("S3Client", "ListBucketAnalyticsConfigurationsCommand")
19
- .sc(ListBucketAnalyticsConfigurations)
19
+ .sc(ListBucketAnalyticsConfigurations$)
20
20
  .build() {
21
21
  }
@@ -2,7 +2,7 @@ import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ListBucketIntelligentTieringConfigurations } from "../schemas/schemas_0";
5
+ import { ListBucketIntelligentTieringConfigurations$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class ListBucketIntelligentTieringConfigurationsCommand extends $Command
8
8
  .classBuilder()
@@ -16,6 +16,6 @@ export class ListBucketIntelligentTieringConfigurationsCommand extends $Command
16
16
  })
17
17
  .s("AmazonS3", "ListBucketIntelligentTieringConfigurations", {})
18
18
  .n("S3Client", "ListBucketIntelligentTieringConfigurationsCommand")
19
- .sc(ListBucketIntelligentTieringConfigurations)
19
+ .sc(ListBucketIntelligentTieringConfigurations$)
20
20
  .build() {
21
21
  }
@@ -2,7 +2,7 @@ import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ListBucketInventoryConfigurations } from "../schemas/schemas_0";
5
+ import { ListBucketInventoryConfigurations$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class ListBucketInventoryConfigurationsCommand extends $Command
8
8
  .classBuilder()
@@ -16,6 +16,6 @@ export class ListBucketInventoryConfigurationsCommand extends $Command
16
16
  })
17
17
  .s("AmazonS3", "ListBucketInventoryConfigurations", {})
18
18
  .n("S3Client", "ListBucketInventoryConfigurationsCommand")
19
- .sc(ListBucketInventoryConfigurations)
19
+ .sc(ListBucketInventoryConfigurations$)
20
20
  .build() {
21
21
  }
@@ -2,7 +2,7 @@ import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ListBucketMetricsConfigurations } from "../schemas/schemas_0";
5
+ import { ListBucketMetricsConfigurations$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class ListBucketMetricsConfigurationsCommand extends $Command
8
8
  .classBuilder()
@@ -15,6 +15,6 @@ export class ListBucketMetricsConfigurationsCommand extends $Command
15
15
  })
16
16
  .s("AmazonS3", "ListBucketMetricsConfigurations", {})
17
17
  .n("S3Client", "ListBucketMetricsConfigurationsCommand")
18
- .sc(ListBucketMetricsConfigurations)
18
+ .sc(ListBucketMetricsConfigurations$)
19
19
  .build() {
20
20
  }
@@ -2,7 +2,7 @@ import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ListBuckets } from "../schemas/schemas_0";
5
+ import { ListBuckets$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class ListBucketsCommand extends $Command
8
8
  .classBuilder()
@@ -12,6 +12,6 @@ export class ListBucketsCommand extends $Command
12
12
  })
13
13
  .s("AmazonS3", "ListBuckets", {})
14
14
  .n("S3Client", "ListBucketsCommand")
15
- .sc(ListBuckets)
15
+ .sc(ListBuckets$)
16
16
  .build() {
17
17
  }
@@ -2,7 +2,7 @@ import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ListDirectoryBuckets } from "../schemas/schemas_0";
5
+ import { ListDirectoryBuckets$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class ListDirectoryBucketsCommand extends $Command
8
8
  .classBuilder()
@@ -15,6 +15,6 @@ export class ListDirectoryBucketsCommand extends $Command
15
15
  })
16
16
  .s("AmazonS3", "ListDirectoryBuckets", {})
17
17
  .n("S3Client", "ListDirectoryBucketsCommand")
18
- .sc(ListDirectoryBuckets)
18
+ .sc(ListDirectoryBuckets$)
19
19
  .build() {
20
20
  }
@@ -2,7 +2,7 @@ import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ListMultipartUploads } from "../schemas/schemas_0";
5
+ import { ListMultipartUploads$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class ListMultipartUploadsCommand extends $Command
8
8
  .classBuilder()
@@ -16,6 +16,6 @@ export class ListMultipartUploadsCommand extends $Command
16
16
  })
17
17
  .s("AmazonS3", "ListMultipartUploads", {})
18
18
  .n("S3Client", "ListMultipartUploadsCommand")
19
- .sc(ListMultipartUploads)
19
+ .sc(ListMultipartUploads$)
20
20
  .build() {
21
21
  }
@@ -2,7 +2,7 @@ import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ListObjectVersions } from "../schemas/schemas_0";
5
+ import { ListObjectVersions$ } from "../schemas/schemas_0";
6
6
  export { $Command };
7
7
  export class ListObjectVersionsCommand extends $Command
8
8
  .classBuilder()
@@ -16,6 +16,6 @@ export class ListObjectVersionsCommand extends $Command
16
16
  })
17
17
  .s("AmazonS3", "ListObjectVersions", {})
18
18
  .n("S3Client", "ListObjectVersionsCommand")
19
- .sc(ListObjectVersions)
19
+ .sc(ListObjectVersions$)
20
20
  .build() {
21
21
  }