Skip to content

Commit 1f04cf0

Browse files
author
awstools
committed
feat(client-networkmanager): This is model changes & documentation update for the Asynchronous Error Reporting feature for AWS Cloud WAN. This feature allows customers to view errors that occur while their resources are being provisioned, enabling customers to fix their resources without needing external support.
1 parent 2598eb2 commit 1f04cf0

23 files changed

+677
-0
lines changed

clients/client-networkmanager/src/commands/AcceptAttachmentCommand.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,14 @@ export interface AcceptAttachmentCommandOutput extends AcceptAttachmentResponse,
8383
* // },
8484
* // CreatedAt: new Date("TIMESTAMP"),
8585
* // UpdatedAt: new Date("TIMESTAMP"),
86+
* // LastModificationErrors: [ // AttachmentErrorList
87+
* // { // AttachmentError
88+
* // Code: "VPC_NOT_FOUND" || "SUBNET_NOT_FOUND" || "SUBNET_DUPLICATED_IN_AVAILABILITY_ZONE" || "SUBNET_NO_FREE_ADDRESSES" || "SUBNET_UNSUPPORTED_AVAILABILITY_ZONE" || "SUBNET_NO_IPV6_CIDRS" || "VPN_CONNECTION_NOT_FOUND" || "MAXIMUM_NO_ENCAP_LIMIT_EXCEEDED",
89+
* // Message: "STRING_VALUE",
90+
* // ResourceArn: "STRING_VALUE",
91+
* // RequestId: "STRING_VALUE",
92+
* // },
93+
* // ],
8694
* // },
8795
* // };
8896
*

clients/client-networkmanager/src/commands/CreateConnectAttachmentCommand.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,14 @@ export interface CreateConnectAttachmentCommandOutput extends CreateConnectAttac
9797
* // },
9898
* // CreatedAt: new Date("TIMESTAMP"),
9999
* // UpdatedAt: new Date("TIMESTAMP"),
100+
* // LastModificationErrors: [ // AttachmentErrorList
101+
* // { // AttachmentError
102+
* // Code: "VPC_NOT_FOUND" || "SUBNET_NOT_FOUND" || "SUBNET_DUPLICATED_IN_AVAILABILITY_ZONE" || "SUBNET_NO_FREE_ADDRESSES" || "SUBNET_UNSUPPORTED_AVAILABILITY_ZONE" || "SUBNET_NO_IPV6_CIDRS" || "VPN_CONNECTION_NOT_FOUND" || "MAXIMUM_NO_ENCAP_LIMIT_EXCEEDED",
103+
* // Message: "STRING_VALUE",
104+
* // ResourceArn: "STRING_VALUE",
105+
* // RequestId: "STRING_VALUE",
106+
* // },
107+
* // ],
100108
* // },
101109
* // TransportAttachmentId: "STRING_VALUE",
102110
* // Options: { // ConnectAttachmentOptions

clients/client-networkmanager/src/commands/CreateConnectPeerCommand.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,14 @@ export interface CreateConnectPeerCommandOutput extends CreateConnectPeerRespons
8888
* // },
8989
* // ],
9090
* // SubnetArn: "STRING_VALUE",
91+
* // LastModificationErrors: [ // ConnectPeerErrorList
92+
* // { // ConnectPeerError
93+
* // Code: "EDGE_LOCATION_NO_FREE_IPS" || "EDGE_LOCATION_PEER_DUPLICATE" || "SUBNET_NOT_FOUND" || "IP_OUTSIDE_SUBNET_CIDR_RANGE" || "INVALID_INSIDE_CIDR_BLOCK" || "NO_ASSOCIATED_CIDR_BLOCK",
94+
* // Message: "STRING_VALUE",
95+
* // ResourceArn: "STRING_VALUE",
96+
* // RequestId: "STRING_VALUE",
97+
* // },
98+
* // ],
9199
* // },
92100
* // };
93101
*

