@aws-sdk/client-s3 3.929.0 → 3.931.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 (131) hide show
  1. package/dist-cjs/index.js +9984 -8599
  2. package/dist-cjs/runtimeConfig.shared.js +6 -0
  3. package/dist-es/S3Client.js +2 -0
  4. package/dist-es/commands/AbortMultipartUploadCommand.js +3 -10
  5. package/dist-es/commands/CompleteMultipartUploadCommand.js +2 -7
  6. package/dist-es/commands/CopyObjectCommand.js +2 -7
  7. package/dist-es/commands/CreateBucketCommand.js +2 -6
  8. package/dist-es/commands/CreateBucketMetadataConfigurationCommand.js +2 -6
  9. package/dist-es/commands/CreateBucketMetadataTableConfigurationCommand.js +2 -6
  10. package/dist-es/commands/CreateMultipartUploadCommand.js +2 -7
  11. package/dist-es/commands/CreateSessionCommand.js +3 -11
  12. package/dist-es/commands/DeleteBucketAnalyticsConfigurationCommand.js +3 -9
  13. package/dist-es/commands/DeleteBucketCommand.js +3 -9
  14. package/dist-es/commands/DeleteBucketCorsCommand.js +3 -9
  15. package/dist-es/commands/DeleteBucketEncryptionCommand.js +3 -9
  16. package/dist-es/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +3 -9
  17. package/dist-es/commands/DeleteBucketInventoryConfigurationCommand.js +3 -9
  18. package/dist-es/commands/DeleteBucketLifecycleCommand.js +3 -9
  19. package/dist-es/commands/DeleteBucketMetadataConfigurationCommand.js +3 -9
  20. package/dist-es/commands/DeleteBucketMetadataTableConfigurationCommand.js +3 -9
  21. package/dist-es/commands/DeleteBucketMetricsConfigurationCommand.js +3 -9
  22. package/dist-es/commands/DeleteBucketOwnershipControlsCommand.js +3 -9
  23. package/dist-es/commands/DeleteBucketPolicyCommand.js +3 -9
  24. package/dist-es/commands/DeleteBucketReplicationCommand.js +3 -9
  25. package/dist-es/commands/DeleteBucketTaggingCommand.js +3 -9
  26. package/dist-es/commands/DeleteBucketWebsiteCommand.js +3 -9
  27. package/dist-es/commands/DeleteObjectCommand.js +3 -10
  28. package/dist-es/commands/DeleteObjectTaggingCommand.js +3 -10
  29. package/dist-es/commands/DeleteObjectsCommand.js +2 -6
  30. package/dist-es/commands/DeletePublicAccessBlockCommand.js +3 -9
  31. package/dist-es/commands/GetBucketAccelerateConfigurationCommand.js +3 -10
  32. package/dist-es/commands/GetBucketAclCommand.js +3 -10
  33. package/dist-es/commands/GetBucketAnalyticsConfigurationCommand.js +3 -10
  34. package/dist-es/commands/GetBucketCorsCommand.js +3 -10
  35. package/dist-es/commands/GetBucketEncryptionCommand.js +3 -11
  36. package/dist-es/commands/GetBucketIntelligentTieringConfigurationCommand.js +3 -10
  37. package/dist-es/commands/GetBucketInventoryConfigurationCommand.js +3 -11
  38. package/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +3 -10
  39. package/dist-es/commands/GetBucketLocationCommand.js +3 -10
  40. package/dist-es/commands/GetBucketLoggingCommand.js +3 -10
  41. package/dist-es/commands/GetBucketMetadataConfigurationCommand.js +3 -10
  42. package/dist-es/commands/GetBucketMetadataTableConfigurationCommand.js +3 -10
  43. package/dist-es/commands/GetBucketMetricsConfigurationCommand.js +3 -10
  44. package/dist-es/commands/GetBucketNotificationConfigurationCommand.js +3 -10
  45. package/dist-es/commands/GetBucketOwnershipControlsCommand.js +3 -10
  46. package/dist-es/commands/GetBucketPolicyCommand.js +3 -10
  47. package/dist-es/commands/GetBucketPolicyStatusCommand.js +3 -10
  48. package/dist-es/commands/GetBucketReplicationCommand.js +3 -10
  49. package/dist-es/commands/GetBucketRequestPaymentCommand.js +3 -10
  50. package/dist-es/commands/GetBucketTaggingCommand.js +3 -10
  51. package/dist-es/commands/GetBucketVersioningCommand.js +3 -10
  52. package/dist-es/commands/GetBucketWebsiteCommand.js +3 -10
  53. package/dist-es/commands/GetObjectAclCommand.js +3 -10
  54. package/dist-es/commands/GetObjectAttributesCommand.js +2 -7
  55. package/dist-es/commands/GetObjectCommand.js +2 -7
  56. package/dist-es/commands/GetObjectLegalHoldCommand.js +3 -10
  57. package/dist-es/commands/GetObjectLockConfigurationCommand.js +3 -10
  58. package/dist-es/commands/GetObjectRetentionCommand.js +3 -10
  59. package/dist-es/commands/GetObjectTaggingCommand.js +3 -10
  60. package/dist-es/commands/GetObjectTorrentCommand.js +3 -10
  61. package/dist-es/commands/GetPublicAccessBlockCommand.js +3 -10
  62. package/dist-es/commands/HeadBucketCommand.js +3 -10
  63. package/dist-es/commands/HeadObjectCommand.js +2 -7
  64. package/dist-es/commands/ListBucketAnalyticsConfigurationsCommand.js +3 -10
  65. package/dist-es/commands/ListBucketIntelligentTieringConfigurationsCommand.js +3 -10
  66. package/dist-es/commands/ListBucketInventoryConfigurationsCommand.js +3 -11
  67. package/dist-es/commands/ListBucketMetricsConfigurationsCommand.js +3 -10
  68. package/dist-es/commands/ListBucketsCommand.js +3 -10
  69. package/dist-es/commands/ListDirectoryBucketsCommand.js +3 -10
  70. package/dist-es/commands/ListMultipartUploadsCommand.js +3 -10
  71. package/dist-es/commands/ListObjectVersionsCommand.js +3 -10
  72. package/dist-es/commands/ListObjectsCommand.js +3 -10
  73. package/dist-es/commands/ListObjectsV2Command.js +3 -10
  74. package/dist-es/commands/ListPartsCommand.js +2 -7
  75. package/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +2 -6
  76. package/dist-es/commands/PutBucketAclCommand.js +2 -6
  77. package/dist-es/commands/PutBucketAnalyticsConfigurationCommand.js +3 -9
  78. package/dist-es/commands/PutBucketCorsCommand.js +2 -6
  79. package/dist-es/commands/PutBucketEncryptionCommand.js +2 -7
  80. package/dist-es/commands/PutBucketIntelligentTieringConfigurationCommand.js +3 -9
  81. package/dist-es/commands/PutBucketInventoryConfigurationCommand.js +3 -10
  82. package/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +2 -6
  83. package/dist-es/commands/PutBucketLoggingCommand.js +2 -6
  84. package/dist-es/commands/PutBucketMetricsConfigurationCommand.js +3 -9
  85. package/dist-es/commands/PutBucketNotificationConfigurationCommand.js +3 -9
  86. package/dist-es/commands/PutBucketOwnershipControlsCommand.js +2 -6
  87. package/dist-es/commands/PutBucketPolicyCommand.js +2 -6
  88. package/dist-es/commands/PutBucketReplicationCommand.js +2 -6
  89. package/dist-es/commands/PutBucketRequestPaymentCommand.js +2 -6
  90. package/dist-es/commands/PutBucketTaggingCommand.js +2 -6
  91. package/dist-es/commands/PutBucketVersioningCommand.js +2 -6
  92. package/dist-es/commands/PutBucketWebsiteCommand.js +2 -6
  93. package/dist-es/commands/PutObjectAclCommand.js +2 -6
  94. package/dist-es/commands/PutObjectCommand.js +2 -7
  95. package/dist-es/commands/PutObjectLegalHoldCommand.js +2 -6
  96. package/dist-es/commands/PutObjectLockConfigurationCommand.js +2 -6
  97. package/dist-es/commands/PutObjectRetentionCommand.js +2 -6
  98. package/dist-es/commands/PutObjectTaggingCommand.js +2 -6
  99. package/dist-es/commands/PutPublicAccessBlockCommand.js +2 -6
  100. package/dist-es/commands/RenameObjectCommand.js +3 -10
  101. package/dist-es/commands/RestoreObjectCommand.js +2 -7
  102. package/dist-es/commands/SelectObjectContentCommand.js +2 -7
  103. package/dist-es/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.js +2 -6
  104. package/dist-es/commands/UpdateBucketMetadataJournalTableConfigurationCommand.js +2 -6
  105. package/dist-es/commands/UploadPartCommand.js +2 -7
  106. package/dist-es/commands/UploadPartCopyCommand.js +2 -7
  107. package/dist-es/commands/WriteGetObjectResponseCommand.js +3 -10
  108. package/dist-es/models/models_0.js +0 -151
  109. package/dist-es/models/models_1.js +0 -108
  110. package/dist-es/runtimeConfig.shared.js +6 -0
  111. package/dist-es/schemas/schemas_0.js +10281 -0
  112. package/dist-types/S3Client.d.ts +10 -1
  113. package/dist-types/models/models_0.d.ts +8 -106
  114. package/dist-types/models/models_1.d.ts +4 -73
  115. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  116. package/dist-types/runtimeConfig.d.ts +1 -0
  117. package/dist-types/runtimeConfig.native.d.ts +1 -0
  118. package/dist-types/runtimeConfig.shared.d.ts +2 -0
  119. package/dist-types/schemas/schemas_0.d.ts +494 -0
  120. package/dist-types/ts3.4/S3Client.d.ts +4 -0
  121. package/dist-types/ts3.4/models/models_0.d.ts +0 -78
  122. package/dist-types/ts3.4/models/models_1.d.ts +0 -54
  123. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +6 -0
  124. package/dist-types/ts3.4/runtimeConfig.d.ts +6 -0
  125. package/dist-types/ts3.4/runtimeConfig.native.d.ts +6 -0
  126. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +7 -0
  127. package/dist-types/ts3.4/schemas/schemas_0.d.ts +500 -0
  128. package/package.json +49 -51
  129. package/dist-es/protocols/Aws_restXml.js +0 -8103
  130. package/dist-types/protocols/Aws_restXml.d.ts +0 -938
  131. package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +0 -1257
