@aws-sdk/client-networkmanager 3.774.0 → 3.777.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.
Files changed (95) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +1 -3
  2. package/dist-cjs/index.js +17 -18
  3. package/dist-es/NetworkManagerClient.js +2 -1
  4. package/dist-es/auth/httpAuthSchemeProvider.js +1 -3
  5. package/dist-es/endpoint/EndpointParameters.js +2 -3
  6. package/dist-es/runtimeExtensions.js +2 -14
  7. package/dist-types/commands/AcceptAttachmentCommand.d.ts +1 -0
  8. package/dist-types/commands/AssociateConnectPeerCommand.d.ts +1 -0
  9. package/dist-types/commands/AssociateCustomerGatewayCommand.d.ts +1 -0
  10. package/dist-types/commands/AssociateLinkCommand.d.ts +1 -0
  11. package/dist-types/commands/AssociateTransitGatewayConnectPeerCommand.d.ts +1 -0
  12. package/dist-types/commands/CreateConnectAttachmentCommand.d.ts +1 -0
  13. package/dist-types/commands/CreateConnectPeerCommand.d.ts +1 -0
  14. package/dist-types/commands/CreateConnectionCommand.d.ts +1 -0
  15. package/dist-types/commands/CreateCoreNetworkCommand.d.ts +1 -0
  16. package/dist-types/commands/CreateDeviceCommand.d.ts +1 -0
  17. package/dist-types/commands/CreateDirectConnectGatewayAttachmentCommand.d.ts +1 -0
  18. package/dist-types/commands/CreateGlobalNetworkCommand.d.ts +1 -0
  19. package/dist-types/commands/CreateLinkCommand.d.ts +1 -0
  20. package/dist-types/commands/CreateSiteCommand.d.ts +1 -0
  21. package/dist-types/commands/CreateSiteToSiteVpnAttachmentCommand.d.ts +1 -0
  22. package/dist-types/commands/CreateTransitGatewayPeeringCommand.d.ts +1 -0
  23. package/dist-types/commands/CreateTransitGatewayRouteTableAttachmentCommand.d.ts +1 -0
  24. package/dist-types/commands/CreateVpcAttachmentCommand.d.ts +1 -0
  25. package/dist-types/commands/DeleteAttachmentCommand.d.ts +1 -0
  26. package/dist-types/commands/DeleteConnectPeerCommand.d.ts +1 -0
  27. package/dist-types/commands/DeleteConnectionCommand.d.ts +1 -0
  28. package/dist-types/commands/DeleteCoreNetworkCommand.d.ts +1 -0
  29. package/dist-types/commands/DeleteCoreNetworkPolicyVersionCommand.d.ts +1 -0
  30. package/dist-types/commands/DeleteDeviceCommand.d.ts +1 -0
  31. package/dist-types/commands/DeleteGlobalNetworkCommand.d.ts +1 -0
  32. package/dist-types/commands/DeleteLinkCommand.d.ts +1 -0
  33. package/dist-types/commands/DeletePeeringCommand.d.ts +1 -0
  34. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +1 -0
  35. package/dist-types/commands/DeleteSiteCommand.d.ts +1 -0
  36. package/dist-types/commands/DeregisterTransitGatewayCommand.d.ts +1 -0
  37. package/dist-types/commands/DescribeGlobalNetworksCommand.d.ts +1 -0
  38. package/dist-types/commands/DisassociateConnectPeerCommand.d.ts +1 -0
  39. package/dist-types/commands/DisassociateCustomerGatewayCommand.d.ts +1 -0
  40. package/dist-types/commands/DisassociateLinkCommand.d.ts +1 -0
  41. package/dist-types/commands/DisassociateTransitGatewayConnectPeerCommand.d.ts +1 -0
  42. package/dist-types/commands/ExecuteCoreNetworkChangeSetCommand.d.ts +1 -0
  43. package/dist-types/commands/GetConnectAttachmentCommand.d.ts +1 -0
  44. package/dist-types/commands/GetConnectPeerAssociationsCommand.d.ts +1 -0
  45. package/dist-types/commands/GetConnectPeerCommand.d.ts +1 -0
  46. package/dist-types/commands/GetConnectionsCommand.d.ts +1 -0
  47. package/dist-types/commands/GetCoreNetworkChangeEventsCommand.d.ts +1 -0
  48. package/dist-types/commands/GetCoreNetworkChangeSetCommand.d.ts +1 -0
  49. package/dist-types/commands/GetCoreNetworkCommand.d.ts +1 -0
  50. package/dist-types/commands/GetCoreNetworkPolicyCommand.d.ts +1 -0
  51. package/dist-types/commands/GetCustomerGatewayAssociationsCommand.d.ts +1 -0
  52. package/dist-types/commands/GetDevicesCommand.d.ts +1 -0
  53. package/dist-types/commands/GetDirectConnectGatewayAttachmentCommand.d.ts +1 -0
  54. package/dist-types/commands/GetLinkAssociationsCommand.d.ts +1 -0
  55. package/dist-types/commands/GetLinksCommand.d.ts +1 -0
  56. package/dist-types/commands/GetNetworkResourceCountsCommand.d.ts +1 -0
  57. package/dist-types/commands/GetNetworkResourceRelationshipsCommand.d.ts +1 -0
  58. package/dist-types/commands/GetNetworkResourcesCommand.d.ts +1 -0
  59. package/dist-types/commands/GetNetworkRoutesCommand.d.ts +1 -0
  60. package/dist-types/commands/GetNetworkTelemetryCommand.d.ts +1 -0
  61. package/dist-types/commands/GetResourcePolicyCommand.d.ts +1 -0
  62. package/dist-types/commands/GetRouteAnalysisCommand.d.ts +1 -0
  63. package/dist-types/commands/GetSiteToSiteVpnAttachmentCommand.d.ts +1 -0
  64. package/dist-types/commands/GetSitesCommand.d.ts +1 -0
  65. package/dist-types/commands/GetTransitGatewayConnectPeerAssociationsCommand.d.ts +1 -0
  66. package/dist-types/commands/GetTransitGatewayPeeringCommand.d.ts +1 -0
  67. package/dist-types/commands/GetTransitGatewayRegistrationsCommand.d.ts +1 -0
  68. package/dist-types/commands/GetTransitGatewayRouteTableAttachmentCommand.d.ts +1 -0
  69. package/dist-types/commands/GetVpcAttachmentCommand.d.ts +1 -0
  70. package/dist-types/commands/ListAttachmentsCommand.d.ts +1 -0
  71. package/dist-types/commands/ListConnectPeersCommand.d.ts +1 -0
  72. package/dist-types/commands/ListCoreNetworkPolicyVersionsCommand.d.ts +1 -0
  73. package/dist-types/commands/ListCoreNetworksCommand.d.ts +1 -0
  74. package/dist-types/commands/ListOrganizationServiceAccessStatusCommand.d.ts +1 -0
  75. package/dist-types/commands/ListPeeringsCommand.d.ts +1 -0
  76. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
  77. package/dist-types/commands/PutCoreNetworkPolicyCommand.d.ts +1 -0
  78. package/dist-types/commands/PutResourcePolicyCommand.d.ts +1 -0
  79. package/dist-types/commands/RegisterTransitGatewayCommand.d.ts +1 -0
  80. package/dist-types/commands/RejectAttachmentCommand.d.ts +1 -0
  81. package/dist-types/commands/RestoreCoreNetworkPolicyVersionCommand.d.ts +1 -0
  82. package/dist-types/commands/StartOrganizationServiceAccessUpdateCommand.d.ts +1 -0
  83. package/dist-types/commands/StartRouteAnalysisCommand.d.ts +1 -0
  84. package/dist-types/commands/TagResourceCommand.d.ts +1 -0
  85. package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
  86. package/dist-types/commands/UpdateConnectionCommand.d.ts +1 -0
  87. package/dist-types/commands/UpdateCoreNetworkCommand.d.ts +1 -0
  88. package/dist-types/commands/UpdateDeviceCommand.d.ts +1 -0
  89. package/dist-types/commands/UpdateDirectConnectGatewayAttachmentCommand.d.ts +1 -0
  90. package/dist-types/commands/UpdateGlobalNetworkCommand.d.ts +1 -0
  91. package/dist-types/commands/UpdateLinkCommand.d.ts +1 -0
  92. package/dist-types/commands/UpdateNetworkResourceMetadataCommand.d.ts +1 -0
  93. package/dist-types/commands/UpdateSiteCommand.d.ts +1 -0
  94. package/dist-types/commands/UpdateVpcAttachmentCommand.d.ts +1 -0
  95. package/package.json +33 -33
