@aws-sdk/client-networkmanager 3.289.0 → 3.290.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 (86) hide show
  1. package/dist-types/commands/AcceptAttachmentCommand.d.ts +20 -0
  2. package/dist-types/commands/AssociateConnectPeerCommand.d.ts +23 -0
  3. package/dist-types/commands/AssociateCustomerGatewayCommand.d.ts +23 -0
  4. package/dist-types/commands/AssociateLinkCommand.d.ts +23 -0
  5. package/dist-types/commands/AssociateTransitGatewayConnectPeerCommand.d.ts +23 -0
  6. package/dist-types/commands/CreateConnectAttachmentCommand.d.ts +20 -0
  7. package/dist-types/commands/CreateConnectPeerCommand.d.ts +20 -0
  8. package/dist-types/commands/CreateConnectionCommand.d.ts +20 -0
  9. package/dist-types/commands/CreateCoreNetworkCommand.d.ts +23 -0
  10. package/dist-types/commands/CreateDeviceCommand.d.ts +23 -0
  11. package/dist-types/commands/CreateGlobalNetworkCommand.d.ts +20 -0
  12. package/dist-types/commands/CreateLinkCommand.d.ts +23 -0
  13. package/dist-types/commands/CreateSiteCommand.d.ts +23 -0
  14. package/dist-types/commands/CreateSiteToSiteVpnAttachmentCommand.d.ts +20 -0
  15. package/dist-types/commands/CreateTransitGatewayPeeringCommand.d.ts +20 -0
  16. package/dist-types/commands/CreateTransitGatewayRouteTableAttachmentCommand.d.ts +20 -0
  17. package/dist-types/commands/CreateVpcAttachmentCommand.d.ts +20 -0
  18. package/dist-types/commands/DeleteAttachmentCommand.d.ts +20 -0
  19. package/dist-types/commands/DeleteConnectPeerCommand.d.ts +20 -0
  20. package/dist-types/commands/DeleteConnectionCommand.d.ts +20 -0
  21. package/dist-types/commands/DeleteCoreNetworkCommand.d.ts +20 -0
  22. package/dist-types/commands/DeleteCoreNetworkPolicyVersionCommand.d.ts +20 -0
  23. package/dist-types/commands/DeleteDeviceCommand.d.ts +20 -0
  24. package/dist-types/commands/DeleteGlobalNetworkCommand.d.ts +20 -0
  25. package/dist-types/commands/DeleteLinkCommand.d.ts +20 -0
  26. package/dist-types/commands/DeletePeeringCommand.d.ts +20 -0
  27. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +17 -0
  28. package/dist-types/commands/DeleteSiteCommand.d.ts +20 -0
  29. package/dist-types/commands/DeregisterTransitGatewayCommand.d.ts +20 -0
  30. package/dist-types/commands/DescribeGlobalNetworksCommand.d.ts +16 -0
  31. package/dist-types/commands/DisassociateConnectPeerCommand.d.ts +20 -0
  32. package/dist-types/commands/DisassociateCustomerGatewayCommand.d.ts +20 -0
  33. package/dist-types/commands/DisassociateLinkCommand.d.ts +20 -0
  34. package/dist-types/commands/DisassociateTransitGatewayConnectPeerCommand.d.ts +20 -0
  35. package/dist-types/commands/ExecuteCoreNetworkChangeSetCommand.d.ts +20 -0
  36. package/dist-types/commands/GetConnectAttachmentCommand.d.ts +16 -0
  37. package/dist-types/commands/GetConnectPeerAssociationsCommand.d.ts +20 -0
  38. package/dist-types/commands/GetConnectPeerCommand.d.ts +16 -0
  39. package/dist-types/commands/GetConnectionsCommand.d.ts +16 -0
  40. package/dist-types/commands/GetCoreNetworkChangeEventsCommand.d.ts +16 -0
  41. package/dist-types/commands/GetCoreNetworkChangeSetCommand.d.ts +16 -0
  42. package/dist-types/commands/GetCoreNetworkCommand.d.ts +16 -0
  43. package/dist-types/commands/GetCoreNetworkPolicyCommand.d.ts +16 -0
  44. package/dist-types/commands/GetCustomerGatewayAssociationsCommand.d.ts +20 -0
  45. package/dist-types/commands/GetDevicesCommand.d.ts +16 -0
  46. package/dist-types/commands/GetLinkAssociationsCommand.d.ts +16 -0
  47. package/dist-types/commands/GetLinksCommand.d.ts +16 -0
  48. package/dist-types/commands/GetNetworkResourceCountsCommand.d.ts +13 -0
  49. package/dist-types/commands/GetNetworkResourceRelationshipsCommand.d.ts +16 -0
  50. package/dist-types/commands/GetNetworkResourcesCommand.d.ts +16 -0
  51. package/dist-types/commands/GetNetworkRoutesCommand.d.ts +16 -0
  52. package/dist-types/commands/GetNetworkTelemetryCommand.d.ts +16 -0
  53. package/dist-types/commands/GetResourcePolicyCommand.d.ts +13 -0
  54. package/dist-types/commands/GetRouteAnalysisCommand.d.ts +16 -0
  55. package/dist-types/commands/GetSiteToSiteVpnAttachmentCommand.d.ts +16 -0
  56. package/dist-types/commands/GetSitesCommand.d.ts +16 -0
  57. package/dist-types/commands/GetTransitGatewayConnectPeerAssociationsCommand.d.ts +20 -0
  58. package/dist-types/commands/GetTransitGatewayPeeringCommand.d.ts +16 -0
  59. package/dist-types/commands/GetTransitGatewayRegistrationsCommand.d.ts +16 -0
  60. package/dist-types/commands/GetTransitGatewayRouteTableAttachmentCommand.d.ts +16 -0
  61. package/dist-types/commands/GetVpcAttachmentCommand.d.ts +16 -0
  62. package/dist-types/commands/ListAttachmentsCommand.d.ts +13 -0
  63. package/dist-types/commands/ListConnectPeersCommand.d.ts +13 -0
  64. package/dist-types/commands/ListCoreNetworkPolicyVersionsCommand.d.ts +16 -0
  65. package/dist-types/commands/ListCoreNetworksCommand.d.ts +13 -0
  66. package/dist-types/commands/ListOrganizationServiceAccessStatusCommand.d.ts +1 -0
  67. package/dist-types/commands/ListPeeringsCommand.d.ts +13 -0
  68. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  69. package/dist-types/commands/PutCoreNetworkPolicyCommand.d.ts +23 -0
  70. package/dist-types/commands/PutResourcePolicyCommand.d.ts +20 -0
  71. package/dist-types/commands/RegisterTransitGatewayCommand.d.ts +20 -0
  72. package/dist-types/commands/RejectAttachmentCommand.d.ts +20 -0
  73. package/dist-types/commands/RestoreCoreNetworkPolicyVersionCommand.d.ts +20 -0
  74. package/dist-types/commands/StartOrganizationServiceAccessUpdateCommand.d.ts +20 -0
  75. package/dist-types/commands/StartRouteAnalysisCommand.d.ts +20 -0
  76. package/dist-types/commands/TagResourceCommand.d.ts +23 -0
  77. package/dist-types/commands/UntagResourceCommand.d.ts +20 -0
  78. package/dist-types/commands/UpdateConnectionCommand.d.ts +20 -0
  79. package/dist-types/commands/UpdateCoreNetworkCommand.d.ts +20 -0
  80. package/dist-types/commands/UpdateDeviceCommand.d.ts +20 -0
  81. package/dist-types/commands/UpdateGlobalNetworkCommand.d.ts +20 -0
  82. package/dist-types/commands/UpdateLinkCommand.d.ts +23 -0
  83. package/dist-types/commands/UpdateNetworkResourceMetadataCommand.d.ts +20 -0
  84. package/dist-types/commands/UpdateSiteCommand.d.ts +20 -0
  85. package/dist-types/commands/UpdateVpcAttachmentCommand.d.ts +20 -0
  86. package/package.json +29 -29