@@ -9,7 +9,7 @@ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-
9
9
  import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
10
10
  import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
11
11
  import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
12
- import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, EventStreamSerdeProvider as __EventStreamSerdeProvider, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, SdkStreamMixinInjector as __SdkStreamMixinInjector, StreamCollector as __StreamCollector, StreamHasher as __StreamHasher, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
12
+ import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, EventStreamSerdeProvider as __EventStreamSerdeProvider, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, SdkStreamMixinInjector as __SdkStreamMixinInjector, StreamCollector as __StreamCollector, StreamHasher as __StreamHasher, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
13
13
  import { Readable } from "stream";
14
14
  import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
15
15
  import { AbortMultipartUploadCommandInput, AbortMultipartUploadCommandOutput } from "./commands/AbortMultipartUploadCommand";
@@ -273,6 +273,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
273
273
  * Optional extensions
274
274
  */
275
275
  extensions?: RuntimeExtension[];
276
+ /**
277
+ * The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
278
+ * may be overridden. A default will always be set by the client.
279
+ * Available options depend on the service's supported protocols and will not be validated by
280
+ * the client.
281
+ * @alpha
282
+ *
283
+ */
284
+ protocol?: ClientProtocol<HttpRequest, HttpResponse>;
276
285
  /**
277
286
  * The function that provides necessary utilities for generating and parsing event stream
278
287
  */