@@ -40,8 +40,6 @@ const defaultNetworkManagerHttpAuthSchemeProvider = (authParameters) => {
40
40
  exports.defaultNetworkManagerHttpAuthSchemeProvider = defaultNetworkManagerHttpAuthSchemeProvider;
41
41
  const resolveHttpAuthSchemeConfig = (config) => {
42
42
  const config_0 = (0, core_1.resolveAwsSdkSigV4Config)(config);
43
- return {
44
- ...config_0,
45
- };
43
+ return Object.assign(config_0, {});
46
44
  };
47
45
  exports.resolveHttpAuthSchemeConfig = resolveHttpAuthSchemeConfig;
package/dist-cjs/index.js CHANGED
@@ -211,12 +211,11 @@ var import_httpAuthSchemeProvider = require("./auth/httpAuthSchemeProvider");
211
211
 
212
212
  // src/endpoint/EndpointParameters.ts
213
213
  var resolveClientEndpointParameters = /* @__PURE__ */ __name((options) => {
214
- return {
215
- ...options,
214
+ return Object.assign(options, {
216
215
  useDualstackEndpoint: options.useDualstackEndpoint ?? false,
217
216
  useFipsEndpoint: options.useFipsEndpoint ?? false,
218
217
  defaultSigningName: "networkmanager"
219
- };
218
+ });
220
219
  }, "resolveClientEndpointParameters");
221
220
  var commonParams = {
222
221
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -273,22 +272,21 @@ var resolveHttpAuthRuntimeConfig = /* @__PURE__ */ __name((config) => {
273
272
  }, "resolveHttpAuthRuntimeConfig");
274
273
 
275
274
  // src/runtimeExtensions.ts
276
- var asPartial = /* @__PURE__ */ __name((t) => t, "asPartial");
277
275
  var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions) => {
278
- const extensionConfiguration = {
279
- ...asPartial((0, import_region_config_resolver.getAwsRegionExtensionConfiguration)(runtimeConfig)),
280
- ...asPartial((0, import_smithy_client.getDefaultExtensionConfiguration)(runtimeConfig)),
281
- ...asPartial((0, import_protocol_http.getHttpHandlerExtensionConfiguration)(runtimeConfig)),
282
- ...asPartial(getHttpAuthExtensionConfiguration(runtimeConfig))
283
- };
276
+ const extensionConfiguration = Object.assign(
277
+ (0, import_region_config_resolver.getAwsRegionExtensionConfiguration)(runtimeConfig),
278
+ (0, import_smithy_client.getDefaultExtensionConfiguration)(runtimeConfig),
279
+ (0, import_protocol_http.getHttpHandlerExtensionConfiguration)(runtimeConfig),
280
+ getHttpAuthExtensionConfiguration(runtimeConfig)
281
+ );
284
282
  extensions.forEach((extension) => extension.configure(extensionConfiguration));
285
- return {
286
- ...runtimeConfig,
287
- ...(0, import_region_config_resolver.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),
288
- ...(0, import_smithy_client.resolveDefaultRuntimeConfig)(extensionConfiguration),
289
- ...(0, import_protocol_http.resolveHttpHandlerRuntimeConfig)(extensionConfiguration),
290
- ...resolveHttpAuthRuntimeConfig(extensionConfiguration)
291
- };
283
+ return Object.assign(
284
+ runtimeConfig,
285
+ (0, import_region_config_resolver.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),
286
+ (0, import_smithy_client.resolveDefaultRuntimeConfig)(extensionConfiguration),
287
+ (0, import_protocol_http.resolveHttpHandlerRuntimeConfig)(extensionConfiguration),
288
+ resolveHttpAuthRuntimeConfig(extensionConfiguration)
289
+ );
292
290
  }, "resolveRuntimeExtensions");
293
291
 
294
292
  // src/NetworkManagerClient.ts
