@aws-sdk/client-networkmanager 3.433.0 → 3.435.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.
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/models/models_0.js +1 -0
- package/dist-cjs/protocols/Aws_restJson1.js +3 -0
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_0.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +3 -0
- package/dist-types/commands/CreateConnectAttachmentCommand.d.ts +2 -2
- package/dist-types/commands/CreateConnectPeerCommand.d.ts +4 -2
- package/dist-types/commands/DeleteConnectPeerCommand.d.ts +2 -1
- package/dist-types/commands/GetConnectAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/GetConnectPeerCommand.d.ts +2 -1
- package/dist-types/commands/ListConnectPeersCommand.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +18 -2
- package/dist-types/ts3.4/models/models_0.d.ts +5 -1
- package/package.json +3 -3
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ruleSet = void 0;
|
|
4
|
-
const
|
|
5
|
-
const a = "isSet",
|
|
6
|
-
const _data = { version: "1.0", parameters: { Region:
|
|
4
|
+
const y = "required", z = "fn", A = "argv", B = "ref";
|
|
5
|
+
const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = "stringEquals", i = "sigv4", j = "networkmanager", k = { [y]: false, "type": "String" }, l = { [y]: true, "default": false, "type": "Boolean" }, m = { [B]: "Endpoint" }, n = { [z]: c, [A]: [{ [B]: "UseFIPS" }, true] }, o = { [z]: c, [A]: [{ [B]: "UseDualStack" }, true] }, p = {}, q = { [z]: "getAttr", [A]: [{ [B]: g }, "name"] }, r = { [z]: c, [A]: [{ [B]: "UseFIPS" }, false] }, s = { [z]: c, [A]: [{ [B]: "UseDualStack" }, false] }, t = { [z]: "getAttr", [A]: [{ [B]: g }, "supportsFIPS"] }, u = { [z]: c, [A]: [true, { [z]: "getAttr", [A]: [{ [B]: g }, "supportsDualStack"] }] }, v = [n], w = [o], x = [{ [B]: "Region" }];
|
|
6
|
+
const _data = { version: "1.0", parameters: { Region: k, UseDualStack: l, UseFIPS: l, Endpoint: k }, rules: [{ conditions: [{ [z]: b, [A]: [m] }], rules: [{ conditions: v, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: d }, { conditions: w, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: d }, { endpoint: { url: m, properties: p, headers: p }, type: e }], type: f }, { conditions: [{ [z]: b, [A]: x }], rules: [{ conditions: [{ [z]: "aws.partition", [A]: x, assign: g }], rules: [{ conditions: [{ [z]: h, [A]: [q, "aws"] }, r, s], endpoint: { url: "https://networkmanager.us-west-2.amazonaws.com", properties: { authSchemes: [{ name: i, signingName: j, signingRegion: "us-west-2" }] }, headers: p }, type: e }, { conditions: [{ [z]: h, [A]: [q, "aws-us-gov"] }, r, s], endpoint: { url: "https://networkmanager.us-gov-west-1.amazonaws.com", properties: { authSchemes: [{ name: i, signingName: j, signingRegion: "us-gov-west-1" }] }, headers: p }, type: e }, { conditions: [n, o], rules: [{ conditions: [{ [z]: c, [A]: [a, t] }, u], rules: [{ endpoint: { url: "https://networkmanager-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: p, headers: p }, type: e }], type: f }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: d }], type: f }, { conditions: v, rules: [{ conditions: [{ [z]: c, [A]: [t, a] }], rules: [{ endpoint: { url: "https://networkmanager-fips.{Region}.{PartitionResult#dnsSuffix}", properties: p, headers: p }, type: e }], type: f }, { error: "FIPS is enabled but this partition does not support FIPS", type: d }], type: f }, { conditions: w, rules: [{ conditions: [u], rules: [{ endpoint: { url: "https://networkmanager.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: p, headers: p }, type: e }], type: f }, { error: "DualStack is enabled but this partition does not support DualStack", type: d }], type: f }, { endpoint: { url: "https://networkmanager.{Region}.{PartitionResult#dnsSuffix}", properties: p, headers: p }, type: e }], type: f }], type: f }, { error: "Invalid Configuration: Missing Region", type: d }] };
|
|
7
7
|
exports.ruleSet = _data;
|
|
@@ -193,6 +193,7 @@ const se_CreateConnectPeerCommand = async (input, context) => {
|
|
|
193
193
|
CoreNetworkAddress: [],
|
|
194
194
|
InsideCidrBlocks: (_) => (0, smithy_client_1._json)(_),
|
|
195
195
|
PeerAddress: [],
|
|
196
|
+
SubnetArn: [],
|
|
196
197
|
Tags: (_) => (0, smithy_client_1._json)(_),
|
|
197
198
|
}));
|
|
198
199
|
return new protocol_http_1.HttpRequest({
|
|
@@ -6206,6 +6207,7 @@ const de_ConnectPeer = (output, context) => {
|
|
|
6206
6207
|
CreatedAt: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
|
|
6207
6208
|
EdgeLocation: smithy_client_1.expectString,
|
|
6208
6209
|
State: smithy_client_1.expectString,
|
|
6210
|
+
SubnetArn: smithy_client_1.expectString,
|
|
6209
6211
|
Tags: smithy_client_1._json,
|
|
6210
6212
|
});
|
|
6211
6213
|
};
|
|
@@ -6217,6 +6219,7 @@ const de_ConnectPeerSummary = (output, context) => {
|
|
|
6217
6219
|
CoreNetworkId: smithy_client_1.expectString,
|
|
6218
6220
|
CreatedAt: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
|
|
6219
6221
|
EdgeLocation: smithy_client_1.expectString,
|
|
6222
|
+
SubnetArn: smithy_client_1.expectString,
|
|
6220
6223
|
Tags: smithy_client_1._json,
|
|
6221
6224
|
});
|
|
6222
6225
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
2
|
-
const a = "isSet",
|
|
3
|
-
const _data = { version: "1.0", parameters: { Region:
|
|
1
|
+
const y = "required", z = "fn", A = "argv", B = "ref";
|
|
2
|
+
const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = "stringEquals", i = "sigv4", j = "networkmanager", k = { [y]: false, "type": "String" }, l = { [y]: true, "default": false, "type": "Boolean" }, m = { [B]: "Endpoint" }, n = { [z]: c, [A]: [{ [B]: "UseFIPS" }, true] }, o = { [z]: c, [A]: [{ [B]: "UseDualStack" }, true] }, p = {}, q = { [z]: "getAttr", [A]: [{ [B]: g }, "name"] }, r = { [z]: c, [A]: [{ [B]: "UseFIPS" }, false] }, s = { [z]: c, [A]: [{ [B]: "UseDualStack" }, false] }, t = { [z]: "getAttr", [A]: [{ [B]: g }, "supportsFIPS"] }, u = { [z]: c, [A]: [true, { [z]: "getAttr", [A]: [{ [B]: g }, "supportsDualStack"] }] }, v = [n], w = [o], x = [{ [B]: "Region" }];
|
|
3
|
+
const _data = { version: "1.0", parameters: { Region: k, UseDualStack: l, UseFIPS: l, Endpoint: k }, rules: [{ conditions: [{ [z]: b, [A]: [m] }], rules: [{ conditions: v, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: d }, { conditions: w, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: d }, { endpoint: { url: m, properties: p, headers: p }, type: e }], type: f }, { conditions: [{ [z]: b, [A]: x }], rules: [{ conditions: [{ [z]: "aws.partition", [A]: x, assign: g }], rules: [{ conditions: [{ [z]: h, [A]: [q, "aws"] }, r, s], endpoint: { url: "https://networkmanager.us-west-2.amazonaws.com", properties: { authSchemes: [{ name: i, signingName: j, signingRegion: "us-west-2" }] }, headers: p }, type: e }, { conditions: [{ [z]: h, [A]: [q, "aws-us-gov"] }, r, s], endpoint: { url: "https://networkmanager.us-gov-west-1.amazonaws.com", properties: { authSchemes: [{ name: i, signingName: j, signingRegion: "us-gov-west-1" }] }, headers: p }, type: e }, { conditions: [n, o], rules: [{ conditions: [{ [z]: c, [A]: [a, t] }, u], rules: [{ endpoint: { url: "https://networkmanager-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: p, headers: p }, type: e }], type: f }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: d }], type: f }, { conditions: v, rules: [{ conditions: [{ [z]: c, [A]: [t, a] }], rules: [{ endpoint: { url: "https://networkmanager-fips.{Region}.{PartitionResult#dnsSuffix}", properties: p, headers: p }, type: e }], type: f }, { error: "FIPS is enabled but this partition does not support FIPS", type: d }], type: f }, { conditions: w, rules: [{ conditions: [u], rules: [{ endpoint: { url: "https://networkmanager.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: p, headers: p }, type: e }], type: f }, { error: "DualStack is enabled but this partition does not support DualStack", type: d }], type: f }, { endpoint: { url: "https://networkmanager.{Region}.{PartitionResult#dnsSuffix}", properties: p, headers: p }, type: e }], type: f }], type: f }, { error: "Invalid Configuration: Missing Region", type: d }] };
|
|
4
4
|
export const ruleSet = _data;
|
|
@@ -180,6 +180,7 @@ export const se_CreateConnectPeerCommand = async (input, context) => {
|
|
|
180
180
|
CoreNetworkAddress: [],
|
|
181
181
|
InsideCidrBlocks: (_) => _json(_),
|
|
182
182
|
PeerAddress: [],
|
|
183
|
+
SubnetArn: [],
|
|
183
184
|
Tags: (_) => _json(_),
|
|
184
185
|
}));
|
|
185
186
|
return new __HttpRequest({
|
|
@@ -6030,6 +6031,7 @@ const de_ConnectPeer = (output, context) => {
|
|
|
6030
6031
|
CreatedAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
6031
6032
|
EdgeLocation: __expectString,
|
|
6032
6033
|
State: __expectString,
|
|
6034
|
+
SubnetArn: __expectString,
|
|
6033
6035
|
Tags: _json,
|
|
6034
6036
|
});
|
|
6035
6037
|
};
|
|
@@ -6041,6 +6043,7 @@ const de_ConnectPeerSummary = (output, context) => {
|
|
|
6041
6043
|
CoreNetworkId: __expectString,
|
|
6042
6044
|
CreatedAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
6043
6045
|
EdgeLocation: __expectString,
|
|
6046
|
+
SubnetArn: __expectString,
|
|
6044
6047
|
Tags: _json,
|
|
6045
6048
|
});
|
|
6046
6049
|
};
|
|
@@ -38,7 +38,7 @@ export interface CreateConnectAttachmentCommandOutput extends CreateConnectAttac
|
|
|
38
38
|
* EdgeLocation: "STRING_VALUE", // required
|
|
39
39
|
* TransportAttachmentId: "STRING_VALUE", // required
|
|
40
40
|
* Options: { // ConnectAttachmentOptions
|
|
41
|
-
* Protocol: "GRE",
|
|
41
|
+
* Protocol: "GRE" || "NO_ENCAP",
|
|
42
42
|
* },
|
|
43
43
|
* Tags: [ // TagList
|
|
44
44
|
* { // Tag
|
|
@@ -84,7 +84,7 @@ export interface CreateConnectAttachmentCommandOutput extends CreateConnectAttac
|
|
|
84
84
|
* // },
|
|
85
85
|
* // TransportAttachmentId: "STRING_VALUE",
|
|
86
86
|
* // Options: { // ConnectAttachmentOptions
|
|
87
|
-
* // Protocol: "GRE",
|
|
87
|
+
* // Protocol: "GRE" || "NO_ENCAP",
|
|
88
88
|
* // },
|
|
89
89
|
* // },
|
|
90
90
|
* // };
|
|
@@ -38,7 +38,7 @@ export interface CreateConnectPeerCommandOutput extends CreateConnectPeerRespons
|
|
|
38
38
|
* BgpOptions: { // BgpOptions
|
|
39
39
|
* PeerAsn: Number("long"),
|
|
40
40
|
* },
|
|
41
|
-
* InsideCidrBlocks: [ // ConstrainedStringList
|
|
41
|
+
* InsideCidrBlocks: [ // ConstrainedStringList
|
|
42
42
|
* "STRING_VALUE",
|
|
43
43
|
* ],
|
|
44
44
|
* Tags: [ // TagList
|
|
@@ -48,6 +48,7 @@ export interface CreateConnectPeerCommandOutput extends CreateConnectPeerRespons
|
|
|
48
48
|
* },
|
|
49
49
|
* ],
|
|
50
50
|
* ClientToken: "STRING_VALUE",
|
|
51
|
+
* SubnetArn: "STRING_VALUE",
|
|
51
52
|
* };
|
|
52
53
|
* const command = new CreateConnectPeerCommand(input);
|
|
53
54
|
* const response = await client.send(command);
|
|
@@ -65,7 +66,7 @@ export interface CreateConnectPeerCommandOutput extends CreateConnectPeerRespons
|
|
|
65
66
|
* // InsideCidrBlocks: [ // ConstrainedStringList
|
|
66
67
|
* // "STRING_VALUE",
|
|
67
68
|
* // ],
|
|
68
|
-
* // Protocol: "GRE",
|
|
69
|
+
* // Protocol: "GRE" || "NO_ENCAP",
|
|
69
70
|
* // BgpConfigurations: [ // ConnectPeerBgpConfigurationList
|
|
70
71
|
* // { // ConnectPeerBgpConfiguration
|
|
71
72
|
* // CoreNetworkAsn: Number("long"),
|
|
@@ -81,6 +82,7 @@ export interface CreateConnectPeerCommandOutput extends CreateConnectPeerRespons
|
|
|
81
82
|
* // Value: "STRING_VALUE",
|
|
82
83
|
* // },
|
|
83
84
|
* // ],
|
|
85
|
+
* // SubnetArn: "STRING_VALUE",
|
|
84
86
|
* // },
|
|
85
87
|
* // };
|
|
86
88
|
*
|
|
@@ -49,7 +49,7 @@ export interface DeleteConnectPeerCommandOutput extends DeleteConnectPeerRespons
|
|
|
49
49
|
* // InsideCidrBlocks: [ // ConstrainedStringList
|
|
50
50
|
* // "STRING_VALUE",
|
|
51
51
|
* // ],
|
|
52
|
-
* // Protocol: "GRE",
|
|
52
|
+
* // Protocol: "GRE" || "NO_ENCAP",
|
|
53
53
|
* // BgpConfigurations: [ // ConnectPeerBgpConfigurationList
|
|
54
54
|
* // { // ConnectPeerBgpConfiguration
|
|
55
55
|
* // CoreNetworkAsn: Number("long"),
|
|
@@ -65,6 +65,7 @@ export interface DeleteConnectPeerCommandOutput extends DeleteConnectPeerRespons
|
|
|
65
65
|
* // Value: "STRING_VALUE",
|
|
66
66
|
* // },
|
|
67
67
|
* // ],
|
|
68
|
+
* // SubnetArn: "STRING_VALUE",
|
|
68
69
|
* // },
|
|
69
70
|
* // };
|
|
70
71
|
*
|
|
@@ -69,7 +69,7 @@ export interface GetConnectAttachmentCommandOutput extends GetConnectAttachmentR
|
|
|
69
69
|
* // },
|
|
70
70
|
* // TransportAttachmentId: "STRING_VALUE",
|
|
71
71
|
* // Options: { // ConnectAttachmentOptions
|
|
72
|
-
* // Protocol: "GRE",
|
|
72
|
+
* // Protocol: "GRE" || "NO_ENCAP",
|
|
73
73
|
* // },
|
|
74
74
|
* // },
|
|
75
75
|
* // };
|
|
@@ -49,7 +49,7 @@ export interface GetConnectPeerCommandOutput extends GetConnectPeerResponse, __M
|
|
|
49
49
|
* // InsideCidrBlocks: [ // ConstrainedStringList
|
|
50
50
|
* // "STRING_VALUE",
|
|
51
51
|
* // ],
|
|
52
|
-
* // Protocol: "GRE",
|
|
52
|
+
* // Protocol: "GRE" || "NO_ENCAP",
|
|
53
53
|
* // BgpConfigurations: [ // ConnectPeerBgpConfigurationList
|
|
54
54
|
* // { // ConnectPeerBgpConfiguration
|
|
55
55
|
* // CoreNetworkAsn: Number("long"),
|
|
@@ -65,6 +65,7 @@ export interface GetConnectPeerCommandOutput extends GetConnectPeerResponse, __M
|
|
|
65
65
|
* // Value: "STRING_VALUE",
|
|
66
66
|
* // },
|
|
67
67
|
* // ],
|
|
68
|
+
* // SubnetArn: "STRING_VALUE",
|
|
68
69
|
* // },
|
|
69
70
|
* // };
|
|
70
71
|
*
|
|
@@ -797,6 +797,7 @@ export type ChangeType = (typeof ChangeType)[keyof typeof ChangeType];
|
|
|
797
797
|
*/
|
|
798
798
|
export declare const TunnelProtocol: {
|
|
799
799
|
readonly GRE: "GRE";
|
|
800
|
+
readonly NO_ENCAP: "NO_ENCAP";
|
|
800
801
|
};
|
|
801
802
|
/**
|
|
802
803
|
* @public
|
|
@@ -1070,6 +1071,11 @@ export interface ConnectPeer {
|
|
|
1070
1071
|
* <p>The list of key-value tags associated with the Connect peer.</p>
|
|
1071
1072
|
*/
|
|
1072
1073
|
Tags?: Tag[];
|
|
1074
|
+
/**
|
|
1075
|
+
* @public
|
|
1076
|
+
* <p>The subnet ARN for the Connect peer.</p>
|
|
1077
|
+
*/
|
|
1078
|
+
SubnetArn?: string;
|
|
1073
1079
|
}
|
|
1074
1080
|
/**
|
|
1075
1081
|
* @public
|
|
@@ -1111,6 +1117,11 @@ export interface ConnectPeerSummary {
|
|
|
1111
1117
|
* <p>The list of key-value tags associated with the Connect peer summary.</p>
|
|
1112
1118
|
*/
|
|
1113
1119
|
Tags?: Tag[];
|
|
1120
|
+
/**
|
|
1121
|
+
* @public
|
|
1122
|
+
* <p>The subnet ARN for the Connect peer summary.</p>
|
|
1123
|
+
*/
|
|
1124
|
+
SubnetArn?: string;
|
|
1114
1125
|
}
|
|
1115
1126
|
/**
|
|
1116
1127
|
* @public
|
|
@@ -1677,7 +1688,7 @@ export interface CreateConnectPeerRequest {
|
|
|
1677
1688
|
* @public
|
|
1678
1689
|
* <p>The inside IP addresses used for BGP peering.</p>
|
|
1679
1690
|
*/
|
|
1680
|
-
InsideCidrBlocks
|
|
1691
|
+
InsideCidrBlocks?: string[];
|
|
1681
1692
|
/**
|
|
1682
1693
|
* @public
|
|
1683
1694
|
* <p>The tags associated with the peer request.</p>
|
|
@@ -1688,6 +1699,11 @@ export interface CreateConnectPeerRequest {
|
|
|
1688
1699
|
* <p>The client token associated with the request.</p>
|
|
1689
1700
|
*/
|
|
1690
1701
|
ClientToken?: string;
|
|
1702
|
+
/**
|
|
1703
|
+
* @public
|
|
1704
|
+
* <p>The subnet ARN for the Connect peer.</p>
|
|
1705
|
+
*/
|
|
1706
|
+
SubnetArn?: string;
|
|
1691
1707
|
}
|
|
1692
1708
|
/**
|
|
1693
1709
|
* @public
|
|
@@ -4042,7 +4058,7 @@ export interface GetNetworkResourcesResponse {
|
|
|
4042
4058
|
export interface RouteTableIdentifier {
|
|
4043
4059
|
/**
|
|
4044
4060
|
* @public
|
|
4045
|
-
* <p>The ARN of the transit gateway route table
|
|
4061
|
+
* <p>The ARN of the transit gateway route table for the attachment request. For example, <code>"TransitGatewayRouteTableArn": "arn:aws:ec2:us-west-2:123456789012:transit-gateway-route-table/tgw-rtb-9876543210123456"</code>.</p>
|
|
4046
4062
|
*/
|
|
4047
4063
|
TransitGatewayRouteTableArn?: string;
|
|
4048
4064
|
/**
|
|
@@ -280,6 +280,7 @@ export declare const ChangeType: {
|
|
|
280
280
|
export type ChangeType = (typeof ChangeType)[keyof typeof ChangeType];
|
|
281
281
|
export declare const TunnelProtocol: {
|
|
282
282
|
readonly GRE: "GRE";
|
|
283
|
+
readonly NO_ENCAP: "NO_ENCAP";
|
|
283
284
|
};
|
|
284
285
|
export type TunnelProtocol =
|
|
285
286
|
(typeof TunnelProtocol)[keyof typeof TunnelProtocol];
|
|
@@ -359,6 +360,7 @@ export interface ConnectPeer {
|
|
|
359
360
|
CreatedAt?: Date;
|
|
360
361
|
Configuration?: ConnectPeerConfiguration;
|
|
361
362
|
Tags?: Tag[];
|
|
363
|
+
SubnetArn?: string;
|
|
362
364
|
}
|
|
363
365
|
export interface ConnectPeerSummary {
|
|
364
366
|
CoreNetworkId?: string;
|
|
@@ -368,6 +370,7 @@ export interface ConnectPeerSummary {
|
|
|
368
370
|
ConnectPeerState?: ConnectPeerState;
|
|
369
371
|
CreatedAt?: Date;
|
|
370
372
|
Tags?: Tag[];
|
|
373
|
+
SubnetArn?: string;
|
|
371
374
|
}
|
|
372
375
|
export interface CoreNetworkEdge {
|
|
373
376
|
EdgeLocation?: string;
|
|
@@ -509,9 +512,10 @@ export interface CreateConnectPeerRequest {
|
|
|
509
512
|
CoreNetworkAddress?: string;
|
|
510
513
|
PeerAddress: string | undefined;
|
|
511
514
|
BgpOptions?: BgpOptions;
|
|
512
|
-
InsideCidrBlocks
|
|
515
|
+
InsideCidrBlocks?: string[];
|
|
513
516
|
Tags?: Tag[];
|
|
514
517
|
ClientToken?: string;
|
|
518
|
+
SubnetArn?: string;
|
|
515
519
|
}
|
|
516
520
|
export interface CreateConnectPeerResponse {
|
|
517
521
|
ConnectPeer?: ConnectPeer;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-networkmanager",
|
|
3
3
|
"description": "AWS SDK for JavaScript Networkmanager Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.435.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,8 +21,8 @@
|
|
|
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.
|
|
24
|
+
"@aws-sdk/client-sts": "3.435.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.435.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.433.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.433.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.433.0",
|