@@ -6103,13 +6103,16 @@ export declare namespace AnalyticsFilter {
6103
6103
  And?: never;
6104
6104
  $unknown: [string, any];
6105
6105
  }
6106
+ /**
6107
+ * @deprecated unused in schema-serde mode.
6108
+ *
6109
+ */
6106
6110
  interface Visitor<T> {
6107
6111
  Prefix: (value: string) => T;
6108
6112
  Tag: (value: Tag) => T;
6109
6113
  And: (value: AnalyticsAndOperator) => T;
6110
6114
  _: (name: string, value: any) => T;
6111
6115
  }
6112
- const visit: <T>(value: AnalyticsFilter, visitor: Visitor<T>) => T;
6113
6116
  }
6114
6117
  /**
6115
6118
  * @public
@@ -8251,6 +8254,10 @@ export declare namespace MetricsFilter {
8251
8254
  And?: never;
8252
8255
  $unknown: [string, any];
8253
8256
  }
8257
+ /**
8258
+ * @deprecated unused in schema-serde mode.
8259
+ *
8260
+ */
8254
8261
  interface Visitor<T> {
8255
8262
  Prefix: (value: string) => T;
8256
8263
  Tag: (value: Tag) => T;
@@ -8258,7 +8265,6 @@ export declare namespace MetricsFilter {
8258
8265
  And: (value: MetricsAndOperator) => T;
8259
8266
  _: (name: string, value: any) => T;
8260
8267
  }
8261
- const visit: <T>(value: MetricsFilter, visitor: Visitor<T>) => T;
8262
8268
  }