@@ -302,6 +300,8 @@ var NetworkManagerClient = class extends import_smithy_client.Client {
302
300
  config;
303
301
  constructor(...[configuration]) {
304
302
  const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
303
+ super(_config_0);
304
+ this.initConfig = _config_0;
305
305
  const _config_1 = resolveClientEndpointParameters(_config_0);
306
306
  const _config_2 = (0, import_middleware_user_agent.resolveUserAgentConfig)(_config_1);
307
307
  const _config_3 = (0, import_middleware_retry.resolveRetryConfig)(_config_2);
@@ -310,7 +310,6 @@ var NetworkManagerClient = class extends import_smithy_client.Client {
310
310
  const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
311
311
  const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
312
312
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
313
- super(_config_8);
314
313
  this.config = _config_8;
315
314
  this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
316
315
  this.middlewareStack.use((0, import_middleware_retry.getRetryPlugin)(this.config));
@@ -17,6 +17,8 @@ export class NetworkManagerClient extends __Client {
17
17
  config;
18
18
  constructor(...[configuration]) {
19
19
  const _config_0 = __getRuntimeConfig(configuration || {});
20
+ super(_config_0);
21
+ this.initConfig = _config_0;
20
22
  const _config_1 = resolveClientEndpointParameters(_config_0);
21
23
  const _config_2 = resolveUserAgentConfig(_config_1);
22
24
  const _config_3 = resolveRetryConfig(_config_2);
@@ -25,7 +27,6 @@ export class NetworkManagerClient extends __Client {
25
27
  const _config_6 = resolveEndpointConfig(_config_5);
26
28
  const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
27
29
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
28
- super(_config_8);
29
30
  this.config = _config_8;
30
31
  this.middlewareStack.use(getUserAgentPlugin(this.config));
31
32
  this.middlewareStack.use(getRetryPlugin(this.config));
@@ -35,7 +35,5 @@ export const defaultNetworkManagerHttpAuthSchemeProvider = (authParameters) => {
35
35
  };
36
36
  export const resolveHttpAuthSchemeConfig = (config) => {
37
37
  const config_0 = resolveAwsSdkSigV4Config(config);
38
- return {
39
- ...config_0,
40
- };
38
+ return Object.assign(config_0, {});
41
39
  };
@@ -1,10 +1,9 @@
1
1
  export const resolveClientEndpointParameters = (options) => {
2
- return {
3
- ...options,
2
+ return Object.assign(options, {
4
3
  useDualstackEndpoint: options.useDualstackEndpoint ?? false,
5
4
  useFipsEndpoint: options.useFipsEndpoint ?? false,
6
5
  defaultSigningName: "networkmanager",
7
- };
6
+ });
8
7
  };
9
8
  export const commonParams = {
10
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -2,20 +2,8 @@ import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfigurat
2
2
  import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/protocol-http";
3
3
  import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/smithy-client";
4
4
  import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration";
5
- const asPartial = (t) => t;
6
5
  export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
7
- const extensionConfiguration = {
8
- ...asPartial(getAwsRegionExtensionConfiguration(runtimeConfig)),
9
- ...asPartial(getDefaultExtensionConfiguration(runtimeConfig)),
10
- ...asPartial(getHttpHandlerExtensionConfiguration(runtimeConfig)),
11
- ...asPartial(getHttpAuthExtensionConfiguration(runtimeConfig)),
12
- };
6
+ const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
13
7
  extensions.forEach((extension) => extension.configure(extensionConfiguration));
14
- return {
15
- ...runtimeConfig,
16
- ...resolveAwsRegionExtensionConfiguration(extensionConfiguration),
17
- ...resolveDefaultRuntimeConfig(extensionConfiguration),
18
- ...resolveHttpHandlerRuntimeConfig(extensionConfiguration),
19
- ...resolveHttpAuthRuntimeConfig(extensionConfiguration),
20
- };
8
+ return Object.assign(runtimeConfig, resolveAwsRegionExtensionConfiguration(extensionConfiguration), resolveDefaultRuntimeConfig(extensionConfiguration), resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
21
9
  };
@@ -126,6 +126,7 @@ declare const AcceptAttachmentCommand_base: {
126
126
  * @throws {@link NetworkManagerServiceException}
127
127
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
128
128
  *
129
+ *
129
130
  * @public
130
131
  */
131
132
  export declare class AcceptAttachmentCommand extends AcceptAttachmentCommand_base {
@@ -88,6 +88,7 @@ declare const AssociateConnectPeerCommand_base: {
88
88
  * @throws {@link NetworkManagerServiceException}
89
89
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
90
90
  *
91
+ *
91
92
  * @public
92
93
  */
93
94
  export declare class AssociateConnectPeerCommand extends AssociateConnectPeerCommand_base {
@@ -93,6 +93,7 @@ declare const AssociateCustomerGatewayCommand_base: {
93
93
  * @throws {@link NetworkManagerServiceException}
94
94
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
95
95
  *
96
+ *
96
97
  * @public
97
98
  */
98
99
  export declare class AssociateCustomerGatewayCommand extends AssociateCustomerGatewayCommand_base {
@@ -83,6 +83,7 @@ declare const AssociateLinkCommand_base: {
83
83
  * @throws {@link NetworkManagerServiceException}
84
84
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
85
85
  *
86
+ *
86
87
  * @public
87
88
  */
88
89
  export declare class AssociateLinkCommand extends AssociateLinkCommand_base {
@@ -89,6 +89,7 @@ declare const AssociateTransitGatewayConnectPeerCommand_base: {
89
89
  * @throws {@link NetworkManagerServiceException}
90
90
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
91
91
  *
92
+ *
92
93
  * @public
93
94
  */
94
95
  export declare class AssociateTransitGatewayConnectPeerCommand extends AssociateTransitGatewayConnectPeerCommand_base {
@@ -145,6 +145,7 @@ declare const CreateConnectAttachmentCommand_base: {
145
145
  * @throws {@link NetworkManagerServiceException}
146
146
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
147
147
  *
148
+ *
148
149
  * @public
149
150
  */
150
151
  export declare class CreateConnectAttachmentCommand extends CreateConnectAttachmentCommand_base {
@@ -128,6 +128,7 @@ declare const CreateConnectPeerCommand_base: {
128
128
  * @throws {@link NetworkManagerServiceException}
129
129
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
130
130
  *
131
+ *
131
132
  * @public
132
133
  */
133
134
  export declare class CreateConnectPeerCommand extends CreateConnectPeerCommand_base {
@@ -101,6 +101,7 @@ declare const CreateConnectionCommand_base: {
101
101
  * @throws {@link NetworkManagerServiceException}
102
102
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
103
103
  *
104
+ *
104
105
  * @public
105
106
  */
106
107
  export declare class CreateConnectionCommand extends CreateConnectionCommand_base {
@@ -134,6 +134,7 @@ declare const CreateCoreNetworkCommand_base: {
134
134
  * @throws {@link NetworkManagerServiceException}
135
135
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
136
136
  *
137
+ *
137
138
  * @public
138
139
  */
139
140
  export declare class CreateCoreNetworkCommand extends CreateCoreNetworkCommand_base {
@@ -125,6 +125,7 @@ declare const CreateDeviceCommand_base: {
125
125
  * @throws {@link NetworkManagerServiceException}
126
126
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
127
127
  *
128
+ *
128
129
  * @public
129
130
  */
130
131
  export declare class CreateDeviceCommand extends CreateDeviceCommand_base {
@@ -138,6 +138,7 @@ declare const CreateDirectConnectGatewayAttachmentCommand_base: {
138
138
  * @throws {@link NetworkManagerServiceException}
139
139
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
140
140
  *
141
+ *
141
142
  * @public
142
143
  */
143
144
  export declare class CreateDirectConnectGatewayAttachmentCommand extends CreateDirectConnectGatewayAttachmentCommand_base {
@@ -91,6 +91,7 @@ declare const CreateGlobalNetworkCommand_base: {
91
91
  * @throws {@link NetworkManagerServiceException}
92
92
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
93
93
  *
94
+ *
94
95
  * @public
95
96
  */
96
97
  export declare class CreateGlobalNetworkCommand extends CreateGlobalNetworkCommand_base {
@@ -110,6 +110,7 @@ declare const CreateLinkCommand_base: {
110
110
  * @throws {@link NetworkManagerServiceException}
111
111
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
112
112
  *
113
+ *
113
114
  * @public
114
115
  */
115
116
  export declare class CreateLinkCommand extends CreateLinkCommand_base {
@@ -106,6 +106,7 @@ declare const CreateSiteCommand_base: {
106
106
  * @throws {@link NetworkManagerServiceException}
107
107
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
108
108
  *
109
+ *
109
110
  * @public
110
111
  */
111
112
  export declare class CreateSiteCommand extends CreateSiteCommand_base {
@@ -135,6 +135,7 @@ declare const CreateSiteToSiteVpnAttachmentCommand_base: {
135
135
  * @throws {@link NetworkManagerServiceException}
136
136
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
137
137
  *
138
+ *
138
139
  * @public
139
140
  */
140
141
  export declare class CreateSiteToSiteVpnAttachmentCommand extends CreateSiteToSiteVpnAttachmentCommand_base {
@@ -112,6 +112,7 @@ declare const CreateTransitGatewayPeeringCommand_base: {
112
112
  * @throws {@link NetworkManagerServiceException}
113
113
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
114
114
  *
115
+ *
115
116
  * @public
116
117
  */
117
118
  export declare class CreateTransitGatewayPeeringCommand extends CreateTransitGatewayPeeringCommand_base {
@@ -136,6 +136,7 @@ declare const CreateTransitGatewayRouteTableAttachmentCommand_base: {
136
136
  * @throws {@link NetworkManagerServiceException}
137
137
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
138
138
  *
139
+ *
139
140
  * @public
140
141
  */
141
142
  export declare class CreateTransitGatewayRouteTableAttachmentCommand extends CreateTransitGatewayRouteTableAttachmentCommand_base {
@@ -148,6 +148,7 @@ declare const CreateVpcAttachmentCommand_base: {
148
148
  * @throws {@link NetworkManagerServiceException}
149
149
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
150
150
  *
151
+ *
151
152
  * @public
152
153
  */
153
154
  export declare class CreateVpcAttachmentCommand extends CreateVpcAttachmentCommand_base {
@@ -124,6 +124,7 @@ declare const DeleteAttachmentCommand_base: {
124
124
  * @throws {@link NetworkManagerServiceException}
125
125
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
126
126
  *
127
+ *
127
128
  * @public
128
129
  */
129
130
  export declare class DeleteAttachmentCommand extends DeleteAttachmentCommand_base {
@@ -111,6 +111,7 @@ declare const DeleteConnectPeerCommand_base: {
111
111
  * @throws {@link NetworkManagerServiceException}
112
112
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
113
113
  *
114
+ *
114
115
  * @public
115
116
  */
116
117
  export declare class DeleteConnectPeerCommand extends DeleteConnectPeerCommand_base {
@@ -91,6 +91,7 @@ declare const DeleteConnectionCommand_base: {
91
91
  * @throws {@link NetworkManagerServiceException}
92
92
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
93
93
  *
94
+ *
94
95
  * @public
95
96
  */
96
97
  export declare class DeleteConnectionCommand extends DeleteConnectionCommand_base {
@@ -122,6 +122,7 @@ declare const DeleteCoreNetworkCommand_base: {
122
122
  * @throws {@link NetworkManagerServiceException}
123
123
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
124
124
  *
125
+ *
125
126
  * @public
126
127
  */
127
128
  export declare class DeleteCoreNetworkCommand extends DeleteCoreNetworkCommand_base {
@@ -89,6 +89,7 @@ declare const DeleteCoreNetworkPolicyVersionCommand_base: {
89
89
  * @throws {@link NetworkManagerServiceException}
90
90
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
91
91
  *
92
+ *
92
93
  * @public
93
94
  */
94
95
  export declare class DeleteCoreNetworkPolicyVersionCommand extends DeleteCoreNetworkPolicyVersionCommand_base {
@@ -102,6 +102,7 @@ declare const DeleteDeviceCommand_base: {
102
102
  * @throws {@link NetworkManagerServiceException}
103
103
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
104
104
  *
105
+ *
105
106
  * @public
106
107
  */
107
108
  export declare class DeleteDeviceCommand extends DeleteDeviceCommand_base {
@@ -86,6 +86,7 @@ declare const DeleteGlobalNetworkCommand_base: {
86
86
  * @throws {@link NetworkManagerServiceException}
87
87
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
88
88
  *
89
+ *
89
90
  * @public
90
91
  */
91
92
  export declare class DeleteGlobalNetworkCommand extends DeleteGlobalNetworkCommand_base {
@@ -95,6 +95,7 @@ declare const DeleteLinkCommand_base: {
95
95
  * @throws {@link NetworkManagerServiceException}
96
96
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
97
97
  *
98
+ *
98
99
  * @public
99
100
  */
100
101
  export declare class DeleteLinkCommand extends DeleteLinkCommand_base {
@@ -100,6 +100,7 @@ declare const DeletePeeringCommand_base: {
100
100
  * @throws {@link NetworkManagerServiceException}
101
101
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
102
102
  *
103
+ *
103
104
  * @public
104
105
  */
105
106
  export declare class DeletePeeringCommand extends DeletePeeringCommand_base {
@@ -68,6 +68,7 @@ declare const DeleteResourcePolicyCommand_base: {
68
68
  * @throws {@link NetworkManagerServiceException}
69
69
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
70
70
  *
71
+ *
71
72
  * @public
72
73
  */
73
74
  export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
@@ -92,6 +92,7 @@ declare const DeleteSiteCommand_base: {
92
92
  * @throws {@link NetworkManagerServiceException}
93
93
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
94
94
  *
95
+ *
95
96
  * @public
96
97
  */
97
98
  export declare class DeleteSiteCommand extends DeleteSiteCommand_base {
@@ -82,6 +82,7 @@ declare const DeregisterTransitGatewayCommand_base: {
82
82
  * @throws {@link NetworkManagerServiceException}
83
83
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
84
84
  *
85
+ *
85
86
  * @public
86
87
  */
87
88
  export declare class DeregisterTransitGatewayCommand extends DeregisterTransitGatewayCommand_base {
@@ -91,6 +91,7 @@ declare const DescribeGlobalNetworksCommand_base: {
91
91
  * @throws {@link NetworkManagerServiceException}
92
92
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
93
93
  *
94
+ *
94
95
  * @public
95
96
  */
96
97
  export declare class DescribeGlobalNetworksCommand extends DescribeGlobalNetworksCommand_base {
@@ -80,6 +80,7 @@ declare const DisassociateConnectPeerCommand_base: {
80
80
  * @throws {@link NetworkManagerServiceException}
81
81
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
82
82
  *
83
+ *
83
84
  * @public
84
85
  */
85
86
  export declare class DisassociateConnectPeerCommand extends DisassociateConnectPeerCommand_base {
@@ -80,6 +80,7 @@ declare const DisassociateCustomerGatewayCommand_base: {
80
80
  * @throws {@link NetworkManagerServiceException}
81
81
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
82
82
  *
83
+ *
83
84
  * @public
84
85
  */
85
86
  export declare class DisassociateCustomerGatewayCommand extends DisassociateCustomerGatewayCommand_base {
@@ -81,6 +81,7 @@ declare const DisassociateLinkCommand_base: {
81
81
  * @throws {@link NetworkManagerServiceException}
82
82
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
83
83
  *
84
+ *
84
85
  * @public
85
86
  */
86
87
  export declare class DisassociateLinkCommand extends DisassociateLinkCommand_base {
@@ -80,6 +80,7 @@ declare const DisassociateTransitGatewayConnectPeerCommand_base: {
80
80
  * @throws {@link NetworkManagerServiceException}
81
81
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
82
82
  *
83
+ *
83
84
  * @public
84
85
  */
85
86
  export declare class DisassociateTransitGatewayConnectPeerCommand extends DisassociateTransitGatewayConnectPeerCommand_base {
@@ -72,6 +72,7 @@ declare const ExecuteCoreNetworkChangeSetCommand_base: {
72
72
  * @throws {@link NetworkManagerServiceException}
73
73
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
74
74
  *
75
+ *
75
76
  * @public
76
77
  */
77
78
  export declare class ExecuteCoreNetworkChangeSetCommand extends ExecuteCoreNetworkChangeSetCommand_base {
@@ -126,6 +126,7 @@ declare const GetConnectAttachmentCommand_base: {
126
126
  * @throws {@link NetworkManagerServiceException}
127
127
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
128
128
  *
129
+ *
129
130
  * @public
130
131
  */
131
132
  export declare class GetConnectAttachmentCommand extends GetConnectAttachmentCommand_base {
@@ -87,6 +87,7 @@ declare const GetConnectPeerAssociationsCommand_base: {
87
87
  * @throws {@link NetworkManagerServiceException}
88
88
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
89
89
  *
90
+ *
90
91
  * @public
91
92
  */
92
93
  export declare class GetConnectPeerAssociationsCommand extends GetConnectPeerAssociationsCommand_base {
@@ -107,6 +107,7 @@ declare const GetConnectPeerCommand_base: {
107
107
  * @throws {@link NetworkManagerServiceException}
108
108
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
109
109
  *
110
+ *
110
111
  * @public
111
112
  */
112
113
  export declare class GetConnectPeerCommand extends GetConnectPeerCommand_base {
@@ -95,6 +95,7 @@ declare const GetConnectionsCommand_base: {
95
95
  * @throws {@link NetworkManagerServiceException}
96
96
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
97
97
  *
98
+ *
98
99
  * @public
99
100
  */
100
101
  export declare class GetConnectionsCommand extends GetConnectionsCommand_base {
@@ -88,6 +88,7 @@ declare const GetCoreNetworkChangeEventsCommand_base: {
88
88
  * @throws {@link NetworkManagerServiceException}
89
89
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
90
90
  *
91
+ *
91
92
  * @public
92
93
  */
93
94
  export declare class GetCoreNetworkChangeEventsCommand extends GetCoreNetworkChangeEventsCommand_base {
@@ -168,6 +168,7 @@ declare const GetCoreNetworkChangeSetCommand_base: {
168
168
  * @throws {@link NetworkManagerServiceException}
169
169
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
170
170
  *
171
+ *
171
172
  * @public
172
173
  */
173
174
  export declare class GetCoreNetworkChangeSetCommand extends GetCoreNetworkChangeSetCommand_base {
@@ -118,6 +118,7 @@ declare const GetCoreNetworkCommand_base: {
118
118
  * @throws {@link NetworkManagerServiceException}
119
119
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
120
120
  *
121
+ *
121
122
  * @public
122
123
  */
123
124
  export declare class GetCoreNetworkCommand extends GetCoreNetworkCommand_base {
@@ -86,6 +86,7 @@ declare const GetCoreNetworkPolicyCommand_base: {
86
86
  * @throws {@link NetworkManagerServiceException}
87
87
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
88
88
  *
89
+ *
89
90
  * @public
90
91
  */
91
92
  export declare class GetCoreNetworkPolicyCommand extends GetCoreNetworkPolicyCommand_base {
@@ -88,6 +88,7 @@ declare const GetCustomerGatewayAssociationsCommand_base: {
88
88
  * @throws {@link NetworkManagerServiceException}
89
89
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
90
90
  *
91
+ *
91
92
  * @public
92
93
  */
93
94
  export declare class GetCustomerGatewayAssociationsCommand extends GetCustomerGatewayAssociationsCommand_base {
@@ -105,6 +105,7 @@ declare const GetDevicesCommand_base: {
105
105
  * @throws {@link NetworkManagerServiceException}
106
106
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
107
107
  *
108
+ *
108
109
  * @public
109
110
  */
110
111
  export declare class GetDevicesCommand extends GetDevicesCommand_base {
@@ -123,6 +123,7 @@ declare const GetDirectConnectGatewayAttachmentCommand_base: {
123
123
  * @throws {@link NetworkManagerServiceException}
124
124
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
125
125
  *
126
+ *
126
127
  * @public
127
128
  */
128
129
  export declare class GetDirectConnectGatewayAttachmentCommand extends GetDirectConnectGatewayAttachmentCommand_base {
@@ -82,6 +82,7 @@ declare const GetLinkAssociationsCommand_base: {
82
82
  * @throws {@link NetworkManagerServiceException}
83
83
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
84
84
  *
85
+ *
85
86
  * @public
86
87
  */
87
88
  export declare class GetLinkAssociationsCommand extends GetLinkAssociationsCommand_base {
@@ -101,6 +101,7 @@ declare const GetLinksCommand_base: {
101
101
  * @throws {@link NetworkManagerServiceException}
102
102
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
103
103
  *
104
+ *
104
105
  * @public
105
106
  */
106
107
  export declare class GetLinksCommand extends GetLinksCommand_base {
@@ -75,6 +75,7 @@ declare const GetNetworkResourceCountsCommand_base: {
75
75
  * @throws {@link NetworkManagerServiceException}
76
76
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
77
77
  *
78
+ *
78
79
  * @public
79
80
  */
80
81
  export declare class GetNetworkResourceCountsCommand extends GetNetworkResourceCountsCommand_base {
@@ -83,6 +83,7 @@ declare const GetNetworkResourceRelationshipsCommand_base: {
83
83
  * @throws {@link NetworkManagerServiceException}
84
84
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
85
85
  *
86
+ *
86
87
  * @public
87
88
  */
88
89
  export declare class GetNetworkResourceRelationshipsCommand extends GetNetworkResourceRelationshipsCommand_base {
@@ -100,6 +100,7 @@ declare const GetNetworkResourcesCommand_base: {
100
100
  * @throws {@link NetworkManagerServiceException}
101
101
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
102
102
  *
103
+ *
103
104
  * @public
104
105
  */
105
106
  export declare class GetNetworkResourcesCommand extends GetNetworkResourcesCommand_base {
@@ -134,6 +134,7 @@ declare const GetNetworkRoutesCommand_base: {
134
134
  * @throws {@link NetworkManagerServiceException}
135
135
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
136
136
  *
137
+ *
137
138
  * @public
138
139
  */
139
140
  export declare class GetNetworkRoutesCommand extends GetNetworkRoutesCommand_base {
@@ -94,6 +94,7 @@ declare const GetNetworkTelemetryCommand_base: {
94
94
  * @throws {@link NetworkManagerServiceException}
95
95
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
96
96
  *
97
+ *
97
98
  * @public
98
99
  */
99
100
  export declare class GetNetworkTelemetryCommand extends GetNetworkTelemetryCommand_base {
@@ -66,6 +66,7 @@ declare const GetResourcePolicyCommand_base: {
66
66
  * @throws {@link NetworkManagerServiceException}
67
67
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
68
68
  *
69
+ *
69
70
  * @public
70
71
  */
71
72
  export declare class GetResourcePolicyCommand extends GetResourcePolicyCommand_base {
@@ -134,6 +134,7 @@ declare const GetRouteAnalysisCommand_base: {
134
134
  * @throws {@link NetworkManagerServiceException}
135
135
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
136
136
  *
137
+ *
137
138
  * @public
138
139
  */
139
140
  export declare class GetRouteAnalysisCommand extends GetRouteAnalysisCommand_base {
@@ -123,6 +123,7 @@ declare const GetSiteToSiteVpnAttachmentCommand_base: {
123
123
  * @throws {@link NetworkManagerServiceException}
124
124
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
125
125
  *
126
+ *
126
127
  * @public
127
128
  */
128
129
  export declare class GetSiteToSiteVpnAttachmentCommand extends GetSiteToSiteVpnAttachmentCommand_base {
@@ -95,6 +95,7 @@ declare const GetSitesCommand_base: {
95
95
  * @throws {@link NetworkManagerServiceException}
96
96
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
97
97
  *
98
+ *
98
99
  * @public
99
100
  */
100
101
  export declare class GetSitesCommand extends GetSitesCommand_base {
@@ -87,6 +87,7 @@ declare const GetTransitGatewayConnectPeerAssociationsCommand_base: {
87
87
  * @throws {@link NetworkManagerServiceException}
88
88
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
89
89
  *
90
+ *
90
91
  * @public
91
92
  */
92
93
  export declare class GetTransitGatewayConnectPeerAssociationsCommand extends GetTransitGatewayConnectPeerAssociationsCommand_base {
@@ -100,6 +100,7 @@ declare const GetTransitGatewayPeeringCommand_base: {
100
100
  * @throws {@link NetworkManagerServiceException}
101
101
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
102
102
  *
103
+ *
103
104
  * @public
104
105
  */
105
106
  export declare class GetTransitGatewayPeeringCommand extends GetTransitGatewayPeeringCommand_base {
@@ -85,6 +85,7 @@ declare const GetTransitGatewayRegistrationsCommand_base: {
85
85
  * @throws {@link NetworkManagerServiceException}
86
86
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
87
87
  *
88
+ *
88
89
  * @public
89
90
  */
90
91
  export declare class GetTransitGatewayRegistrationsCommand extends GetTransitGatewayRegistrationsCommand_base {
@@ -124,6 +124,7 @@ declare const GetTransitGatewayRouteTableAttachmentCommand_base: {
124
124
  * @throws {@link NetworkManagerServiceException}
125
125
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
126
126
  *
127
+ *
127
128
  * @public
128
129
  */
129
130
  export declare class GetTransitGatewayRouteTableAttachmentCommand extends GetTransitGatewayRouteTableAttachmentCommand_base {
@@ -129,6 +129,7 @@ declare const GetVpcAttachmentCommand_base: {
129
129
  * @throws {@link NetworkManagerServiceException}
130
130
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
131
131
  *
132
+ *
132
133
  * @public
133
134
  */
134
135
  export declare class GetVpcAttachmentCommand extends GetVpcAttachmentCommand_base {
@@ -125,6 +125,7 @@ declare const ListAttachmentsCommand_base: {
125
125
  * @throws {@link NetworkManagerServiceException}
126
126
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
127
127
  *
128
+ *
128
129
  * @public
129
130
  */
130
131
  export declare class ListAttachmentsCommand extends ListAttachmentsCommand_base {
@@ -86,6 +86,7 @@ declare const ListConnectPeersCommand_base: {
86
86
  * @throws {@link NetworkManagerServiceException}
87
87
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
88
88
  *
89
+ *
89
90
  * @public
90
91
  */
91
92
  export declare class ListConnectPeersCommand extends ListConnectPeersCommand_base {
@@ -81,6 +81,7 @@ declare const ListCoreNetworkPolicyVersionsCommand_base: {
81
81
  * @throws {@link NetworkManagerServiceException}
82
82
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
83
83
  *
84
+ *
84
85
  * @public
85
86
  */
86
87
  export declare class ListCoreNetworkPolicyVersionsCommand extends ListCoreNetworkPolicyVersionsCommand_base {
@@ -83,6 +83,7 @@ declare const ListCoreNetworksCommand_base: {
83
83
  * @throws {@link NetworkManagerServiceException}
84
84
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
85
85
  *
86
+ *
86
87
  * @public
87
88
  */
88
89
  export declare class ListCoreNetworksCommand extends ListCoreNetworksCommand_base {
@@ -66,6 +66,7 @@ declare const ListOrganizationServiceAccessStatusCommand_base: {
66
66
  * @throws {@link NetworkManagerServiceException}
67
67
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
68
68
  *
69
+ *
69
70
  * @public
70
71
  */
71
72
  export declare class ListOrganizationServiceAccessStatusCommand extends ListOrganizationServiceAccessStatusCommand_base {
@@ -101,6 +101,7 @@ declare const ListPeeringsCommand_base: {
101
101
  * @throws {@link NetworkManagerServiceException}
102
102
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
103
103
  *
104
+ *
104
105
  * @public
105
106
  */
106
107
  export declare class ListPeeringsCommand extends ListPeeringsCommand_base {
@@ -74,6 +74,7 @@ declare const ListTagsForResourceCommand_base: {
74
74
  * @throws {@link NetworkManagerServiceException}
75
75
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
76
76
  *
77
+ *
77
78
  * @public
78
79
  */
79
80
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
@@ -95,6 +95,7 @@ declare const PutCoreNetworkPolicyCommand_base: {
95
95
  * @throws {@link NetworkManagerServiceException}
96
96
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
97
97
  *
98
+ *
98
99
  * @public
99
100
  */
100
101
  export declare class PutCoreNetworkPolicyCommand extends PutCoreNetworkPolicyCommand_base {
@@ -72,6 +72,7 @@ declare const PutResourcePolicyCommand_base: {
72
72
  * @throws {@link NetworkManagerServiceException}
73
73
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
74
74
  *
75
+ *
75
76
  * @public
76
77
  */
77
78
  export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {
@@ -85,6 +85,7 @@ declare const RegisterTransitGatewayCommand_base: {
85
85
  * @throws {@link NetworkManagerServiceException}
86
86
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
87
87
  *
88
+ *
88
89
  * @public
89
90
  */
90
91
  export declare class RegisterTransitGatewayCommand extends RegisterTransitGatewayCommand_base {
@@ -124,6 +124,7 @@ declare const RejectAttachmentCommand_base: {
124
124
  * @throws {@link NetworkManagerServiceException}
125
125
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
126
126
  *
127
+ *
127
128
  * @public
128
129
  */
129
130
  export declare class RejectAttachmentCommand extends RejectAttachmentCommand_base {
@@ -89,6 +89,7 @@ declare const RestoreCoreNetworkPolicyVersionCommand_base: {
89
89
  * @throws {@link NetworkManagerServiceException}
90
90
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
91
91
  *
92
+ *
92
93
  * @public
93
94
  */
94
95
  export declare class RestoreCoreNetworkPolicyVersionCommand extends RestoreCoreNetworkPolicyVersionCommand_base {
@@ -83,6 +83,7 @@ declare const StartOrganizationServiceAccessUpdateCommand_base: {
83
83
  * @throws {@link NetworkManagerServiceException}
84
84
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
85
85
  *
86
+ *
86
87
  * @public
87
88
  */
88
89
  export declare class StartOrganizationServiceAccessUpdateCommand extends StartOrganizationServiceAccessUpdateCommand_base {
@@ -148,6 +148,7 @@ declare const StartRouteAnalysisCommand_base: {
148
148
  * @throws {@link NetworkManagerServiceException}
149
149
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
150
150
  *
151
+ *
151
152
  * @public
152
153
  */
153
154
  export declare class StartRouteAnalysisCommand extends StartRouteAnalysisCommand_base {
@@ -80,6 +80,7 @@ declare const TagResourceCommand_base: {
80
80
  * @throws {@link NetworkManagerServiceException}
81
81
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
82
82
  *
83
+ *
83
84
  * @public
84
85
  */
85
86
  export declare class TagResourceCommand extends TagResourceCommand_base {
@@ -74,6 +74,7 @@ declare const UntagResourceCommand_base: {
74
74
  * @throws {@link NetworkManagerServiceException}
75
75
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
76
76
  *
77
+ *
77
78
  * @public
78
79
  */
79
80
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
@@ -95,6 +95,7 @@ declare const UpdateConnectionCommand_base: {
95
95
  * @throws {@link NetworkManagerServiceException}
96
96
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
97
97
  *
98
+ *
98
99
  * @public
99
100
  */
100
101
  export declare class UpdateConnectionCommand extends UpdateConnectionCommand_base {
@@ -123,6 +123,7 @@ declare const UpdateCoreNetworkCommand_base: {
123
123
  * @throws {@link NetworkManagerServiceException}
124
124
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
125
125
  *
126
+ *
126
127
  * @public
127
128
  */
128
129
  export declare class UpdateCoreNetworkCommand extends UpdateCoreNetworkCommand_base {
@@ -117,6 +117,7 @@ declare const UpdateDeviceCommand_base: {
117
117
  * @throws {@link NetworkManagerServiceException}
118
118
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
119
119
  *
120
+ *
120
121
  * @public
121
122
  */
122
123
  export declare class UpdateDeviceCommand extends UpdateDeviceCommand_base {
@@ -130,6 +130,7 @@ declare const UpdateDirectConnectGatewayAttachmentCommand_base: {
130
130
  * @throws {@link NetworkManagerServiceException}
131
131
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
132
132
  *
133
+ *
133
134
  * @public
134
135
  */
135
136
  export declare class UpdateDirectConnectGatewayAttachmentCommand extends UpdateDirectConnectGatewayAttachmentCommand_base {
@@ -87,6 +87,7 @@ declare const UpdateGlobalNetworkCommand_base: {
87
87
  * @throws {@link NetworkManagerServiceException}
88
88
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
89
89
  *
90
+ *
90
91
  * @public
91
92
  */
92
93
  export declare class UpdateGlobalNetworkCommand extends UpdateGlobalNetworkCommand_base {
@@ -105,6 +105,7 @@ declare const UpdateLinkCommand_base: {
105
105
  * @throws {@link NetworkManagerServiceException}
106
106
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
107
107
  *
108
+ *
108
109
  * @public
109
110
  */
110
111
  export declare class UpdateLinkCommand extends UpdateLinkCommand_base {
@@ -80,6 +80,7 @@ declare const UpdateNetworkResourceMetadataCommand_base: {
80
80
  * @throws {@link NetworkManagerServiceException}
81
81
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
82
82
  *
83
+ *
83
84
  * @public
84
85
  */
85
86
  export declare class UpdateNetworkResourceMetadataCommand extends UpdateNetworkResourceMetadataCommand_base {
@@ -99,6 +99,7 @@ declare const UpdateSiteCommand_base: {
99
99
  * @throws {@link NetworkManagerServiceException}
100
100
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
101
101
  *
102
+ *
102
103
  * @public
103
104
  */
104
105
  export declare class UpdateSiteCommand extends UpdateSiteCommand_base {
@@ -143,6 +143,7 @@ declare const UpdateVpcAttachmentCommand_base: {
143
143
  * @throws {@link NetworkManagerServiceException}
144
144
  * <p>Base exception class for all service exceptions from NetworkManager service.</p>
145
145
  *
146
+ *
146
147
  * @public
147
148
  */
148
149
  export declare class UpdateVpcAttachmentCommand extends UpdateVpcAttachmentCommand_base {
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.774.0",
4
+ "version": "3.777.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,41 +20,41 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.774.0",
24
- "@aws-sdk/credential-provider-node": "3.774.0",
25
- "@aws-sdk/middleware-host-header": "3.774.0",
26
- "@aws-sdk/middleware-logger": "3.734.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.772.0",
28
- "@aws-sdk/middleware-user-agent": "3.774.0",
29
- "@aws-sdk/region-config-resolver": "3.734.0",
30
- "@aws-sdk/types": "3.734.0",
31
- "@aws-sdk/util-endpoints": "3.743.0",
32
- "@aws-sdk/util-user-agent-browser": "3.734.0",
33
- "@aws-sdk/util-user-agent-node": "3.774.0",
34
- "@smithy/config-resolver": "^4.0.1",
35
- "@smithy/core": "^3.1.5",
36
- "@smithy/fetch-http-handler": "^5.0.1",
37
- "@smithy/hash-node": "^4.0.1",
38
- "@smithy/invalid-dependency": "^4.0.1",
39
- "@smithy/middleware-content-length": "^4.0.1",
40
- "@smithy/middleware-endpoint": "^4.0.6",
41
- "@smithy/middleware-retry": "^4.0.7",
42
- "@smithy/middleware-serde": "^4.0.2",
43
- "@smithy/middleware-stack": "^4.0.1",
44
- "@smithy/node-config-provider": "^4.0.1",
45
- "@smithy/node-http-handler": "^4.0.3",
46
- "@smithy/protocol-http": "^5.0.1",
47
- "@smithy/smithy-client": "^4.1.6",
48
- "@smithy/types": "^4.1.0",
49
- "@smithy/url-parser": "^4.0.1",
23
+ "@aws-sdk/core": "3.775.0",
24
+ "@aws-sdk/credential-provider-node": "3.777.0",
25
+ "@aws-sdk/middleware-host-header": "3.775.0",
26
+ "@aws-sdk/middleware-logger": "3.775.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.775.0",
28
+ "@aws-sdk/middleware-user-agent": "3.775.0",
29
+ "@aws-sdk/region-config-resolver": "3.775.0",
30
+ "@aws-sdk/types": "3.775.0",
31
+ "@aws-sdk/util-endpoints": "3.775.0",
32
+ "@aws-sdk/util-user-agent-browser": "3.775.0",
33
+ "@aws-sdk/util-user-agent-node": "3.775.0",
34
+ "@smithy/config-resolver": "^4.1.0",
35
+ "@smithy/core": "^3.2.0",
36
+ "@smithy/fetch-http-handler": "^5.0.2",
37
+ "@smithy/hash-node": "^4.0.2",
38
+ "@smithy/invalid-dependency": "^4.0.2",
39
+ "@smithy/middleware-content-length": "^4.0.2",
40
+ "@smithy/middleware-endpoint": "^4.1.0",
41
+ "@smithy/middleware-retry": "^4.1.0",
42
+ "@smithy/middleware-serde": "^4.0.3",
43
+ "@smithy/middleware-stack": "^4.0.2",
44
+ "@smithy/node-config-provider": "^4.0.2",
45
+ "@smithy/node-http-handler": "^4.0.4",
46
+ "@smithy/protocol-http": "^5.1.0",
47
+ "@smithy/smithy-client": "^4.2.0",
48
+ "@smithy/types": "^4.2.0",
49
+ "@smithy/url-parser": "^4.0.2",
50
50
  "@smithy/util-base64": "^4.0.0",
51
51
  "@smithy/util-body-length-browser": "^4.0.0",
52
52
  "@smithy/util-body-length-node": "^4.0.0",
53
- "@smithy/util-defaults-mode-browser": "^4.0.7",
54
- "@smithy/util-defaults-mode-node": "^4.0.7",
55
- "@smithy/util-endpoints": "^3.0.1",
56
- "@smithy/util-middleware": "^4.0.1",
57
- "@smithy/util-retry": "^4.0.1",
53
+ "@smithy/util-defaults-mode-browser": "^4.0.8",
54
+ "@smithy/util-defaults-mode-node": "^4.0.8",
55
+ "@smithy/util-endpoints": "^3.0.2",
56
+ "@smithy/util-middleware": "^4.0.2",
57
+ "@smithy/util-retry": "^4.0.2",
58
58
  "@smithy/util-utf8": "^4.0.0",
59
59
  "@types/uuid": "^9.0.1",
60
60
  "tslib": "^2.6.2",