@aws-sdk/client-s3outposts 3.438.0 → 3.441.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.
@@ -42,6 +42,7 @@ export interface ListOutpostsWithS3CommandOutput extends ListOutpostsWithS3Resul
42
42
  * // Outposts: [ // Outposts
43
43
  * // { // Outpost
44
44
  * // OutpostArn: "STRING_VALUE",
45
+ * // S3OutpostArn: "STRING_VALUE",
45
46
  * // OutpostId: "STRING_VALUE",
46
47
  * // OwnerId: "STRING_VALUE",
47
48
  * // CapacityInBytes: Number("long"),
@@ -339,6 +339,11 @@ export interface Outpost {
339
339
  * <p>Specifies the unique Amazon Resource Name (ARN) for the outpost.</p>
340
340
  */
341
341
  OutpostArn?: string;
342
+ /**
343
+ * @public
344
+ * <p>Specifies the unique S3 on Outposts ARN for use with Resource Access Manager (RAM).</p>
345
+ */
346
+ S3OutpostArn?: string;
342
347
  /**
343
348
  * @public
344
349
  * <p>Specifies the unique identifier for the outpost.</p>
@@ -118,6 +118,7 @@ export interface ListOutpostsWithS3Request {
118
118
  }
119
119
  export interface Outpost {
120
120
  OutpostArn?: string;
121
+ S3OutpostArn?: string;
121
122
  OutpostId?: string;
122
123
  OwnerId?: string;
123
124
  CapacityInBytes?: number;
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.438.0",
4
+ "version": "3.441.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.438.0",
25
- "@aws-sdk/core": "3.436.0",
26
- "@aws-sdk/credential-provider-node": "3.438.0",
24
+ "@aws-sdk/client-sts": "3.441.0",
25
+ "@aws-sdk/core": "3.441.0",
26
+ "@aws-sdk/credential-provider-node": "3.441.0",
27
27
  "@aws-sdk/middleware-host-header": "3.433.0",
28
28
  "@aws-sdk/middleware-logger": "3.433.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.433.0",