clients/client-networkmanager/src/commands/CreateSiteToSiteVpnAttachmentCommand.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,14 @@ export interface CreateSiteToSiteVpnAttachmentCommandOutput
9595
* // },
9696
* // CreatedAt: new Date("TIMESTAMP"),
9797
* // UpdatedAt: new Date("TIMESTAMP"),
98+
* // LastModificationErrors: [ // AttachmentErrorList
99+
* // { // AttachmentError
100+
* // Code: "VPC_NOT_FOUND" || "SUBNET_NOT_FOUND" || "SUBNET_DUPLICATED_IN_AVAILABILITY_ZONE" || "SUBNET_NO_FREE_ADDRESSES" || "SUBNET_UNSUPPORTED_AVAILABILITY_ZONE" || "SUBNET_NO_IPV6_CIDRS" || "VPN_CONNECTION_NOT_FOUND" || "MAXIMUM_NO_ENCAP_LIMIT_EXCEEDED",
101+
* // Message: "STRING_VALUE",
102+
* // ResourceArn: "STRING_VALUE",
103+
* // RequestId: "STRING_VALUE",
104+
* // },
105+
* // ],
98106
* // },
99107
* // VpnConnectionArn: "STRING_VALUE",
100108
* // },

clients/client-networkmanager/src/commands/CreateTransitGatewayPeeringCommand.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,17 @@ export interface CreateTransitGatewayPeeringCommandOutput
7171
* // },
7272
* // ],
7373
* // CreatedAt: new Date("TIMESTAMP"),
74+
* // LastModificationErrors: [ // PeeringErrorList
75+
* // { // PeeringError
76+
* // Code: "TRANSIT_GATEWAY_NOT_FOUND" || "TRANSIT_GATEWAY_PEERS_LIMIT_EXCEEDED" || "MISSING_PERMISSIONS" || "INTERNAL_ERROR" || "EDGE_LOCATION_PEER_DUPLICATE" || "INVALID_TRANSIT_GATEWAY_STATE",
77+
* // Message: "STRING_VALUE",
78+
* // ResourceArn: "STRING_VALUE",
79+
* // RequestId: "STRING_VALUE",
80+
* // MissingPermissionsContext: { // PermissionsErrorContext
81+
* // MissingPermission: "STRING_VALUE",
82+
* // },
83+
* // },
84+
* // ],
7485
* // },
7586
* // TransitGatewayArn: "STRING_VALUE",
7687
* // TransitGatewayPeeringAttachmentId: "STRING_VALUE",

clients/client-networkmanager/src/commands/CreateTransitGatewayRouteTableAttachmentCommand.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,14 @@ export interface CreateTransitGatewayRouteTableAttachmentCommandOutput
9999
* // },
100100
* // CreatedAt: new Date("TIMESTAMP"),
101101
* // UpdatedAt: new Date("TIMESTAMP"),
102+
* // LastModificationErrors: [ // AttachmentErrorList
103+
* // { // AttachmentError
104+
* // Code: "VPC_NOT_FOUND" || "SUBNET_NOT_FOUND" || "SUBNET_DUPLICATED_IN_AVAILABILITY_ZONE" || "SUBNET_NO_FREE_ADDRESSES" || "SUBNET_UNSUPPORTED_AVAILABILITY_ZONE" || "SUBNET_NO_IPV6_CIDRS" || "VPN_CONNECTION_NOT_FOUND" || "MAXIMUM_NO_ENCAP_LIMIT_EXCEEDED",
105+
* // Message: "STRING_VALUE",
106+
* // ResourceArn: "STRING_VALUE",
107+
* // RequestId: "STRING_VALUE",
108+
* // },
109+
* // ],
102110
* // },
103111
* // PeeringId: "STRING_VALUE",
104112
* // TransitGatewayRouteTableArn: "STRING_VALUE",