8263
8269
  /**
8264
8270
  * <p>Specifies a metrics configuration for the CloudWatch request metrics (specified by the metrics
@@ -12519,107 +12525,3 @@ export interface RestoreStatus {
12519
12525
  */
12520
12526
  RestoreExpiryDate?: Date | undefined;
12521
12527
  }
12522
- /**
12523
- * @internal
12524
- */
12525
- export declare const CompleteMultipartUploadOutputFilterSensitiveLog: (obj: CompleteMultipartUploadOutput) => any;
12526
- /**
12527
- * @internal
12528
- */
12529
- export declare const CompleteMultipartUploadRequestFilterSensitiveLog: (obj: CompleteMultipartUploadRequest) => any;
12530
- /**
12531
- * @internal
12532
- */
12533
- export declare const CopyObjectOutputFilterSensitiveLog: (obj: CopyObjectOutput) => any;
12534
- /**
12535
- * @internal
12536
- */
12537
- export declare const CopyObjectRequestFilterSensitiveLog: (obj: CopyObjectRequest) => any;
12538
- /**
12539
- * @internal
12540
- */
12541
- export declare const CreateMultipartUploadOutputFilterSensitiveLog: (obj: CreateMultipartUploadOutput) => any;
12542
- /**
12543
- * @internal
12544
- */
12545
- export declare const CreateMultipartUploadRequestFilterSensitiveLog: (obj: CreateMultipartUploadRequest) => any;
12546
- /**
12547
- * @internal
12548
- */
12549
- export declare const SessionCredentialsFilterSensitiveLog: (obj: SessionCredentials) => any;
12550
- /**
12551
- * @internal
12552
- */
12553
- export declare const CreateSessionOutputFilterSensitiveLog: (obj: CreateSessionOutput) => any;
12554
- /**
12555
- * @internal
12556
- */
12557
- export declare const CreateSessionRequestFilterSensitiveLog: (obj: CreateSessionRequest) => any;
12558
- /**
12559
- * @internal
12560
- */
12561
- export declare const ServerSideEncryptionByDefaultFilterSensitiveLog: (obj: ServerSideEncryptionByDefault) => any;
12562
- /**
12563
- * @internal
12564
- */
12565
- export declare const ServerSideEncryptionRuleFilterSensitiveLog: (obj: ServerSideEncryptionRule) => any;
12566
- /**
12567
- * @internal
12568
- */
12569
- export declare const ServerSideEncryptionConfigurationFilterSensitiveLog: (obj: ServerSideEncryptionConfiguration) => any;
12570
- /**
12571
- * @internal
12572
- */
12573
- export declare const GetBucketEncryptionOutputFilterSensitiveLog: (obj: GetBucketEncryptionOutput) => any;
12574
- /**
12575
- * @internal
12576
- */
12577
- export declare const SSEKMSFilterSensitiveLog: (obj: SSEKMS) => any;
12578
- /**
12579
- * @internal
12580
- */
12581
- export declare const InventoryEncryptionFilterSensitiveLog: (obj: InventoryEncryption) => any;
12582
- /**
12583
- * @internal
12584
- */
12585
- export declare const InventoryS3BucketDestinationFilterSensitiveLog: (obj: InventoryS3BucketDestination) => any;
12586
- /**
12587
- * @internal
12588
- */
12589
- export declare const InventoryDestinationFilterSensitiveLog: (obj: InventoryDestination) => any;
12590
- /**
12591
- * @internal
12592
- */
12593
- export declare const InventoryConfigurationFilterSensitiveLog: (obj: InventoryConfiguration) => any;
12594
- /**
12595
- * @internal
12596
- */
12597
- export declare const GetBucketInventoryConfigurationOutputFilterSensitiveLog: (obj: GetBucketInventoryConfigurationOutput) => any;
12598
- /**
12599
- * @internal
12600
- */
12601
- export declare const GetObjectOutputFilterSensitiveLog: (obj: GetObjectOutput) => any;
12602
- /**
12603
- * @internal
12604
- */
12605
- export declare const GetObjectRequestFilterSensitiveLog: (obj: GetObjectRequest) => any;
12606
- /**
12607
- * @internal
12608
- */
12609
- export declare const GetObjectAttributesRequestFilterSensitiveLog: (obj: GetObjectAttributesRequest) => any;
12610
- /**
12611
- * @internal
12612
- */
12613
- export declare const GetObjectTorrentOutputFilterSensitiveLog: (obj: GetObjectTorrentOutput) => any;
12614
- /**
12615
- * @internal
12616
- */
12617
- export declare const HeadObjectOutputFilterSensitiveLog: (obj: HeadObjectOutput) => any;
12618
- /**
12619
- * @internal
12620
- */
12621
- export declare const HeadObjectRequestFilterSensitiveLog: (obj: HeadObjectRequest) => any;
12622
- /**
12623
- * @internal
12624
- */
12625
- export declare const ListBucketInventoryConfigurationsOutputFilterSensitiveLog: (obj: ListBucketInventoryConfigurationsOutput) => any;
@@ -4216,6 +4216,10 @@ export declare namespace SelectObjectContentEventStream {
4216
4216
  End?: never;
4217
4217
  $unknown: [string, any];
4218
4218
  }
