@aws-sdk/client-s3outposts 3.428.0 → 3.430.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.
|
@@ -70,7 +70,7 @@ export interface CreateEndpointRequest {
|
|
|
70
70
|
* <code>Private</code> is the default access type value.</p>
|
|
71
71
|
* </note>
|
|
72
72
|
*/
|
|
73
|
-
AccessType?: EndpointAccessType
|
|
73
|
+
AccessType?: EndpointAccessType;
|
|
74
74
|
/**
|
|
75
75
|
* @public
|
|
76
76
|
* <p>The ID of the customer-owned IPv4 address pool (CoIP pool) for the endpoint. IP addresses
|
|
@@ -237,7 +237,7 @@ export interface Endpoint {
|
|
|
237
237
|
* @public
|
|
238
238
|
* <p>The status of the endpoint.</p>
|
|
239
239
|
*/
|
|
240
|
-
Status?: EndpointStatus
|
|
240
|
+
Status?: EndpointStatus;
|
|
241
241
|
/**
|
|
242
242
|
* @public
|
|
243
243
|
* <p>The time the endpoint was created.</p>
|
|
@@ -267,7 +267,7 @@ export interface Endpoint {
|
|
|
267
267
|
* @public
|
|
268
268
|
* <p>The type of connectivity used to access the Amazon S3 on Outposts endpoint.</p>
|
|
269
269
|
*/
|
|
270
|
-
AccessType?: EndpointAccessType
|
|
270
|
+
AccessType?: EndpointAccessType;
|
|
271
271
|
/**
|
|
272
272
|
* @public
|
|
273
273
|
* <p>The ID of the customer-owned IPv4 address pool used for the endpoint.</p>
|
|
@@ -24,7 +24,7 @@ export interface CreateEndpointRequest {
|
|
|
24
24
|
OutpostId: string | undefined;
|
|
25
25
|
SubnetId: string | undefined;
|
|
26
26
|
SecurityGroupId: string | undefined;
|
|
27
|
-
AccessType?: EndpointAccessType
|
|
27
|
+
AccessType?: EndpointAccessType;
|
|
28
28
|
CustomerOwnedIpv4Pool?: string;
|
|
29
29
|
}
|
|
30
30
|
export interface CreateEndpointResult {
|
|
@@ -94,13 +94,13 @@ export interface Endpoint {
|
|
|
94
94
|
EndpointArn?: string;
|
|
95
95
|
OutpostsId?: string;
|
|
96
96
|
CidrBlock?: string;
|
|
97
|
-
Status?: EndpointStatus
|
|
97
|
+
Status?: EndpointStatus;
|
|
98
98
|
CreationTime?: Date;
|
|
99
99
|
NetworkInterfaces?: NetworkInterface[];
|
|
100
100
|
VpcId?: string;
|
|
101
101
|
SubnetId?: string;
|
|
102
102
|
SecurityGroupId?: string;
|
|
103
|
-
AccessType?: EndpointAccessType
|
|
103
|
+
AccessType?: EndpointAccessType;
|
|
104
104
|
CustomerOwnedIpv4Pool?: string;
|
|
105
105
|
FailedReason?: FailedReason;
|
|
106
106
|
}
|
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.
|
|
4
|
+
"version": "3.430.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,28 +21,28 @@
|
|
|
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.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.430.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.430.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.429.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.428.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.428.0",
|
|
29
29
|
"@aws-sdk/middleware-signing": "3.428.0",
|
|
30
30
|
"@aws-sdk/middleware-user-agent": "3.428.0",
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.430.0",
|
|
32
32
|
"@aws-sdk/types": "3.428.0",
|
|
33
33
|
"@aws-sdk/util-endpoints": "3.428.0",
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.428.0",
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^2.0.
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.430.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.0.15",
|
|
37
37
|
"@smithy/fetch-http-handler": "^2.2.3",
|
|
38
38
|
"@smithy/hash-node": "^2.0.11",
|
|
39
39
|
"@smithy/invalid-dependency": "^2.0.11",
|
|
40
40
|
"@smithy/middleware-content-length": "^2.0.13",
|
|
41
|
-
"@smithy/middleware-endpoint": "^2.1.
|
|
42
|
-
"@smithy/middleware-retry": "^2.0.
|
|
41
|
+
"@smithy/middleware-endpoint": "^2.1.2",
|
|
42
|
+
"@smithy/middleware-retry": "^2.0.17",
|
|
43
43
|
"@smithy/middleware-serde": "^2.0.11",
|
|
44
44
|
"@smithy/middleware-stack": "^2.0.5",
|
|
45
|
-
"@smithy/node-config-provider": "^2.1.
|
|
45
|
+
"@smithy/node-config-provider": "^2.1.2",
|
|
46
46
|
"@smithy/node-http-handler": "^2.1.7",
|
|
47
47
|
"@smithy/protocol-http": "^3.0.7",
|
|
48
48
|
"@smithy/smithy-client": "^2.1.11",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"@smithy/util-body-length-browser": "^2.0.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^2.1.0",
|
|
54
54
|
"@smithy/util-defaults-mode-browser": "^2.0.15",
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^2.0.20",
|
|
56
56
|
"@smithy/util-retry": "^2.0.4",
|
|
57
57
|
"@smithy/util-utf8": "^2.0.0",
|
|
58
58
|
"tslib": "^2.5.0"
|