clients/client-networkmanager/src/commands/CreateVpcAttachmentCommand.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,14 @@ export interface CreateVpcAttachmentCommandOutput extends CreateVpcAttachmentRes
9797
* // },
9898
* // CreatedAt: new Date("TIMESTAMP"),
9999
* // UpdatedAt: new Date("TIMESTAMP"),
100+
* // LastModificationErrors: [ // AttachmentErrorList
101+
* // { // AttachmentError
102+
* // Code: "VPC_NOT_FOUND" || "SUBNET_NOT_FOUND" || "SUBNET_DUPLICATED_IN_AVAILABILITY_ZONE" || "SUBNET_NO_FREE_ADDRESSES" || "SUBNET_UNSUPPORTED_AVAILABILITY_ZONE" || "SUBNET_NO_IPV6_CIDRS" || "VPN_CONNECTION_NOT_FOUND" || "MAXIMUM_NO_ENCAP_LIMIT_EXCEEDED",
103+
* // Message: "STRING_VALUE",
104+
* // ResourceArn: "STRING_VALUE",
105+
* // RequestId: "STRING_VALUE",
106+
* // },
107+
* // ],
100108
* // },
101109
* // SubnetArns: [ // SubnetArnList
102110
* // "STRING_VALUE",

clients/client-networkmanager/src/commands/DeleteAttachmentCommand.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,14 @@ export interface DeleteAttachmentCommandOutput extends DeleteAttachmentResponse,
8181
* // },
8282
* // CreatedAt: new Date("TIMESTAMP"),
8383
* // UpdatedAt: new Date("TIMESTAMP"),
84+
* // LastModificationErrors: [ // AttachmentErrorList
85+
* // { // AttachmentError
86+
* // Code: "VPC_NOT_FOUND" || "SUBNET_NOT_FOUND" || "SUBNET_DUPLICATED_IN_AVAILABILITY_ZONE" || "SUBNET_NO_FREE_ADDRESSES" || "SUBNET_UNSUPPORTED_AVAILABILITY_ZONE" || "SUBNET_NO_IPV6_CIDRS" || "VPN_CONNECTION_NOT_FOUND" || "MAXIMUM_NO_ENCAP_LIMIT_EXCEEDED",
87+
* // Message: "STRING_VALUE",
88+
* // ResourceArn: "STRING_VALUE",
89+
* // RequestId: "STRING_VALUE",
90+
* // },
91+
* // ],
8492
* // },
8593
* // };
8694
*

clients/client-networkmanager/src/commands/DeleteConnectPeerCommand.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,14 @@ export interface DeleteConnectPeerCommandOutput extends DeleteConnectPeerRespons
7171
* // },
7272
* // ],
7373
* // SubnetArn: "STRING_VALUE",
74+
* // LastModificationErrors: [ // ConnectPeerErrorList
75+
* // { // ConnectPeerError
76+
* // Code: "EDGE_LOCATION_NO_FREE_IPS" || "EDGE_LOCATION_PEER_DUPLICATE" || "SUBNET_NOT_FOUND" || "IP_OUTSIDE_SUBNET_CIDR_RANGE" || "INVALID_INSIDE_CIDR_BLOCK" || "NO_ASSOCIATED_CIDR_BLOCK",
77+
* // Message: "STRING_VALUE",
78+
* // ResourceArn: "STRING_VALUE",
79+
* // RequestId: "STRING_VALUE",
80+
* // },
81+
* // ],
7482
* // },
7583
* // };
7684
*

clients/client-networkmanager/src/commands/DeletePeeringCommand.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,17 @@ export interface DeletePeeringCommandOutput extends DeletePeeringResponse, __Met
5757
* // },
5858
* // ],
5959
* // CreatedAt: new Date("TIMESTAMP"),
60+
* // LastModificationErrors: [ // PeeringErrorList
61+
* // { // PeeringError
62+
* // Code: "TRANSIT_GATEWAY_NOT_FOUND" || "TRANSIT_GATEWAY_PEERS_LIMIT_EXCEEDED" || "MISSING_PERMISSIONS" || "INTERNAL_ERROR" || "EDGE_LOCATION_PEER_DUPLICATE" || "INVALID_TRANSIT_GATEWAY_STATE",
63+
* // Message: "STRING_VALUE",
64+
* // ResourceArn: "STRING_VALUE",
65+
* // RequestId: "STRING_VALUE",
66+
* // MissingPermissionsContext: { // PermissionsErrorContext
67+
* // MissingPermission: "STRING_VALUE",
68+
* // },
69+
* // },
70+
* // ],
6071
* // },
6172
* // };
6273
*

