@aws-sdk/client-s3outposts 3.775.0 → 3.777.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.
@@ -96,6 +96,7 @@ declare const CreateEndpointCommand_base: {
96
96
  * @throws {@link S3OutpostsServiceException}
97
97
  * <p>Base exception class for all service exceptions from S3Outposts service.</p>
98
98
  *
99
+ *
99
100
  * @public
100
101
  */
101
102
  export declare class CreateEndpointCommand extends CreateEndpointCommand_base {
@@ -88,6 +88,7 @@ declare const DeleteEndpointCommand_base: {
88
88
  * @throws {@link S3OutpostsServiceException}
89
89
  * <p>Base exception class for all service exceptions from S3Outposts service.</p>
90
90
  *
91
+ *
91
92
  * @public
92
93
  */
93
94
  export declare class DeleteEndpointCommand extends DeleteEndpointCommand_base {
@@ -106,6 +106,7 @@ declare const ListEndpointsCommand_base: {
106
106
  * @throws {@link S3OutpostsServiceException}
107
107
  * <p>Base exception class for all service exceptions from S3Outposts service.</p>
108
108
  *
109
+ *
109
110
  * @public
110
111
  */
111
112
  export declare class ListEndpointsCommand extends ListEndpointsCommand_base {
@@ -78,6 +78,7 @@ declare const ListOutpostsWithS3Command_base: {
78
78
  * @throws {@link S3OutpostsServiceException}
79
79
  * <p>Base exception class for all service exceptions from S3Outposts service.</p>
80
80
  *
81
+ *
81
82
  * @public
82
83
  */
83
84
  export declare class ListOutpostsWithS3Command extends ListOutpostsWithS3Command_base {
@@ -107,6 +107,7 @@ declare const ListSharedEndpointsCommand_base: {
107
107
  * @throws {@link S3OutpostsServiceException}
108
108
  * <p>Base exception class for all service exceptions from S3Outposts service.</p>
109
109
  *
110
+ *
110
111
  * @public
111
112
  */
112
113
  export declare class ListSharedEndpointsCommand extends ListSharedEndpointsCommand_base {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-s3outposts",
3
3
  "description": "AWS SDK for JavaScript S3outposts Client for Node.js, Browser and React Native",
4
- "version": "3.775.0",
4
+ "version": "3.777.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-s3outposts",
@@ -21,7 +21,7 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.775.0",
24
- "@aws-sdk/credential-provider-node": "3.775.0",
24
+ "@aws-sdk/credential-provider-node": "3.777.0",
25
25
  "@aws-sdk/middleware-host-header": "3.775.0",
26
26
  "@aws-sdk/middleware-logger": "3.775.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.775.0",