Skip to content

Commit

Permalink
feat(client-networkmanager): This is model changes & documentation up…
Browse files Browse the repository at this point in the history
…date 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.
  • Loading branch information
awstools committed Jun 25, 2024
1 parent 2598eb2 commit 1f04cf0
Show file tree
Hide file tree
Showing 23 changed files with 677 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,14 @@ export interface AcceptAttachmentCommandOutput extends AcceptAttachmentResponse,
* // },
* // CreatedAt: new Date("TIMESTAMP"),
* // UpdatedAt: new Date("TIMESTAMP"),
* // LastModificationErrors: [ // AttachmentErrorList
* // { // AttachmentError
* // 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",
* // Message: "STRING_VALUE",
* // ResourceArn: "STRING_VALUE",
* // RequestId: "STRING_VALUE",
* // },
* // ],
* // },
* // };
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,14 @@ export interface CreateConnectAttachmentCommandOutput extends CreateConnectAttac
* // },
* // CreatedAt: new Date("TIMESTAMP"),
* // UpdatedAt: new Date("TIMESTAMP"),
* // LastModificationErrors: [ // AttachmentErrorList
* // { // AttachmentError
* // 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",
* // Message: "STRING_VALUE",
* // ResourceArn: "STRING_VALUE",
* // RequestId: "STRING_VALUE",
* // },
* // ],
* // },
* // TransportAttachmentId: "STRING_VALUE",
* // Options: { // ConnectAttachmentOptions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,14 @@ export interface CreateConnectPeerCommandOutput extends CreateConnectPeerRespons
* // },
* // ],
* // SubnetArn: "STRING_VALUE",
* // LastModificationErrors: [ // ConnectPeerErrorList
* // { // ConnectPeerError
* // 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",
* // Message: "STRING_VALUE",
* // ResourceArn: "STRING_VALUE",
* // RequestId: "STRING_VALUE",
* // },
* // ],
* // },
* // };
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,14 @@ export interface CreateSiteToSiteVpnAttachmentCommandOutput
* // },
* // CreatedAt: new Date("TIMESTAMP"),
* // UpdatedAt: new Date("TIMESTAMP"),
* // LastModificationErrors: [ // AttachmentErrorList
* // { // AttachmentError
* // 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",
* // Message: "STRING_VALUE",
* // ResourceArn: "STRING_VALUE",
* // RequestId: "STRING_VALUE",
* // },
* // ],
* // },
* // VpnConnectionArn: "STRING_VALUE",
* // },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,17 @@ export interface CreateTransitGatewayPeeringCommandOutput
* // },
* // ],
* // CreatedAt: new Date("TIMESTAMP"),
* // LastModificationErrors: [ // PeeringErrorList
* // { // PeeringError
* // Code: "TRANSIT_GATEWAY_NOT_FOUND" || "TRANSIT_GATEWAY_PEERS_LIMIT_EXCEEDED" || "MISSING_PERMISSIONS" || "INTERNAL_ERROR" || "EDGE_LOCATION_PEER_DUPLICATE" || "INVALID_TRANSIT_GATEWAY_STATE",
* // Message: "STRING_VALUE",
* // ResourceArn: "STRING_VALUE",
* // RequestId: "STRING_VALUE",
* // MissingPermissionsContext: { // PermissionsErrorContext
* // MissingPermission: "STRING_VALUE",
* // },
* // },
* // ],
* // },
* // TransitGatewayArn: "STRING_VALUE",
* // TransitGatewayPeeringAttachmentId: "STRING_VALUE",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,14 @@ export interface CreateTransitGatewayRouteTableAttachmentCommandOutput
* // },
* // CreatedAt: new Date("TIMESTAMP"),
* // UpdatedAt: new Date("TIMESTAMP"),
* // LastModificationErrors: [ // AttachmentErrorList
* // { // AttachmentError
* // 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",
* // Message: "STRING_VALUE",
* // ResourceArn: "STRING_VALUE",
* // RequestId: "STRING_VALUE",
* // },
* // ],
* // },
* // PeeringId: "STRING_VALUE",
* // TransitGatewayRouteTableArn: "STRING_VALUE",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,14 @@ export interface CreateVpcAttachmentCommandOutput extends CreateVpcAttachmentRes
* // },
* // CreatedAt: new Date("TIMESTAMP"),
* // UpdatedAt: new Date("TIMESTAMP"),
* // LastModificationErrors: [ // AttachmentErrorList
* // { // AttachmentError
* // 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",
* // Message: "STRING_VALUE",
* // ResourceArn: "STRING_VALUE",
* // RequestId: "STRING_VALUE",
* // },
* // ],
* // },
* // SubnetArns: [ // SubnetArnList
* // "STRING_VALUE",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,14 @@ export interface DeleteAttachmentCommandOutput extends DeleteAttachmentResponse,
* // },
* // CreatedAt: new Date("TIMESTAMP"),
* // UpdatedAt: new Date("TIMESTAMP"),
* // LastModificationErrors: [ // AttachmentErrorList
* // { // AttachmentError
* // 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",
* // Message: "STRING_VALUE",
* // ResourceArn: "STRING_VALUE",
* // RequestId: "STRING_VALUE",
* // },
* // ],
* // },
* // };
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,14 @@ export interface DeleteConnectPeerCommandOutput extends DeleteConnectPeerRespons
* // },
* // ],
* // SubnetArn: "STRING_VALUE",
* // LastModificationErrors: [ // ConnectPeerErrorList
* // { // ConnectPeerError
* // 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",
* // Message: "STRING_VALUE",
* // ResourceArn: "STRING_VALUE",
* // RequestId: "STRING_VALUE",
* // },
* // ],
* // },
* // };
*
Expand Down
11 changes: 11 additions & 0 deletions clients/client-networkmanager/src/commands/DeletePeeringCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,17 @@ export interface DeletePeeringCommandOutput extends DeletePeeringResponse, __Met
* // },
* // ],
* // CreatedAt: new Date("TIMESTAMP"),
* // LastModificationErrors: [ // PeeringErrorList
* // { // PeeringError
* // Code: "TRANSIT_GATEWAY_NOT_FOUND" || "TRANSIT_GATEWAY_PEERS_LIMIT_EXCEEDED" || "MISSING_PERMISSIONS" || "INTERNAL_ERROR" || "EDGE_LOCATION_PEER_DUPLICATE" || "INVALID_TRANSIT_GATEWAY_STATE",
* // Message: "STRING_VALUE",
* // ResourceArn: "STRING_VALUE",
* // RequestId: "STRING_VALUE",
* // MissingPermissionsContext: { // PermissionsErrorContext
* // MissingPermission: "STRING_VALUE",
* // },
* // },
* // ],
* // },
* // };
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,14 @@ export interface GetConnectAttachmentCommandOutput extends GetConnectAttachmentR
* // },
* // CreatedAt: new Date("TIMESTAMP"),
* // UpdatedAt: new Date("TIMESTAMP"),
* // LastModificationErrors: [ // AttachmentErrorList
* // { // AttachmentError
* // 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",
* // Message: "STRING_VALUE",
* // ResourceArn: "STRING_VALUE",
* // RequestId: "STRING_VALUE",
* // },
* // ],
* // },
* // TransportAttachmentId: "STRING_VALUE",
* // Options: { // ConnectAttachmentOptions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,14 @@ export interface GetConnectPeerCommandOutput extends GetConnectPeerResponse, __M
* // },
* // ],
* // SubnetArn: "STRING_VALUE",
* // LastModificationErrors: [ // ConnectPeerErrorList
* // { // ConnectPeerError
* // 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",
* // Message: "STRING_VALUE",
* // ResourceArn: "STRING_VALUE",
* // RequestId: "STRING_VALUE",
* // },
* // ],
* // },
* // };
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,14 @@ export interface GetSiteToSiteVpnAttachmentCommandOutput extends GetSiteToSiteVp
* // },
* // CreatedAt: new Date("TIMESTAMP"),
* // UpdatedAt: new Date("TIMESTAMP"),
* // LastModificationErrors: [ // AttachmentErrorList
* // { // AttachmentError
* // 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",
* // Message: "STRING_VALUE",
* // ResourceArn: "STRING_VALUE",
* // RequestId: "STRING_VALUE",
* // },
* // ],
* // },
* // VpnConnectionArn: "STRING_VALUE",
* // },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,17 @@ export interface GetTransitGatewayPeeringCommandOutput extends GetTransitGateway
* // },
* // ],
* // CreatedAt: new Date("TIMESTAMP"),
* // LastModificationErrors: [ // PeeringErrorList
* // { // PeeringError
* // Code: "TRANSIT_GATEWAY_NOT_FOUND" || "TRANSIT_GATEWAY_PEERS_LIMIT_EXCEEDED" || "MISSING_PERMISSIONS" || "INTERNAL_ERROR" || "EDGE_LOCATION_PEER_DUPLICATE" || "INVALID_TRANSIT_GATEWAY_STATE",
* // Message: "STRING_VALUE",
* // ResourceArn: "STRING_VALUE",
* // RequestId: "STRING_VALUE",
* // MissingPermissionsContext: { // PermissionsErrorContext
* // MissingPermission: "STRING_VALUE",
* // },
* // },
* // ],
* // },
* // TransitGatewayArn: "STRING_VALUE",
* // TransitGatewayPeeringAttachmentId: "STRING_VALUE",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,14 @@ export interface GetTransitGatewayRouteTableAttachmentCommandOutput
* // },
* // CreatedAt: new Date("TIMESTAMP"),
* // UpdatedAt: new Date("TIMESTAMP"),
* // LastModificationErrors: [ // AttachmentErrorList
* // { // AttachmentError
* // 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",
* // Message: "STRING_VALUE",
* // ResourceArn: "STRING_VALUE",
* // RequestId: "STRING_VALUE",
* // },
* // ],
* // },
* // PeeringId: "STRING_VALUE",
* // TransitGatewayRouteTableArn: "STRING_VALUE",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,14 @@ export interface GetVpcAttachmentCommandOutput extends GetVpcAttachmentResponse,
* // },
* // CreatedAt: new Date("TIMESTAMP"),
* // UpdatedAt: new Date("TIMESTAMP"),
* // LastModificationErrors: [ // AttachmentErrorList
* // { // AttachmentError
* // 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",
* // Message: "STRING_VALUE",
* // ResourceArn: "STRING_VALUE",
* // RequestId: "STRING_VALUE",
* // },
* // ],
* // },
* // SubnetArns: [ // SubnetArnList
* // "STRING_VALUE",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,14 @@ export interface ListAttachmentsCommandOutput extends ListAttachmentsResponse, _
* // },
* // CreatedAt: new Date("TIMESTAMP"),
* // UpdatedAt: new Date("TIMESTAMP"),
* // LastModificationErrors: [ // AttachmentErrorList
* // { // AttachmentError
* // 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",
* // Message: "STRING_VALUE",
* // ResourceArn: "STRING_VALUE",
* // RequestId: "STRING_VALUE",
* // },
* // ],
* // },
* // ],
* // NextToken: "STRING_VALUE",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-networkmanager/src/commands/ListPeeringsCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,17 @@ export interface ListPeeringsCommandOutput extends ListPeeringsResponse, __Metad
* // },
* // ],
* // CreatedAt: new Date("TIMESTAMP"),
* // LastModificationErrors: [ // PeeringErrorList
* // { // PeeringError
* // Code: "TRANSIT_GATEWAY_NOT_FOUND" || "TRANSIT_GATEWAY_PEERS_LIMIT_EXCEEDED" || "MISSING_PERMISSIONS" || "INTERNAL_ERROR" || "EDGE_LOCATION_PEER_DUPLICATE" || "INVALID_TRANSIT_GATEWAY_STATE",
* // Message: "STRING_VALUE",
* // ResourceArn: "STRING_VALUE",
* // RequestId: "STRING_VALUE",
* // MissingPermissionsContext: { // PermissionsErrorContext
* // MissingPermission: "STRING_VALUE",
* // },
* // },
* // ],
* // },
* // ],
* // NextToken: "STRING_VALUE",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,14 @@ export interface RejectAttachmentCommandOutput extends RejectAttachmentResponse,
* // },
* // CreatedAt: new Date("TIMESTAMP"),
* // UpdatedAt: new Date("TIMESTAMP"),
* // LastModificationErrors: [ // AttachmentErrorList
* // { // AttachmentError
* // 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",
* // Message: "STRING_VALUE",
* // ResourceArn: "STRING_VALUE",
* // RequestId: "STRING_VALUE",
* // },
* // ],
* // },
* // };
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,14 @@ export interface UpdateVpcAttachmentCommandOutput extends UpdateVpcAttachmentRes
* // },
* // CreatedAt: new Date("TIMESTAMP"),
* // UpdatedAt: new Date("TIMESTAMP"),
* // LastModificationErrors: [ // AttachmentErrorList
* // { // AttachmentError
* // 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",
* // Message: "STRING_VALUE",
* // ResourceArn: "STRING_VALUE",
* // RequestId: "STRING_VALUE",
* // },
* // ],
* // },
* // SubnetArns: [ // SubnetArnList
* // "STRING_VALUE",
Expand Down
Loading

0 comments on commit 1f04cf0

Please sign in to comment.