clients/client-networkmanager/src/commands/GetConnectAttachmentCommand.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,14 @@ export interface GetConnectAttachmentCommandOutput extends GetConnectAttachmentR
8282
* // },
8383
* // CreatedAt: new Date("TIMESTAMP"),
8484
* // UpdatedAt: new Date("TIMESTAMP"),
85+
* // LastModificationErrors: [ // AttachmentErrorList
86+
* // { // AttachmentError
87+
* // Code: "VPC_NOT_FOUND" || "SUBNET_NOT_FOUND" || "SUBNET_DUPLICATED_IN_AVAILABILITY_ZONE" || "SUBNET_NO_FREE_ADDRESSES" || "SUBNET_UNSUPPORTED_AVAILABILITY_ZONE" || "SUBNET_NO_IPV6_CIDRS" || "VPN_CONNECTION_NOT_FOUND" || "MAXIMUM_NO_ENCAP_LIMIT_EXCEEDED",
88+
* // Message: "STRING_VALUE",
89+
* // ResourceArn: "STRING_VALUE",
90+
* // RequestId: "STRING_VALUE",
91+
* // },
92+
* // ],
8593
* // },
8694
* // TransportAttachmentId: "STRING_VALUE",
8795
* // Options: { // ConnectAttachmentOptions

clients/client-networkmanager/src/commands/GetConnectPeerCommand.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,14 @@ export interface GetConnectPeerCommandOutput extends GetConnectPeerResponse, __M
7171
* // },
7272
* // ],
7373
* // SubnetArn: "STRING_VALUE",
74+
* // LastModificationErrors: [ // ConnectPeerErrorList
75+
* // { // ConnectPeerError
76+
* // Code: "EDGE_LOCATION_NO_FREE_IPS" || "EDGE_LOCATION_PEER_DUPLICATE" || "SUBNET_NOT_FOUND" || "IP_OUTSIDE_SUBNET_CIDR_RANGE" || "INVALID_INSIDE_CIDR_BLOCK" || "NO_ASSOCIATED_CIDR_BLOCK",
77+
* // Message: "STRING_VALUE",
78+
* // ResourceArn: "STRING_VALUE",
79+
* // RequestId: "STRING_VALUE",
80+
* // },
81+
* // ],
7482
* // },
7583
* // };
7684
*

clients/client-networkmanager/src/commands/GetSiteToSiteVpnAttachmentCommand.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,14 @@ export interface GetSiteToSiteVpnAttachmentCommandOutput extends GetSiteToSiteVp
8282
* // },
8383
* // CreatedAt: new Date("TIMESTAMP"),
8484
* // UpdatedAt: new Date("TIMESTAMP"),
85+
* // LastModificationErrors: [ // AttachmentErrorList
86+
* // { // AttachmentError
87+
* // Code: "VPC_NOT_FOUND" || "SUBNET_NOT_FOUND" || "SUBNET_DUPLICATED_IN_AVAILABILITY_ZONE" || "SUBNET_NO_FREE_ADDRESSES" || "SUBNET_UNSUPPORTED_AVAILABILITY_ZONE" || "SUBNET_NO_IPV6_CIDRS" || "VPN_CONNECTION_NOT_FOUND" || "MAXIMUM_NO_ENCAP_LIMIT_EXCEEDED",
88+
* // Message: "STRING_VALUE",
89+
* // ResourceArn: "STRING_VALUE",
90+
* // RequestId: "STRING_VALUE",
91+
* // },
92+
* // ],
8593
* // },
8694
* // VpnConnectionArn: "STRING_VALUE",
8795
* // },