4219
+ /**
4220
+ * @deprecated unused in schema-serde mode.
4221
+ *
4222
+ */
4219
4223
  interface Visitor<T> {
4220
4224
  Records: (value: RecordsEvent) => T;
4221
4225
  Stats: (value: StatsEvent) => T;
@@ -4224,7 +4228,6 @@ export declare namespace SelectObjectContentEventStream {
4224
4228
  End: (value: EndEvent) => T;
4225
4229
  _: (name: string, value: any) => T;
4226
4230
  }
4227
- const visit: <T>(value: SelectObjectContentEventStream, visitor: Visitor<T>) => T;
4228
4231
  }
4229
4232
  /**
4230
4233
  * @public
@@ -5474,75 +5477,3 @@ export interface WriteGetObjectResponseRequest {
5474
5477
  */
5475
5478
  BucketKeyEnabled?: boolean | undefined;
5476
5479
  }
5477
- /**
5478
- * @internal
5479
- */
5480
- export declare const ListPartsRequestFilterSensitiveLog: (obj: ListPartsRequest) => any;
5481
- /**
5482
- * @internal
5483
- */
5484
- export declare const PutBucketEncryptionRequestFilterSensitiveLog: (obj: PutBucketEncryptionRequest) => any;
5485
- /**
5486
- * @internal
5487
- */
5488
- export declare const PutBucketInventoryConfigurationRequestFilterSensitiveLog: (obj: PutBucketInventoryConfigurationRequest) => any;
5489
- /**
5490
- * @internal
5491
- */
5492
- export declare const PutObjectOutputFilterSensitiveLog: (obj: PutObjectOutput) => any;
5493
- /**
5494
- * @internal
5495
- */
5496
- export declare const PutObjectRequestFilterSensitiveLog: (obj: PutObjectRequest) => any;
5497
- /**
5498
- * @internal
5499
- */
5500
- export declare const EncryptionFilterSensitiveLog: (obj: Encryption) => any;
5501
- /**
5502
- * @internal
5503
- */
5504
- export declare const S3LocationFilterSensitiveLog: (obj: S3Location) => any;
5505
- /**
5506
- * @internal
5507
- */
5508
- export declare const OutputLocationFilterSensitiveLog: (obj: OutputLocation) => any;
5509
- /**
5510
- * @internal
5511
- */
5512
- export declare const RestoreRequestFilterSensitiveLog: (obj: RestoreRequest) => any;
5513
- /**
5514
- * @internal
5515
- */
5516
- export declare const RestoreObjectRequestFilterSensitiveLog: (obj: RestoreObjectRequest) => any;
5517
- /**
5518
- * @internal
5519
- */
5520
- export declare const SelectObjectContentEventStreamFilterSensitiveLog: (obj: SelectObjectContentEventStream) => any;
5521
- /**
5522
- * @internal
5523
- */
5524
- export declare const SelectObjectContentOutputFilterSensitiveLog: (obj: SelectObjectContentOutput) => any;
5525
- /**
5526
- * @internal
5527
- */
5528
- export declare const SelectObjectContentRequestFilterSensitiveLog: (obj: SelectObjectContentRequest) => any;
5529
- /**
5530
- * @internal
5531
- */
5532
- export declare const UploadPartOutputFilterSensitiveLog: (obj: UploadPartOutput) => any;
5533
- /**
5534
- * @internal
5535
- */
5536
- export declare const UploadPartRequestFilterSensitiveLog: (obj: UploadPartRequest) => any;
5537
- /**
5538
- * @internal
5539
- */
5540
- export declare const UploadPartCopyOutputFilterSensitiveLog: (obj: UploadPartCopyOutput) => any;
5541
- /**
5542
- * @internal
5543
- */
5544
- export declare const UploadPartCopyRequestFilterSensitiveLog: (obj: UploadPartCopyRequest) => any;
5545
- /**
5546
- * @internal
5547
- */
5548
- export declare const WriteGetObjectResponseRequestFilterSensitiveLog: (obj: WriteGetObjectResponseRequest) => any;
@@ -34,6 +34,7 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
34
34
  getAwsChunkedEncodingStream: import("@smithy/types").GetAwsChunkedEncodingStream<any> | import("@smithy/types").GetAwsChunkedEncodingStream<import("stream").Readable>;
