@aws-sdk/client-networkmanager 3.986.0 → 3.988.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 +114 -3127
- package/dist-cjs/models/NetworkManagerServiceException.js +12 -0
- package/dist-cjs/models/errors.js +152 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +2547 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +109 -103
- package/dist-types/schemas/schemas_0.d.ts +16 -9
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +11 -9
- package/package.json +13 -13
|
@@ -1,11 +1,21 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
} from "@smithy/types";
|
|
7
|
+
export declare var NetworkManagerServiceException$: StaticErrorSchema;
|
|
8
|
+
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
9
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
10
|
+
export declare var CoreNetworkPolicyException$: StaticErrorSchema;
|
|
11
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
12
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
13
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
14
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
15
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
16
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
6
17
|
export declare var AcceptAttachmentRequest$: StaticStructureSchema;
|
|
7
18
|
export declare var AcceptAttachmentResponse$: StaticStructureSchema;
|
|
8
|
-
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
9
19
|
export declare var AccountStatus$: StaticStructureSchema;
|
|
10
20
|
export declare var AssociateConnectPeerRequest$: StaticStructureSchema;
|
|
11
21
|
export declare var AssociateConnectPeerResponse$: StaticStructureSchema;
|
|
@@ -21,7 +31,6 @@ export declare var AttachmentRoutingPolicyAssociationSummary$: StaticStructureSc
|
|
|
21
31
|
export declare var AWSLocation$: StaticStructureSchema;
|
|
22
32
|
export declare var Bandwidth$: StaticStructureSchema;
|
|
23
33
|
export declare var BgpOptions$: StaticStructureSchema;
|
|
24
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
25
34
|
export declare var ConnectAttachment$: StaticStructureSchema;
|
|
26
35
|
export declare var ConnectAttachmentOptions$: StaticStructureSchema;
|
|
27
36
|
export declare var Connection$: StaticStructureSchema;
|
|
@@ -42,7 +51,6 @@ export declare var CoreNetworkNetworkFunctionGroup$: StaticStructureSchema;
|
|
|
42
51
|
export declare var CoreNetworkNetworkFunctionGroupIdentifier$: StaticStructureSchema;
|
|
43
52
|
export declare var CoreNetworkPolicy$: StaticStructureSchema;
|
|
44
53
|
export declare var CoreNetworkPolicyError$: StaticStructureSchema;
|
|
45
|
-
export declare var CoreNetworkPolicyException$: StaticErrorSchema;
|
|
46
54
|
export declare var CoreNetworkPolicyVersion$: StaticStructureSchema;
|
|
47
55
|
export declare var CoreNetworkRoutingInformation$: StaticStructureSchema;
|
|
48
56
|
export declare var CoreNetworkSegment$: StaticStructureSchema;
|
|
@@ -173,7 +181,6 @@ export declare var GetTransitGatewayRouteTableAttachmentResponse$: StaticStructu
|
|
|
173
181
|
export declare var GetVpcAttachmentRequest$: StaticStructureSchema;
|
|
174
182
|
export declare var GetVpcAttachmentResponse$: StaticStructureSchema;
|
|
175
183
|
export declare var GlobalNetwork$: StaticStructureSchema;
|
|
176
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
177
184
|
export declare var Link$: StaticStructureSchema;
|
|
178
185
|
export declare var LinkAssociation$: StaticStructureSchema;
|
|
179
186
|
export declare var ListAttachmentRoutingPolicyAssociationsRequest$: StaticStructureSchema;
|
|
@@ -225,7 +232,6 @@ export declare var RejectAttachmentResponse$: StaticStructureSchema;
|
|
|
225
232
|
export declare var Relationship$: StaticStructureSchema;
|
|
226
233
|
export declare var RemoveAttachmentRoutingPolicyLabelRequest$: StaticStructureSchema;
|
|
227
234
|
export declare var RemoveAttachmentRoutingPolicyLabelResponse$: StaticStructureSchema;
|
|
228
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
229
235
|
export declare var RestoreCoreNetworkPolicyVersionRequest$: StaticStructureSchema;
|
|
230
236
|
export declare var RestoreCoreNetworkPolicyVersionResponse$: StaticStructureSchema;
|
|
231
237
|
export declare var RouteAnalysis$: StaticStructureSchema;
|
|
@@ -238,7 +244,6 @@ export declare var RoutingInformationNextHop$: StaticStructureSchema;
|
|
|
238
244
|
export declare var RoutingPolicyAssociationDetail$: StaticStructureSchema;
|
|
239
245
|
export declare var ServiceInsertionAction$: StaticStructureSchema;
|
|
240
246
|
export declare var ServiceInsertionSegments$: StaticStructureSchema;
|
|
241
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
242
247
|
export declare var Site$: StaticStructureSchema;
|
|
243
248
|
export declare var SiteToSiteVpnAttachment$: StaticStructureSchema;
|
|
244
249
|
export declare var StartOrganizationServiceAccessUpdateRequest$: StaticStructureSchema;
|
|
@@ -248,7 +253,6 @@ export declare var StartRouteAnalysisResponse$: StaticStructureSchema;
|
|
|
248
253
|
export declare var Tag$: StaticStructureSchema;
|
|
249
254
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
250
255
|
export declare var TagResourceResponse$: StaticStructureSchema;
|
|
251
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
252
256
|
export declare var TransitGatewayConnectPeerAssociation$: StaticStructureSchema;
|
|
253
257
|
export declare var TransitGatewayPeering$: StaticStructureSchema;
|
|
254
258
|
export declare var TransitGatewayRegistration$: StaticStructureSchema;
|
|
@@ -274,13 +278,11 @@ export declare var UpdateSiteRequest$: StaticStructureSchema;
|
|
|
274
278
|
export declare var UpdateSiteResponse$: StaticStructureSchema;
|
|
275
279
|
export declare var UpdateVpcAttachmentRequest$: StaticStructureSchema;
|
|
276
280
|
export declare var UpdateVpcAttachmentResponse$: StaticStructureSchema;
|
|
277
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
278
281
|
export declare var ValidationExceptionField$: StaticStructureSchema;
|
|
279
282
|
export declare var Via$: StaticStructureSchema;
|
|
280
283
|
export declare var VpcAttachment$: StaticStructureSchema;
|
|
281
284
|
export declare var VpcOptions$: StaticStructureSchema;
|
|
282
285
|
export declare var WhenSentTo$: StaticStructureSchema;
|
|
283
|
-
export declare var NetworkManagerServiceException$: StaticErrorSchema;
|
|
284
286
|
export declare var AcceptAttachment$: StaticOperationSchema;
|
|
285
287
|
export declare var AssociateConnectPeer$: StaticOperationSchema;
|
|
286
288
|
export declare var AssociateCustomerGateway$: StaticOperationSchema;
|
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.988.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-networkmanager",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.8",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.7",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.8",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
31
31
|
"@aws-sdk/types": "^3.973.1",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.988.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.6",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
36
|
+
"@smithy/core": "^3.23.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
38
|
"@smithy/hash-node": "^4.2.8",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.14",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.31",
|
|
43
43
|
"@smithy/middleware-serde": "^4.2.9",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.8",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.8",
|
|
46
|
-
"@smithy/node-http-handler": "^4.4.
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.10",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
-
"@smithy/smithy-client": "^4.11.
|
|
48
|
+
"@smithy/smithy-client": "^4.11.3",
|
|
49
49
|
"@smithy/types": "^4.12.0",
|
|
50
50
|
"@smithy/url-parser": "^4.2.8",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.30",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.33",
|
|
56
56
|
"@smithy/util-endpoints": "^3.2.8",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.8",
|
|
58
58
|
"@smithy/util-retry": "^4.2.8",
|