clients/client-networkmanager/src/commands/GetTransitGatewayPeeringCommand.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,17 @@ export interface GetTransitGatewayPeeringCommandOutput extends GetTransitGateway
5858
* // },
5959
* // ],
6060
* // CreatedAt: new Date("TIMESTAMP"),
61+
* // LastModificationErrors: [ // PeeringErrorList
62+
* // { // PeeringError
63+
* // Code: "TRANSIT_GATEWAY_NOT_FOUND" || "TRANSIT_GATEWAY_PEERS_LIMIT_EXCEEDED" || "MISSING_PERMISSIONS" || "INTERNAL_ERROR" || "EDGE_LOCATION_PEER_DUPLICATE" || "INVALID_TRANSIT_GATEWAY_STATE",
64+
* // Message: "STRING_VALUE",
65+
* // ResourceArn: "STRING_VALUE",
66+
* // RequestId: "STRING_VALUE",
67+
* // MissingPermissionsContext: { // PermissionsErrorContext
68+
* // MissingPermission: "STRING_VALUE",
69+
* // },
70+
* // },
71+
* // ],
6172
* // },
6273
* // TransitGatewayArn: "STRING_VALUE",
6374
* // TransitGatewayPeeringAttachmentId: "STRING_VALUE",

clients/client-networkmanager/src/commands/GetTransitGatewayRouteTableAttachmentCommand.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,14 @@ export interface GetTransitGatewayRouteTableAttachmentCommandOutput
9191
* // },
9292
* // CreatedAt: new Date("TIMESTAMP"),
9393
* // UpdatedAt: new Date("TIMESTAMP"),
94+
* // LastModificationErrors: [ // AttachmentErrorList
95+
* // { // AttachmentError
96+
* // Code: "VPC_NOT_FOUND" || "SUBNET_NOT_FOUND" || "SUBNET_DUPLICATED_IN_AVAILABILITY_ZONE" || "SUBNET_NO_FREE_ADDRESSES" || "SUBNET_UNSUPPORTED_AVAILABILITY_ZONE" || "SUBNET_NO_IPV6_CIDRS" || "VPN_CONNECTION_NOT_FOUND" || "MAXIMUM_NO_ENCAP_LIMIT_EXCEEDED",
97+
* // Message: "STRING_VALUE",
98+
* // ResourceArn: "STRING_VALUE",
99+
* // RequestId: "STRING_VALUE",
100+
* // },
101+
* // ],
94102
* // },
95103
* // PeeringId: "STRING_VALUE",
96104
* // TransitGatewayRouteTableArn: "STRING_VALUE",

clients/client-networkmanager/src/commands/GetVpcAttachmentCommand.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,14 @@ export interface GetVpcAttachmentCommandOutput extends GetVpcAttachmentResponse,
8282
* // },
8383
* // CreatedAt: new Date("TIMESTAMP"),
8484
* // UpdatedAt: new Date("TIMESTAMP"),
85+
* // LastModificationErrors: [ // AttachmentErrorList
86+
* // { // AttachmentError
87+
* // Code: "VPC_NOT_FOUND" || "SUBNET_NOT_FOUND" || "SUBNET_DUPLICATED_IN_AVAILABILITY_ZONE" || "SUBNET_NO_FREE_ADDRESSES" || "SUBNET_UNSUPPORTED_AVAILABILITY_ZONE" || "SUBNET_NO_IPV6_CIDRS" || "VPN_CONNECTION_NOT_FOUND" || "MAXIMUM_NO_ENCAP_LIMIT_EXCEEDED",
88+
* // Message: "STRING_VALUE",
89+
* // ResourceArn: "STRING_VALUE",
90+
* // RequestId: "STRING_VALUE",
91+
* // },
92+
* // ],
8593
* // },
8694
* // SubnetArns: [ // SubnetArnList
8795
* // "STRING_VALUE",

clients/client-networkmanager/src/commands/ListAttachmentsCommand.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,14 @@ export interface ListAttachmentsCommandOutput extends ListAttachmentsResponse, _
8787
* // },
8888
* // CreatedAt: new Date("TIMESTAMP"),
8989
* // UpdatedAt: new Date("TIMESTAMP"),
90+
* // LastModificationErrors: [ // AttachmentErrorList
91+
* // { // AttachmentError
92+
* // Code: "VPC_NOT_FOUND" || "SUBNET_NOT_FOUND" || "SUBNET_DUPLICATED_IN_AVAILABILITY_ZONE" || "SUBNET_NO_FREE_ADDRESSES" || "SUBNET_UNSUPPORTED_AVAILABILITY_ZONE" || "SUBNET_NO_IPV6_CIDRS" || "VPN_CONNECTION_NOT_FOUND" || "MAXIMUM_NO_ENCAP_LIMIT_EXCEEDED",
93+
* // Message: "STRING_VALUE",
94+
* // ResourceArn: "STRING_VALUE",
95+
* // RequestId: "STRING_VALUE",
96+
* // },
97+
* // ],
9098
* // },
9199
* // ],
92100
* // NextToken: "STRING_VALUE",