35
35
  logger: import("@smithy/types").Logger;
36
36
  extensions: import("./runtimeExtensions").RuntimeExtension[];
37
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse> | import("@aws-sdk/core").AwsRestXmlProtocol;
37
38
  signingEscapePath: boolean;
38
39
  useArnRegion: boolean | undefined | import("@smithy/types").Provider<boolean | undefined>;
39
40
  sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
@@ -42,6 +42,7 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
42
42
  getAwsChunkedEncodingStream: import("@aws-sdk/types").GetAwsChunkedEncodingStream<any> | import("@aws-sdk/types").GetAwsChunkedEncodingStream<import("stream").Readable>;
43
43
  logger: import("@aws-sdk/types").Logger;
44
44
  extensions: import("./runtimeExtensions").RuntimeExtension[];
45
+ protocol: import("@smithy/types").ClientProtocol<import("@aws-sdk/types").HttpRequest, import("@aws-sdk/types").HttpResponse> | import("@aws-sdk/core").AwsRestXmlProtocol;
45
46
  signingEscapePath: boolean;
46
47
  sdkStreamMixin: import("@aws-sdk/types").SdkStreamMixinInjector;
47
48
  customUserAgent?: string | import("@aws-sdk/types").UserAgent;
@@ -31,6 +31,7 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
31
31
  retryMode: string | import("@smithy/types").Provider<string>;
32
32
  logger: import("@smithy/types").Logger;
33
33
  extensions: import("./runtimeExtensions").RuntimeExtension[];
34
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse> | import("@aws-sdk/core").AwsRestXmlProtocol;
34
35
  eventStreamSerdeProvider: import("@smithy/types").EventStreamSerdeProvider;
35
36
  defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
36
37
  signingEscapePath: boolean;
@@ -1,3 +1,4 @@
1
+ import { AwsRestXmlProtocol } from "@aws-sdk/core/protocols";
1
2
  import { SignatureV4MultiRegion } from "@aws-sdk/signature-v4-multi-region";
2
3
  import { S3ClientConfig } from "./S3Client";
3
4
  /**
@@ -16,6 +17,7 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
16
17
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").S3HttpAuthSchemeProvider;
17
18
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
18
19
  logger: import("@smithy/types").Logger;
20
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse> | AwsRestXmlProtocol;
19
21
  sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
20
22
  serviceId: string;
21
23
  signerConstructor: typeof SignatureV4MultiRegion | (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner);