@aws-sdk/client-s3 3.651.1 → 3.657.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 (204) hide show
  1. package/dist-cjs/index.js +20 -3
  2. package/dist-es/commands/CreateSessionCommand.js +2 -2
  3. package/dist-es/models/models_0.js +7 -0
  4. package/dist-es/protocols/Aws_restXml.js +8 -0
  5. package/dist-types/commands/AbortMultipartUploadCommand.d.ts +11 -0
  6. package/dist-types/commands/CompleteMultipartUploadCommand.d.ts +19 -7
  7. package/dist-types/commands/CopyObjectCommand.d.ts +14 -0
  8. package/dist-types/commands/CreateBucketCommand.d.ts +11 -0
  9. package/dist-types/commands/CreateMultipartUploadCommand.d.ts +32 -1
  10. package/dist-types/commands/CreateSessionCommand.d.ts +55 -6
  11. package/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +11 -0
  12. package/dist-types/commands/DeleteBucketCommand.d.ts +11 -0
  13. package/dist-types/commands/DeleteBucketCorsCommand.d.ts +11 -0
  14. package/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +50 -12
  15. package/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +11 -0
  16. package/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +11 -0
  17. package/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +11 -0
  18. package/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +11 -0
  19. package/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +11 -0
  20. package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +11 -0
  21. package/dist-types/commands/DeleteBucketReplicationCommand.d.ts +11 -0
  22. package/dist-types/commands/DeleteBucketTaggingCommand.d.ts +11 -0
  23. package/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +11 -0
  24. package/dist-types/commands/DeleteObjectCommand.d.ts +11 -0
  25. package/dist-types/commands/DeleteObjectTaggingCommand.d.ts +11 -0
  26. package/dist-types/commands/DeleteObjectsCommand.d.ts +11 -0
  27. package/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +11 -0
  28. package/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +11 -0
  29. package/dist-types/commands/GetBucketAclCommand.d.ts +11 -0
  30. package/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +11 -0
  31. package/dist-types/commands/GetBucketCorsCommand.d.ts +11 -0
  32. package/dist-types/commands/GetBucketEncryptionCommand.d.ts +51 -11
  33. package/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +11 -0
  34. package/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +11 -0
  35. package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +11 -0
  36. package/dist-types/commands/GetBucketLocationCommand.d.ts +11 -0
  37. package/dist-types/commands/GetBucketLoggingCommand.d.ts +11 -0
  38. package/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +11 -0
  39. package/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +11 -0
  40. package/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +11 -0
  41. package/dist-types/commands/GetBucketPolicyCommand.d.ts +11 -0
  42. package/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +11 -0
  43. package/dist-types/commands/GetBucketReplicationCommand.d.ts +11 -0
  44. package/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +11 -0
  45. package/dist-types/commands/GetBucketTaggingCommand.d.ts +11 -0
  46. package/dist-types/commands/GetBucketVersioningCommand.d.ts +11 -0
  47. package/dist-types/commands/GetBucketWebsiteCommand.d.ts +11 -0
  48. package/dist-types/commands/GetObjectAclCommand.d.ts +11 -0
  49. package/dist-types/commands/GetObjectAttributesCommand.d.ts +19 -2
  50. package/dist-types/commands/GetObjectCommand.d.ts +17 -0
  51. package/dist-types/commands/GetObjectLegalHoldCommand.d.ts +11 -0
  52. package/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +11 -0
  53. package/dist-types/commands/GetObjectRetentionCommand.d.ts +11 -0
  54. package/dist-types/commands/GetObjectTaggingCommand.d.ts +11 -0
  55. package/dist-types/commands/GetObjectTorrentCommand.d.ts +11 -0
  56. package/dist-types/commands/GetPublicAccessBlockCommand.d.ts +11 -0
  57. package/dist-types/commands/HeadBucketCommand.d.ts +11 -0
  58. package/dist-types/commands/HeadObjectCommand.d.ts +16 -1
  59. package/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +11 -0
  60. package/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +11 -0
  61. package/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +11 -0
  62. package/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +11 -0
  63. package/dist-types/commands/ListBucketsCommand.d.ts +11 -0
  64. package/dist-types/commands/ListDirectoryBucketsCommand.d.ts +11 -0
  65. package/dist-types/commands/ListMultipartUploadsCommand.d.ts +11 -0
  66. package/dist-types/commands/ListObjectVersionsCommand.d.ts +11 -0
  67. package/dist-types/commands/ListObjectsCommand.d.ts +11 -0
  68. package/dist-types/commands/ListObjectsV2Command.d.ts +11 -0
  69. package/dist-types/commands/ListPartsCommand.d.ts +11 -0
  70. package/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +11 -0
  71. package/dist-types/commands/PutBucketAclCommand.d.ts +11 -0
  72. package/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +11 -0
  73. package/dist-types/commands/PutBucketCorsCommand.d.ts +11 -0
  74. package/dist-types/commands/PutBucketEncryptionCommand.d.ts +99 -15
  75. package/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +11 -0
  76. package/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +11 -0
  77. package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +11 -0
  78. package/dist-types/commands/PutBucketLoggingCommand.d.ts +11 -0
  79. package/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +11 -0
  80. package/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +11 -0
  81. package/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +11 -0
  82. package/dist-types/commands/PutBucketPolicyCommand.d.ts +11 -0
  83. package/dist-types/commands/PutBucketReplicationCommand.d.ts +11 -0
  84. package/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +11 -0
  85. package/dist-types/commands/PutBucketTaggingCommand.d.ts +11 -0
  86. package/dist-types/commands/PutBucketVersioningCommand.d.ts +11 -0
  87. package/dist-types/commands/PutBucketWebsiteCommand.d.ts +11 -0
  88. package/dist-types/commands/PutObjectAclCommand.d.ts +11 -0
  89. package/dist-types/commands/PutObjectCommand.d.ts +14 -0
  90. package/dist-types/commands/PutObjectLegalHoldCommand.d.ts +11 -0
  91. package/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +11 -0
  92. package/dist-types/commands/PutObjectRetentionCommand.d.ts +11 -0
  93. package/dist-types/commands/PutObjectTaggingCommand.d.ts +11 -0
  94. package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +11 -0
  95. package/dist-types/commands/RestoreObjectCommand.d.ts +11 -0
  96. package/dist-types/commands/SelectObjectContentCommand.d.ts +11 -0
  97. package/dist-types/commands/UploadPartCommand.d.ts +18 -4
  98. package/dist-types/commands/UploadPartCopyCommand.d.ts +22 -1
  99. package/dist-types/commands/WriteGetObjectResponseCommand.d.ts +11 -0
  100. package/dist-types/models/models_0.d.ts +327 -148
  101. package/dist-types/models/models_1.d.ts +73 -79
  102. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  103. package/dist-types/runtimeConfig.d.ts +2 -2
  104. package/dist-types/runtimeConfig.native.d.ts +2 -2
  105. package/dist-types/ts3.4/commands/AbortMultipartUploadCommand.d.ts +12 -1
  106. package/dist-types/ts3.4/commands/CompleteMultipartUploadCommand.d.ts +12 -1
  107. package/dist-types/ts3.4/commands/CopyObjectCommand.d.ts +12 -1
  108. package/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +12 -1
  109. package/dist-types/ts3.4/commands/CreateMultipartUploadCommand.d.ts +12 -1
  110. package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +12 -1
  111. package/dist-types/ts3.4/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +12 -1
  112. package/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +12 -1
  113. package/dist-types/ts3.4/commands/DeleteBucketCorsCommand.d.ts +12 -1
  114. package/dist-types/ts3.4/commands/DeleteBucketEncryptionCommand.d.ts +12 -1
  115. package/dist-types/ts3.4/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +12 -1
  116. package/dist-types/ts3.4/commands/DeleteBucketInventoryConfigurationCommand.d.ts +12 -1
  117. package/dist-types/ts3.4/commands/DeleteBucketLifecycleCommand.d.ts +12 -1
  118. package/dist-types/ts3.4/commands/DeleteBucketMetricsConfigurationCommand.d.ts +12 -1
  119. package/dist-types/ts3.4/commands/DeleteBucketOwnershipControlsCommand.d.ts +12 -1
  120. package/dist-types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +12 -1
  121. package/dist-types/ts3.4/commands/DeleteBucketReplicationCommand.d.ts +12 -1
  122. package/dist-types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +12 -1
  123. package/dist-types/ts3.4/commands/DeleteBucketWebsiteCommand.d.ts +12 -1
  124. package/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +12 -1
  125. package/dist-types/ts3.4/commands/DeleteObjectTaggingCommand.d.ts +12 -1
  126. package/dist-types/ts3.4/commands/DeleteObjectsCommand.d.ts +12 -1
  127. package/dist-types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +12 -1
  128. package/dist-types/ts3.4/commands/GetBucketAccelerateConfigurationCommand.d.ts +12 -1
  129. package/dist-types/ts3.4/commands/GetBucketAclCommand.d.ts +12 -1
  130. package/dist-types/ts3.4/commands/GetBucketAnalyticsConfigurationCommand.d.ts +12 -1
  131. package/dist-types/ts3.4/commands/GetBucketCorsCommand.d.ts +12 -1
  132. package/dist-types/ts3.4/commands/GetBucketEncryptionCommand.d.ts +12 -1
  133. package/dist-types/ts3.4/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +12 -1
  134. package/dist-types/ts3.4/commands/GetBucketInventoryConfigurationCommand.d.ts +12 -1
  135. package/dist-types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +12 -1
  136. package/dist-types/ts3.4/commands/GetBucketLocationCommand.d.ts +12 -1
  137. package/dist-types/ts3.4/commands/GetBucketLoggingCommand.d.ts +12 -1
  138. package/dist-types/ts3.4/commands/GetBucketMetricsConfigurationCommand.d.ts +12 -1
  139. package/dist-types/ts3.4/commands/GetBucketNotificationConfigurationCommand.d.ts +12 -1
  140. package/dist-types/ts3.4/commands/GetBucketOwnershipControlsCommand.d.ts +12 -1
  141. package/dist-types/ts3.4/commands/GetBucketPolicyCommand.d.ts +12 -1
  142. package/dist-types/ts3.4/commands/GetBucketPolicyStatusCommand.d.ts +12 -1
  143. package/dist-types/ts3.4/commands/GetBucketReplicationCommand.d.ts +12 -1
  144. package/dist-types/ts3.4/commands/GetBucketRequestPaymentCommand.d.ts +12 -1
  145. package/dist-types/ts3.4/commands/GetBucketTaggingCommand.d.ts +12 -1
  146. package/dist-types/ts3.4/commands/GetBucketVersioningCommand.d.ts +12 -1
  147. package/dist-types/ts3.4/commands/GetBucketWebsiteCommand.d.ts +12 -1
  148. package/dist-types/ts3.4/commands/GetObjectAclCommand.d.ts +12 -1
  149. package/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +12 -1
  150. package/dist-types/ts3.4/commands/GetObjectCommand.d.ts +12 -1
  151. package/dist-types/ts3.4/commands/GetObjectLegalHoldCommand.d.ts +12 -1
  152. package/dist-types/ts3.4/commands/GetObjectLockConfigurationCommand.d.ts +12 -1
  153. package/dist-types/ts3.4/commands/GetObjectRetentionCommand.d.ts +12 -1
  154. package/dist-types/ts3.4/commands/GetObjectTaggingCommand.d.ts +12 -1
  155. package/dist-types/ts3.4/commands/GetObjectTorrentCommand.d.ts +12 -1
  156. package/dist-types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +12 -1
  157. package/dist-types/ts3.4/commands/HeadBucketCommand.d.ts +12 -1
  158. package/dist-types/ts3.4/commands/HeadObjectCommand.d.ts +12 -1
  159. package/dist-types/ts3.4/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +12 -1
  160. package/dist-types/ts3.4/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +12 -1
  161. package/dist-types/ts3.4/commands/ListBucketInventoryConfigurationsCommand.d.ts +12 -1
  162. package/dist-types/ts3.4/commands/ListBucketMetricsConfigurationsCommand.d.ts +12 -1
  163. package/dist-types/ts3.4/commands/ListBucketsCommand.d.ts +12 -1
  164. package/dist-types/ts3.4/commands/ListDirectoryBucketsCommand.d.ts +12 -1
  165. package/dist-types/ts3.4/commands/ListMultipartUploadsCommand.d.ts +12 -1
  166. package/dist-types/ts3.4/commands/ListObjectVersionsCommand.d.ts +12 -1
  167. package/dist-types/ts3.4/commands/ListObjectsCommand.d.ts +12 -1
  168. package/dist-types/ts3.4/commands/ListObjectsV2Command.d.ts +12 -1
  169. package/dist-types/ts3.4/commands/ListPartsCommand.d.ts +12 -1
  170. package/dist-types/ts3.4/commands/PutBucketAccelerateConfigurationCommand.d.ts +12 -1
  171. package/dist-types/ts3.4/commands/PutBucketAclCommand.d.ts +12 -1
  172. package/dist-types/ts3.4/commands/PutBucketAnalyticsConfigurationCommand.d.ts +12 -1
  173. package/dist-types/ts3.4/commands/PutBucketCorsCommand.d.ts +12 -1
  174. package/dist-types/ts3.4/commands/PutBucketEncryptionCommand.d.ts +12 -1
  175. package/dist-types/ts3.4/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +12 -1
  176. package/dist-types/ts3.4/commands/PutBucketInventoryConfigurationCommand.d.ts +12 -1
  177. package/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +12 -1
  178. package/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts +12 -1
  179. package/dist-types/ts3.4/commands/PutBucketMetricsConfigurationCommand.d.ts +12 -1
  180. package/dist-types/ts3.4/commands/PutBucketNotificationConfigurationCommand.d.ts +12 -1
  181. package/dist-types/ts3.4/commands/PutBucketOwnershipControlsCommand.d.ts +12 -1
  182. package/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +12 -1
  183. package/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +12 -1
  184. package/dist-types/ts3.4/commands/PutBucketRequestPaymentCommand.d.ts +12 -1
  185. package/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +12 -1
  186. package/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +12 -1
  187. package/dist-types/ts3.4/commands/PutBucketWebsiteCommand.d.ts +12 -1
  188. package/dist-types/ts3.4/commands/PutObjectAclCommand.d.ts +12 -1
  189. package/dist-types/ts3.4/commands/PutObjectCommand.d.ts +12 -1
  190. package/dist-types/ts3.4/commands/PutObjectLegalHoldCommand.d.ts +12 -1
  191. package/dist-types/ts3.4/commands/PutObjectLockConfigurationCommand.d.ts +12 -1
  192. package/dist-types/ts3.4/commands/PutObjectRetentionCommand.d.ts +12 -1
  193. package/dist-types/ts3.4/commands/PutObjectTaggingCommand.d.ts +12 -1
  194. package/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +12 -1
  195. package/dist-types/ts3.4/commands/RestoreObjectCommand.d.ts +12 -1
  196. package/dist-types/ts3.4/commands/SelectObjectContentCommand.d.ts +12 -1
  197. package/dist-types/ts3.4/commands/UploadPartCommand.d.ts +12 -1
  198. package/dist-types/ts3.4/commands/UploadPartCopyCommand.d.ts +12 -1
  199. package/dist-types/ts3.4/commands/WriteGetObjectResponseCommand.d.ts +12 -1
  200. package/dist-types/ts3.4/models/models_0.d.ts +11 -0
  201. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +8 -4
  202. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -4
  203. package/dist-types/ts3.4/runtimeConfig.native.d.ts +8 -4
  204. package/package.json +52 -52