clients/client-networkmanager/src/commands/ListPeeringsCommand.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,17 @@ export interface ListPeeringsCommandOutput extends ListPeeringsResponse, __Metad
6363
* // },
6464
* // ],
6565
* // CreatedAt: new Date("TIMESTAMP"),
66+
* // LastModificationErrors: [ // PeeringErrorList
67+
* // { // PeeringError
68+
* // Code: "TRANSIT_GATEWAY_NOT_FOUND" || "TRANSIT_GATEWAY_PEERS_LIMIT_EXCEEDED" || "MISSING_PERMISSIONS" || "INTERNAL_ERROR" || "EDGE_LOCATION_PEER_DUPLICATE" || "INVALID_TRANSIT_GATEWAY_STATE",
69+
* // Message: "STRING_VALUE",
70+
* // ResourceArn: "STRING_VALUE",
71+
* // RequestId: "STRING_VALUE",
72+
* // MissingPermissionsContext: { // PermissionsErrorContext
73+
* // MissingPermission: "STRING_VALUE",
74+
* // },
75+
* // },
76+
* // ],
6677
* // },
6778
* // ],
6879
* // NextToken: "STRING_VALUE",

clients/client-networkmanager/src/commands/RejectAttachmentCommand.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,14 @@ export interface RejectAttachmentCommandOutput extends RejectAttachmentResponse,
8181
* // },
8282
* // CreatedAt: new Date("TIMESTAMP"),
8383
* // UpdatedAt: new Date("TIMESTAMP"),
84+
* // LastModificationErrors: [ // AttachmentErrorList
85+
* // { // AttachmentError
86+
* // Code: "VPC_NOT_FOUND" || "SUBNET_NOT_FOUND" || "SUBNET_DUPLICATED_IN_AVAILABILITY_ZONE" || "SUBNET_NO_FREE_ADDRESSES" || "SUBNET_UNSUPPORTED_AVAILABILITY_ZONE" || "SUBNET_NO_IPV6_CIDRS" || "VPN_CONNECTION_NOT_FOUND" || "MAXIMUM_NO_ENCAP_LIMIT_EXCEEDED",
87+
* // Message: "STRING_VALUE",
88+
* // ResourceArn: "STRING_VALUE",
89+
* // RequestId: "STRING_VALUE",
90+
* // },
91+
* // ],
8492
* // },
8593
* // };
8694
*

clients/client-networkmanager/src/commands/UpdateVpcAttachmentCommand.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,14 @@ export interface UpdateVpcAttachmentCommandOutput extends UpdateVpcAttachmentRes
9292
* // },
9393
* // CreatedAt: new Date("TIMESTAMP"),
9494
* // UpdatedAt: new Date("TIMESTAMP"),
95+
* // LastModificationErrors: [ // AttachmentErrorList
96+
* // { // AttachmentError
97+
* // Code: "VPC_NOT_FOUND" || "SUBNET_NOT_FOUND" || "SUBNET_DUPLICATED_IN_AVAILABILITY_ZONE" || "SUBNET_NO_FREE_ADDRESSES" || "SUBNET_UNSUPPORTED_AVAILABILITY_ZONE" || "SUBNET_NO_IPV6_CIDRS" || "VPN_CONNECTION_NOT_FOUND" || "MAXIMUM_NO_ENCAP_LIMIT_EXCEEDED",
98+
* // Message: "STRING_VALUE",
99+
* // ResourceArn: "STRING_VALUE",
100+
* // RequestId: "STRING_VALUE",
101+
* // },
102+
* // ],
95103
* // },
96104
* // SubnetArns: [ // SubnetArnList
97105
* // "STRING_VALUE",

0 commit comments

Comments
 (0)