@aws-sdk/client-networkmanager 3.495.0 → 3.499.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/index.js +62 -59
- package/package.json +39 -39
package/dist-cjs/index.js
CHANGED
|
@@ -8106,62 +8106,43 @@ var paginateListPeerings = (0, import_core.createPaginator)(NetworkManagerClient
|
|
|
8106
8106
|
// src/index.ts
|
|
8107
8107
|
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
8108
8108
|
// Annotate the CommonJS export names for ESM import in node:
|
|
8109
|
+
|
|
8109
8110
|
0 && (module.exports = {
|
|
8111
|
+
NetworkManagerServiceException,
|
|
8112
|
+
__Client,
|
|
8113
|
+
NetworkManagerClient,
|
|
8114
|
+
NetworkManager,
|
|
8115
|
+
$Command,
|
|
8110
8116
|
AcceptAttachmentCommand,
|
|
8111
|
-
AccessDeniedException,
|
|
8112
8117
|
AssociateConnectPeerCommand,
|
|
8113
8118
|
AssociateCustomerGatewayCommand,
|
|
8114
8119
|
AssociateLinkCommand,
|
|
8115
8120
|
AssociateTransitGatewayConnectPeerCommand,
|
|
8116
|
-
AttachmentState,
|
|
8117
|
-
AttachmentType,
|
|
8118
|
-
ChangeAction,
|
|
8119
|
-
ChangeSetState,
|
|
8120
|
-
ChangeStatus,
|
|
8121
|
-
ChangeType,
|
|
8122
|
-
ConflictException,
|
|
8123
|
-
ConnectPeerAssociationState,
|
|
8124
|
-
ConnectPeerState,
|
|
8125
|
-
ConnectionState,
|
|
8126
|
-
ConnectionStatus,
|
|
8127
|
-
ConnectionType,
|
|
8128
|
-
CoreNetworkPolicyAlias,
|
|
8129
|
-
CoreNetworkPolicyException,
|
|
8130
|
-
CoreNetworkState,
|
|
8131
8121
|
CreateConnectAttachmentCommand,
|
|
8132
8122
|
CreateConnectPeerCommand,
|
|
8133
8123
|
CreateConnectionCommand,
|
|
8134
8124
|
CreateCoreNetworkCommand,
|
|
8135
8125
|
CreateDeviceCommand,
|
|
8136
|
-
CreateDeviceRequestFilterSensitiveLog,
|
|
8137
|
-
CreateDeviceResponseFilterSensitiveLog,
|
|
8138
8126
|
CreateGlobalNetworkCommand,
|
|
8139
8127
|
CreateLinkCommand,
|
|
8140
8128
|
CreateSiteCommand,
|
|
8141
|
-
CreateSiteRequestFilterSensitiveLog,
|
|
8142
|
-
CreateSiteResponseFilterSensitiveLog,
|
|
8143
8129
|
CreateSiteToSiteVpnAttachmentCommand,
|
|
8144
8130
|
CreateTransitGatewayPeeringCommand,
|
|
8145
8131
|
CreateTransitGatewayRouteTableAttachmentCommand,
|
|
8146
8132
|
CreateVpcAttachmentCommand,
|
|
8147
|
-
CustomerGatewayAssociationState,
|
|
8148
8133
|
DeleteAttachmentCommand,
|
|
8149
8134
|
DeleteConnectPeerCommand,
|
|
8150
8135
|
DeleteConnectionCommand,
|
|
8151
8136
|
DeleteCoreNetworkCommand,
|
|
8152
8137
|
DeleteCoreNetworkPolicyVersionCommand,
|
|
8153
8138
|
DeleteDeviceCommand,
|
|
8154
|
-
DeleteDeviceResponseFilterSensitiveLog,
|
|
8155
8139
|
DeleteGlobalNetworkCommand,
|
|
8156
8140
|
DeleteLinkCommand,
|
|
8157
8141
|
DeletePeeringCommand,
|
|
8158
8142
|
DeleteResourcePolicyCommand,
|
|
8159
8143
|
DeleteSiteCommand,
|
|
8160
|
-
DeleteSiteResponseFilterSensitiveLog,
|
|
8161
8144
|
DeregisterTransitGatewayCommand,
|
|
8162
8145
|
DescribeGlobalNetworksCommand,
|
|
8163
|
-
DeviceFilterSensitiveLog,
|
|
8164
|
-
DeviceState,
|
|
8165
8146
|
DisassociateConnectPeerCommand,
|
|
8166
8147
|
DisassociateCustomerGatewayCommand,
|
|
8167
8148
|
DisassociateLinkCommand,
|
|
@@ -8177,7 +8158,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
8177
8158
|
GetCoreNetworkPolicyCommand,
|
|
8178
8159
|
GetCustomerGatewayAssociationsCommand,
|
|
8179
8160
|
GetDevicesCommand,
|
|
8180
|
-
GetDevicesResponseFilterSensitiveLog,
|
|
8181
8161
|
GetLinkAssociationsCommand,
|
|
8182
8162
|
GetLinksCommand,
|
|
8183
8163
|
GetNetworkResourceCountsCommand,
|
|
@@ -8189,16 +8169,11 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
8189
8169
|
GetRouteAnalysisCommand,
|
|
8190
8170
|
GetSiteToSiteVpnAttachmentCommand,
|
|
8191
8171
|
GetSitesCommand,
|
|
8192
|
-
GetSitesResponseFilterSensitiveLog,
|
|
8193
8172
|
GetTransitGatewayConnectPeerAssociationsCommand,
|
|
8194
8173
|
GetTransitGatewayPeeringCommand,
|
|
8195
8174
|
GetTransitGatewayRegistrationsCommand,
|
|
8196
8175
|
GetTransitGatewayRouteTableAttachmentCommand,
|
|
8197
8176
|
GetVpcAttachmentCommand,
|
|
8198
|
-
GlobalNetworkState,
|
|
8199
|
-
InternalServerException,
|
|
8200
|
-
LinkAssociationState,
|
|
8201
|
-
LinkState,
|
|
8202
8177
|
ListAttachmentsCommand,
|
|
8203
8178
|
ListConnectPeersCommand,
|
|
8204
8179
|
ListCoreNetworkPolicyVersionsCommand,
|
|
@@ -8206,50 +8181,23 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
8206
8181
|
ListOrganizationServiceAccessStatusCommand,
|
|
8207
8182
|
ListPeeringsCommand,
|
|
8208
8183
|
ListTagsForResourceCommand,
|
|
8209
|
-
LocationFilterSensitiveLog,
|
|
8210
|
-
NetworkManager,
|
|
8211
|
-
NetworkManagerClient,
|
|
8212
|
-
NetworkManagerServiceException,
|
|
8213
|
-
PeeringState,
|
|
8214
|
-
PeeringType,
|
|
8215
8184
|
PutCoreNetworkPolicyCommand,
|
|
8216
8185
|
PutResourcePolicyCommand,
|
|
8217
8186
|
RegisterTransitGatewayCommand,
|
|
8218
8187
|
RejectAttachmentCommand,
|
|
8219
|
-
ResourceNotFoundException,
|
|
8220
8188
|
RestoreCoreNetworkPolicyVersionCommand,
|
|
8221
|
-
RouteAnalysisCompletionReasonCode,
|
|
8222
|
-
RouteAnalysisCompletionResultCode,
|
|
8223
|
-
RouteAnalysisStatus,
|
|
8224
|
-
RouteState,
|
|
8225
|
-
RouteTableType,
|
|
8226
|
-
RouteType,
|
|
8227
|
-
ServiceQuotaExceededException,
|
|
8228
|
-
SiteFilterSensitiveLog,
|
|
8229
|
-
SiteState,
|
|
8230
8189
|
StartOrganizationServiceAccessUpdateCommand,
|
|
8231
8190
|
StartRouteAnalysisCommand,
|
|
8232
8191
|
TagResourceCommand,
|
|
8233
|
-
ThrottlingException,
|
|
8234
|
-
TransitGatewayConnectPeerAssociationState,
|
|
8235
|
-
TransitGatewayRegistrationState,
|
|
8236
|
-
TunnelProtocol,
|
|
8237
8192
|
UntagResourceCommand,
|
|
8238
8193
|
UpdateConnectionCommand,
|
|
8239
8194
|
UpdateCoreNetworkCommand,
|
|
8240
8195
|
UpdateDeviceCommand,
|
|
8241
|
-
UpdateDeviceRequestFilterSensitiveLog,
|
|
8242
|
-
UpdateDeviceResponseFilterSensitiveLog,
|
|
8243
8196
|
UpdateGlobalNetworkCommand,
|
|
8244
8197
|
UpdateLinkCommand,
|
|
8245
8198
|
UpdateNetworkResourceMetadataCommand,
|
|
8246
8199
|
UpdateSiteCommand,
|
|
8247
|
-
UpdateSiteRequestFilterSensitiveLog,
|
|
8248
|
-
UpdateSiteResponseFilterSensitiveLog,
|
|
8249
8200
|
UpdateVpcAttachmentCommand,
|
|
8250
|
-
ValidationException,
|
|
8251
|
-
ValidationExceptionReason,
|
|
8252
|
-
__Client,
|
|
8253
8201
|
paginateDescribeGlobalNetworks,
|
|
8254
8202
|
paginateGetConnectPeerAssociations,
|
|
8255
8203
|
paginateGetConnections,
|
|
@@ -8270,5 +8218,60 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
8270
8218
|
paginateListConnectPeers,
|
|
8271
8219
|
paginateListCoreNetworkPolicyVersions,
|
|
8272
8220
|
paginateListCoreNetworks,
|
|
8273
|
-
paginateListPeerings
|
|
8221
|
+
paginateListPeerings,
|
|
8222
|
+
AttachmentType,
|
|
8223
|
+
AttachmentState,
|
|
8224
|
+
AccessDeniedException,
|
|
8225
|
+
ConflictException,
|
|
8226
|
+
InternalServerException,
|
|
8227
|
+
ResourceNotFoundException,
|
|
8228
|
+
ThrottlingException,
|
|
8229
|
+
ValidationExceptionReason,
|
|
8230
|
+
ValidationException,
|
|
8231
|
+
ConnectPeerAssociationState,
|
|
8232
|
+
ServiceQuotaExceededException,
|
|
8233
|
+
CustomerGatewayAssociationState,
|
|
8234
|
+
LinkAssociationState,
|
|
8235
|
+
TransitGatewayConnectPeerAssociationState,
|
|
8236
|
+
ChangeAction,
|
|
8237
|
+
ChangeSetState,
|
|
8238
|
+
ChangeStatus,
|
|
8239
|
+
ChangeType,
|
|
8240
|
+
TunnelProtocol,
|
|
8241
|
+
ConnectionState,
|
|
8242
|
+
ConnectionStatus,
|
|
8243
|
+
ConnectionType,
|
|
8244
|
+
ConnectPeerState,
|
|
8245
|
+
CoreNetworkState,
|
|
8246
|
+
CoreNetworkPolicyAlias,
|
|
8247
|
+
CoreNetworkPolicyException,
|
|
8248
|
+
DeviceState,
|
|
8249
|
+
GlobalNetworkState,
|
|
8250
|
+
LinkState,
|
|
8251
|
+
SiteState,
|
|
8252
|
+
PeeringType,
|
|
8253
|
+
PeeringState,
|
|
8254
|
+
TransitGatewayRegistrationState,
|
|
8255
|
+
RouteState,
|
|
8256
|
+
RouteType,
|
|
8257
|
+
RouteTableType,
|
|
8258
|
+
RouteAnalysisCompletionReasonCode,
|
|
8259
|
+
RouteAnalysisCompletionResultCode,
|
|
8260
|
+
RouteAnalysisStatus,
|
|
8261
|
+
LocationFilterSensitiveLog,
|
|
8262
|
+
CreateDeviceRequestFilterSensitiveLog,
|
|
8263
|
+
DeviceFilterSensitiveLog,
|
|
8264
|
+
CreateDeviceResponseFilterSensitiveLog,
|
|
8265
|
+
CreateSiteRequestFilterSensitiveLog,
|
|
8266
|
+
SiteFilterSensitiveLog,
|
|
8267
|
+
CreateSiteResponseFilterSensitiveLog,
|
|
8268
|
+
DeleteDeviceResponseFilterSensitiveLog,
|
|
8269
|
+
DeleteSiteResponseFilterSensitiveLog,
|
|
8270
|
+
GetDevicesResponseFilterSensitiveLog,
|
|
8271
|
+
GetSitesResponseFilterSensitiveLog,
|
|
8272
|
+
UpdateDeviceRequestFilterSensitiveLog,
|
|
8273
|
+
UpdateDeviceResponseFilterSensitiveLog,
|
|
8274
|
+
UpdateSiteRequestFilterSensitiveLog,
|
|
8275
|
+
UpdateSiteResponseFilterSensitiveLog
|
|
8274
8276
|
});
|
|
8277
|
+
|
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.499.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-networkmanager",
|
|
@@ -20,48 +20,48 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^2.1.
|
|
37
|
-
"@smithy/core": "^1.3.
|
|
38
|
-
"@smithy/fetch-http-handler": "^2.4.
|
|
39
|
-
"@smithy/hash-node": "^2.1.
|
|
40
|
-
"@smithy/invalid-dependency": "^2.1.
|
|
41
|
-
"@smithy/middleware-content-length": "^2.1.
|
|
42
|
-
"@smithy/middleware-endpoint": "^2.4.
|
|
43
|
-
"@smithy/middleware-retry": "^2.1.
|
|
44
|
-
"@smithy/middleware-serde": "^2.1.
|
|
45
|
-
"@smithy/middleware-stack": "^2.1.
|
|
46
|
-
"@smithy/node-config-provider": "^2.2.
|
|
47
|
-
"@smithy/node-http-handler": "^2.3.
|
|
48
|
-
"@smithy/protocol-http": "^3.1.
|
|
49
|
-
"@smithy/smithy-client": "^2.3.
|
|
50
|
-
"@smithy/types": "^2.9.
|
|
51
|
-
"@smithy/url-parser": "^2.1.
|
|
52
|
-
"@smithy/util-base64": "^2.1.
|
|
53
|
-
"@smithy/util-body-length-browser": "^2.1.
|
|
54
|
-
"@smithy/util-body-length-node": "^2.2.
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^2.1.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^2.1.
|
|
57
|
-
"@smithy/util-endpoints": "^1.1.
|
|
58
|
-
"@smithy/util-retry": "^2.1.
|
|
59
|
-
"@smithy/util-utf8": "^2.1.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
|
+
"@aws-sdk/core": "3.496.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.496.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.496.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.496.0",
|
|
32
|
+
"@aws-sdk/types": "3.496.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.496.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.496.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.496.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.1.1",
|
|
37
|
+
"@smithy/core": "^1.3.1",
|
|
38
|
+
"@smithy/fetch-http-handler": "^2.4.1",
|
|
39
|
+
"@smithy/hash-node": "^2.1.1",
|
|
40
|
+
"@smithy/invalid-dependency": "^2.1.1",
|
|
41
|
+
"@smithy/middleware-content-length": "^2.1.1",
|
|
42
|
+
"@smithy/middleware-endpoint": "^2.4.1",
|
|
43
|
+
"@smithy/middleware-retry": "^2.1.1",
|
|
44
|
+
"@smithy/middleware-serde": "^2.1.1",
|
|
45
|
+
"@smithy/middleware-stack": "^2.1.1",
|
|
46
|
+
"@smithy/node-config-provider": "^2.2.1",
|
|
47
|
+
"@smithy/node-http-handler": "^2.3.1",
|
|
48
|
+
"@smithy/protocol-http": "^3.1.1",
|
|
49
|
+
"@smithy/smithy-client": "^2.3.1",
|
|
50
|
+
"@smithy/types": "^2.9.1",
|
|
51
|
+
"@smithy/url-parser": "^2.1.1",
|
|
52
|
+
"@smithy/util-base64": "^2.1.1",
|
|
53
|
+
"@smithy/util-body-length-browser": "^2.1.1",
|
|
54
|
+
"@smithy/util-body-length-node": "^2.2.1",
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^2.1.1",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^2.1.1",
|
|
57
|
+
"@smithy/util-endpoints": "^1.1.1",
|
|
58
|
+
"@smithy/util-retry": "^2.1.1",
|
|
59
|
+
"@smithy/util-utf8": "^2.1.1",
|
|
60
60
|
"tslib": "^2.5.0",
|
|
61
61
|
"uuid": "^8.3.2"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@smithy/service-client-documentation-generator": "^2.1.
|
|
64
|
+
"@smithy/service-client-documentation-generator": "^2.1.1",
|
|
65
65
|
"@tsconfig/node14": "1.0.3",
|
|
66
66
|
"@types/node": "^14.14.31",
|
|
67
67
|
"@types/uuid": "^8.3.0",
|