@@ -94,4 +94,15 @@ declare const DeleteBucketReplicationCommand_base: {
94
94
  *
95
95
  */
96
96
  export declare class DeleteBucketReplicationCommand extends DeleteBucketReplicationCommand_base {
97
+ /** @internal type navigation helper, not in runtime. */
98
+ protected static __types: {
99
+ api: {
100
+ input: DeleteBucketReplicationRequest;
101
+ output: {};
102
+ };
103
+ sdk: {
104
+ input: DeleteBucketReplicationCommandInput;
105
+ output: DeleteBucketReplicationCommandOutput;
106
+ };
107
+ };
97
108
  }
@@ -86,4 +86,15 @@ declare const DeleteBucketTaggingCommand_base: {
86
86
  *
87
87
  */
88
88
  export declare class DeleteBucketTaggingCommand extends DeleteBucketTaggingCommand_base {
89
+ /** @internal type navigation helper, not in runtime. */
90
+ protected static __types: {
91
+ api: {
92
+ input: DeleteBucketTaggingRequest;
93
+ output: {};
94
+ };
95
+ sdk: {
96
+ input: DeleteBucketTaggingCommandInput;
97
+ output: DeleteBucketTaggingCommandOutput;
98
+ };
99
+ };
89
100
  }
@@ -93,4 +93,15 @@ declare const DeleteBucketWebsiteCommand_base: {
93
93
  *
94
94
  */
95
95
  export declare class DeleteBucketWebsiteCommand extends DeleteBucketWebsiteCommand_base {
96
+ /** @internal type navigation helper, not in runtime. */
97
+ protected static __types: {
98
+ api: {
99
+ input: DeleteBucketWebsiteRequest;
100
+ output: {};
101
+ };
102
+ sdk: {
103
+ input: DeleteBucketWebsiteCommandInput;
104
+ output: DeleteBucketWebsiteCommandOutput;
105
+ };
106
+ };
96
107
  }
@@ -187,4 +187,15 @@ declare const DeleteObjectCommand_base: {
187
187
  *
188
188
  */
189
189
  export declare class DeleteObjectCommand extends DeleteObjectCommand_base {
190
+ /** @internal type navigation helper, not in runtime. */
191
+ protected static __types: {
192
+ api: {
193
+ input: DeleteObjectRequest;
194
+ output: DeleteObjectOutput;
195
+ };
196
+ sdk: {
197
+ input: DeleteObjectCommandInput;
198
+ output: DeleteObjectCommandOutput;
199
+ };
200
+ };
190
201
  }
@@ -117,4 +117,15 @@ declare const DeleteObjectTaggingCommand_base: {
117
117
  *
118
118
  */
119
119
  export declare class DeleteObjectTaggingCommand extends DeleteObjectTaggingCommand_base {
120
+ /** @internal type navigation helper, not in runtime. */
121
+ protected static __types: {
122
+ api: {
123
+ input: DeleteObjectTaggingRequest;
124
+ output: DeleteObjectTaggingOutput;
125
+ };
126
+ sdk: {
127
+ input: DeleteObjectTaggingCommandInput;
128
+ output: DeleteObjectTaggingCommandOutput;
129
+ };
130
+ };
120
131
  }
@@ -288,4 +288,15 @@ declare const DeleteObjectsCommand_base: {
288
288
  *
289
289
  */
290
290
  export declare class DeleteObjectsCommand extends DeleteObjectsCommand_base {
291
+ /** @internal type navigation helper, not in runtime. */
292
+ protected static __types: {
293
+ api: {
294
+ input: DeleteObjectsRequest;
295
+ output: DeleteObjectsOutput;
296
+ };
297
+ sdk: {
298
+ input: DeleteObjectsCommandInput;
299
+ output: DeleteObjectsCommandOutput;
300
+ };
301
+ };
291
302
  }
@@ -86,4 +86,15 @@ declare const DeletePublicAccessBlockCommand_base: {
86
86
  * @public
87
87
  */
88
88
  export declare class DeletePublicAccessBlockCommand extends DeletePublicAccessBlockCommand_base {
89
+ /** @internal type navigation helper, not in runtime. */
90
+ protected static __types: {
91
+ api: {
92
+ input: DeletePublicAccessBlockRequest;
93
+ output: {};
94
+ };
95
+ sdk: {
96
+ input: DeletePublicAccessBlockCommandInput;
97
+ output: DeletePublicAccessBlockCommandOutput;
98
+ };
99
+ };
89
100
  }
@@ -88,4 +88,15 @@ declare const GetBucketAccelerateConfigurationCommand_base: {
88
88
  * @public
89
89
  */
90
90
  export declare class GetBucketAccelerateConfigurationCommand extends GetBucketAccelerateConfigurationCommand_base {
91
+ /** @internal type navigation helper, not in runtime. */
92
+ protected static __types: {
93
+ api: {
94
+ input: GetBucketAccelerateConfigurationRequest;
95
+ output: GetBucketAccelerateConfigurationOutput;
96
+ };
97
+ sdk: {
98
+ input: GetBucketAccelerateConfigurationCommandInput;
99
+ output: GetBucketAccelerateConfigurationCommandOutput;
100
+ };
101
+ };
91
102
  }
@@ -101,4 +101,15 @@ declare const GetBucketAclCommand_base: {
101
101
  * @public
102
102
  */
103
103
  export declare class GetBucketAclCommand extends GetBucketAclCommand_base {
104
+ /** @internal type navigation helper, not in runtime. */
105
+ protected static __types: {
106
+ api: {
107
+ input: GetBucketAclRequest;
108
+ output: GetBucketAclOutput;
109
+ };
110
+ sdk: {
111
+ input: GetBucketAclCommandInput;
112
+ output: GetBucketAclCommandOutput;
113
+ };
114
+ };
104
115
  }
@@ -121,4 +121,15 @@ declare const GetBucketAnalyticsConfigurationCommand_base: {
121
121
  * @public
122
122
  */
123
123
  export declare class GetBucketAnalyticsConfigurationCommand extends GetBucketAnalyticsConfigurationCommand_base {
124
+ /** @internal type navigation helper, not in runtime. */
125
+ protected static __types: {
126
+ api: {
127
+ input: GetBucketAnalyticsConfigurationRequest;
128
+ output: GetBucketAnalyticsConfigurationOutput;
129
+ };
130
+ sdk: {
131
+ input: GetBucketAnalyticsConfigurationCommandInput;
132
+ output: GetBucketAnalyticsConfigurationCommandOutput;
133
+ };
134
+ };
124
135
  }
@@ -131,4 +131,15 @@ declare const GetBucketCorsCommand_base: {
131
131
  *
132
132
  */
133
133
  export declare class GetBucketCorsCommand extends GetBucketCorsCommand_base {
134
+ /** @internal type navigation helper, not in runtime. */
135
+ protected static __types: {
136
+ api: {
137
+ input: GetBucketCorsRequest;
138
+ output: GetBucketCorsOutput;
139
+ };
140
+ sdk: {
141
+ input: GetBucketCorsCommandInput;
142
+ output: GetBucketCorsCommandOutput;
143
+ };
144
+ };
134
145
  }
@@ -27,18 +27,47 @@ declare const GetBucketEncryptionCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <note>
31
- * <p>This operation is not supported by directory buckets.</p>
32
- * </note>
33
- * <p>Returns the default encryption configuration for an Amazon S3 bucket. By default, all buckets
30
+ * <p>Returns the default encryption configuration for an Amazon S3 bucket. By default, all buckets
34
31
  * have a default encryption configuration that uses server-side encryption with Amazon S3 managed
35
- * keys (SSE-S3). For information about the bucket default encryption feature, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/bucket-encryption.html">Amazon S3 Bucket
36
- * Default Encryption</a> in the <i>Amazon S3 User Guide</i>.</p>
37
- * <p>To use this operation, you must have permission to perform the
38
- * <code>s3:GetEncryptionConfiguration</code> action. The bucket owner has this permission
39
- * by default. The bucket owner can grant this permission to others. For more information
40
- * about permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-actions.html#using-with-s3-actions-related-to-bucket-subresources">Permissions Related to Bucket Subresource Operations</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html">Managing
41
- * Access Permissions to Your Amazon S3 Resources</a>.</p>
32
+ * keys (SSE-S3). </p>
33
+ * <note>
34
+ * <ul>
35
+ * <li>
36
+ * <p>
37
+ * <b>General purpose buckets</b> - For information about the bucket default encryption feature, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/bucket-encryption.html">Amazon S3 Bucket
38
+ * Default Encryption</a> in the <i>Amazon S3 User Guide</i>.</p>
39
+ * </li>
40
+ * <li>
41
+ * <p>
42
+ * <b>Directory buckets</b> - For directory buckets, there are only two supported options for server-side encryption: SSE-S3 and SSE-KMS. For information about the default encryption configuration in directory buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-bucket-encryption.html">Setting default server-side encryption behavior
43
+ * for directory buckets</a>.</p>
44
+ * </li>
45
+ * </ul>
46
+ * </note>
47
+ * <dl>
48
+ * <dt>Permissions</dt>
49
+ * <dd>
50
+ * <ul>
51
+ * <li>
52
+ * <p>
53
+ * <b>General purpose bucket permissions</b> - The <code>s3:GetEncryptionConfiguration</code> permission is required in a policy.
54
+ * The bucket owner has this permission
55
+ * by default. The bucket owner can grant this permission to others. For more information
56
+ * about permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-actions.html#using-with-s3-actions-related-to-bucket-subresources">Permissions Related to Bucket Operations</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html">Managing
57
+ * Access Permissions to Your Amazon S3 Resources</a>.</p>
58
+ * </li>
59
+ * <li>
60
+ * <p>
61
+ * <b>Directory bucket permissions</b> - To grant access to this API operation, you must have the <code>s3express:GetEncryptionConfiguration</code> permission in an IAM identity-based policy instead of a bucket policy. Cross-account access to this API operation isn't supported. This operation can only be performed by the Amazon Web Services account that owns the resource. For more information about directory bucket policies and permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-security-iam.html">Amazon Web Services Identity and Access Management (IAM) for S3 Express One Zone</a> in the <i>Amazon S3 User Guide</i>.</p>
62
+ * </li>
63
+ * </ul>
64
+ * </dd>
65
+ * <dt>HTTP Host header syntax</dt>
66
+ * <dd>
67
+ * <p>
68
+ * <b>Directory buckets </b> - The HTTP Host header syntax is <code>s3express-control.<i>region</i>.amazonaws.com</code>.</p>
69
+ * </dd>
70
+ * </dl>
42
71
  * <p>The following operations are related to <code>GetBucketEncryption</code>:</p>
43
72
  * <ul>
44
73
  * <li>
@@ -92,4 +121,15 @@ declare const GetBucketEncryptionCommand_base: {
92
121
  * @public
93
122
  */
94
123
  export declare class GetBucketEncryptionCommand extends GetBucketEncryptionCommand_base {
124
+ /** @internal type navigation helper, not in runtime. */
125
+ protected static __types: {
126
+ api: {
127
+ input: GetBucketEncryptionRequest;
128
+ output: GetBucketEncryptionOutput;
129
+ };
130
+ sdk: {
131
+ input: GetBucketEncryptionCommandInput;
132
+ output: GetBucketEncryptionCommandOutput;
133
+ };
134
+ };
95
135
  }
@@ -107,4 +107,15 @@ declare const GetBucketIntelligentTieringConfigurationCommand_base: {
107
107
  * @public
108
108
  */
109
109
  export declare class GetBucketIntelligentTieringConfigurationCommand extends GetBucketIntelligentTieringConfigurationCommand_base {
110
+ /** @internal type navigation helper, not in runtime. */
111
+ protected static __types: {
112
+ api: {
113
+ input: GetBucketIntelligentTieringConfigurationRequest;
114
+ output: GetBucketIntelligentTieringConfigurationOutput;
115
+ };
116
+ sdk: {
117
+ input: GetBucketIntelligentTieringConfigurationCommandInput;
118
+ output: GetBucketIntelligentTieringConfigurationCommandOutput;
119
+ };
120
+ };
110
121
  }
@@ -115,4 +115,15 @@ declare const GetBucketInventoryConfigurationCommand_base: {
115
115
  * @public
116
116
  */
117
117
  export declare class GetBucketInventoryConfigurationCommand extends GetBucketInventoryConfigurationCommand_base {
118
+ /** @internal type navigation helper, not in runtime. */
119
+ protected static __types: {
120
+ api: {
121
+ input: GetBucketInventoryConfigurationRequest;
122
+ output: GetBucketInventoryConfigurationOutput;
123
+ };
124
+ sdk: {
125
+ input: GetBucketInventoryConfigurationCommandInput;
126
+ output: GetBucketInventoryConfigurationCommandOutput;
127
+ };
128
+ };
118
129
  }
@@ -194,4 +194,15 @@ declare const GetBucketLifecycleConfigurationCommand_base: {
194
194
  *
195
195
  */
196
196
  export declare class GetBucketLifecycleConfigurationCommand extends GetBucketLifecycleConfigurationCommand_base {
197
+ /** @internal type navigation helper, not in runtime. */
198
+ protected static __types: {
199
+ api: {
200
+ input: GetBucketLifecycleConfigurationRequest;
201
+ output: GetBucketLifecycleConfigurationOutput;
202
+ };
203
+ sdk: {
204
+ input: GetBucketLifecycleConfigurationCommandInput;
205
+ output: GetBucketLifecycleConfigurationCommandOutput;
206
+ };
207
+ };
197
208
  }
@@ -102,4 +102,15 @@ declare const GetBucketLocationCommand_base: {
102
102
  *
103
103
  */
104
104
  export declare class GetBucketLocationCommand extends GetBucketLocationCommand_base {
105
+ /** @internal type navigation helper, not in runtime. */
106
+ protected static __types: {
107
+ api: {
108
+ input: GetBucketLocationRequest;
109
+ output: GetBucketLocationOutput;
110
+ };
111
+ sdk: {
112
+ input: GetBucketLocationCommandInput;
113
+ output: GetBucketLocationCommandOutput;
114
+ };
115
+ };
105
116
  }
@@ -96,4 +96,15 @@ declare const GetBucketLoggingCommand_base: {
96
96
  * @public
97
97
  */
98
98
  export declare class GetBucketLoggingCommand extends GetBucketLoggingCommand_base {
99
+ /** @internal type navigation helper, not in runtime. */
100
+ protected static __types: {
101
+ api: {
102
+ input: GetBucketLoggingRequest;
103
+ output: GetBucketLoggingOutput;
104
+ };
105
+ sdk: {
106
+ input: GetBucketLoggingCommandInput;
107
+ output: GetBucketLoggingCommandOutput;
108
+ };
109
+ };
99
110
  }
@@ -114,4 +114,15 @@ declare const GetBucketMetricsConfigurationCommand_base: {
114
114
  * @public
115
115
  */
116
116
  export declare class GetBucketMetricsConfigurationCommand extends GetBucketMetricsConfigurationCommand_base {
117
+ /** @internal type navigation helper, not in runtime. */
118
+ protected static __types: {
119
+ api: {
120
+ input: GetBucketMetricsConfigurationRequest;
121
+ output: GetBucketMetricsConfigurationOutput;
122
+ };
123
+ sdk: {
124
+ input: GetBucketMetricsConfigurationCommandInput;
125
+ output: GetBucketMetricsConfigurationCommandOutput;
126
+ };
127
+ };
117
128
  }
@@ -140,4 +140,15 @@ declare const GetBucketNotificationConfigurationCommand_base: {
140
140
  * @public
141
141
  */
142
142
  export declare class GetBucketNotificationConfigurationCommand extends GetBucketNotificationConfigurationCommand_base {
143
+ /** @internal type navigation helper, not in runtime. */
144
+ protected static __types: {
145
+ api: {
146
+ input: GetBucketNotificationConfigurationRequest;
147
+ output: NotificationConfiguration;
148
+ };
149
+ sdk: {
150
+ input: GetBucketNotificationConfigurationCommandInput;
151
+ output: GetBucketNotificationConfigurationCommandOutput;
152
+ };
153
+ };
143
154
  }
@@ -85,4 +85,15 @@ declare const GetBucketOwnershipControlsCommand_base: {
85
85
  * @public
86
86
  */
87
87
  export declare class GetBucketOwnershipControlsCommand extends GetBucketOwnershipControlsCommand_base {
88
+ /** @internal type navigation helper, not in runtime. */
89
+ protected static __types: {
90
+ api: {
91
+ input: GetBucketOwnershipControlsRequest;
92
+ output: GetBucketOwnershipControlsOutput;
93
+ };
94
+ sdk: {
95
+ input: GetBucketOwnershipControlsCommandInput;
96
+ output: GetBucketOwnershipControlsCommandOutput;
97
+ };
98
+ };
88
99
  }
@@ -135,4 +135,15 @@ declare const GetBucketPolicyCommand_base: {
135
135
  *
136
136
  */
137
137
  export declare class GetBucketPolicyCommand extends GetBucketPolicyCommand_base {
138
+ /** @internal type navigation helper, not in runtime. */
139
+ protected static __types: {
140
+ api: {
141
+ input: GetBucketPolicyRequest;
142
+ output: GetBucketPolicyOutput;
143
+ };
144
+ sdk: {
145
+ input: GetBucketPolicyCommandInput;
146
+ output: GetBucketPolicyCommandOutput;
147
+ };
148
+ };
138
149
  }
@@ -91,4 +91,15 @@ declare const GetBucketPolicyStatusCommand_base: {
91
91
  * @public
92
92
  */
93
93
  export declare class GetBucketPolicyStatusCommand extends GetBucketPolicyStatusCommand_base {
94
+ /** @internal type navigation helper, not in runtime. */
95
+ protected static __types: {
96
+ api: {
97
+ input: GetBucketPolicyStatusRequest;
98
+ output: GetBucketPolicyStatusOutput;
99
+ };
100
+ sdk: {
101
+ input: GetBucketPolicyStatusCommandInput;
102
+ output: GetBucketPolicyStatusCommandOutput;
103
+ };
104
+ };
94
105
  }
@@ -181,4 +181,15 @@ declare const GetBucketReplicationCommand_base: {
181
181
  *
182
182
  */
183
183
  export declare class GetBucketReplicationCommand extends GetBucketReplicationCommand_base {
184
+ /** @internal type navigation helper, not in runtime. */
185
+ protected static __types: {
186
+ api: {
187
+ input: GetBucketReplicationRequest;
188
+ output: GetBucketReplicationOutput;
189
+ };
190
+ sdk: {
191
+ input: GetBucketReplicationCommandInput;
192
+ output: GetBucketReplicationCommandOutput;
193
+ };
194
+ };
184
195
  }
@@ -87,4 +87,15 @@ declare const GetBucketRequestPaymentCommand_base: {
87
87
  *
88
88
  */
89
89
  export declare class GetBucketRequestPaymentCommand extends GetBucketRequestPaymentCommand_base {
90
+ /** @internal type navigation helper, not in runtime. */
91
+ protected static __types: {
92
+ api: {
93
+ input: GetBucketRequestPaymentRequest;
94
+ output: GetBucketRequestPaymentOutput;
95
+ };
96
+ sdk: {
97
+ input: GetBucketRequestPaymentCommandInput;
98
+ output: GetBucketRequestPaymentCommandOutput;
99
+ };
100
+ };
90
101
  }
@@ -120,4 +120,15 @@ declare const GetBucketTaggingCommand_base: {
120
120
  *
121
121
  */
122
122
  export declare class GetBucketTaggingCommand extends GetBucketTaggingCommand_base {
123
+ /** @internal type navigation helper, not in runtime. */
124
+ protected static __types: {
125
+ api: {
126
+ input: GetBucketTaggingRequest;
127
+ output: GetBucketTaggingOutput;
128
+ };
129
+ sdk: {
130
+ input: GetBucketTaggingCommandInput;
131
+ output: GetBucketTaggingCommandOutput;
132
+ };
133
+ };
123
134
  }
@@ -101,4 +101,15 @@ declare const GetBucketVersioningCommand_base: {
101
101
  *
102
102
  */
103
103
  export declare class GetBucketVersioningCommand extends GetBucketVersioningCommand_base {
104
+ /** @internal type navigation helper, not in runtime. */
105
+ protected static __types: {
106
+ api: {
107
+ input: GetBucketVersioningRequest;
108
+ output: GetBucketVersioningOutput;
109
+ };
110
+ sdk: {
111
+ input: GetBucketVersioningCommandInput;
112
+ output: GetBucketVersioningCommandOutput;
113
+ };
114
+ };
104
115
  }
@@ -125,4 +125,15 @@ declare const GetBucketWebsiteCommand_base: {
125
125
  *
126
126
  */
127
127
  export declare class GetBucketWebsiteCommand extends GetBucketWebsiteCommand_base {
128
+ /** @internal type navigation helper, not in runtime. */
129
+ protected static __types: {
130
+ api: {
131
+ input: GetBucketWebsiteRequest;
132
+ output: GetBucketWebsiteOutput;
133
+ };
134
+ sdk: {
135
+ input: GetBucketWebsiteCommandInput;
136
+ output: GetBucketWebsiteCommandOutput;
137
+ };
138
+ };
128
139
  }
@@ -175,4 +175,15 @@ declare const GetObjectAclCommand_base: {
175
175
  *
176
176
  */
177
177
  export declare class GetObjectAclCommand extends GetObjectAclCommand_base {
178
+ /** @internal type navigation helper, not in runtime. */
179
+ protected static __types: {
180
+ api: {
181
+ input: GetObjectAclRequest;
182
+ output: GetObjectAclOutput;
183
+ };
184
+ sdk: {
185
+ input: GetObjectAclCommandInput;
186
+ output: GetObjectAclCommandOutput;
187
+ };
188
+ };
178
189
  }
@@ -46,7 +46,7 @@ declare const GetObjectAttributesCommand_base: {
46
46
  * <li>
47
47
  * <p>
48
48
  * <b>General purpose bucket permissions</b> - To use
49
- * <code>GetObjectAttributes</code>, you must have READ access to the object. The permissions that you need to use this operation with depend on whether the
49
+ * <code>GetObjectAttributes</code>, you must have READ access to the object. The permissions that you need to use this operation depend on whether the
50
50
  * bucket is versioned. If the bucket is versioned, you need both the
51
51
  * <code>s3:GetObjectVersion</code> and <code>s3:GetObjectVersionAttributes</code>
52
52
  * permissions for this operation. If the bucket is not versioned, you need the
@@ -76,6 +76,9 @@ declare const GetObjectAttributesCommand_base: {
76
76
  * Amazon Web Services CLI or SDKs create session and refresh the session token automatically to avoid service interruptions when a session expires. For more information about authorization, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateSession.html">
77
77
  * <code>CreateSession</code>
78
78
  * </a>.</p>
79
+ * <p>If the object is encrypted with
80
+ * SSE-KMS, you must also have the
81
+ * <code>kms:GenerateDataKey</code> and <code>kms:Decrypt</code> permissions in IAM identity-based policies and KMS key policies for the KMS key.</p>
79
82
  * </li>
80
83
  * </ul>
81
84
  * </dd>
@@ -115,7 +118,10 @@ declare const GetObjectAttributesCommand_base: {
115
118
  * User Guide</i>.</p>
116
119
  * <note>
117
120
  * <p>
118
- * <b>Directory bucket permissions</b> - For directory buckets, only server-side encryption with Amazon S3 managed keys (SSE-S3) (<code>AES256</code>) is supported.</p>
121
+ * <b>Directory bucket permissions</b> - For directory buckets, there are only two supported options for server-side encryption: server-side encryption with Amazon S3 managed keys (SSE-S3) (<code>AES256</code>) and server-side encryption with KMS keys (SSE-KMS) (<code>aws:kms</code>). We recommend that the bucket's default encryption uses the desired encryption configuration and you don't override the bucket default encryption in your
122
+ * <code>CreateSession</code> requests or <code>PUT</code> object requests. Then, new objects
123
+ * are automatically encrypted with the desired encryption settings. For more
124
+ * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-serv-side-encryption.html">Protecting data with server-side encryption</a> in the <i>Amazon S3 User Guide</i>. For more information about the encryption overriding behaviors in directory buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-specifying-kms-encryption.html">Specifying server-side encryption with KMS for new object uploads</a>.</p>
119
125
  * </note>
120
126
  * </dd>
121
127
  * <dt>Versioning</dt>
@@ -287,4 +293,15 @@ declare const GetObjectAttributesCommand_base: {
287
293
  * @public
288
294
  */
289
295
  export declare class GetObjectAttributesCommand extends GetObjectAttributesCommand_base {
296
+ /** @internal type navigation helper, not in runtime. */
297
+ protected static __types: {
298
+ api: {
299
+ input: GetObjectAttributesRequest;
300
+ output: GetObjectAttributesOutput;
301
+ };
302
+ sdk: {
303
+ input: GetObjectAttributesCommandInput;
304
+ output: GetObjectAttributesCommandOutput;
305
+ };
306
+ };
290
307
  }
@@ -82,6 +82,9 @@ declare const GetObjectCommand_base: {
82
82
  * Amazon Web Services CLI or SDKs create session and refresh the session token automatically to avoid service interruptions when a session expires. For more information about authorization, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateSession.html">
83
83
  * <code>CreateSession</code>
84
84
  * </a>.</p>
85
+ * <p>If the object is encrypted using
86
+ * SSE-KMS, you must also have the
87
+ * <code>kms:GenerateDataKey</code> and <code>kms:Decrypt</code> permissions in IAM identity-based policies and KMS key policies for the KMS key.</p>
85
88
  * </li>
86
89
  * </ul>
87
90
  * </dd>
@@ -104,6 +107,9 @@ declare const GetObjectCommand_base: {
104
107
  * be sent for the <code>GetObject</code> requests, if your object uses server-side encryption with Amazon S3 managed encryption keys (SSE-S3), server-side encryption with Key Management Service (KMS)
105
108
  * keys (SSE-KMS), or dual-layer server-side encryption with Amazon Web Services KMS keys (DSSE-KMS). If you include the header in your <code>GetObject</code> requests for the object that uses
106
109
  * these types of keys, you’ll get an HTTP <code>400 Bad Request</code> error.</p>
110
+ * <p>
111
+ * <b>Directory buckets</b> - For directory buckets, there are only two supported options for server-side encryption: SSE-S3 and SSE-KMS. SSE-C isn't supported. For more
112
+ * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-serv-side-encryption.html">Protecting data with server-side encryption</a> in the <i>Amazon S3 User Guide</i>.</p>
107
113
  * </dd>
108
114
  * <dt>Overriding response header values through the request</dt>
109
115
  * <dd>
@@ -327,4 +333,15 @@ declare const GetObjectCommand_base: {
327
333
  *
328
334
  */
329
335
  export declare class GetObjectCommand extends GetObjectCommand_base {
336
+ /** @internal type navigation helper, not in runtime. */
337
+ protected static __types: {
338
+ api: {
339
+ input: GetObjectRequest;
340
+ output: GetObjectOutput;
341
+ };
342
+ sdk: {
343
+ input: GetObjectCommandInput;
344
+ output: GetObjectCommandOutput;
345
+ };
346
+ };
330
347
  }
@@ -76,4 +76,15 @@ declare const GetObjectLegalHoldCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class GetObjectLegalHoldCommand extends GetObjectLegalHoldCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: GetObjectLegalHoldRequest;
83
+ output: GetObjectLegalHoldOutput;
84
+ };
85
+ sdk: {
86
+ input: GetObjectLegalHoldCommandInput;
87
+ output: GetObjectLegalHoldCommandOutput;
88
+ };
89
+ };
79
90
  }
@@ -80,4 +80,15 @@ declare const GetObjectLockConfigurationCommand_base: {
80
80
  * @public
81
81
  */
82
82
  export declare class GetObjectLockConfigurationCommand extends GetObjectLockConfigurationCommand_base {
83
+ /** @internal type navigation helper, not in runtime. */
84
+ protected static __types: {
85
+ api: {
86
+ input: GetObjectLockConfigurationRequest;
87
+ output: GetObjectLockConfigurationOutput;
88
+ };
89
+ sdk: {
90
+ input: GetObjectLockConfigurationCommandInput;
91
+ output: GetObjectLockConfigurationCommandOutput;
92
+ };
93
+ };
83
94
  }