@@ -30,6 +30,26 @@ export interface StartRouteAnalysisCommandOutput extends StartRouteAnalysisRespo
30
30
  * @see {@link StartRouteAnalysisCommandOutput} for command's `response` shape.
31
31
  * @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
32
32
  *
33
+ * @throws {@link AccessDeniedException} (client fault)
34
+ * <p>You do not have sufficient access to perform this action.</p>
35
+ *
36
+ * @throws {@link ConflictException} (client fault)
37
+ * <p>There was a conflict processing the request. Updating or deleting the resource can
38
+ * cause an inconsistent state.</p>
39
+ *
40
+ * @throws {@link InternalServerException} (server fault)
41
+ * <p>The request has failed due to an internal error.</p>
42
+ *
43
+ * @throws {@link ResourceNotFoundException} (client fault)
44
+ * <p>The specified resource could not be found.</p>
45
+ *
46
+ * @throws {@link ThrottlingException} (client fault)
47
+ * <p>The request was denied due to request throttling.</p>
48
+ *
49
+ * @throws {@link ValidationException} (client fault)
50
+ * <p>The input fails to satisfy the constraints.</p>
51
+ *
52
+ *
33
53
  */
34
54
  export declare class StartRouteAnalysisCommand extends $Command<StartRouteAnalysisCommandInput, StartRouteAnalysisCommandOutput, NetworkManagerClientResolvedConfig> {
35
55
  readonly input: StartRouteAnalysisCommandInput;
@@ -29,6 +29,29 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
29
29
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You do not have sufficient access to perform this action.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>There was a conflict processing the request. Updating or deleting the resource can
37
+ * cause an inconsistent state.</p>
38
+ *
39
+ * @throws {@link InternalServerException} (server fault)
40
+ * <p>The request has failed due to an internal error.</p>
41
+ *
42
+ * @throws {@link ResourceNotFoundException} (client fault)
43
+ * <p>The specified resource could not be found.</p>
44
+ *
45
+ * @throws {@link ServiceQuotaExceededException} (client fault)
46
+ * <p>A service limit was exceeded.</p>
47
+ *
48
+ * @throws {@link ThrottlingException} (client fault)
49
+ * <p>The request was denied due to request throttling.</p>
50
+ *
51
+ * @throws {@link ValidationException} (client fault)
52
+ * <p>The input fails to satisfy the constraints.</p>
53
+ *
54
+ *
32
55
  */
33
56
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, NetworkManagerClientResolvedConfig> {
34
57
  readonly input: TagResourceCommandInput;
@@ -29,6 +29,26 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
29
29
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You do not have sufficient access to perform this action.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>There was a conflict processing the request. Updating or deleting the resource can
37
+ * cause an inconsistent state.</p>
38
+ *
39
+ * @throws {@link InternalServerException} (server fault)
40
+ * <p>The request has failed due to an internal error.</p>
41
+ *
42
+ * @throws {@link ResourceNotFoundException} (client fault)
43
+ * <p>The specified resource could not be found.</p>
44
+ *
45
+ * @throws {@link ThrottlingException} (client fault)
46
+ * <p>The request was denied due to request throttling.</p>
47
+ *
48
+ * @throws {@link ValidationException} (client fault)
49
+ * <p>The input fails to satisfy the constraints.</p>
50
+ *
51
+ *
32
52
  */
33
53
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, NetworkManagerClientResolvedConfig> {
34
54
  readonly input: UntagResourceCommandInput;
@@ -30,6 +30,26 @@ export interface UpdateConnectionCommandOutput extends UpdateConnectionResponse,
30
30
  * @see {@link UpdateConnectionCommandOutput} for command's `response` shape.
31
31
  * @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
32
32
  *
33
+ * @throws {@link AccessDeniedException} (client fault)
34
+ * <p>You do not have sufficient access to perform this action.</p>
35
+ *
36
+ * @throws {@link ConflictException} (client fault)
37
+ * <p>There was a conflict processing the request. Updating or deleting the resource can
38
+ * cause an inconsistent state.</p>
39
+ *
40
+ * @throws {@link InternalServerException} (server fault)
41
+ * <p>The request has failed due to an internal error.</p>
42
+ *
43
+ * @throws {@link ResourceNotFoundException} (client fault)
44
+ * <p>The specified resource could not be found.</p>
45
+ *
46
+ * @throws {@link ThrottlingException} (client fault)
47
+ * <p>The request was denied due to request throttling.</p>
48
+ *
49
+ * @throws {@link ValidationException} (client fault)
50
+ * <p>The input fails to satisfy the constraints.</p>
51
+ *
52
+ *
33
53
  */
34
54
  export declare class UpdateConnectionCommand extends $Command<UpdateConnectionCommandInput, UpdateConnectionCommandOutput, NetworkManagerClientResolvedConfig> {
35
55
  readonly input: UpdateConnectionCommandInput;
@@ -29,6 +29,26 @@ export interface UpdateCoreNetworkCommandOutput extends UpdateCoreNetworkRespons
29
29
  * @see {@link UpdateCoreNetworkCommandOutput} for command's `response` shape.
30
30
  * @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You do not have sufficient access to perform this action.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>There was a conflict processing the request. Updating or deleting the resource can
37
+ * cause an inconsistent state.</p>
38
+ *
39
+ * @throws {@link InternalServerException} (server fault)
40
+ * <p>The request has failed due to an internal error.</p>
41
+ *
42
+ * @throws {@link ResourceNotFoundException} (client fault)
43
+ * <p>The specified resource could not be found.</p>
44
+ *
45
+ * @throws {@link ThrottlingException} (client fault)
46
+ * <p>The request was denied due to request throttling.</p>
47
+ *
48
+ * @throws {@link ValidationException} (client fault)
49
+ * <p>The input fails to satisfy the constraints.</p>
50
+ *
51
+ *
32
52
  */
33
53
  export declare class UpdateCoreNetworkCommand extends $Command<UpdateCoreNetworkCommandInput, UpdateCoreNetworkCommandOutput, NetworkManagerClientResolvedConfig> {
34
54
  readonly input: UpdateCoreNetworkCommandInput;
@@ -30,6 +30,26 @@ export interface UpdateDeviceCommandOutput extends UpdateDeviceResponse, __Metad
30
30
  * @see {@link UpdateDeviceCommandOutput} for command's `response` shape.
31
31
  * @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
32
32
  *
33
+ * @throws {@link AccessDeniedException} (client fault)
34
+ * <p>You do not have sufficient access to perform this action.</p>
35
+ *
36
+ * @throws {@link ConflictException} (client fault)
37
+ * <p>There was a conflict processing the request. Updating or deleting the resource can
38
+ * cause an inconsistent state.</p>
39
+ *
40
+ * @throws {@link InternalServerException} (server fault)
41
+ * <p>The request has failed due to an internal error.</p>
42
+ *
43
+ * @throws {@link ResourceNotFoundException} (client fault)
44
+ * <p>The specified resource could not be found.</p>
45
+ *
46
+ * @throws {@link ThrottlingException} (client fault)
47
+ * <p>The request was denied due to request throttling.</p>
48
+ *
49
+ * @throws {@link ValidationException} (client fault)
50
+ * <p>The input fails to satisfy the constraints.</p>
51
+ *
52
+ *
33
53
  */
34
54
  export declare class UpdateDeviceCommand extends $Command<UpdateDeviceCommandInput, UpdateDeviceCommandOutput, NetworkManagerClientResolvedConfig> {
35
55
  readonly input: UpdateDeviceCommandInput;
@@ -30,6 +30,26 @@ export interface UpdateGlobalNetworkCommandOutput extends UpdateGlobalNetworkRes
30
30
  * @see {@link UpdateGlobalNetworkCommandOutput} for command's `response` shape.
31
31
  * @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
32
32
  *
33
+ * @throws {@link AccessDeniedException} (client fault)
34
+ * <p>You do not have sufficient access to perform this action.</p>
35
+ *
36
+ * @throws {@link ConflictException} (client fault)
37
+ * <p>There was a conflict processing the request. Updating or deleting the resource can
38
+ * cause an inconsistent state.</p>
39
+ *
40
+ * @throws {@link InternalServerException} (server fault)
41
+ * <p>The request has failed due to an internal error.</p>
42
+ *
43
+ * @throws {@link ResourceNotFoundException} (client fault)
44
+ * <p>The specified resource could not be found.</p>
45
+ *
46
+ * @throws {@link ThrottlingException} (client fault)
47
+ * <p>The request was denied due to request throttling.</p>
48
+ *
49
+ * @throws {@link ValidationException} (client fault)
50
+ * <p>The input fails to satisfy the constraints.</p>
51
+ *
52
+ *
33
53
  */
34
54
  export declare class UpdateGlobalNetworkCommand extends $Command<UpdateGlobalNetworkCommandInput, UpdateGlobalNetworkCommandOutput, NetworkManagerClientResolvedConfig> {
35
55
  readonly input: UpdateGlobalNetworkCommandInput;
@@ -30,6 +30,29 @@ export interface UpdateLinkCommandOutput extends UpdateLinkResponse, __MetadataB
30
30
  * @see {@link UpdateLinkCommandOutput} for command's `response` shape.
31
31
  * @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
32
32
  *
33
+ * @throws {@link AccessDeniedException} (client fault)
34
+ * <p>You do not have sufficient access to perform this action.</p>
35
+ *
36
+ * @throws {@link ConflictException} (client fault)
37
+ * <p>There was a conflict processing the request. Updating or deleting the resource can
38
+ * cause an inconsistent state.</p>
39
+ *
40
+ * @throws {@link InternalServerException} (server fault)
41
+ * <p>The request has failed due to an internal error.</p>
42
+ *
43
+ * @throws {@link ResourceNotFoundException} (client fault)
44
+ * <p>The specified resource could not be found.</p>
45
+ *
46
+ * @throws {@link ServiceQuotaExceededException} (client fault)
47
+ * <p>A service limit was exceeded.</p>
48
+ *
49
+ * @throws {@link ThrottlingException} (client fault)
50
+ * <p>The request was denied due to request throttling.</p>
51
+ *
52
+ * @throws {@link ValidationException} (client fault)
53
+ * <p>The input fails to satisfy the constraints.</p>
54
+ *
55
+ *
33
56
  */
34
57
  export declare class UpdateLinkCommand extends $Command<UpdateLinkCommandInput, UpdateLinkCommandOutput, NetworkManagerClientResolvedConfig> {
35
58
  readonly input: UpdateLinkCommandInput;
@@ -29,6 +29,26 @@ export interface UpdateNetworkResourceMetadataCommandOutput extends UpdateNetwor
29
29
  * @see {@link UpdateNetworkResourceMetadataCommandOutput} for command's `response` shape.
30
30
  * @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You do not have sufficient access to perform this action.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>There was a conflict processing the request. Updating or deleting the resource can
37
+ * cause an inconsistent state.</p>
38
+ *
39
+ * @throws {@link InternalServerException} (server fault)
40
+ * <p>The request has failed due to an internal error.</p>
41
+ *
42
+ * @throws {@link ResourceNotFoundException} (client fault)
43
+ * <p>The specified resource could not be found.</p>
44
+ *
45
+ * @throws {@link ThrottlingException} (client fault)
46
+ * <p>The request was denied due to request throttling.</p>
47
+ *
48
+ * @throws {@link ValidationException} (client fault)
49
+ * <p>The input fails to satisfy the constraints.</p>
50
+ *
51
+ *
32
52
  */
33
53
  export declare class UpdateNetworkResourceMetadataCommand extends $Command<UpdateNetworkResourceMetadataCommandInput, UpdateNetworkResourceMetadataCommandOutput, NetworkManagerClientResolvedConfig> {
34
54
  readonly input: UpdateNetworkResourceMetadataCommandInput;
@@ -30,6 +30,26 @@ export interface UpdateSiteCommandOutput extends UpdateSiteResponse, __MetadataB
30
30
  * @see {@link UpdateSiteCommandOutput} for command's `response` shape.
31
31
  * @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
32
32
  *
33
+ * @throws {@link AccessDeniedException} (client fault)
34
+ * <p>You do not have sufficient access to perform this action.</p>
35
+ *
36
+ * @throws {@link ConflictException} (client fault)
37
+ * <p>There was a conflict processing the request. Updating or deleting the resource can
38
+ * cause an inconsistent state.</p>
39
+ *
40
+ * @throws {@link InternalServerException} (server fault)
41
+ * <p>The request has failed due to an internal error.</p>
42
+ *
43
+ * @throws {@link ResourceNotFoundException} (client fault)
44
+ * <p>The specified resource could not be found.</p>
45
+ *
46
+ * @throws {@link ThrottlingException} (client fault)
47
+ * <p>The request was denied due to request throttling.</p>
48
+ *
49
+ * @throws {@link ValidationException} (client fault)
50
+ * <p>The input fails to satisfy the constraints.</p>
51
+ *
52
+ *
33
53
  */
34
54
  export declare class UpdateSiteCommand extends $Command<UpdateSiteCommandInput, UpdateSiteCommandOutput, NetworkManagerClientResolvedConfig> {
35
55
  readonly input: UpdateSiteCommandInput;
@@ -29,6 +29,26 @@ export interface UpdateVpcAttachmentCommandOutput extends UpdateVpcAttachmentRes
29
29
  * @see {@link UpdateVpcAttachmentCommandOutput} for command's `response` shape.
30
30
  * @see {@link NetworkManagerClientResolvedConfig | config} for NetworkManagerClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You do not have sufficient access to perform this action.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>There was a conflict processing the request. Updating or deleting the resource can
37
+ * cause an inconsistent state.</p>
38
+ *
39
+ * @throws {@link InternalServerException} (server fault)
40
+ * <p>The request has failed due to an internal error.</p>
41
+ *
42
+ * @throws {@link ResourceNotFoundException} (client fault)
43
+ * <p>The specified resource could not be found.</p>
44
+ *
45
+ * @throws {@link ThrottlingException} (client fault)
46
+ * <p>The request was denied due to request throttling.</p>
47
+ *
48
+ * @throws {@link ValidationException} (client fault)
49
+ * <p>The input fails to satisfy the constraints.</p>
50
+ *
51
+ *
32
52
  */
33
53
  export declare class UpdateVpcAttachmentCommand extends $Command<UpdateVpcAttachmentCommandInput, UpdateVpcAttachmentCommandOutput, NetworkManagerClientResolvedConfig> {
34
54
  readonly input: UpdateVpcAttachmentCommandInput;
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.289.0",
4
+ "version": "3.290.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",
@@ -20,37 +20,37 @@
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.289.0",
24
- "@aws-sdk/config-resolver": "3.289.0",
25
- "@aws-sdk/credential-provider-node": "3.289.0",
26
- "@aws-sdk/fetch-http-handler": "3.289.0",
27
- "@aws-sdk/hash-node": "3.289.0",
28
- "@aws-sdk/invalid-dependency": "3.289.0",
29
- "@aws-sdk/middleware-content-length": "3.289.0",
30
- "@aws-sdk/middleware-endpoint": "3.289.0",
31
- "@aws-sdk/middleware-host-header": "3.289.0",
32
- "@aws-sdk/middleware-logger": "3.289.0",
33
- "@aws-sdk/middleware-recursion-detection": "3.289.0",
34
- "@aws-sdk/middleware-retry": "3.289.0",
35
- "@aws-sdk/middleware-serde": "3.289.0",
36
- "@aws-sdk/middleware-signing": "3.289.0",
37
- "@aws-sdk/middleware-stack": "3.289.0",
38
- "@aws-sdk/middleware-user-agent": "3.289.0",
39
- "@aws-sdk/node-config-provider": "3.289.0",
40
- "@aws-sdk/node-http-handler": "3.289.0",
41
- "@aws-sdk/protocol-http": "3.289.0",
42
- "@aws-sdk/smithy-client": "3.289.0",
43
- "@aws-sdk/types": "3.289.0",
44
- "@aws-sdk/url-parser": "3.289.0",
23
+ "@aws-sdk/client-sts": "3.290.0",
24
+ "@aws-sdk/config-resolver": "3.290.0",
25
+ "@aws-sdk/credential-provider-node": "3.290.0",
26
+ "@aws-sdk/fetch-http-handler": "3.290.0",
27
+ "@aws-sdk/hash-node": "3.290.0",
28
+ "@aws-sdk/invalid-dependency": "3.290.0",
29
+ "@aws-sdk/middleware-content-length": "3.290.0",
30
+ "@aws-sdk/middleware-endpoint": "3.290.0",
31
+ "@aws-sdk/middleware-host-header": "3.290.0",
32
+ "@aws-sdk/middleware-logger": "3.290.0",
33
+ "@aws-sdk/middleware-recursion-detection": "3.290.0",
34
+ "@aws-sdk/middleware-retry": "3.290.0",
35
+ "@aws-sdk/middleware-serde": "3.290.0",
36
+ "@aws-sdk/middleware-signing": "3.290.0",
37
+ "@aws-sdk/middleware-stack": "3.290.0",
38
+ "@aws-sdk/middleware-user-agent": "3.290.0",
39
+ "@aws-sdk/node-config-provider": "3.290.0",
40
+ "@aws-sdk/node-http-handler": "3.290.0",
41
+ "@aws-sdk/protocol-http": "3.290.0",
42
+ "@aws-sdk/smithy-client": "3.290.0",
43
+ "@aws-sdk/types": "3.290.0",
44
+ "@aws-sdk/url-parser": "3.290.0",
45
45
  "@aws-sdk/util-base64": "3.208.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.188.0",
47
47
  "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.289.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.289.0",
50
- "@aws-sdk/util-endpoints": "3.289.0",
51
- "@aws-sdk/util-retry": "3.289.0",
52
- "@aws-sdk/util-user-agent-browser": "3.289.0",
53
- "@aws-sdk/util-user-agent-node": "3.289.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.290.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.290.0",
50
+ "@aws-sdk/util-endpoints": "3.290.0",
51
+ "@aws-sdk/util-retry": "3.290.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.290.0",
53
+ "@aws-sdk/util-user-agent-node": "3.290.0",
54
54
  "@aws-sdk/util-utf8": "3.254.0",
55
55
  "tslib": "^2.3.1",
56
56
  "uuid": "^8.3.2"