From 6296b3e45219f175e9b87dc37530827b0f985b59 Mon Sep 17 00:00:00 2001 From: awstools Date: Tue, 12 Jul 2022 18:54:06 +0000 Subject: [PATCH] Updates SDK to v2.1173.0 --- .changes/2.1173.0.json | 7 + CHANGELOG.md | 5 +- README.md | 2 +- apis/networkmanager-2019-07-05.min.json | 384 ++++++++-- apis/networkmanager-2019-07-05.normal.json | 704 +++++++++++++++++- .../networkmanager-2019-07-05.paginators.json | 12 + clients/networkmanager.d.ts | 385 +++++++++- dist/aws-sdk-core-react-native.js | 2 +- dist/aws-sdk-react-native.js | 6 +- dist/aws-sdk.js | 6 +- dist/aws-sdk.min.js | 4 +- lib/core.js | 2 +- package.json | 2 +- 13 files changed, 1423 insertions(+), 98 deletions(-) create mode 100644 .changes/2.1173.0.json diff --git a/.changes/2.1173.0.json b/.changes/2.1173.0.json new file mode 100644 index 0000000000..1c7785d815 --- /dev/null +++ b/.changes/2.1173.0.json @@ -0,0 +1,7 @@ +[ + { + "type": "feature", + "category": "NetworkManager", + "description": "This release adds general availability API support for AWS Cloud WAN." + } +] \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 3729db0594..479c260f6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,10 @@ # Changelog for AWS SDK for JavaScript - + +## 2.1173.0 +* feature: NetworkManager: This release adds general availability API support for AWS Cloud WAN. + ## 2.1172.0 * feature: EC2: Build, manage, and monitor a unified global network that connects resources running across your cloud and on-premises environments using the AWS Cloud WAN APIs. * feature: Redshift: This release adds a new --snapshot-arn field for describe-cluster-snapshots, describe-node-configuration-options, restore-from-cluster-snapshot, authorize-snapshot-acsess, and revoke-snapshot-acsess APIs. It allows customers to give a Redshift snapshot ARN or a Redshift Serverless ARN as input. diff --git a/README.md b/README.md index a057873d6e..c9b4bd8423 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma To use the SDK in the browser, simply add the following script tag to your HTML pages: - + You can also build a custom browser SDK with your specified set of AWS services. This can allow you to reduce the SDK's size, specify different API versions of diff --git a/apis/networkmanager-2019-07-05.min.json b/apis/networkmanager-2019-07-05.min.json index b218209389..d8d710b1d0 100644 --- a/apis/networkmanager-2019-07-05.min.json +++ b/apis/networkmanager-2019-07-05.min.json @@ -462,6 +462,66 @@ } } }, + "CreateTransitGatewayPeering": { + "http": { + "requestUri": "/transit-gateway-peerings" + }, + "input": { + "type": "structure", + "required": [ + "CoreNetworkId", + "TransitGatewayArn" + ], + "members": { + "CoreNetworkId": {}, + "TransitGatewayArn": {}, + "Tags": { + "shape": "Se" + }, + "ClientToken": { + "idempotencyToken": true + } + } + }, + "output": { + "type": "structure", + "members": { + "TransitGatewayPeering": { + "shape": "S2z" + } + } + } + }, + "CreateTransitGatewayRouteTableAttachment": { + "http": { + "requestUri": "/transit-gateway-route-table-attachments" + }, + "input": { + "type": "structure", + "required": [ + "PeeringId", + "TransitGatewayRouteTableArn" + ], + "members": { + "PeeringId": {}, + "TransitGatewayRouteTableArn": {}, + "Tags": { + "shape": "Se" + }, + "ClientToken": { + "idempotencyToken": true + } + } + }, + "output": { + "type": "structure", + "members": { + "TransitGatewayRouteTableAttachment": { + "shape": "S37" + } + } + } + }, "CreateVpcAttachment": { "http": { "requestUri": "/vpc-attachments" @@ -477,10 +537,10 @@ "CoreNetworkId": {}, "VpcArn": {}, "SubnetArns": { - "shape": "S2y" + "shape": "S3a" }, "Options": { - "shape": "S2z" + "shape": "S3b" }, "Tags": { "shape": "Se" @@ -494,7 +554,7 @@ "type": "structure", "members": { "VpcAttachment": { - "shape": "S32" + "shape": "S3e" } } } @@ -635,7 +695,7 @@ "type": "structure", "members": { "CoreNetworkPolicy": { - "shape": "S3d" + "shape": "S3p" } } } @@ -728,6 +788,32 @@ } } }, + "DeletePeering": { + "http": { + "method": "DELETE", + "requestUri": "/peerings/{peeringId}" + }, + "input": { + "type": "structure", + "required": [ + "PeeringId" + ], + "members": { + "PeeringId": { + "location": "uri", + "locationName": "peeringId" + } + } + }, + "output": { + "type": "structure", + "members": { + "Peering": { + "shape": "S30" + } + } + } + }, "DeleteResourcePolicy": { "http": { "method": "DELETE", @@ -807,7 +893,7 @@ "type": "structure", "members": { "TransitGatewayRegistration": { - "shape": "S3w" + "shape": "S49" } } } @@ -1178,6 +1264,69 @@ } } }, + "GetCoreNetworkChangeEvents": { + "http": { + "method": "GET", + "requestUri": "/core-networks/{coreNetworkId}/core-network-change-events/{policyVersionId}" + }, + "input": { + "type": "structure", + "required": [ + "CoreNetworkId", + "PolicyVersionId" + ], + "members": { + "CoreNetworkId": { + "location": "uri", + "locationName": "coreNetworkId" + }, + "PolicyVersionId": { + "location": "uri", + "locationName": "policyVersionId", + "type": "integer" + }, + "MaxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "NextToken": { + "location": "querystring", + "locationName": "nextToken" + } + } + }, + "output": { + "type": "structure", + "members": { + "CoreNetworkChangeEvents": { + "type": "list", + "member": { + "type": "structure", + "members": { + "Type": {}, + "Action": {}, + "IdentifierPath": {}, + "EventTime": { + "type": "timestamp" + }, + "Status": {}, + "Values": { + "type": "structure", + "members": { + "EdgeLocation": {}, + "SegmentName": {}, + "AttachmentId": {}, + "Cidr": {} + } + } + } + } + }, + "NextToken": {} + } + } + }, "GetCoreNetworkChangeSet": { "http": { "method": "GET", @@ -1222,11 +1371,12 @@ "Action": {}, "Identifier": {}, "PreviousValues": { - "shape": "S4z" + "shape": "S5i" }, "NewValues": { - "shape": "S4z" - } + "shape": "S5i" + }, + "IdentifierPath": {} } } }, @@ -1264,7 +1414,7 @@ "type": "structure", "members": { "CoreNetworkPolicy": { - "shape": "S3d" + "shape": "S3p" } } } @@ -1656,7 +1806,7 @@ "shape": "Se" }, "Metadata": { - "shape": "S5t" + "shape": "S6c" } } } @@ -1685,7 +1835,7 @@ "members": { "TransitGatewayRouteTableArn": {}, "CoreNetworkSegmentEdge": { - "shape": "S5x" + "shape": "S6f" } } }, @@ -1727,7 +1877,7 @@ "members": { "RouteTableArn": {}, "CoreNetworkSegmentEdge": { - "shape": "S5x" + "shape": "S6f" }, "RouteTableType": {}, "RouteTableTimestamp": { @@ -1897,7 +2047,7 @@ "type": "structure", "members": { "RouteAnalysis": { - "shape": "S6p" + "shape": "S77" } } } @@ -2018,6 +2168,32 @@ } } }, + "GetTransitGatewayPeering": { + "http": { + "method": "GET", + "requestUri": "/transit-gateway-peerings/{peeringId}" + }, + "input": { + "type": "structure", + "required": [ + "PeeringId" + ], + "members": { + "PeeringId": { + "location": "uri", + "locationName": "peeringId" + } + } + }, + "output": { + "type": "structure", + "members": { + "TransitGatewayPeering": { + "shape": "S2z" + } + } + } + }, "GetTransitGatewayRegistrations": { "http": { "method": "GET", @@ -2056,13 +2232,39 @@ "TransitGatewayRegistrations": { "type": "list", "member": { - "shape": "S3w" + "shape": "S49" } }, "NextToken": {} } } }, + "GetTransitGatewayRouteTableAttachment": { + "http": { + "method": "GET", + "requestUri": "/transit-gateway-route-table-attachments/{attachmentId}" + }, + "input": { + "type": "structure", + "required": [ + "AttachmentId" + ], + "members": { + "AttachmentId": { + "location": "uri", + "locationName": "attachmentId" + } + } + }, + "output": { + "type": "structure", + "members": { + "TransitGatewayRouteTableAttachment": { + "shape": "S37" + } + } + } + }, "GetVpcAttachment": { "http": { "method": "GET", @@ -2084,7 +2286,7 @@ "type": "structure", "members": { "VpcAttachment": { - "shape": "S32" + "shape": "S3e" } } } @@ -2307,7 +2509,55 @@ "type": "structure", "members": { "OrganizationStatus": { - "shape": "S80" + "shape": "S8m" + }, + "NextToken": {} + } + } + }, + "ListPeerings": { + "http": { + "method": "GET", + "requestUri": "/peerings" + }, + "input": { + "type": "structure", + "members": { + "CoreNetworkId": { + "location": "querystring", + "locationName": "coreNetworkId" + }, + "PeeringType": { + "location": "querystring", + "locationName": "peeringType" + }, + "EdgeLocation": { + "location": "querystring", + "locationName": "edgeLocation" + }, + "State": { + "location": "querystring", + "locationName": "state" + }, + "MaxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "NextToken": { + "location": "querystring", + "locationName": "nextToken" + } + } + }, + "output": { + "type": "structure", + "members": { + "Peerings": { + "type": "list", + "member": { + "shape": "S30" + } }, "NextToken": {} } @@ -2370,7 +2620,7 @@ "type": "structure", "members": { "CoreNetworkPolicy": { - "shape": "S3d" + "shape": "S3p" } } } @@ -2422,7 +2672,7 @@ "type": "structure", "members": { "TransitGatewayRegistration": { - "shape": "S3w" + "shape": "S49" } } } @@ -2478,7 +2728,7 @@ "type": "structure", "members": { "CoreNetworkPolicy": { - "shape": "S3d" + "shape": "S3p" } } } @@ -2500,7 +2750,7 @@ "type": "structure", "members": { "OrganizationStatus": { - "shape": "S80" + "shape": "S8m" } } } @@ -2522,10 +2772,10 @@ "locationName": "globalNetworkId" }, "Source": { - "shape": "S8n" + "shape": "S9c" }, "Destination": { - "shape": "S8n" + "shape": "S9c" }, "IncludeReturnPath": { "type": "boolean" @@ -2539,7 +2789,7 @@ "type": "structure", "members": { "RouteAnalysis": { - "shape": "S6p" + "shape": "S77" } } } @@ -2788,7 +3038,7 @@ "locationName": "resourceArn" }, "Metadata": { - "shape": "S5t" + "shape": "S6c" } } }, @@ -2797,7 +3047,7 @@ "members": { "ResourceArn": {}, "Metadata": { - "shape": "S5t" + "shape": "S6c" } } } @@ -2853,13 +3103,13 @@ "locationName": "attachmentId" }, "AddSubnetArns": { - "shape": "S2y" + "shape": "S3a" }, "RemoveSubnetArns": { - "shape": "S2y" + "shape": "S3a" }, "Options": { - "shape": "S2z" + "shape": "S3b" } } }, @@ -2867,7 +3117,7 @@ "type": "structure", "members": { "VpcAttachment": { - "shape": "S32" + "shape": "S3e" } } } @@ -3215,11 +3465,49 @@ "VpnConnectionArn": {} } }, - "S2y": { + "S2z": { + "type": "structure", + "members": { + "Peering": { + "shape": "S30" + }, + "TransitGatewayArn": {} + } + }, + "S30": { + "type": "structure", + "members": { + "CoreNetworkId": {}, + "CoreNetworkArn": {}, + "PeeringId": {}, + "OwnerAccountId": {}, + "PeeringType": {}, + "State": {}, + "EdgeLocation": {}, + "ResourceArn": {}, + "Tags": { + "shape": "Se" + }, + "CreatedAt": { + "type": "timestamp" + } + } + }, + "S37": { + "type": "structure", + "members": { + "Attachment": { + "shape": "S4" + }, + "PeeringId": {}, + "TransitGatewayRouteTableArn": {} + } + }, + "S3a": { "type": "list", "member": {} }, - "S2z": { + "S3b": { "type": "structure", "members": { "Ipv6Support": { @@ -3227,21 +3515,21 @@ } } }, - "S32": { + "S3e": { "type": "structure", "members": { "Attachment": { "shape": "S4" }, "SubnetArns": { - "shape": "S2y" + "shape": "S3a" }, "Options": { - "shape": "S2z" + "shape": "S3b" } } }, - "S3d": { + "S3p": { "type": "structure", "members": { "CoreNetworkId": {}, @@ -3274,7 +3562,7 @@ } } }, - "S3w": { + "S49": { "type": "structure", "members": { "GlobalNetworkId": {}, @@ -3288,7 +3576,7 @@ } } }, - "S4z": { + "S5i": { "type": "structure", "members": { "SegmentName": {}, @@ -3308,12 +3596,12 @@ } } }, - "S5t": { + "S6c": { "type": "map", "key": {}, "value": {} }, - "S5x": { + "S6f": { "type": "structure", "members": { "CoreNetworkId": {}, @@ -3321,7 +3609,7 @@ "EdgeLocation": {} } }, - "S6p": { + "S77": { "type": "structure", "members": { "GlobalNetworkId": {}, @@ -3332,10 +3620,10 @@ }, "Status": {}, "Source": { - "shape": "S6r" + "shape": "S79" }, "Destination": { - "shape": "S6r" + "shape": "S79" }, "IncludeReturnPath": { "type": "boolean" @@ -3344,14 +3632,14 @@ "type": "boolean" }, "ForwardPath": { - "shape": "S6t" + "shape": "S7b" }, "ReturnPath": { - "shape": "S6t" + "shape": "S7b" } } }, - "S6r": { + "S79": { "type": "structure", "members": { "TransitGatewayAttachmentArn": {}, @@ -3359,7 +3647,7 @@ "IpAddress": {} } }, - "S6t": { + "S7b": { "type": "structure", "members": { "CompletionStatus": { @@ -3401,7 +3689,7 @@ } } }, - "S80": { + "S8m": { "type": "structure", "members": { "OrganizationId": {}, @@ -3419,7 +3707,7 @@ } } }, - "S8n": { + "S9c": { "type": "structure", "members": { "TransitGatewayAttachmentArn": {}, diff --git a/apis/networkmanager-2019-07-05.normal.json b/apis/networkmanager-2019-07-05.normal.json index b59baa26c3..68569a3149 100644 --- a/apis/networkmanager-2019-07-05.normal.json +++ b/apis/networkmanager-2019-07-05.normal.json @@ -513,6 +513,74 @@ ], "documentation": "

Creates an Amazon Web Services site-to-site VPN attachment on an edge location of a core network.

" }, + "CreateTransitGatewayPeering": { + "name": "CreateTransitGatewayPeering", + "http": { + "method": "POST", + "requestUri": "/transit-gateway-peerings" + }, + "input": { + "shape": "CreateTransitGatewayPeeringRequest" + }, + "output": { + "shape": "CreateTransitGatewayPeeringResponse" + }, + "errors": [ + { + "shape": "ValidationException" + }, + { + "shape": "AccessDeniedException" + }, + { + "shape": "ResourceNotFoundException" + }, + { + "shape": "ConflictException" + }, + { + "shape": "ThrottlingException" + }, + { + "shape": "InternalServerException" + } + ], + "documentation": "

Creates a transit gateway peering connection.

" + }, + "CreateTransitGatewayRouteTableAttachment": { + "name": "CreateTransitGatewayRouteTableAttachment", + "http": { + "method": "POST", + "requestUri": "/transit-gateway-route-table-attachments" + }, + "input": { + "shape": "CreateTransitGatewayRouteTableAttachmentRequest" + }, + "output": { + "shape": "CreateTransitGatewayRouteTableAttachmentResponse" + }, + "errors": [ + { + "shape": "ValidationException" + }, + { + "shape": "AccessDeniedException" + }, + { + "shape": "ResourceNotFoundException" + }, + { + "shape": "ConflictException" + }, + { + "shape": "ThrottlingException" + }, + { + "shape": "InternalServerException" + } + ], + "documentation": "

Creates a transit gateway route table attachment.

" + }, "CreateVpcAttachment": { "name": "CreateVpcAttachment", "http": { @@ -819,6 +887,40 @@ ], "documentation": "

Deletes an existing link. You must first disassociate the link from any devices and customer gateways.

" }, + "DeletePeering": { + "name": "DeletePeering", + "http": { + "method": "DELETE", + "requestUri": "/peerings/{peeringId}" + }, + "input": { + "shape": "DeletePeeringRequest" + }, + "output": { + "shape": "DeletePeeringResponse" + }, + "errors": [ + { + "shape": "ValidationException" + }, + { + "shape": "AccessDeniedException" + }, + { + "shape": "ResourceNotFoundException" + }, + { + "shape": "ConflictException" + }, + { + "shape": "ThrottlingException" + }, + { + "shape": "InternalServerException" + } + ], + "documentation": "

Deletes an existing peering connection.

" + }, "DeleteResourcePolicy": { "name": "DeleteResourcePolicy", "http": { @@ -1277,6 +1379,37 @@ ], "documentation": "

Returns information about the LIVE policy for a core network.

" }, + "GetCoreNetworkChangeEvents": { + "name": "GetCoreNetworkChangeEvents", + "http": { + "method": "GET", + "requestUri": "/core-networks/{coreNetworkId}/core-network-change-events/{policyVersionId}" + }, + "input": { + "shape": "GetCoreNetworkChangeEventsRequest" + }, + "output": { + "shape": "GetCoreNetworkChangeEventsResponse" + }, + "errors": [ + { + "shape": "ValidationException" + }, + { + "shape": "AccessDeniedException" + }, + { + "shape": "ResourceNotFoundException" + }, + { + "shape": "ThrottlingException" + }, + { + "shape": "InternalServerException" + } + ], + "documentation": "

Returns information about a core network change event.

" + }, "GetCoreNetworkChangeSet": { "name": "GetCoreNetworkChangeSet", "http": { @@ -1337,7 +1470,7 @@ "shape": "InternalServerException" } ], - "documentation": "

Gets details about a core network policy. You can get details about your current live policy or any previous policy version.

" + "documentation": "

Returns details about a core network policy. You can get details about your current live policy or any previous policy version.

" }, "GetCustomerGatewayAssociations": { "name": "GetCustomerGatewayAssociations", @@ -1773,6 +1906,37 @@ ], "documentation": "

Gets information about one or more of your transit gateway Connect peer associations in a global network.

" }, + "GetTransitGatewayPeering": { + "name": "GetTransitGatewayPeering", + "http": { + "method": "GET", + "requestUri": "/transit-gateway-peerings/{peeringId}" + }, + "input": { + "shape": "GetTransitGatewayPeeringRequest" + }, + "output": { + "shape": "GetTransitGatewayPeeringResponse" + }, + "errors": [ + { + "shape": "ValidationException" + }, + { + "shape": "AccessDeniedException" + }, + { + "shape": "ResourceNotFoundException" + }, + { + "shape": "ThrottlingException" + }, + { + "shape": "InternalServerException" + } + ], + "documentation": "

Returns information about a transit gateway peer.

" + }, "GetTransitGatewayRegistrations": { "name": "GetTransitGatewayRegistrations", "http": { @@ -1804,6 +1968,37 @@ ], "documentation": "

Gets information about the transit gateway registrations in a specified global network.

" }, + "GetTransitGatewayRouteTableAttachment": { + "name": "GetTransitGatewayRouteTableAttachment", + "http": { + "method": "GET", + "requestUri": "/transit-gateway-route-table-attachments/{attachmentId}" + }, + "input": { + "shape": "GetTransitGatewayRouteTableAttachmentRequest" + }, + "output": { + "shape": "GetTransitGatewayRouteTableAttachmentResponse" + }, + "errors": [ + { + "shape": "ValidationException" + }, + { + "shape": "AccessDeniedException" + }, + { + "shape": "ResourceNotFoundException" + }, + { + "shape": "ThrottlingException" + }, + { + "shape": "InternalServerException" + } + ], + "documentation": "

Returns information about a transit gateway route table attachment.

" + }, "GetVpcAttachment": { "name": "GetVpcAttachment", "http": { @@ -1961,7 +2156,36 @@ }, "output": { "shape": "ListOrganizationServiceAccessStatusResponse" - } + }, + "documentation": "

Gets the status of the Service Linked Role (SLR) deployment for the accounts in a given Amazon Web Services Organization.

" + }, + "ListPeerings": { + "name": "ListPeerings", + "http": { + "method": "GET", + "requestUri": "/peerings" + }, + "input": { + "shape": "ListPeeringsRequest" + }, + "output": { + "shape": "ListPeeringsResponse" + }, + "errors": [ + { + "shape": "ValidationException" + }, + { + "shape": "AccessDeniedException" + }, + { + "shape": "ThrottlingException" + }, + { + "shape": "InternalServerException" + } + ], + "documentation": "

Lists the peerings for a core network.

" }, "ListTagsForResource": { "name": "ListTagsForResource", @@ -2198,7 +2422,8 @@ { "shape": "InternalServerException" } - ] + ], + "documentation": "

Enables for the Network Manager service for an Amazon Web Services Organization. This can only be called by a management account within the organization.

" }, "StartRouteAnalysis": { "name": "StartRouteAnalysis", @@ -2634,12 +2859,15 @@ "type": "structure", "members": { "AccountId": { - "shape": "AccountId" + "shape": "AccountId", + "documentation": "

The ID of an account within the Amazon Web Services Organization.

" }, "SLRDeploymentStatus": { - "shape": "SLRDeploymentStatus" + "shape": "SLRDeploymentStatus", + "documentation": "

The status of SLR deployment for the account.

" } - } + }, + "documentation": "

Describes the current status of an account within an Amazon Web Services Organization, including service-linked roles (SLRs).

" }, "AccountStatusList": { "type": "list", @@ -2801,7 +3029,7 @@ "members": { "CoreNetworkId": { "shape": "CoreNetworkId", - "documentation": "

A core network ID.

" + "documentation": "

The ID of a core network.

" }, "CoreNetworkArn": { "shape": "CoreNetworkArn", @@ -2889,7 +3117,8 @@ "enum": [ "CONNECT", "SITE_TO_SITE_VPN", - "VPC" + "VPC", + "TRANSIT_GATEWAY_ROUTE_TABLE" ] }, "Bandwidth": { @@ -2938,6 +3167,15 @@ "OUT_OF_DATE" ] }, + "ChangeStatus": { + "type": "string", + "enum": [ + "NOT_STARTED", + "IN_PROGRESS", + "COMPLETE", + "FAILED" + ] + }, "ChangeType": { "type": "string", "enum": [ @@ -2945,7 +3183,11 @@ "CORE_NETWORK_EDGE", "ATTACHMENT_MAPPING", "ATTACHMENT_ROUTE_PROPAGATION", - "ATTACHMENT_ROUTE_STATIC" + "ATTACHMENT_ROUTE_STATIC", + "CORE_NETWORK_CONFIGURATION", + "SEGMENTS_CONFIGURATION", + "SEGMENT_ACTIONS_CONFIGURATION", + "ATTACHMENT_POLICIES_CONFIGURATION" ] }, "ClientToken": { @@ -3015,7 +3257,7 @@ }, "Tags": { "shape": "TagList", - "documentation": "

The tags associated with the Connect peer.

" + "documentation": "

The list of key-value tags associated with the Connect peer.

" } }, "documentation": "

Describes a core network Connect peer.

" @@ -3165,7 +3407,7 @@ }, "Tags": { "shape": "TagList", - "documentation": "

The tags associated with a Connect peer summary.

" + "documentation": "

The list of key-value tags associated with the Connect peer summary.

" } }, "documentation": "

Summary description of a Connect peer.

" @@ -3340,7 +3582,7 @@ }, "Tags": { "shape": "TagList", - "documentation": "

The tags associated with a core network.

" + "documentation": "

The list of key-value tags associated with a core network.

" } }, "documentation": "

Describes a core network.

" @@ -3373,10 +3615,72 @@ "NewValues": { "shape": "CoreNetworkChangeValues", "documentation": "

The new value for a core network

" + }, + "IdentifierPath": { + "shape": "ConstrainedString", + "documentation": "

Uniquely identifies the path for a change within the changeset. For example, the IdentifierPath for a core network segment change might be \"CORE_NETWORK_SEGMENT/us-east-1/devsegment\".

" } }, "documentation": "

Details describing a core network change.

" }, + "CoreNetworkChangeEvent": { + "type": "structure", + "members": { + "Type": { + "shape": "ChangeType", + "documentation": "

Describes the type of change event.

" + }, + "Action": { + "shape": "ChangeAction", + "documentation": "

The action taken for the change event.

" + }, + "IdentifierPath": { + "shape": "ConstrainedString", + "documentation": "

Uniquely identifies the path for a change within the changeset. For example, the IdentifierPath for a core network segment change might be \"CORE_NETWORK_SEGMENT/us-east-1/devsegment\".

" + }, + "EventTime": { + "shape": "DateTime", + "documentation": "

The timestamp for an event change in status.

" + }, + "Status": { + "shape": "ChangeStatus", + "documentation": "

The status of the core network change event.

" + }, + "Values": { + "shape": "CoreNetworkChangeEventValues", + "documentation": "

Details of the change event.

" + } + }, + "documentation": "

Describes a core network change event. This can be a change to a segment, attachment, route, etc.

" + }, + "CoreNetworkChangeEventList": { + "type": "list", + "member": { + "shape": "CoreNetworkChangeEvent" + } + }, + "CoreNetworkChangeEventValues": { + "type": "structure", + "members": { + "EdgeLocation": { + "shape": "ExternalRegionCode", + "documentation": "

The edge location for the core network change event.

" + }, + "SegmentName": { + "shape": "ConstrainedString", + "documentation": "

The segment name if the change event is associated with a segment.

" + }, + "AttachmentId": { + "shape": "AttachmentId", + "documentation": "

The ID of the attachment if the change event is associated with an attachment.

" + }, + "Cidr": { + "shape": "ConstrainedString", + "documentation": "

For a STATIC_ROUTE event, this is the IP address.

" + } + }, + "documentation": "

Describes a core network change event.

" + }, "CoreNetworkChangeList": { "type": "list", "member": { @@ -4034,6 +4338,76 @@ } } }, + "CreateTransitGatewayPeeringRequest": { + "type": "structure", + "required": [ + "CoreNetworkId", + "TransitGatewayArn" + ], + "members": { + "CoreNetworkId": { + "shape": "CoreNetworkId", + "documentation": "

The ID of a core network.

" + }, + "TransitGatewayArn": { + "shape": "TransitGatewayArn", + "documentation": "

The ARN of the transit gateway for the peering request.

" + }, + "Tags": { + "shape": "TagList", + "documentation": "

The list of key-value tags associated with the request.

" + }, + "ClientToken": { + "shape": "ClientToken", + "documentation": "

The client token associated with the request.

", + "idempotencyToken": true + } + } + }, + "CreateTransitGatewayPeeringResponse": { + "type": "structure", + "members": { + "TransitGatewayPeering": { + "shape": "TransitGatewayPeering", + "documentation": "

Returns information about the transit gateway peering connection request.

" + } + } + }, + "CreateTransitGatewayRouteTableAttachmentRequest": { + "type": "structure", + "required": [ + "PeeringId", + "TransitGatewayRouteTableArn" + ], + "members": { + "PeeringId": { + "shape": "PeeringId", + "documentation": "

The ID of the peer for the

" + }, + "TransitGatewayRouteTableArn": { + "shape": "TransitGatewayRouteTableArn", + "documentation": "

The ARN of the transit gateway route table for the attachment request.

" + }, + "Tags": { + "shape": "TagList", + "documentation": "

The list of key-value tags associated with the request.

" + }, + "ClientToken": { + "shape": "ClientToken", + "documentation": "

The client token associated with the request.

", + "idempotencyToken": true + } + } + }, + "CreateTransitGatewayRouteTableAttachmentResponse": { + "type": "structure", + "members": { + "TransitGatewayRouteTableAttachment": { + "shape": "TransitGatewayRouteTableAttachment", + "documentation": "

The route table associated with the create transit gateway route table attachment request.

" + } + } + }, "CreateVpcAttachmentRequest": { "type": "structure", "required": [ @@ -4346,6 +4720,29 @@ } } }, + "DeletePeeringRequest": { + "type": "structure", + "required": [ + "PeeringId" + ], + "members": { + "PeeringId": { + "shape": "PeeringId", + "documentation": "

The ID of the peering connection to delete.

", + "location": "uri", + "locationName": "peeringId" + } + } + }, + "DeletePeeringResponse": { + "type": "structure", + "members": { + "Peering": { + "shape": "Peering", + "documentation": "

Information about a deleted peering connection.

" + } + } + }, "DeleteResourcePolicyRequest": { "type": "structure", "required": [ @@ -4886,6 +5283,52 @@ } } }, + "GetCoreNetworkChangeEventsRequest": { + "type": "structure", + "required": [ + "CoreNetworkId", + "PolicyVersionId" + ], + "members": { + "CoreNetworkId": { + "shape": "CoreNetworkId", + "documentation": "

The ID of a core network.

", + "location": "uri", + "locationName": "coreNetworkId" + }, + "PolicyVersionId": { + "shape": "Integer", + "documentation": "

The ID of the policy version.

", + "location": "uri", + "locationName": "policyVersionId" + }, + "MaxResults": { + "shape": "MaxResults", + "documentation": "

The maximum number of results to return.

", + "location": "querystring", + "locationName": "maxResults" + }, + "NextToken": { + "shape": "NextToken", + "documentation": "

The token for the next page of results.

", + "location": "querystring", + "locationName": "nextToken" + } + } + }, + "GetCoreNetworkChangeEventsResponse": { + "type": "structure", + "members": { + "CoreNetworkChangeEvents": { + "shape": "CoreNetworkChangeEventList", + "documentation": "

The response to GetCoreNetworkChangeEventsRequest.

" + }, + "NextToken": { + "shape": "NextToken", + "documentation": "

The token for the next page of results.

" + } + } + }, "GetCoreNetworkChangeSetRequest": { "type": "structure", "required": [ @@ -5713,6 +6156,29 @@ } } }, + "GetTransitGatewayPeeringRequest": { + "type": "structure", + "required": [ + "PeeringId" + ], + "members": { + "PeeringId": { + "shape": "PeeringId", + "documentation": "

The ID of the peering request.

", + "location": "uri", + "locationName": "peeringId" + } + } + }, + "GetTransitGatewayPeeringResponse": { + "type": "structure", + "members": { + "TransitGatewayPeering": { + "shape": "TransitGatewayPeering", + "documentation": "

Returns information about a transit gateway peering.

" + } + } + }, "GetTransitGatewayRegistrationsRequest": { "type": "structure", "required": [ @@ -5758,6 +6224,29 @@ } } }, + "GetTransitGatewayRouteTableAttachmentRequest": { + "type": "structure", + "required": [ + "AttachmentId" + ], + "members": { + "AttachmentId": { + "shape": "AttachmentId", + "documentation": "

The ID of the transit gateway route table attachment.

", + "location": "uri", + "locationName": "attachmentId" + } + } + }, + "GetTransitGatewayRouteTableAttachmentResponse": { + "type": "structure", + "members": { + "TransitGatewayRouteTableAttachment": { + "shape": "TransitGatewayRouteTableAttachment", + "documentation": "

Returns information about the transit gateway route table attachment.

" + } + } + }, "GetVpcAttachmentRequest": { "type": "structure", "required": [ @@ -6143,11 +6632,13 @@ "members": { "MaxResults": { "shape": "MaxResults", + "documentation": "

The maximum number of results to return.

", "location": "querystring", "locationName": "maxResults" }, "NextToken": { "shape": "NextToken", + "documentation": "

The token for the next page of results.

", "location": "querystring", "locationName": "nextToken" } @@ -6157,10 +6648,66 @@ "type": "structure", "members": { "OrganizationStatus": { - "shape": "OrganizationStatus" + "shape": "OrganizationStatus", + "documentation": "

Displays the status of an Amazon Web Services Organization.

" }, "NextToken": { - "shape": "NextToken" + "shape": "NextToken", + "documentation": "

The token for the next page of results.

" + } + } + }, + "ListPeeringsRequest": { + "type": "structure", + "members": { + "CoreNetworkId": { + "shape": "CoreNetworkId", + "documentation": "

The ID of a core network.

", + "location": "querystring", + "locationName": "coreNetworkId" + }, + "PeeringType": { + "shape": "PeeringType", + "documentation": "

Returns a list of a peering requests.

", + "location": "querystring", + "locationName": "peeringType" + }, + "EdgeLocation": { + "shape": "ExternalRegionCode", + "documentation": "

Returns a list edge locations for the

", + "location": "querystring", + "locationName": "edgeLocation" + }, + "State": { + "shape": "PeeringState", + "documentation": "

Returns a list of the peering request states.

", + "location": "querystring", + "locationName": "state" + }, + "MaxResults": { + "shape": "MaxResults", + "documentation": "

The maximum number of results to return.

", + "location": "querystring", + "locationName": "maxResults" + }, + "NextToken": { + "shape": "NextToken", + "documentation": "

The token for the next page of results.

", + "location": "querystring", + "locationName": "nextToken" + } + } + }, + "ListPeeringsResponse": { + "type": "structure", + "members": { + "Peerings": { + "shape": "PeeringList", + "documentation": "

Lists the transit gateway peerings for the ListPeerings request.

" + }, + "NextToken": { + "shape": "NextToken", + "documentation": "

The token for the next page of results.

" } } }, @@ -6223,7 +6770,7 @@ }, "CoreNetworkId": { "shape": "CoreNetworkId", - "documentation": "

a core network ID.

" + "documentation": "

The ID of a core network.

" }, "AwsRegion": { "shape": "ExternalRegionCode", @@ -6466,18 +7013,23 @@ "type": "structure", "members": { "OrganizationId": { - "shape": "OrganizationId" + "shape": "OrganizationId", + "documentation": "

The ID of an Amazon Web Services Organization.

" }, "OrganizationAwsServiceAccessStatus": { - "shape": "OrganizationAwsServiceAccessStatus" + "shape": "OrganizationAwsServiceAccessStatus", + "documentation": "

The status of the organization's AWS service access. This will be ENABLED or DISABLED.

" }, "SLRDeploymentStatus": { - "shape": "SLRDeploymentStatus" + "shape": "SLRDeploymentStatus", + "documentation": "

The status of the SLR deployment for the account. This will be either SUCCEEDED or IN_PROGRESS.

" }, "AccountStatusList": { - "shape": "AccountStatusList" + "shape": "AccountStatusList", + "documentation": "

The current service-linked role (SLR) deployment status for an Amazon Web Services Organization's accounts. This will be either SUCCEEDED or IN_PROGRESS.

" } - } + }, + "documentation": "

The status of an Amazon Web Services Organization and the accounts within that organization.

" }, "PathComponent": { "type": "structure", @@ -6503,12 +7055,85 @@ "shape": "PathComponent" } }, + "Peering": { + "type": "structure", + "members": { + "CoreNetworkId": { + "shape": "CoreNetworkId", + "documentation": "

The ID of the core network for the peering request.

" + }, + "CoreNetworkArn": { + "shape": "CoreNetworkArn", + "documentation": "

The ARN of a core network.

" + }, + "PeeringId": { + "shape": "PeeringId", + "documentation": "

The ID of the peering attachment.

" + }, + "OwnerAccountId": { + "shape": "AWSAccountId", + "documentation": "

The ID of the account owner.

" + }, + "PeeringType": { + "shape": "PeeringType", + "documentation": "

The type of peering. This will be TRANSIT_GATEWAY.

" + }, + "State": { + "shape": "PeeringState", + "documentation": "

The current state of the peering connection.

" + }, + "EdgeLocation": { + "shape": "ExternalRegionCode", + "documentation": "

The edge location for the peer.

" + }, + "ResourceArn": { + "shape": "ResourceArn", + "documentation": "

The resource ARN of the peer.

" + }, + "Tags": { + "shape": "TagList", + "documentation": "

The list of key-value tags associated with the peering.

" + }, + "CreatedAt": { + "shape": "DateTime", + "documentation": "

The timestamp when the attachment peer was created.

" + } + }, + "documentation": "

Describes a peering connection.

" + }, + "PeeringId": { + "type": "string", + "max": 50, + "min": 0, + "pattern": "^peering-([0-9a-f]{8,17})$" + }, + "PeeringList": { + "type": "list", + "member": { + "shape": "Peering" + } + }, + "PeeringState": { + "type": "string", + "enum": [ + "CREATING", + "FAILED", + "AVAILABLE", + "DELETING" + ] + }, + "PeeringType": { + "type": "string", + "enum": [ + "TRANSIT_GATEWAY" + ] + }, "ProposedSegmentChange": { "type": "structure", "members": { "Tags": { "shape": "TagList", - "documentation": "

The key-value tags that changed for the segment.

" + "documentation": "

The list of key-value tags that changed for the segment.

" }, "AttachmentPolicyRuleNumber": { "shape": "Integer", @@ -7016,7 +7641,8 @@ ], "members": { "Action": { - "shape": "Action" + "shape": "Action", + "documentation": "

The action to take for the update request. This can be either ENABLE or DISABLE.

" } } }, @@ -7024,7 +7650,8 @@ "type": "structure", "members": { "OrganizationStatus": { - "shape": "OrganizationStatus" + "shape": "OrganizationStatus", + "documentation": "

The status of the service access update request for an Amazon Web Services Organization.

" } } }, @@ -7219,6 +7846,20 @@ "DELETED" ] }, + "TransitGatewayPeering": { + "type": "structure", + "members": { + "Peering": { + "shape": "Peering", + "documentation": "

Describes a transit gateway peer connection.

" + }, + "TransitGatewayArn": { + "shape": "TransitGatewayArn", + "documentation": "

The ARN of the transit gateway.

" + } + }, + "documentation": "

Describes a transit gateway peering attachment.

" + }, "TransitGatewayRegistration": { "type": "structure", "members": { @@ -7273,6 +7914,23 @@ "min": 0, "pattern": "[\\s\\S]*" }, + "TransitGatewayRouteTableAttachment": { + "type": "structure", + "members": { + "Attachment": { + "shape": "Attachment" + }, + "PeeringId": { + "shape": "PeeringId", + "documentation": "

The ID of the peering attachment.

" + }, + "TransitGatewayRouteTableArn": { + "shape": "TransitGatewayRouteTableArn", + "documentation": "

The ARN of the transit gateway attachment route table.

" + } + }, + "documentation": "

Describes a transit gateway route table attachment.

" + }, "TunnelProtocol": { "type": "string", "enum": [ diff --git a/apis/networkmanager-2019-07-05.paginators.json b/apis/networkmanager-2019-07-05.paginators.json index ac27f382dd..8f5cac81b6 100644 --- a/apis/networkmanager-2019-07-05.paginators.json +++ b/apis/networkmanager-2019-07-05.paginators.json @@ -18,6 +18,12 @@ "limit_key": "MaxResults", "result_key": "Connections" }, + "GetCoreNetworkChangeEvents": { + "input_token": "NextToken", + "output_token": "NextToken", + "limit_key": "MaxResults", + "result_key": "CoreNetworkChangeEvents" + }, "GetCoreNetworkChangeSet": { "input_token": "NextToken", "output_token": "NextToken", @@ -113,6 +119,12 @@ "output_token": "NextToken", "limit_key": "MaxResults", "result_key": "CoreNetworks" + }, + "ListPeerings": { + "input_token": "NextToken", + "output_token": "NextToken", + "limit_key": "MaxResults", + "result_key": "Peerings" } } } diff --git a/clients/networkmanager.d.ts b/clients/networkmanager.d.ts index ff88f91b64..bb1c13384b 100644 --- a/clients/networkmanager.d.ts +++ b/clients/networkmanager.d.ts @@ -123,6 +123,22 @@ declare class NetworkManager extends Service { * Creates an Amazon Web Services site-to-site VPN attachment on an edge location of a core network. */ createSiteToSiteVpnAttachment(callback?: (err: AWSError, data: NetworkManager.Types.CreateSiteToSiteVpnAttachmentResponse) => void): Request; + /** + * Creates a transit gateway peering connection. + */ + createTransitGatewayPeering(params: NetworkManager.Types.CreateTransitGatewayPeeringRequest, callback?: (err: AWSError, data: NetworkManager.Types.CreateTransitGatewayPeeringResponse) => void): Request; + /** + * Creates a transit gateway peering connection. + */ + createTransitGatewayPeering(callback?: (err: AWSError, data: NetworkManager.Types.CreateTransitGatewayPeeringResponse) => void): Request; + /** + * Creates a transit gateway route table attachment. + */ + createTransitGatewayRouteTableAttachment(params: NetworkManager.Types.CreateTransitGatewayRouteTableAttachmentRequest, callback?: (err: AWSError, data: NetworkManager.Types.CreateTransitGatewayRouteTableAttachmentResponse) => void): Request; + /** + * Creates a transit gateway route table attachment. + */ + createTransitGatewayRouteTableAttachment(callback?: (err: AWSError, data: NetworkManager.Types.CreateTransitGatewayRouteTableAttachmentResponse) => void): Request; /** * Creates a VPC attachment on an edge location of a core network. */ @@ -195,6 +211,14 @@ declare class NetworkManager extends Service { * Deletes an existing link. You must first disassociate the link from any devices and customer gateways. */ deleteLink(callback?: (err: AWSError, data: NetworkManager.Types.DeleteLinkResponse) => void): Request; + /** + * Deletes an existing peering connection. + */ + deletePeering(params: NetworkManager.Types.DeletePeeringRequest, callback?: (err: AWSError, data: NetworkManager.Types.DeletePeeringResponse) => void): Request; + /** + * Deletes an existing peering connection. + */ + deletePeering(callback?: (err: AWSError, data: NetworkManager.Types.DeletePeeringResponse) => void): Request; /** * Deletes a resource policy for the specified resource. This revokes the access of the principals specified in the resource policy. */ @@ -307,6 +331,14 @@ declare class NetworkManager extends Service { * Returns information about the LIVE policy for a core network. */ getCoreNetwork(callback?: (err: AWSError, data: NetworkManager.Types.GetCoreNetworkResponse) => void): Request; + /** + * Returns information about a core network change event. + */ + getCoreNetworkChangeEvents(params: NetworkManager.Types.GetCoreNetworkChangeEventsRequest, callback?: (err: AWSError, data: NetworkManager.Types.GetCoreNetworkChangeEventsResponse) => void): Request; + /** + * Returns information about a core network change event. + */ + getCoreNetworkChangeEvents(callback?: (err: AWSError, data: NetworkManager.Types.GetCoreNetworkChangeEventsResponse) => void): Request; /** * Returns a change set between the LIVE core network policy and a submitted policy. */ @@ -316,11 +348,11 @@ declare class NetworkManager extends Service { */ getCoreNetworkChangeSet(callback?: (err: AWSError, data: NetworkManager.Types.GetCoreNetworkChangeSetResponse) => void): Request; /** - * Gets details about a core network policy. You can get details about your current live policy or any previous policy version. + * Returns details about a core network policy. You can get details about your current live policy or any previous policy version. */ getCoreNetworkPolicy(params: NetworkManager.Types.GetCoreNetworkPolicyRequest, callback?: (err: AWSError, data: NetworkManager.Types.GetCoreNetworkPolicyResponse) => void): Request; /** - * Gets details about a core network policy. You can get details about your current live policy or any previous policy version. + * Returns details about a core network policy. You can get details about your current live policy or any previous policy version. */ getCoreNetworkPolicy(callback?: (err: AWSError, data: NetworkManager.Types.GetCoreNetworkPolicyResponse) => void): Request; /** @@ -435,6 +467,14 @@ declare class NetworkManager extends Service { * Gets information about one or more of your transit gateway Connect peer associations in a global network. */ getTransitGatewayConnectPeerAssociations(callback?: (err: AWSError, data: NetworkManager.Types.GetTransitGatewayConnectPeerAssociationsResponse) => void): Request; + /** + * Returns information about a transit gateway peer. + */ + getTransitGatewayPeering(params: NetworkManager.Types.GetTransitGatewayPeeringRequest, callback?: (err: AWSError, data: NetworkManager.Types.GetTransitGatewayPeeringResponse) => void): Request; + /** + * Returns information about a transit gateway peer. + */ + getTransitGatewayPeering(callback?: (err: AWSError, data: NetworkManager.Types.GetTransitGatewayPeeringResponse) => void): Request; /** * Gets information about the transit gateway registrations in a specified global network. */ @@ -443,6 +483,14 @@ declare class NetworkManager extends Service { * Gets information about the transit gateway registrations in a specified global network. */ getTransitGatewayRegistrations(callback?: (err: AWSError, data: NetworkManager.Types.GetTransitGatewayRegistrationsResponse) => void): Request; + /** + * Returns information about a transit gateway route table attachment. + */ + getTransitGatewayRouteTableAttachment(params: NetworkManager.Types.GetTransitGatewayRouteTableAttachmentRequest, callback?: (err: AWSError, data: NetworkManager.Types.GetTransitGatewayRouteTableAttachmentResponse) => void): Request; + /** + * Returns information about a transit gateway route table attachment. + */ + getTransitGatewayRouteTableAttachment(callback?: (err: AWSError, data: NetworkManager.Types.GetTransitGatewayRouteTableAttachmentResponse) => void): Request; /** * Returns information about a VPC attachment. */ @@ -484,13 +532,21 @@ declare class NetworkManager extends Service { */ listCoreNetworks(callback?: (err: AWSError, data: NetworkManager.Types.ListCoreNetworksResponse) => void): Request; /** - * + * Gets the status of the Service Linked Role (SLR) deployment for the accounts in a given Amazon Web Services Organization. */ listOrganizationServiceAccessStatus(params: NetworkManager.Types.ListOrganizationServiceAccessStatusRequest, callback?: (err: AWSError, data: NetworkManager.Types.ListOrganizationServiceAccessStatusResponse) => void): Request; /** - * + * Gets the status of the Service Linked Role (SLR) deployment for the accounts in a given Amazon Web Services Organization. */ listOrganizationServiceAccessStatus(callback?: (err: AWSError, data: NetworkManager.Types.ListOrganizationServiceAccessStatusResponse) => void): Request; + /** + * Lists the peerings for a core network. + */ + listPeerings(params: NetworkManager.Types.ListPeeringsRequest, callback?: (err: AWSError, data: NetworkManager.Types.ListPeeringsResponse) => void): Request; + /** + * Lists the peerings for a core network. + */ + listPeerings(callback?: (err: AWSError, data: NetworkManager.Types.ListPeeringsResponse) => void): Request; /** * Lists the tags for a specified resource. */ @@ -540,11 +596,11 @@ declare class NetworkManager extends Service { */ restoreCoreNetworkPolicyVersion(callback?: (err: AWSError, data: NetworkManager.Types.RestoreCoreNetworkPolicyVersionResponse) => void): Request; /** - * + * Enables for the Network Manager service for an Amazon Web Services Organization. This can only be called by a management account within the organization. */ startOrganizationServiceAccessUpdate(params: NetworkManager.Types.StartOrganizationServiceAccessUpdateRequest, callback?: (err: AWSError, data: NetworkManager.Types.StartOrganizationServiceAccessUpdateResponse) => void): Request; /** - * + * Enables for the Network Manager service for an Amazon Web Services Organization. This can only be called by a management account within the organization. */ startOrganizationServiceAccessUpdate(callback?: (err: AWSError, data: NetworkManager.Types.StartOrganizationServiceAccessUpdateResponse) => void): Request; /** @@ -662,7 +718,13 @@ declare namespace NetworkManager { } export type AccountId = string; export interface AccountStatus { + /** + * The ID of an account within the Amazon Web Services Organization. + */ AccountId?: AccountId; + /** + * The status of SLR deployment for the account. + */ SLRDeploymentStatus?: SLRDeploymentStatus; } export type AccountStatusList = AccountStatus[]; @@ -761,7 +823,7 @@ declare namespace NetworkManager { } export interface Attachment { /** - * A core network ID. + * The ID of a core network. */ CoreNetworkId?: CoreNetworkId; /** @@ -820,7 +882,7 @@ declare namespace NetworkManager { export type AttachmentId = string; export type AttachmentList = Attachment[]; export type AttachmentState = "REJECTED"|"PENDING_ATTACHMENT_ACCEPTANCE"|"CREATING"|"FAILED"|"AVAILABLE"|"UPDATING"|"PENDING_NETWORK_UPDATE"|"PENDING_TAG_ACCEPTANCE"|"DELETING"|string; - export type AttachmentType = "CONNECT"|"SITE_TO_SITE_VPN"|"VPC"|string; + export type AttachmentType = "CONNECT"|"SITE_TO_SITE_VPN"|"VPC"|"TRANSIT_GATEWAY_ROUTE_TABLE"|string; export interface Bandwidth { /** * Upload speed in Mbps. @@ -840,7 +902,8 @@ declare namespace NetworkManager { export type Boolean = boolean; export type ChangeAction = "ADD"|"MODIFY"|"REMOVE"|string; export type ChangeSetState = "PENDING_GENERATION"|"FAILED_GENERATION"|"READY_TO_EXECUTE"|"EXECUTING"|"EXECUTION_SUCCEEDED"|"OUT_OF_DATE"|string; - export type ChangeType = "CORE_NETWORK_SEGMENT"|"CORE_NETWORK_EDGE"|"ATTACHMENT_MAPPING"|"ATTACHMENT_ROUTE_PROPAGATION"|"ATTACHMENT_ROUTE_STATIC"|string; + export type ChangeStatus = "NOT_STARTED"|"IN_PROGRESS"|"COMPLETE"|"FAILED"|string; + export type ChangeType = "CORE_NETWORK_SEGMENT"|"CORE_NETWORK_EDGE"|"ATTACHMENT_MAPPING"|"ATTACHMENT_ROUTE_PROPAGATION"|"ATTACHMENT_ROUTE_STATIC"|"CORE_NETWORK_CONFIGURATION"|"SEGMENTS_CONFIGURATION"|"SEGMENT_ACTIONS_CONFIGURATION"|"ATTACHMENT_POLICIES_CONFIGURATION"|string; export type ClientToken = string; export interface ConnectAttachment { /** @@ -892,7 +955,7 @@ declare namespace NetworkManager { */ Configuration?: ConnectPeerConfiguration; /** - * The tags associated with the Connect peer. + * The list of key-value tags associated with the Connect peer. */ Tags?: TagList; } @@ -990,7 +1053,7 @@ declare namespace NetworkManager { */ CreatedAt?: DateTime; /** - * The tags associated with a Connect peer summary. + * The list of key-value tags associated with the Connect peer summary. */ Tags?: TagList; } @@ -1098,7 +1161,7 @@ declare namespace NetworkManager { */ Edges?: CoreNetworkEdgeList; /** - * The tags associated with a core network. + * The list of key-value tags associated with a core network. */ Tags?: TagList; } @@ -1124,6 +1187,55 @@ declare namespace NetworkManager { * The new value for a core network */ NewValues?: CoreNetworkChangeValues; + /** + * Uniquely identifies the path for a change within the changeset. For example, the IdentifierPath for a core network segment change might be "CORE_NETWORK_SEGMENT/us-east-1/devsegment". + */ + IdentifierPath?: ConstrainedString; + } + export interface CoreNetworkChangeEvent { + /** + * Describes the type of change event. + */ + Type?: ChangeType; + /** + * The action taken for the change event. + */ + Action?: ChangeAction; + /** + * Uniquely identifies the path for a change within the changeset. For example, the IdentifierPath for a core network segment change might be "CORE_NETWORK_SEGMENT/us-east-1/devsegment". + */ + IdentifierPath?: ConstrainedString; + /** + * The timestamp for an event change in status. + */ + EventTime?: DateTime; + /** + * The status of the core network change event. + */ + Status?: ChangeStatus; + /** + * Details of the change event. + */ + Values?: CoreNetworkChangeEventValues; + } + export type CoreNetworkChangeEventList = CoreNetworkChangeEvent[]; + export interface CoreNetworkChangeEventValues { + /** + * The edge location for the core network change event. + */ + EdgeLocation?: ExternalRegionCode; + /** + * The segment name if the change event is associated with a segment. + */ + SegmentName?: ConstrainedString; + /** + * The ID of the attachment if the change event is associated with an attachment. + */ + AttachmentId?: AttachmentId; + /** + * For a STATIC_ROUTE event, this is the IP address. + */ + Cidr?: ConstrainedString; } export type CoreNetworkChangeList = CoreNetworkChange[]; export interface CoreNetworkChangeValues { @@ -1591,6 +1703,54 @@ declare namespace NetworkManager { */ SiteToSiteVpnAttachment?: SiteToSiteVpnAttachment; } + export interface CreateTransitGatewayPeeringRequest { + /** + * The ID of a core network. + */ + CoreNetworkId: CoreNetworkId; + /** + * The ARN of the transit gateway for the peering request. + */ + TransitGatewayArn: TransitGatewayArn; + /** + * The list of key-value tags associated with the request. + */ + Tags?: TagList; + /** + * The client token associated with the request. + */ + ClientToken?: ClientToken; + } + export interface CreateTransitGatewayPeeringResponse { + /** + * Returns information about the transit gateway peering connection request. + */ + TransitGatewayPeering?: TransitGatewayPeering; + } + export interface CreateTransitGatewayRouteTableAttachmentRequest { + /** + * The ID of the peer for the + */ + PeeringId: PeeringId; + /** + * The ARN of the transit gateway route table for the attachment request. + */ + TransitGatewayRouteTableArn: TransitGatewayRouteTableArn; + /** + * The list of key-value tags associated with the request. + */ + Tags?: TagList; + /** + * The client token associated with the request. + */ + ClientToken?: ClientToken; + } + export interface CreateTransitGatewayRouteTableAttachmentResponse { + /** + * The route table associated with the create transit gateway route table attachment request. + */ + TransitGatewayRouteTableAttachment?: TransitGatewayRouteTableAttachment; + } export interface CreateVpcAttachmentRequest { /** * The ID of a core network for the VPC attachment. @@ -1762,6 +1922,18 @@ declare namespace NetworkManager { */ Link?: Link; } + export interface DeletePeeringRequest { + /** + * The ID of the peering connection to delete. + */ + PeeringId: PeeringId; + } + export interface DeletePeeringResponse { + /** + * Information about a deleted peering connection. + */ + Peering?: Peering; + } export interface DeleteResourcePolicyRequest { /** * The ARN of the policy to delete. @@ -2059,6 +2231,34 @@ declare namespace NetworkManager { */ NextToken?: NextToken; } + export interface GetCoreNetworkChangeEventsRequest { + /** + * The ID of a core network. + */ + CoreNetworkId: CoreNetworkId; + /** + * The ID of the policy version. + */ + PolicyVersionId: Integer; + /** + * The maximum number of results to return. + */ + MaxResults?: MaxResults; + /** + * The token for the next page of results. + */ + NextToken?: NextToken; + } + export interface GetCoreNetworkChangeEventsResponse { + /** + * The response to GetCoreNetworkChangeEventsRequest. + */ + CoreNetworkChangeEvents?: CoreNetworkChangeEventList; + /** + * The token for the next page of results. + */ + NextToken?: NextToken; + } export interface GetCoreNetworkChangeSetRequest { /** * The ID of a core network. @@ -2583,6 +2783,18 @@ declare namespace NetworkManager { */ NextToken?: NextToken; } + export interface GetTransitGatewayPeeringRequest { + /** + * The ID of the peering request. + */ + PeeringId: PeeringId; + } + export interface GetTransitGatewayPeeringResponse { + /** + * Returns information about a transit gateway peering. + */ + TransitGatewayPeering?: TransitGatewayPeering; + } export interface GetTransitGatewayRegistrationsRequest { /** * The ID of the global network. @@ -2611,6 +2823,18 @@ declare namespace NetworkManager { */ NextToken?: NextToken; } + export interface GetTransitGatewayRouteTableAttachmentRequest { + /** + * The ID of the transit gateway route table attachment. + */ + AttachmentId: AttachmentId; + } + export interface GetTransitGatewayRouteTableAttachmentResponse { + /** + * Returns information about the transit gateway route table attachment. + */ + TransitGatewayRouteTableAttachment?: TransitGatewayRouteTableAttachment; + } export interface GetVpcAttachmentRequest { /** * The ID of the attachment. @@ -2836,11 +3060,59 @@ declare namespace NetworkManager { NextToken?: NextToken; } export interface ListOrganizationServiceAccessStatusRequest { + /** + * The maximum number of results to return. + */ MaxResults?: MaxResults; + /** + * The token for the next page of results. + */ NextToken?: NextToken; } export interface ListOrganizationServiceAccessStatusResponse { + /** + * Displays the status of an Amazon Web Services Organization. + */ OrganizationStatus?: OrganizationStatus; + /** + * The token for the next page of results. + */ + NextToken?: NextToken; + } + export interface ListPeeringsRequest { + /** + * The ID of a core network. + */ + CoreNetworkId?: CoreNetworkId; + /** + * Returns a list of a peering requests. + */ + PeeringType?: PeeringType; + /** + * Returns a list edge locations for the + */ + EdgeLocation?: ExternalRegionCode; + /** + * Returns a list of the peering request states. + */ + State?: PeeringState; + /** + * The maximum number of results to return. + */ + MaxResults?: MaxResults; + /** + * The token for the next page of results. + */ + NextToken?: NextToken; + } + export interface ListPeeringsResponse { + /** + * Lists the transit gateway peerings for the ListPeerings request. + */ + Peerings?: PeeringList; + /** + * The token for the next page of results. + */ NextToken?: NextToken; } export interface ListTagsForResourceRequest { @@ -2877,7 +3149,7 @@ declare namespace NetworkManager { */ RegisteredGatewayArn?: ResourceArn; /** - * a core network ID. + * The ID of a core network. */ CoreNetworkId?: CoreNetworkId; /** @@ -3049,9 +3321,21 @@ declare namespace NetworkManager { export type OrganizationAwsServiceAccessStatus = string; export type OrganizationId = string; export interface OrganizationStatus { + /** + * The ID of an Amazon Web Services Organization. + */ OrganizationId?: OrganizationId; + /** + * The status of the organization's AWS service access. This will be ENABLED or DISABLED. + */ OrganizationAwsServiceAccessStatus?: OrganizationAwsServiceAccessStatus; + /** + * The status of the SLR deployment for the account. This will be either SUCCEEDED or IN_PROGRESS. + */ SLRDeploymentStatus?: SLRDeploymentStatus; + /** + * The current service-linked role (SLR) deployment status for an Amazon Web Services Organization's accounts. This will be either SUCCEEDED or IN_PROGRESS. + */ AccountStatusList?: AccountStatusList; } export interface PathComponent { @@ -3069,9 +3353,55 @@ declare namespace NetworkManager { DestinationCidrBlock?: ConstrainedString; } export type PathComponentList = PathComponent[]; + export interface Peering { + /** + * The ID of the core network for the peering request. + */ + CoreNetworkId?: CoreNetworkId; + /** + * The ARN of a core network. + */ + CoreNetworkArn?: CoreNetworkArn; + /** + * The ID of the peering attachment. + */ + PeeringId?: PeeringId; + /** + * The ID of the account owner. + */ + OwnerAccountId?: AWSAccountId; + /** + * The type of peering. This will be TRANSIT_GATEWAY. + */ + PeeringType?: PeeringType; + /** + * The current state of the peering connection. + */ + State?: PeeringState; + /** + * The edge location for the peer. + */ + EdgeLocation?: ExternalRegionCode; + /** + * The resource ARN of the peer. + */ + ResourceArn?: ResourceArn; + /** + * The list of key-value tags associated with the peering. + */ + Tags?: TagList; + /** + * The timestamp when the attachment peer was created. + */ + CreatedAt?: DateTime; + } + export type PeeringId = string; + export type PeeringList = Peering[]; + export type PeeringState = "CREATING"|"FAILED"|"AVAILABLE"|"DELETING"|string; + export type PeeringType = "TRANSIT_GATEWAY"|string; export interface ProposedSegmentChange { /** - * The key-value tags that changed for the segment. + * The list of key-value tags that changed for the segment. */ Tags?: TagList; /** @@ -3347,9 +3677,15 @@ declare namespace NetworkManager { VpnConnectionArn?: VpnConnectionArn; } export interface StartOrganizationServiceAccessUpdateRequest { + /** + * The action to take for the update request. This can be either ENABLE or DISABLE. + */ Action: Action; } export interface StartOrganizationServiceAccessUpdateResponse { + /** + * The status of the service access update request for an Amazon Web Services Organization. + */ OrganizationStatus?: OrganizationStatus; } export interface StartRouteAnalysisRequest { @@ -3438,6 +3774,16 @@ declare namespace NetworkManager { } export type TransitGatewayConnectPeerAssociationList = TransitGatewayConnectPeerAssociation[]; export type TransitGatewayConnectPeerAssociationState = "PENDING"|"AVAILABLE"|"DELETING"|"DELETED"|string; + export interface TransitGatewayPeering { + /** + * Describes a transit gateway peer connection. + */ + Peering?: Peering; + /** + * The ARN of the transit gateway. + */ + TransitGatewayArn?: TransitGatewayArn; + } export interface TransitGatewayRegistration { /** * The ID of the global network. @@ -3465,6 +3811,17 @@ declare namespace NetworkManager { Message?: ConstrainedString; } export type TransitGatewayRouteTableArn = string; + export interface TransitGatewayRouteTableAttachment { + Attachment?: Attachment; + /** + * The ID of the peering attachment. + */ + PeeringId?: PeeringId; + /** + * The ARN of the transit gateway attachment route table. + */ + TransitGatewayRouteTableArn?: TransitGatewayRouteTableArn; + } export type TunnelProtocol = "GRE"|string; export interface UntagResourceRequest { /** diff --git a/dist/aws-sdk-core-react-native.js b/dist/aws-sdk-core-react-native.js index a301f1ee51..c5b541ec9b 100644 --- a/dist/aws-sdk-core-react-native.js +++ b/dist/aws-sdk-core-react-native.js @@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap /** * @constant */ - VERSION: '2.1172.0', + VERSION: '2.1173.0', /** * @api private diff --git a/dist/aws-sdk-react-native.js b/dist/aws-sdk-react-native.js index 5dd49393ff..aea5c4f3dc 100644 --- a/dist/aws-sdk-react-native.js +++ b/dist/aws-sdk-react-native.js @@ -395,7 +395,7 @@ return /******/ (function(modules) { // webpackBootstrap /** * @constant */ - VERSION: '2.1172.0', + VERSION: '2.1173.0', /** * @api private @@ -53298,13 +53298,13 @@ return /******/ (function(modules) { // webpackBootstrap /* 859 */ /***/ (function(module, exports) { - module.exports = {"version":"2.0","metadata":{"apiVersion":"2019-07-05","endpointPrefix":"networkmanager","jsonVersion":"1.1","protocol":"rest-json","serviceAbbreviation":"NetworkManager","serviceFullName":"AWS Network Manager","serviceId":"NetworkManager","signatureVersion":"v4","signingName":"networkmanager","uid":"networkmanager-2019-07-05"},"operations":{"AcceptAttachment":{"http":{"requestUri":"/attachments/{attachmentId}/accept"},"input":{"type":"structure","required":["AttachmentId"],"members":{"AttachmentId":{"location":"uri","locationName":"attachmentId"}}},"output":{"type":"structure","members":{"Attachment":{"shape":"S4"}}}},"AssociateConnectPeer":{"http":{"requestUri":"/global-networks/{globalNetworkId}/connect-peer-associations"},"input":{"type":"structure","required":["GlobalNetworkId","ConnectPeerId","DeviceId"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"ConnectPeerId":{},"DeviceId":{},"LinkId":{}}},"output":{"type":"structure","members":{"ConnectPeerAssociation":{"shape":"Sq"}}}},"AssociateCustomerGateway":{"http":{"requestUri":"/global-networks/{globalNetworkId}/customer-gateway-associations"},"input":{"type":"structure","required":["CustomerGatewayArn","GlobalNetworkId","DeviceId"],"members":{"CustomerGatewayArn":{},"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"DeviceId":{},"LinkId":{}}},"output":{"type":"structure","members":{"CustomerGatewayAssociation":{"shape":"Sv"}}}},"AssociateLink":{"http":{"requestUri":"/global-networks/{globalNetworkId}/link-associations"},"input":{"type":"structure","required":["GlobalNetworkId","DeviceId","LinkId"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"DeviceId":{},"LinkId":{}}},"output":{"type":"structure","members":{"LinkAssociation":{"shape":"Sz"}}}},"AssociateTransitGatewayConnectPeer":{"http":{"requestUri":"/global-networks/{globalNetworkId}/transit-gateway-connect-peer-associations"},"input":{"type":"structure","required":["GlobalNetworkId","TransitGatewayConnectPeerArn","DeviceId"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"TransitGatewayConnectPeerArn":{},"DeviceId":{},"LinkId":{}}},"output":{"type":"structure","members":{"TransitGatewayConnectPeerAssociation":{"shape":"S14"}}}},"CreateConnectAttachment":{"http":{"requestUri":"/connect-attachments"},"input":{"type":"structure","required":["CoreNetworkId","EdgeLocation","TransportAttachmentId","Options"],"members":{"CoreNetworkId":{},"EdgeLocation":{},"TransportAttachmentId":{},"Options":{"shape":"S17"},"Tags":{"shape":"Se"},"ClientToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"ConnectAttachment":{"shape":"S1b"}}}},"CreateConnectPeer":{"http":{"requestUri":"/connect-peers"},"input":{"type":"structure","required":["ConnectAttachmentId","PeerAddress","InsideCidrBlocks"],"members":{"ConnectAttachmentId":{},"CoreNetworkAddress":{},"PeerAddress":{},"BgpOptions":{"type":"structure","members":{"PeerAsn":{"type":"long"}}},"InsideCidrBlocks":{"shape":"S1g"},"Tags":{"shape":"Se"},"ClientToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"ConnectPeer":{"shape":"S1i"}}}},"CreateConnection":{"http":{"requestUri":"/global-networks/{globalNetworkId}/connections"},"input":{"type":"structure","required":["GlobalNetworkId","DeviceId","ConnectedDeviceId"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"DeviceId":{},"ConnectedDeviceId":{},"LinkId":{},"ConnectedLinkId":{},"Description":{},"Tags":{"shape":"Se"}}},"output":{"type":"structure","members":{"Connection":{"shape":"S1p"}}}},"CreateCoreNetwork":{"http":{"requestUri":"/core-networks"},"input":{"type":"structure","required":["GlobalNetworkId"],"members":{"GlobalNetworkId":{},"Description":{},"Tags":{"shape":"Se"},"PolicyDocument":{},"ClientToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"CoreNetwork":{"shape":"S1w"}}}},"CreateDevice":{"http":{"requestUri":"/global-networks/{globalNetworkId}/devices"},"input":{"type":"structure","required":["GlobalNetworkId"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"AWSLocation":{"shape":"S24"},"Description":{},"Type":{},"Vendor":{},"Model":{},"SerialNumber":{},"Location":{"shape":"S26"},"SiteId":{},"Tags":{"shape":"Se"}}},"output":{"type":"structure","members":{"Device":{"shape":"S29"}}}},"CreateGlobalNetwork":{"http":{"requestUri":"/global-networks"},"input":{"type":"structure","members":{"Description":{},"Tags":{"shape":"Se"}}},"output":{"type":"structure","members":{"GlobalNetwork":{"shape":"S2e"}}}},"CreateLink":{"http":{"requestUri":"/global-networks/{globalNetworkId}/links"},"input":{"type":"structure","required":["GlobalNetworkId","Bandwidth","SiteId"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"Description":{},"Type":{},"Bandwidth":{"shape":"S2i"},"Provider":{},"SiteId":{},"Tags":{"shape":"Se"}}},"output":{"type":"structure","members":{"Link":{"shape":"S2k"}}}},"CreateSite":{"http":{"requestUri":"/global-networks/{globalNetworkId}/sites"},"input":{"type":"structure","required":["GlobalNetworkId"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"Description":{},"Location":{"shape":"S26"},"Tags":{"shape":"Se"}}},"output":{"type":"structure","members":{"Site":{"shape":"S2p"}}}},"CreateSiteToSiteVpnAttachment":{"http":{"requestUri":"/site-to-site-vpn-attachments"},"input":{"type":"structure","required":["CoreNetworkId","VpnConnectionArn"],"members":{"CoreNetworkId":{},"VpnConnectionArn":{},"Tags":{"shape":"Se"},"ClientToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"SiteToSiteVpnAttachment":{"shape":"S2v"}}}},"CreateVpcAttachment":{"http":{"requestUri":"/vpc-attachments"},"input":{"type":"structure","required":["CoreNetworkId","VpcArn","SubnetArns"],"members":{"CoreNetworkId":{},"VpcArn":{},"SubnetArns":{"shape":"S2y"},"Options":{"shape":"S2z"},"Tags":{"shape":"Se"},"ClientToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"VpcAttachment":{"shape":"S32"}}}},"DeleteAttachment":{"http":{"method":"DELETE","requestUri":"/attachments/{attachmentId}"},"input":{"type":"structure","required":["AttachmentId"],"members":{"AttachmentId":{"location":"uri","locationName":"attachmentId"}}},"output":{"type":"structure","members":{"Attachment":{"shape":"S4"}}}},"DeleteConnectPeer":{"http":{"method":"DELETE","requestUri":"/connect-peers/{connectPeerId}"},"input":{"type":"structure","required":["ConnectPeerId"],"members":{"ConnectPeerId":{"location":"uri","locationName":"connectPeerId"}}},"output":{"type":"structure","members":{"ConnectPeer":{"shape":"S1i"}}}},"DeleteConnection":{"http":{"method":"DELETE","requestUri":"/global-networks/{globalNetworkId}/connections/{connectionId}"},"input":{"type":"structure","required":["GlobalNetworkId","ConnectionId"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"ConnectionId":{"location":"uri","locationName":"connectionId"}}},"output":{"type":"structure","members":{"Connection":{"shape":"S1p"}}}},"DeleteCoreNetwork":{"http":{"method":"DELETE","requestUri":"/core-networks/{coreNetworkId}"},"input":{"type":"structure","required":["CoreNetworkId"],"members":{"CoreNetworkId":{"location":"uri","locationName":"coreNetworkId"}}},"output":{"type":"structure","members":{"CoreNetwork":{"shape":"S1w"}}}},"DeleteCoreNetworkPolicyVersion":{"http":{"method":"DELETE","requestUri":"/core-networks/{coreNetworkId}/core-network-policy-versions/{policyVersionId}"},"input":{"type":"structure","required":["CoreNetworkId","PolicyVersionId"],"members":{"CoreNetworkId":{"location":"uri","locationName":"coreNetworkId"},"PolicyVersionId":{"location":"uri","locationName":"policyVersionId","type":"integer"}}},"output":{"type":"structure","members":{"CoreNetworkPolicy":{"shape":"S3d"}}}},"DeleteDevice":{"http":{"method":"DELETE","requestUri":"/global-networks/{globalNetworkId}/devices/{deviceId}"},"input":{"type":"structure","required":["GlobalNetworkId","DeviceId"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"DeviceId":{"location":"uri","locationName":"deviceId"}}},"output":{"type":"structure","members":{"Device":{"shape":"S29"}}}},"DeleteGlobalNetwork":{"http":{"method":"DELETE","requestUri":"/global-networks/{globalNetworkId}"},"input":{"type":"structure","required":["GlobalNetworkId"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"}}},"output":{"type":"structure","members":{"GlobalNetwork":{"shape":"S2e"}}}},"DeleteLink":{"http":{"method":"DELETE","requestUri":"/global-networks/{globalNetworkId}/links/{linkId}"},"input":{"type":"structure","required":["GlobalNetworkId","LinkId"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"LinkId":{"location":"uri","locationName":"linkId"}}},"output":{"type":"structure","members":{"Link":{"shape":"S2k"}}}},"DeleteResourcePolicy":{"http":{"method":"DELETE","requestUri":"/resource-policy/{resourceArn}"},"input":{"type":"structure","required":["ResourceArn"],"members":{"ResourceArn":{"location":"uri","locationName":"resourceArn"}}},"output":{"type":"structure","members":{}}},"DeleteSite":{"http":{"method":"DELETE","requestUri":"/global-networks/{globalNetworkId}/sites/{siteId}"},"input":{"type":"structure","required":["GlobalNetworkId","SiteId"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"SiteId":{"location":"uri","locationName":"siteId"}}},"output":{"type":"structure","members":{"Site":{"shape":"S2p"}}}},"DeregisterTransitGateway":{"http":{"method":"DELETE","requestUri":"/global-networks/{globalNetworkId}/transit-gateway-registrations/{transitGatewayArn}"},"input":{"type":"structure","required":["GlobalNetworkId","TransitGatewayArn"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"TransitGatewayArn":{"location":"uri","locationName":"transitGatewayArn"}}},"output":{"type":"structure","members":{"TransitGatewayRegistration":{"shape":"S3w"}}}},"DescribeGlobalNetworks":{"http":{"method":"GET","requestUri":"/global-networks"},"input":{"type":"structure","members":{"GlobalNetworkIds":{"location":"querystring","locationName":"globalNetworkIds","type":"list","member":{}},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"GlobalNetworks":{"type":"list","member":{"shape":"S2e"}},"NextToken":{}}}},"DisassociateConnectPeer":{"http":{"method":"DELETE","requestUri":"/global-networks/{globalNetworkId}/connect-peer-associations/{connectPeerId}"},"input":{"type":"structure","required":["GlobalNetworkId","ConnectPeerId"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"ConnectPeerId":{"location":"uri","locationName":"connectPeerId"}}},"output":{"type":"structure","members":{"ConnectPeerAssociation":{"shape":"Sq"}}}},"DisassociateCustomerGateway":{"http":{"method":"DELETE","requestUri":"/global-networks/{globalNetworkId}/customer-gateway-associations/{customerGatewayArn}"},"input":{"type":"structure","required":["GlobalNetworkId","CustomerGatewayArn"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"CustomerGatewayArn":{"location":"uri","locationName":"customerGatewayArn"}}},"output":{"type":"structure","members":{"CustomerGatewayAssociation":{"shape":"Sv"}}}},"DisassociateLink":{"http":{"method":"DELETE","requestUri":"/global-networks/{globalNetworkId}/link-associations"},"input":{"type":"structure","required":["GlobalNetworkId","DeviceId","LinkId"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"DeviceId":{"location":"querystring","locationName":"deviceId"},"LinkId":{"location":"querystring","locationName":"linkId"}}},"output":{"type":"structure","members":{"LinkAssociation":{"shape":"Sz"}}}},"DisassociateTransitGatewayConnectPeer":{"http":{"method":"DELETE","requestUri":"/global-networks/{globalNetworkId}/transit-gateway-connect-peer-associations/{transitGatewayConnectPeerArn}"},"input":{"type":"structure","required":["GlobalNetworkId","TransitGatewayConnectPeerArn"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"TransitGatewayConnectPeerArn":{"location":"uri","locationName":"transitGatewayConnectPeerArn"}}},"output":{"type":"structure","members":{"TransitGatewayConnectPeerAssociation":{"shape":"S14"}}}},"ExecuteCoreNetworkChangeSet":{"http":{"requestUri":"/core-networks/{coreNetworkId}/core-network-change-sets/{policyVersionId}/execute"},"input":{"type":"structure","required":["CoreNetworkId","PolicyVersionId"],"members":{"CoreNetworkId":{"location":"uri","locationName":"coreNetworkId"},"PolicyVersionId":{"location":"uri","locationName":"policyVersionId","type":"integer"}}},"output":{"type":"structure","members":{}}},"GetConnectAttachment":{"http":{"method":"GET","requestUri":"/connect-attachments/{attachmentId}"},"input":{"type":"structure","required":["AttachmentId"],"members":{"AttachmentId":{"location":"uri","locationName":"attachmentId"}}},"output":{"type":"structure","members":{"ConnectAttachment":{"shape":"S1b"}}}},"GetConnectPeer":{"http":{"method":"GET","requestUri":"/connect-peers/{connectPeerId}"},"input":{"type":"structure","required":["ConnectPeerId"],"members":{"ConnectPeerId":{"location":"uri","locationName":"connectPeerId"}}},"output":{"type":"structure","members":{"ConnectPeer":{"shape":"S1i"}}}},"GetConnectPeerAssociations":{"http":{"method":"GET","requestUri":"/global-networks/{globalNetworkId}/connect-peer-associations"},"input":{"type":"structure","required":["GlobalNetworkId"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"ConnectPeerIds":{"location":"querystring","locationName":"connectPeerIds","type":"list","member":{}},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"ConnectPeerAssociations":{"type":"list","member":{"shape":"Sq"}},"NextToken":{}}}},"GetConnections":{"http":{"method":"GET","requestUri":"/global-networks/{globalNetworkId}/connections"},"input":{"type":"structure","required":["GlobalNetworkId"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"ConnectionIds":{"location":"querystring","locationName":"connectionIds","type":"list","member":{}},"DeviceId":{"location":"querystring","locationName":"deviceId"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"Connections":{"type":"list","member":{"shape":"S1p"}},"NextToken":{}}}},"GetCoreNetwork":{"http":{"method":"GET","requestUri":"/core-networks/{coreNetworkId}"},"input":{"type":"structure","required":["CoreNetworkId"],"members":{"CoreNetworkId":{"location":"uri","locationName":"coreNetworkId"}}},"output":{"type":"structure","members":{"CoreNetwork":{"shape":"S1w"}}}},"GetCoreNetworkChangeSet":{"http":{"method":"GET","requestUri":"/core-networks/{coreNetworkId}/core-network-change-sets/{policyVersionId}"},"input":{"type":"structure","required":["CoreNetworkId","PolicyVersionId"],"members":{"CoreNetworkId":{"location":"uri","locationName":"coreNetworkId"},"PolicyVersionId":{"location":"uri","locationName":"policyVersionId","type":"integer"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"CoreNetworkChanges":{"type":"list","member":{"type":"structure","members":{"Type":{},"Action":{},"Identifier":{},"PreviousValues":{"shape":"S4z"},"NewValues":{"shape":"S4z"}}}},"NextToken":{}}}},"GetCoreNetworkPolicy":{"http":{"method":"GET","requestUri":"/core-networks/{coreNetworkId}/core-network-policy"},"input":{"type":"structure","required":["CoreNetworkId"],"members":{"CoreNetworkId":{"location":"uri","locationName":"coreNetworkId"},"PolicyVersionId":{"location":"querystring","locationName":"policyVersionId","type":"integer"},"Alias":{"location":"querystring","locationName":"alias"}}},"output":{"type":"structure","members":{"CoreNetworkPolicy":{"shape":"S3d"}}}},"GetCustomerGatewayAssociations":{"http":{"method":"GET","requestUri":"/global-networks/{globalNetworkId}/customer-gateway-associations"},"input":{"type":"structure","required":["GlobalNetworkId"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"CustomerGatewayArns":{"location":"querystring","locationName":"customerGatewayArns","type":"list","member":{}},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"CustomerGatewayAssociations":{"type":"list","member":{"shape":"Sv"}},"NextToken":{}}}},"GetDevices":{"http":{"method":"GET","requestUri":"/global-networks/{globalNetworkId}/devices"},"input":{"type":"structure","required":["GlobalNetworkId"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"DeviceIds":{"location":"querystring","locationName":"deviceIds","type":"list","member":{}},"SiteId":{"location":"querystring","locationName":"siteId"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"Devices":{"type":"list","member":{"shape":"S29"}},"NextToken":{}}}},"GetLinkAssociations":{"http":{"method":"GET","requestUri":"/global-networks/{globalNetworkId}/link-associations"},"input":{"type":"structure","required":["GlobalNetworkId"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"DeviceId":{"location":"querystring","locationName":"deviceId"},"LinkId":{"location":"querystring","locationName":"linkId"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"LinkAssociations":{"type":"list","member":{"shape":"Sz"}},"NextToken":{}}}},"GetLinks":{"http":{"method":"GET","requestUri":"/global-networks/{globalNetworkId}/links"},"input":{"type":"structure","required":["GlobalNetworkId"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"LinkIds":{"location":"querystring","locationName":"linkIds","type":"list","member":{}},"SiteId":{"location":"querystring","locationName":"siteId"},"Type":{"location":"querystring","locationName":"type"},"Provider":{"location":"querystring","locationName":"provider"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"Links":{"type":"list","member":{"shape":"S2k"}},"NextToken":{}}}},"GetNetworkResourceCounts":{"http":{"method":"GET","requestUri":"/global-networks/{globalNetworkId}/network-resource-count"},"input":{"type":"structure","required":["GlobalNetworkId"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"ResourceType":{"location":"querystring","locationName":"resourceType"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"NetworkResourceCounts":{"type":"list","member":{"type":"structure","members":{"ResourceType":{},"Count":{"type":"integer"}}}},"NextToken":{}}}},"GetNetworkResourceRelationships":{"http":{"method":"GET","requestUri":"/global-networks/{globalNetworkId}/network-resource-relationships"},"input":{"type":"structure","required":["GlobalNetworkId"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"CoreNetworkId":{"location":"querystring","locationName":"coreNetworkId"},"RegisteredGatewayArn":{"location":"querystring","locationName":"registeredGatewayArn"},"AwsRegion":{"location":"querystring","locationName":"awsRegion"},"AccountId":{"location":"querystring","locationName":"accountId"},"ResourceType":{"location":"querystring","locationName":"resourceType"},"ResourceArn":{"location":"querystring","locationName":"resourceArn"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"Relationships":{"type":"list","member":{"type":"structure","members":{"From":{},"To":{}}}},"NextToken":{}}}},"GetNetworkResources":{"http":{"method":"GET","requestUri":"/global-networks/{globalNetworkId}/network-resources"},"input":{"type":"structure","required":["GlobalNetworkId"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"CoreNetworkId":{"location":"querystring","locationName":"coreNetworkId"},"RegisteredGatewayArn":{"location":"querystring","locationName":"registeredGatewayArn"},"AwsRegion":{"location":"querystring","locationName":"awsRegion"},"AccountId":{"location":"querystring","locationName":"accountId"},"ResourceType":{"location":"querystring","locationName":"resourceType"},"ResourceArn":{"location":"querystring","locationName":"resourceArn"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"NetworkResources":{"type":"list","member":{"type":"structure","members":{"RegisteredGatewayArn":{},"CoreNetworkId":{},"AwsRegion":{},"AccountId":{},"ResourceType":{},"ResourceId":{},"ResourceArn":{},"Definition":{},"DefinitionTimestamp":{"type":"timestamp"},"Tags":{"shape":"Se"},"Metadata":{"shape":"S5t"}}}},"NextToken":{}}}},"GetNetworkRoutes":{"http":{"requestUri":"/global-networks/{globalNetworkId}/network-routes"},"input":{"type":"structure","required":["GlobalNetworkId","RouteTableIdentifier"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"RouteTableIdentifier":{"type":"structure","members":{"TransitGatewayRouteTableArn":{},"CoreNetworkSegmentEdge":{"shape":"S5x"}}},"ExactCidrMatches":{"shape":"S1g"},"LongestPrefixMatches":{"shape":"S1g"},"SubnetOfMatches":{"shape":"S1g"},"SupernetOfMatches":{"shape":"S1g"},"PrefixListIds":{"shape":"S1g"},"States":{"type":"list","member":{}},"Types":{"type":"list","member":{}},"DestinationFilters":{"type":"map","key":{},"value":{"type":"list","member":{}}}}},"output":{"type":"structure","members":{"RouteTableArn":{},"CoreNetworkSegmentEdge":{"shape":"S5x"},"RouteTableType":{},"RouteTableTimestamp":{"type":"timestamp"},"NetworkRoutes":{"type":"list","member":{"type":"structure","members":{"DestinationCidrBlock":{},"Destinations":{"type":"list","member":{"type":"structure","members":{"CoreNetworkAttachmentId":{},"TransitGatewayAttachmentId":{},"SegmentName":{},"EdgeLocation":{},"ResourceType":{},"ResourceId":{}}}},"PrefixListId":{},"State":{},"Type":{}}}}}}},"GetNetworkTelemetry":{"http":{"method":"GET","requestUri":"/global-networks/{globalNetworkId}/network-telemetry"},"input":{"type":"structure","required":["GlobalNetworkId"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"CoreNetworkId":{"location":"querystring","locationName":"coreNetworkId"},"RegisteredGatewayArn":{"location":"querystring","locationName":"registeredGatewayArn"},"AwsRegion":{"location":"querystring","locationName":"awsRegion"},"AccountId":{"location":"querystring","locationName":"accountId"},"ResourceType":{"location":"querystring","locationName":"resourceType"},"ResourceArn":{"location":"querystring","locationName":"resourceArn"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"NetworkTelemetry":{"type":"list","member":{"type":"structure","members":{"RegisteredGatewayArn":{},"CoreNetworkId":{},"AwsRegion":{},"AccountId":{},"ResourceType":{},"ResourceId":{},"ResourceArn":{},"Address":{},"Health":{"type":"structure","members":{"Type":{},"Status":{},"Timestamp":{"type":"timestamp"}}}}}},"NextToken":{}}}},"GetResourcePolicy":{"http":{"method":"GET","requestUri":"/resource-policy/{resourceArn}"},"input":{"type":"structure","required":["ResourceArn"],"members":{"ResourceArn":{"location":"uri","locationName":"resourceArn"}}},"output":{"type":"structure","members":{"PolicyDocument":{"jsonvalue":true}}}},"GetRouteAnalysis":{"http":{"method":"GET","requestUri":"/global-networks/{globalNetworkId}/route-analyses/{routeAnalysisId}"},"input":{"type":"structure","required":["GlobalNetworkId","RouteAnalysisId"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"RouteAnalysisId":{"location":"uri","locationName":"routeAnalysisId"}}},"output":{"type":"structure","members":{"RouteAnalysis":{"shape":"S6p"}}}},"GetSiteToSiteVpnAttachment":{"http":{"method":"GET","requestUri":"/site-to-site-vpn-attachments/{attachmentId}"},"input":{"type":"structure","required":["AttachmentId"],"members":{"AttachmentId":{"location":"uri","locationName":"attachmentId"}}},"output":{"type":"structure","members":{"SiteToSiteVpnAttachment":{"shape":"S2v"}}}},"GetSites":{"http":{"method":"GET","requestUri":"/global-networks/{globalNetworkId}/sites"},"input":{"type":"structure","required":["GlobalNetworkId"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"SiteIds":{"location":"querystring","locationName":"siteIds","type":"list","member":{}},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"Sites":{"type":"list","member":{"shape":"S2p"}},"NextToken":{}}}},"GetTransitGatewayConnectPeerAssociations":{"http":{"method":"GET","requestUri":"/global-networks/{globalNetworkId}/transit-gateway-connect-peer-associations"},"input":{"type":"structure","required":["GlobalNetworkId"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"TransitGatewayConnectPeerArns":{"location":"querystring","locationName":"transitGatewayConnectPeerArns","type":"list","member":{}},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"TransitGatewayConnectPeerAssociations":{"type":"list","member":{"shape":"S14"}},"NextToken":{}}}},"GetTransitGatewayRegistrations":{"http":{"method":"GET","requestUri":"/global-networks/{globalNetworkId}/transit-gateway-registrations"},"input":{"type":"structure","required":["GlobalNetworkId"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"TransitGatewayArns":{"location":"querystring","locationName":"transitGatewayArns","type":"list","member":{}},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"TransitGatewayRegistrations":{"type":"list","member":{"shape":"S3w"}},"NextToken":{}}}},"GetVpcAttachment":{"http":{"method":"GET","requestUri":"/vpc-attachments/{attachmentId}"},"input":{"type":"structure","required":["AttachmentId"],"members":{"AttachmentId":{"location":"uri","locationName":"attachmentId"}}},"output":{"type":"structure","members":{"VpcAttachment":{"shape":"S32"}}}},"ListAttachments":{"http":{"method":"GET","requestUri":"/attachments"},"input":{"type":"structure","members":{"CoreNetworkId":{"location":"querystring","locationName":"coreNetworkId"},"AttachmentType":{"location":"querystring","locationName":"attachmentType"},"EdgeLocation":{"location":"querystring","locationName":"edgeLocation"},"State":{"location":"querystring","locationName":"state"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"Attachments":{"type":"list","member":{"shape":"S4"}},"NextToken":{}}}},"ListConnectPeers":{"http":{"method":"GET","requestUri":"/connect-peers"},"input":{"type":"structure","members":{"CoreNetworkId":{"location":"querystring","locationName":"coreNetworkId"},"ConnectAttachmentId":{"location":"querystring","locationName":"connectAttachmentId"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"ConnectPeers":{"type":"list","member":{"type":"structure","members":{"CoreNetworkId":{},"ConnectAttachmentId":{},"ConnectPeerId":{},"EdgeLocation":{},"ConnectPeerState":{},"CreatedAt":{"type":"timestamp"},"Tags":{"shape":"Se"}}}},"NextToken":{}}}},"ListCoreNetworkPolicyVersions":{"http":{"method":"GET","requestUri":"/core-networks/{coreNetworkId}/core-network-policy-versions"},"input":{"type":"structure","required":["CoreNetworkId"],"members":{"CoreNetworkId":{"location":"uri","locationName":"coreNetworkId"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"CoreNetworkPolicyVersions":{"type":"list","member":{"type":"structure","members":{"CoreNetworkId":{},"PolicyVersionId":{"type":"integer"},"Alias":{},"Description":{},"CreatedAt":{"type":"timestamp"},"ChangeSetState":{}}}},"NextToken":{}}}},"ListCoreNetworks":{"http":{"method":"GET","requestUri":"/core-networks"},"input":{"type":"structure","members":{"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"CoreNetworks":{"type":"list","member":{"type":"structure","members":{"CoreNetworkId":{},"CoreNetworkArn":{},"GlobalNetworkId":{},"OwnerAccountId":{},"State":{},"Description":{},"Tags":{"shape":"Se"}}}},"NextToken":{}}}},"ListOrganizationServiceAccessStatus":{"http":{"method":"GET","requestUri":"/organizations/service-access"},"input":{"type":"structure","members":{"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"OrganizationStatus":{"shape":"S80"},"NextToken":{}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags/{resourceArn}"},"input":{"type":"structure","required":["ResourceArn"],"members":{"ResourceArn":{"location":"uri","locationName":"resourceArn"}}},"output":{"type":"structure","members":{"TagList":{"shape":"Se"}}}},"PutCoreNetworkPolicy":{"http":{"requestUri":"/core-networks/{coreNetworkId}/core-network-policy"},"input":{"type":"structure","required":["CoreNetworkId","PolicyDocument"],"members":{"CoreNetworkId":{"location":"uri","locationName":"coreNetworkId"},"PolicyDocument":{"jsonvalue":true},"Description":{},"LatestVersionId":{"type":"integer"},"ClientToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"CoreNetworkPolicy":{"shape":"S3d"}}}},"PutResourcePolicy":{"http":{"requestUri":"/resource-policy/{resourceArn}"},"input":{"type":"structure","required":["PolicyDocument","ResourceArn"],"members":{"PolicyDocument":{"jsonvalue":true},"ResourceArn":{"location":"uri","locationName":"resourceArn"}}},"output":{"type":"structure","members":{}}},"RegisterTransitGateway":{"http":{"requestUri":"/global-networks/{globalNetworkId}/transit-gateway-registrations"},"input":{"type":"structure","required":["GlobalNetworkId","TransitGatewayArn"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"TransitGatewayArn":{}}},"output":{"type":"structure","members":{"TransitGatewayRegistration":{"shape":"S3w"}}}},"RejectAttachment":{"http":{"requestUri":"/attachments/{attachmentId}/reject"},"input":{"type":"structure","required":["AttachmentId"],"members":{"AttachmentId":{"location":"uri","locationName":"attachmentId"}}},"output":{"type":"structure","members":{"Attachment":{"shape":"S4"}}}},"RestoreCoreNetworkPolicyVersion":{"http":{"requestUri":"/core-networks/{coreNetworkId}/core-network-policy-versions/{policyVersionId}/restore"},"input":{"type":"structure","required":["CoreNetworkId","PolicyVersionId"],"members":{"CoreNetworkId":{"location":"uri","locationName":"coreNetworkId"},"PolicyVersionId":{"location":"uri","locationName":"policyVersionId","type":"integer"}}},"output":{"type":"structure","members":{"CoreNetworkPolicy":{"shape":"S3d"}}}},"StartOrganizationServiceAccessUpdate":{"http":{"requestUri":"/organizations/service-access"},"input":{"type":"structure","required":["Action"],"members":{"Action":{}}},"output":{"type":"structure","members":{"OrganizationStatus":{"shape":"S80"}}}},"StartRouteAnalysis":{"http":{"requestUri":"/global-networks/{globalNetworkId}/route-analyses"},"input":{"type":"structure","required":["GlobalNetworkId","Source","Destination"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"Source":{"shape":"S8n"},"Destination":{"shape":"S8n"},"IncludeReturnPath":{"type":"boolean"},"UseMiddleboxes":{"type":"boolean"}}},"output":{"type":"structure","members":{"RouteAnalysis":{"shape":"S6p"}}}},"TagResource":{"http":{"requestUri":"/tags/{resourceArn}"},"input":{"type":"structure","required":["ResourceArn","Tags"],"members":{"ResourceArn":{"location":"uri","locationName":"resourceArn"},"Tags":{"shape":"Se"}}},"output":{"type":"structure","members":{}}},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags/{resourceArn}"},"input":{"type":"structure","required":["ResourceArn","TagKeys"],"members":{"ResourceArn":{"location":"uri","locationName":"resourceArn"},"TagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}},"output":{"type":"structure","members":{}}},"UpdateConnection":{"http":{"method":"PATCH","requestUri":"/global-networks/{globalNetworkId}/connections/{connectionId}"},"input":{"type":"structure","required":["GlobalNetworkId","ConnectionId"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"ConnectionId":{"location":"uri","locationName":"connectionId"},"LinkId":{},"ConnectedLinkId":{},"Description":{}}},"output":{"type":"structure","members":{"Connection":{"shape":"S1p"}}}},"UpdateCoreNetwork":{"http":{"method":"PATCH","requestUri":"/core-networks/{coreNetworkId}"},"input":{"type":"structure","required":["CoreNetworkId"],"members":{"CoreNetworkId":{"location":"uri","locationName":"coreNetworkId"},"Description":{}}},"output":{"type":"structure","members":{"CoreNetwork":{"shape":"S1w"}}}},"UpdateDevice":{"http":{"method":"PATCH","requestUri":"/global-networks/{globalNetworkId}/devices/{deviceId}"},"input":{"type":"structure","required":["GlobalNetworkId","DeviceId"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"DeviceId":{"location":"uri","locationName":"deviceId"},"AWSLocation":{"shape":"S24"},"Description":{},"Type":{},"Vendor":{},"Model":{},"SerialNumber":{},"Location":{"shape":"S26"},"SiteId":{}}},"output":{"type":"structure","members":{"Device":{"shape":"S29"}}}},"UpdateGlobalNetwork":{"http":{"method":"PATCH","requestUri":"/global-networks/{globalNetworkId}"},"input":{"type":"structure","required":["GlobalNetworkId"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"Description":{}}},"output":{"type":"structure","members":{"GlobalNetwork":{"shape":"S2e"}}}},"UpdateLink":{"http":{"method":"PATCH","requestUri":"/global-networks/{globalNetworkId}/links/{linkId}"},"input":{"type":"structure","required":["GlobalNetworkId","LinkId"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"LinkId":{"location":"uri","locationName":"linkId"},"Description":{},"Type":{},"Bandwidth":{"shape":"S2i"},"Provider":{}}},"output":{"type":"structure","members":{"Link":{"shape":"S2k"}}}},"UpdateNetworkResourceMetadata":{"http":{"method":"PATCH","requestUri":"/global-networks/{globalNetworkId}/network-resources/{resourceArn}/metadata"},"input":{"type":"structure","required":["GlobalNetworkId","ResourceArn","Metadata"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"ResourceArn":{"location":"uri","locationName":"resourceArn"},"Metadata":{"shape":"S5t"}}},"output":{"type":"structure","members":{"ResourceArn":{},"Metadata":{"shape":"S5t"}}}},"UpdateSite":{"http":{"method":"PATCH","requestUri":"/global-networks/{globalNetworkId}/sites/{siteId}"},"input":{"type":"structure","required":["GlobalNetworkId","SiteId"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"SiteId":{"location":"uri","locationName":"siteId"},"Description":{},"Location":{"shape":"S26"}}},"output":{"type":"structure","members":{"Site":{"shape":"S2p"}}}},"UpdateVpcAttachment":{"http":{"method":"PATCH","requestUri":"/vpc-attachments/{attachmentId}"},"input":{"type":"structure","required":["AttachmentId"],"members":{"AttachmentId":{"location":"uri","locationName":"attachmentId"},"AddSubnetArns":{"shape":"S2y"},"RemoveSubnetArns":{"shape":"S2y"},"Options":{"shape":"S2z"}}},"output":{"type":"structure","members":{"VpcAttachment":{"shape":"S32"}}}}},"shapes":{"S4":{"type":"structure","members":{"CoreNetworkId":{},"CoreNetworkArn":{},"AttachmentId":{},"OwnerAccountId":{},"AttachmentType":{},"State":{},"EdgeLocation":{},"ResourceArn":{},"AttachmentPolicyRuleNumber":{"type":"integer"},"SegmentName":{},"Tags":{"shape":"Se"},"ProposedSegmentChange":{"type":"structure","members":{"Tags":{"shape":"Se"},"AttachmentPolicyRuleNumber":{"type":"integer"},"SegmentName":{}}},"CreatedAt":{"type":"timestamp"},"UpdatedAt":{"type":"timestamp"}}},"Se":{"type":"list","member":{"type":"structure","members":{"Key":{},"Value":{}}}},"Sq":{"type":"structure","members":{"ConnectPeerId":{},"GlobalNetworkId":{},"DeviceId":{},"LinkId":{},"State":{}}},"Sv":{"type":"structure","members":{"CustomerGatewayArn":{},"GlobalNetworkId":{},"DeviceId":{},"LinkId":{},"State":{}}},"Sz":{"type":"structure","members":{"GlobalNetworkId":{},"DeviceId":{},"LinkId":{},"LinkAssociationState":{}}},"S14":{"type":"structure","members":{"TransitGatewayConnectPeerArn":{},"GlobalNetworkId":{},"DeviceId":{},"LinkId":{},"State":{}}},"S17":{"type":"structure","members":{"Protocol":{}}},"S1b":{"type":"structure","members":{"Attachment":{"shape":"S4"},"TransportAttachmentId":{},"Options":{"shape":"S17"}}},"S1g":{"type":"list","member":{}},"S1i":{"type":"structure","members":{"CoreNetworkId":{},"ConnectAttachmentId":{},"ConnectPeerId":{},"EdgeLocation":{},"State":{},"CreatedAt":{"type":"timestamp"},"Configuration":{"type":"structure","members":{"CoreNetworkAddress":{},"PeerAddress":{},"InsideCidrBlocks":{"shape":"S1g"},"Protocol":{},"BgpConfigurations":{"type":"list","member":{"type":"structure","members":{"CoreNetworkAsn":{"type":"long"},"PeerAsn":{"type":"long"},"CoreNetworkAddress":{},"PeerAddress":{}}}}}},"Tags":{"shape":"Se"}}},"S1p":{"type":"structure","members":{"ConnectionId":{},"ConnectionArn":{},"GlobalNetworkId":{},"DeviceId":{},"ConnectedDeviceId":{},"LinkId":{},"ConnectedLinkId":{},"Description":{},"CreatedAt":{"type":"timestamp"},"State":{},"Tags":{"shape":"Se"}}},"S1w":{"type":"structure","members":{"GlobalNetworkId":{},"CoreNetworkId":{},"CoreNetworkArn":{},"Description":{},"CreatedAt":{"type":"timestamp"},"State":{},"Segments":{"type":"list","member":{"type":"structure","members":{"Name":{},"EdgeLocations":{"shape":"S20"},"SharedSegments":{"shape":"S1g"}}}},"Edges":{"type":"list","member":{"type":"structure","members":{"EdgeLocation":{},"Asn":{"type":"long"},"InsideCidrBlocks":{"shape":"S1g"}}}},"Tags":{"shape":"Se"}}},"S20":{"type":"list","member":{}},"S24":{"type":"structure","members":{"Zone":{},"SubnetArn":{}}},"S26":{"type":"structure","members":{"Address":{},"Latitude":{},"Longitude":{}},"sensitive":true},"S29":{"type":"structure","members":{"DeviceId":{},"DeviceArn":{},"GlobalNetworkId":{},"AWSLocation":{"shape":"S24"},"Description":{},"Type":{},"Vendor":{},"Model":{},"SerialNumber":{},"Location":{"shape":"S26"},"SiteId":{},"CreatedAt":{"type":"timestamp"},"State":{},"Tags":{"shape":"Se"}}},"S2e":{"type":"structure","members":{"GlobalNetworkId":{},"GlobalNetworkArn":{},"Description":{},"CreatedAt":{"type":"timestamp"},"State":{},"Tags":{"shape":"Se"}}},"S2i":{"type":"structure","members":{"UploadSpeed":{"type":"integer"},"DownloadSpeed":{"type":"integer"}}},"S2k":{"type":"structure","members":{"LinkId":{},"LinkArn":{},"GlobalNetworkId":{},"SiteId":{},"Description":{},"Type":{},"Bandwidth":{"shape":"S2i"},"Provider":{},"CreatedAt":{"type":"timestamp"},"State":{},"Tags":{"shape":"Se"}}},"S2p":{"type":"structure","members":{"SiteId":{},"SiteArn":{},"GlobalNetworkId":{},"Description":{},"Location":{"shape":"S26"},"CreatedAt":{"type":"timestamp"},"State":{},"Tags":{"shape":"Se"}}},"S2v":{"type":"structure","members":{"Attachment":{"shape":"S4"},"VpnConnectionArn":{}}},"S2y":{"type":"list","member":{}},"S2z":{"type":"structure","members":{"Ipv6Support":{"type":"boolean"}}},"S32":{"type":"structure","members":{"Attachment":{"shape":"S4"},"SubnetArns":{"shape":"S2y"},"Options":{"shape":"S2z"}}},"S3d":{"type":"structure","members":{"CoreNetworkId":{},"PolicyVersionId":{"type":"integer"},"Alias":{},"Description":{},"CreatedAt":{"type":"timestamp"},"ChangeSetState":{},"PolicyErrors":{"type":"list","member":{"type":"structure","required":["ErrorCode","Message"],"members":{"ErrorCode":{},"Message":{},"Path":{}}}},"PolicyDocument":{"jsonvalue":true}}},"S3w":{"type":"structure","members":{"GlobalNetworkId":{},"TransitGatewayArn":{},"State":{"type":"structure","members":{"Code":{},"Message":{}}}}},"S4z":{"type":"structure","members":{"SegmentName":{},"EdgeLocations":{"shape":"S20"},"Asn":{"type":"long"},"Cidr":{},"DestinationIdentifier":{},"InsideCidrBlocks":{"shape":"S1g"},"SharedSegments":{"shape":"S1g"}}},"S5t":{"type":"map","key":{},"value":{}},"S5x":{"type":"structure","members":{"CoreNetworkId":{},"SegmentName":{},"EdgeLocation":{}}},"S6p":{"type":"structure","members":{"GlobalNetworkId":{},"OwnerAccountId":{},"RouteAnalysisId":{},"StartTimestamp":{"type":"timestamp"},"Status":{},"Source":{"shape":"S6r"},"Destination":{"shape":"S6r"},"IncludeReturnPath":{"type":"boolean"},"UseMiddleboxes":{"type":"boolean"},"ForwardPath":{"shape":"S6t"},"ReturnPath":{"shape":"S6t"}}},"S6r":{"type":"structure","members":{"TransitGatewayAttachmentArn":{},"TransitGatewayArn":{},"IpAddress":{}}},"S6t":{"type":"structure","members":{"CompletionStatus":{"type":"structure","members":{"ResultCode":{},"ReasonCode":{},"ReasonContext":{"type":"map","key":{},"value":{}}}},"Path":{"type":"list","member":{"type":"structure","members":{"Sequence":{"type":"integer"},"Resource":{"type":"structure","members":{"RegisteredGatewayArn":{},"ResourceArn":{},"ResourceType":{},"Definition":{},"NameTag":{},"IsMiddlebox":{"type":"boolean"}}},"DestinationCidrBlock":{}}}}}},"S80":{"type":"structure","members":{"OrganizationId":{},"OrganizationAwsServiceAccessStatus":{},"SLRDeploymentStatus":{},"AccountStatusList":{"type":"list","member":{"type":"structure","members":{"AccountId":{},"SLRDeploymentStatus":{}}}}}},"S8n":{"type":"structure","members":{"TransitGatewayAttachmentArn":{},"IpAddress":{}}}}} + module.exports = {"version":"2.0","metadata":{"apiVersion":"2019-07-05","endpointPrefix":"networkmanager","jsonVersion":"1.1","protocol":"rest-json","serviceAbbreviation":"NetworkManager","serviceFullName":"AWS Network Manager","serviceId":"NetworkManager","signatureVersion":"v4","signingName":"networkmanager","uid":"networkmanager-2019-07-05"},"operations":{"AcceptAttachment":{"http":{"requestUri":"/attachments/{attachmentId}/accept"},"input":{"type":"structure","required":["AttachmentId"],"members":{"AttachmentId":{"location":"uri","locationName":"attachmentId"}}},"output":{"type":"structure","members":{"Attachment":{"shape":"S4"}}}},"AssociateConnectPeer":{"http":{"requestUri":"/global-networks/{globalNetworkId}/connect-peer-associations"},"input":{"type":"structure","required":["GlobalNetworkId","ConnectPeerId","DeviceId"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"ConnectPeerId":{},"DeviceId":{},"LinkId":{}}},"output":{"type":"structure","members":{"ConnectPeerAssociation":{"shape":"Sq"}}}},"AssociateCustomerGateway":{"http":{"requestUri":"/global-networks/{globalNetworkId}/customer-gateway-associations"},"input":{"type":"structure","required":["CustomerGatewayArn","GlobalNetworkId","DeviceId"],"members":{"CustomerGatewayArn":{},"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"DeviceId":{},"LinkId":{}}},"output":{"type":"structure","members":{"CustomerGatewayAssociation":{"shape":"Sv"}}}},"AssociateLink":{"http":{"requestUri":"/global-networks/{globalNetworkId}/link-associations"},"input":{"type":"structure","required":["GlobalNetworkId","DeviceId","LinkId"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"DeviceId":{},"LinkId":{}}},"output":{"type":"structure","members":{"LinkAssociation":{"shape":"Sz"}}}},"AssociateTransitGatewayConnectPeer":{"http":{"requestUri":"/global-networks/{globalNetworkId}/transit-gateway-connect-peer-associations"},"input":{"type":"structure","required":["GlobalNetworkId","TransitGatewayConnectPeerArn","DeviceId"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"TransitGatewayConnectPeerArn":{},"DeviceId":{},"LinkId":{}}},"output":{"type":"structure","members":{"TransitGatewayConnectPeerAssociation":{"shape":"S14"}}}},"CreateConnectAttachment":{"http":{"requestUri":"/connect-attachments"},"input":{"type":"structure","required":["CoreNetworkId","EdgeLocation","TransportAttachmentId","Options"],"members":{"CoreNetworkId":{},"EdgeLocation":{},"TransportAttachmentId":{},"Options":{"shape":"S17"},"Tags":{"shape":"Se"},"ClientToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"ConnectAttachment":{"shape":"S1b"}}}},"CreateConnectPeer":{"http":{"requestUri":"/connect-peers"},"input":{"type":"structure","required":["ConnectAttachmentId","PeerAddress","InsideCidrBlocks"],"members":{"ConnectAttachmentId":{},"CoreNetworkAddress":{},"PeerAddress":{},"BgpOptions":{"type":"structure","members":{"PeerAsn":{"type":"long"}}},"InsideCidrBlocks":{"shape":"S1g"},"Tags":{"shape":"Se"},"ClientToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"ConnectPeer":{"shape":"S1i"}}}},"CreateConnection":{"http":{"requestUri":"/global-networks/{globalNetworkId}/connections"},"input":{"type":"structure","required":["GlobalNetworkId","DeviceId","ConnectedDeviceId"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"DeviceId":{},"ConnectedDeviceId":{},"LinkId":{},"ConnectedLinkId":{},"Description":{},"Tags":{"shape":"Se"}}},"output":{"type":"structure","members":{"Connection":{"shape":"S1p"}}}},"CreateCoreNetwork":{"http":{"requestUri":"/core-networks"},"input":{"type":"structure","required":["GlobalNetworkId"],"members":{"GlobalNetworkId":{},"Description":{},"Tags":{"shape":"Se"},"PolicyDocument":{},"ClientToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"CoreNetwork":{"shape":"S1w"}}}},"CreateDevice":{"http":{"requestUri":"/global-networks/{globalNetworkId}/devices"},"input":{"type":"structure","required":["GlobalNetworkId"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"AWSLocation":{"shape":"S24"},"Description":{},"Type":{},"Vendor":{},"Model":{},"SerialNumber":{},"Location":{"shape":"S26"},"SiteId":{},"Tags":{"shape":"Se"}}},"output":{"type":"structure","members":{"Device":{"shape":"S29"}}}},"CreateGlobalNetwork":{"http":{"requestUri":"/global-networks"},"input":{"type":"structure","members":{"Description":{},"Tags":{"shape":"Se"}}},"output":{"type":"structure","members":{"GlobalNetwork":{"shape":"S2e"}}}},"CreateLink":{"http":{"requestUri":"/global-networks/{globalNetworkId}/links"},"input":{"type":"structure","required":["GlobalNetworkId","Bandwidth","SiteId"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"Description":{},"Type":{},"Bandwidth":{"shape":"S2i"},"Provider":{},"SiteId":{},"Tags":{"shape":"Se"}}},"output":{"type":"structure","members":{"Link":{"shape":"S2k"}}}},"CreateSite":{"http":{"requestUri":"/global-networks/{globalNetworkId}/sites"},"input":{"type":"structure","required":["GlobalNetworkId"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"Description":{},"Location":{"shape":"S26"},"Tags":{"shape":"Se"}}},"output":{"type":"structure","members":{"Site":{"shape":"S2p"}}}},"CreateSiteToSiteVpnAttachment":{"http":{"requestUri":"/site-to-site-vpn-attachments"},"input":{"type":"structure","required":["CoreNetworkId","VpnConnectionArn"],"members":{"CoreNetworkId":{},"VpnConnectionArn":{},"Tags":{"shape":"Se"},"ClientToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"SiteToSiteVpnAttachment":{"shape":"S2v"}}}},"CreateTransitGatewayPeering":{"http":{"requestUri":"/transit-gateway-peerings"},"input":{"type":"structure","required":["CoreNetworkId","TransitGatewayArn"],"members":{"CoreNetworkId":{},"TransitGatewayArn":{},"Tags":{"shape":"Se"},"ClientToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"TransitGatewayPeering":{"shape":"S2z"}}}},"CreateTransitGatewayRouteTableAttachment":{"http":{"requestUri":"/transit-gateway-route-table-attachments"},"input":{"type":"structure","required":["PeeringId","TransitGatewayRouteTableArn"],"members":{"PeeringId":{},"TransitGatewayRouteTableArn":{},"Tags":{"shape":"Se"},"ClientToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"TransitGatewayRouteTableAttachment":{"shape":"S37"}}}},"CreateVpcAttachment":{"http":{"requestUri":"/vpc-attachments"},"input":{"type":"structure","required":["CoreNetworkId","VpcArn","SubnetArns"],"members":{"CoreNetworkId":{},"VpcArn":{},"SubnetArns":{"shape":"S3a"},"Options":{"shape":"S3b"},"Tags":{"shape":"Se"},"ClientToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"VpcAttachment":{"shape":"S3e"}}}},"DeleteAttachment":{"http":{"method":"DELETE","requestUri":"/attachments/{attachmentId}"},"input":{"type":"structure","required":["AttachmentId"],"members":{"AttachmentId":{"location":"uri","locationName":"attachmentId"}}},"output":{"type":"structure","members":{"Attachment":{"shape":"S4"}}}},"DeleteConnectPeer":{"http":{"method":"DELETE","requestUri":"/connect-peers/{connectPeerId}"},"input":{"type":"structure","required":["ConnectPeerId"],"members":{"ConnectPeerId":{"location":"uri","locationName":"connectPeerId"}}},"output":{"type":"structure","members":{"ConnectPeer":{"shape":"S1i"}}}},"DeleteConnection":{"http":{"method":"DELETE","requestUri":"/global-networks/{globalNetworkId}/connections/{connectionId}"},"input":{"type":"structure","required":["GlobalNetworkId","ConnectionId"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"ConnectionId":{"location":"uri","locationName":"connectionId"}}},"output":{"type":"structure","members":{"Connection":{"shape":"S1p"}}}},"DeleteCoreNetwork":{"http":{"method":"DELETE","requestUri":"/core-networks/{coreNetworkId}"},"input":{"type":"structure","required":["CoreNetworkId"],"members":{"CoreNetworkId":{"location":"uri","locationName":"coreNetworkId"}}},"output":{"type":"structure","members":{"CoreNetwork":{"shape":"S1w"}}}},"DeleteCoreNetworkPolicyVersion":{"http":{"method":"DELETE","requestUri":"/core-networks/{coreNetworkId}/core-network-policy-versions/{policyVersionId}"},"input":{"type":"structure","required":["CoreNetworkId","PolicyVersionId"],"members":{"CoreNetworkId":{"location":"uri","locationName":"coreNetworkId"},"PolicyVersionId":{"location":"uri","locationName":"policyVersionId","type":"integer"}}},"output":{"type":"structure","members":{"CoreNetworkPolicy":{"shape":"S3p"}}}},"DeleteDevice":{"http":{"method":"DELETE","requestUri":"/global-networks/{globalNetworkId}/devices/{deviceId}"},"input":{"type":"structure","required":["GlobalNetworkId","DeviceId"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"DeviceId":{"location":"uri","locationName":"deviceId"}}},"output":{"type":"structure","members":{"Device":{"shape":"S29"}}}},"DeleteGlobalNetwork":{"http":{"method":"DELETE","requestUri":"/global-networks/{globalNetworkId}"},"input":{"type":"structure","required":["GlobalNetworkId"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"}}},"output":{"type":"structure","members":{"GlobalNetwork":{"shape":"S2e"}}}},"DeleteLink":{"http":{"method":"DELETE","requestUri":"/global-networks/{globalNetworkId}/links/{linkId}"},"input":{"type":"structure","required":["GlobalNetworkId","LinkId"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"LinkId":{"location":"uri","locationName":"linkId"}}},"output":{"type":"structure","members":{"Link":{"shape":"S2k"}}}},"DeletePeering":{"http":{"method":"DELETE","requestUri":"/peerings/{peeringId}"},"input":{"type":"structure","required":["PeeringId"],"members":{"PeeringId":{"location":"uri","locationName":"peeringId"}}},"output":{"type":"structure","members":{"Peering":{"shape":"S30"}}}},"DeleteResourcePolicy":{"http":{"method":"DELETE","requestUri":"/resource-policy/{resourceArn}"},"input":{"type":"structure","required":["ResourceArn"],"members":{"ResourceArn":{"location":"uri","locationName":"resourceArn"}}},"output":{"type":"structure","members":{}}},"DeleteSite":{"http":{"method":"DELETE","requestUri":"/global-networks/{globalNetworkId}/sites/{siteId}"},"input":{"type":"structure","required":["GlobalNetworkId","SiteId"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"SiteId":{"location":"uri","locationName":"siteId"}}},"output":{"type":"structure","members":{"Site":{"shape":"S2p"}}}},"DeregisterTransitGateway":{"http":{"method":"DELETE","requestUri":"/global-networks/{globalNetworkId}/transit-gateway-registrations/{transitGatewayArn}"},"input":{"type":"structure","required":["GlobalNetworkId","TransitGatewayArn"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"TransitGatewayArn":{"location":"uri","locationName":"transitGatewayArn"}}},"output":{"type":"structure","members":{"TransitGatewayRegistration":{"shape":"S49"}}}},"DescribeGlobalNetworks":{"http":{"method":"GET","requestUri":"/global-networks"},"input":{"type":"structure","members":{"GlobalNetworkIds":{"location":"querystring","locationName":"globalNetworkIds","type":"list","member":{}},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"GlobalNetworks":{"type":"list","member":{"shape":"S2e"}},"NextToken":{}}}},"DisassociateConnectPeer":{"http":{"method":"DELETE","requestUri":"/global-networks/{globalNetworkId}/connect-peer-associations/{connectPeerId}"},"input":{"type":"structure","required":["GlobalNetworkId","ConnectPeerId"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"ConnectPeerId":{"location":"uri","locationName":"connectPeerId"}}},"output":{"type":"structure","members":{"ConnectPeerAssociation":{"shape":"Sq"}}}},"DisassociateCustomerGateway":{"http":{"method":"DELETE","requestUri":"/global-networks/{globalNetworkId}/customer-gateway-associations/{customerGatewayArn}"},"input":{"type":"structure","required":["GlobalNetworkId","CustomerGatewayArn"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"CustomerGatewayArn":{"location":"uri","locationName":"customerGatewayArn"}}},"output":{"type":"structure","members":{"CustomerGatewayAssociation":{"shape":"Sv"}}}},"DisassociateLink":{"http":{"method":"DELETE","requestUri":"/global-networks/{globalNetworkId}/link-associations"},"input":{"type":"structure","required":["GlobalNetworkId","DeviceId","LinkId"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"DeviceId":{"location":"querystring","locationName":"deviceId"},"LinkId":{"location":"querystring","locationName":"linkId"}}},"output":{"type":"structure","members":{"LinkAssociation":{"shape":"Sz"}}}},"DisassociateTransitGatewayConnectPeer":{"http":{"method":"DELETE","requestUri":"/global-networks/{globalNetworkId}/transit-gateway-connect-peer-associations/{transitGatewayConnectPeerArn}"},"input":{"type":"structure","required":["GlobalNetworkId","TransitGatewayConnectPeerArn"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"TransitGatewayConnectPeerArn":{"location":"uri","locationName":"transitGatewayConnectPeerArn"}}},"output":{"type":"structure","members":{"TransitGatewayConnectPeerAssociation":{"shape":"S14"}}}},"ExecuteCoreNetworkChangeSet":{"http":{"requestUri":"/core-networks/{coreNetworkId}/core-network-change-sets/{policyVersionId}/execute"},"input":{"type":"structure","required":["CoreNetworkId","PolicyVersionId"],"members":{"CoreNetworkId":{"location":"uri","locationName":"coreNetworkId"},"PolicyVersionId":{"location":"uri","locationName":"policyVersionId","type":"integer"}}},"output":{"type":"structure","members":{}}},"GetConnectAttachment":{"http":{"method":"GET","requestUri":"/connect-attachments/{attachmentId}"},"input":{"type":"structure","required":["AttachmentId"],"members":{"AttachmentId":{"location":"uri","locationName":"attachmentId"}}},"output":{"type":"structure","members":{"ConnectAttachment":{"shape":"S1b"}}}},"GetConnectPeer":{"http":{"method":"GET","requestUri":"/connect-peers/{connectPeerId}"},"input":{"type":"structure","required":["ConnectPeerId"],"members":{"ConnectPeerId":{"location":"uri","locationName":"connectPeerId"}}},"output":{"type":"structure","members":{"ConnectPeer":{"shape":"S1i"}}}},"GetConnectPeerAssociations":{"http":{"method":"GET","requestUri":"/global-networks/{globalNetworkId}/connect-peer-associations"},"input":{"type":"structure","required":["GlobalNetworkId"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"ConnectPeerIds":{"location":"querystring","locationName":"connectPeerIds","type":"list","member":{}},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"ConnectPeerAssociations":{"type":"list","member":{"shape":"Sq"}},"NextToken":{}}}},"GetConnections":{"http":{"method":"GET","requestUri":"/global-networks/{globalNetworkId}/connections"},"input":{"type":"structure","required":["GlobalNetworkId"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"ConnectionIds":{"location":"querystring","locationName":"connectionIds","type":"list","member":{}},"DeviceId":{"location":"querystring","locationName":"deviceId"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"Connections":{"type":"list","member":{"shape":"S1p"}},"NextToken":{}}}},"GetCoreNetwork":{"http":{"method":"GET","requestUri":"/core-networks/{coreNetworkId}"},"input":{"type":"structure","required":["CoreNetworkId"],"members":{"CoreNetworkId":{"location":"uri","locationName":"coreNetworkId"}}},"output":{"type":"structure","members":{"CoreNetwork":{"shape":"S1w"}}}},"GetCoreNetworkChangeEvents":{"http":{"method":"GET","requestUri":"/core-networks/{coreNetworkId}/core-network-change-events/{policyVersionId}"},"input":{"type":"structure","required":["CoreNetworkId","PolicyVersionId"],"members":{"CoreNetworkId":{"location":"uri","locationName":"coreNetworkId"},"PolicyVersionId":{"location":"uri","locationName":"policyVersionId","type":"integer"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"CoreNetworkChangeEvents":{"type":"list","member":{"type":"structure","members":{"Type":{},"Action":{},"IdentifierPath":{},"EventTime":{"type":"timestamp"},"Status":{},"Values":{"type":"structure","members":{"EdgeLocation":{},"SegmentName":{},"AttachmentId":{},"Cidr":{}}}}}},"NextToken":{}}}},"GetCoreNetworkChangeSet":{"http":{"method":"GET","requestUri":"/core-networks/{coreNetworkId}/core-network-change-sets/{policyVersionId}"},"input":{"type":"structure","required":["CoreNetworkId","PolicyVersionId"],"members":{"CoreNetworkId":{"location":"uri","locationName":"coreNetworkId"},"PolicyVersionId":{"location":"uri","locationName":"policyVersionId","type":"integer"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"CoreNetworkChanges":{"type":"list","member":{"type":"structure","members":{"Type":{},"Action":{},"Identifier":{},"PreviousValues":{"shape":"S5i"},"NewValues":{"shape":"S5i"},"IdentifierPath":{}}}},"NextToken":{}}}},"GetCoreNetworkPolicy":{"http":{"method":"GET","requestUri":"/core-networks/{coreNetworkId}/core-network-policy"},"input":{"type":"structure","required":["CoreNetworkId"],"members":{"CoreNetworkId":{"location":"uri","locationName":"coreNetworkId"},"PolicyVersionId":{"location":"querystring","locationName":"policyVersionId","type":"integer"},"Alias":{"location":"querystring","locationName":"alias"}}},"output":{"type":"structure","members":{"CoreNetworkPolicy":{"shape":"S3p"}}}},"GetCustomerGatewayAssociations":{"http":{"method":"GET","requestUri":"/global-networks/{globalNetworkId}/customer-gateway-associations"},"input":{"type":"structure","required":["GlobalNetworkId"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"CustomerGatewayArns":{"location":"querystring","locationName":"customerGatewayArns","type":"list","member":{}},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"CustomerGatewayAssociations":{"type":"list","member":{"shape":"Sv"}},"NextToken":{}}}},"GetDevices":{"http":{"method":"GET","requestUri":"/global-networks/{globalNetworkId}/devices"},"input":{"type":"structure","required":["GlobalNetworkId"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"DeviceIds":{"location":"querystring","locationName":"deviceIds","type":"list","member":{}},"SiteId":{"location":"querystring","locationName":"siteId"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"Devices":{"type":"list","member":{"shape":"S29"}},"NextToken":{}}}},"GetLinkAssociations":{"http":{"method":"GET","requestUri":"/global-networks/{globalNetworkId}/link-associations"},"input":{"type":"structure","required":["GlobalNetworkId"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"DeviceId":{"location":"querystring","locationName":"deviceId"},"LinkId":{"location":"querystring","locationName":"linkId"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"LinkAssociations":{"type":"list","member":{"shape":"Sz"}},"NextToken":{}}}},"GetLinks":{"http":{"method":"GET","requestUri":"/global-networks/{globalNetworkId}/links"},"input":{"type":"structure","required":["GlobalNetworkId"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"LinkIds":{"location":"querystring","locationName":"linkIds","type":"list","member":{}},"SiteId":{"location":"querystring","locationName":"siteId"},"Type":{"location":"querystring","locationName":"type"},"Provider":{"location":"querystring","locationName":"provider"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"Links":{"type":"list","member":{"shape":"S2k"}},"NextToken":{}}}},"GetNetworkResourceCounts":{"http":{"method":"GET","requestUri":"/global-networks/{globalNetworkId}/network-resource-count"},"input":{"type":"structure","required":["GlobalNetworkId"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"ResourceType":{"location":"querystring","locationName":"resourceType"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"NetworkResourceCounts":{"type":"list","member":{"type":"structure","members":{"ResourceType":{},"Count":{"type":"integer"}}}},"NextToken":{}}}},"GetNetworkResourceRelationships":{"http":{"method":"GET","requestUri":"/global-networks/{globalNetworkId}/network-resource-relationships"},"input":{"type":"structure","required":["GlobalNetworkId"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"CoreNetworkId":{"location":"querystring","locationName":"coreNetworkId"},"RegisteredGatewayArn":{"location":"querystring","locationName":"registeredGatewayArn"},"AwsRegion":{"location":"querystring","locationName":"awsRegion"},"AccountId":{"location":"querystring","locationName":"accountId"},"ResourceType":{"location":"querystring","locationName":"resourceType"},"ResourceArn":{"location":"querystring","locationName":"resourceArn"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"Relationships":{"type":"list","member":{"type":"structure","members":{"From":{},"To":{}}}},"NextToken":{}}}},"GetNetworkResources":{"http":{"method":"GET","requestUri":"/global-networks/{globalNetworkId}/network-resources"},"input":{"type":"structure","required":["GlobalNetworkId"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"CoreNetworkId":{"location":"querystring","locationName":"coreNetworkId"},"RegisteredGatewayArn":{"location":"querystring","locationName":"registeredGatewayArn"},"AwsRegion":{"location":"querystring","locationName":"awsRegion"},"AccountId":{"location":"querystring","locationName":"accountId"},"ResourceType":{"location":"querystring","locationName":"resourceType"},"ResourceArn":{"location":"querystring","locationName":"resourceArn"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"NetworkResources":{"type":"list","member":{"type":"structure","members":{"RegisteredGatewayArn":{},"CoreNetworkId":{},"AwsRegion":{},"AccountId":{},"ResourceType":{},"ResourceId":{},"ResourceArn":{},"Definition":{},"DefinitionTimestamp":{"type":"timestamp"},"Tags":{"shape":"Se"},"Metadata":{"shape":"S6c"}}}},"NextToken":{}}}},"GetNetworkRoutes":{"http":{"requestUri":"/global-networks/{globalNetworkId}/network-routes"},"input":{"type":"structure","required":["GlobalNetworkId","RouteTableIdentifier"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"RouteTableIdentifier":{"type":"structure","members":{"TransitGatewayRouteTableArn":{},"CoreNetworkSegmentEdge":{"shape":"S6f"}}},"ExactCidrMatches":{"shape":"S1g"},"LongestPrefixMatches":{"shape":"S1g"},"SubnetOfMatches":{"shape":"S1g"},"SupernetOfMatches":{"shape":"S1g"},"PrefixListIds":{"shape":"S1g"},"States":{"type":"list","member":{}},"Types":{"type":"list","member":{}},"DestinationFilters":{"type":"map","key":{},"value":{"type":"list","member":{}}}}},"output":{"type":"structure","members":{"RouteTableArn":{},"CoreNetworkSegmentEdge":{"shape":"S6f"},"RouteTableType":{},"RouteTableTimestamp":{"type":"timestamp"},"NetworkRoutes":{"type":"list","member":{"type":"structure","members":{"DestinationCidrBlock":{},"Destinations":{"type":"list","member":{"type":"structure","members":{"CoreNetworkAttachmentId":{},"TransitGatewayAttachmentId":{},"SegmentName":{},"EdgeLocation":{},"ResourceType":{},"ResourceId":{}}}},"PrefixListId":{},"State":{},"Type":{}}}}}}},"GetNetworkTelemetry":{"http":{"method":"GET","requestUri":"/global-networks/{globalNetworkId}/network-telemetry"},"input":{"type":"structure","required":["GlobalNetworkId"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"CoreNetworkId":{"location":"querystring","locationName":"coreNetworkId"},"RegisteredGatewayArn":{"location":"querystring","locationName":"registeredGatewayArn"},"AwsRegion":{"location":"querystring","locationName":"awsRegion"},"AccountId":{"location":"querystring","locationName":"accountId"},"ResourceType":{"location":"querystring","locationName":"resourceType"},"ResourceArn":{"location":"querystring","locationName":"resourceArn"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"NetworkTelemetry":{"type":"list","member":{"type":"structure","members":{"RegisteredGatewayArn":{},"CoreNetworkId":{},"AwsRegion":{},"AccountId":{},"ResourceType":{},"ResourceId":{},"ResourceArn":{},"Address":{},"Health":{"type":"structure","members":{"Type":{},"Status":{},"Timestamp":{"type":"timestamp"}}}}}},"NextToken":{}}}},"GetResourcePolicy":{"http":{"method":"GET","requestUri":"/resource-policy/{resourceArn}"},"input":{"type":"structure","required":["ResourceArn"],"members":{"ResourceArn":{"location":"uri","locationName":"resourceArn"}}},"output":{"type":"structure","members":{"PolicyDocument":{"jsonvalue":true}}}},"GetRouteAnalysis":{"http":{"method":"GET","requestUri":"/global-networks/{globalNetworkId}/route-analyses/{routeAnalysisId}"},"input":{"type":"structure","required":["GlobalNetworkId","RouteAnalysisId"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"RouteAnalysisId":{"location":"uri","locationName":"routeAnalysisId"}}},"output":{"type":"structure","members":{"RouteAnalysis":{"shape":"S77"}}}},"GetSiteToSiteVpnAttachment":{"http":{"method":"GET","requestUri":"/site-to-site-vpn-attachments/{attachmentId}"},"input":{"type":"structure","required":["AttachmentId"],"members":{"AttachmentId":{"location":"uri","locationName":"attachmentId"}}},"output":{"type":"structure","members":{"SiteToSiteVpnAttachment":{"shape":"S2v"}}}},"GetSites":{"http":{"method":"GET","requestUri":"/global-networks/{globalNetworkId}/sites"},"input":{"type":"structure","required":["GlobalNetworkId"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"SiteIds":{"location":"querystring","locationName":"siteIds","type":"list","member":{}},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"Sites":{"type":"list","member":{"shape":"S2p"}},"NextToken":{}}}},"GetTransitGatewayConnectPeerAssociations":{"http":{"method":"GET","requestUri":"/global-networks/{globalNetworkId}/transit-gateway-connect-peer-associations"},"input":{"type":"structure","required":["GlobalNetworkId"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"TransitGatewayConnectPeerArns":{"location":"querystring","locationName":"transitGatewayConnectPeerArns","type":"list","member":{}},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"TransitGatewayConnectPeerAssociations":{"type":"list","member":{"shape":"S14"}},"NextToken":{}}}},"GetTransitGatewayPeering":{"http":{"method":"GET","requestUri":"/transit-gateway-peerings/{peeringId}"},"input":{"type":"structure","required":["PeeringId"],"members":{"PeeringId":{"location":"uri","locationName":"peeringId"}}},"output":{"type":"structure","members":{"TransitGatewayPeering":{"shape":"S2z"}}}},"GetTransitGatewayRegistrations":{"http":{"method":"GET","requestUri":"/global-networks/{globalNetworkId}/transit-gateway-registrations"},"input":{"type":"structure","required":["GlobalNetworkId"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"TransitGatewayArns":{"location":"querystring","locationName":"transitGatewayArns","type":"list","member":{}},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"TransitGatewayRegistrations":{"type":"list","member":{"shape":"S49"}},"NextToken":{}}}},"GetTransitGatewayRouteTableAttachment":{"http":{"method":"GET","requestUri":"/transit-gateway-route-table-attachments/{attachmentId}"},"input":{"type":"structure","required":["AttachmentId"],"members":{"AttachmentId":{"location":"uri","locationName":"attachmentId"}}},"output":{"type":"structure","members":{"TransitGatewayRouteTableAttachment":{"shape":"S37"}}}},"GetVpcAttachment":{"http":{"method":"GET","requestUri":"/vpc-attachments/{attachmentId}"},"input":{"type":"structure","required":["AttachmentId"],"members":{"AttachmentId":{"location":"uri","locationName":"attachmentId"}}},"output":{"type":"structure","members":{"VpcAttachment":{"shape":"S3e"}}}},"ListAttachments":{"http":{"method":"GET","requestUri":"/attachments"},"input":{"type":"structure","members":{"CoreNetworkId":{"location":"querystring","locationName":"coreNetworkId"},"AttachmentType":{"location":"querystring","locationName":"attachmentType"},"EdgeLocation":{"location":"querystring","locationName":"edgeLocation"},"State":{"location":"querystring","locationName":"state"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"Attachments":{"type":"list","member":{"shape":"S4"}},"NextToken":{}}}},"ListConnectPeers":{"http":{"method":"GET","requestUri":"/connect-peers"},"input":{"type":"structure","members":{"CoreNetworkId":{"location":"querystring","locationName":"coreNetworkId"},"ConnectAttachmentId":{"location":"querystring","locationName":"connectAttachmentId"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"ConnectPeers":{"type":"list","member":{"type":"structure","members":{"CoreNetworkId":{},"ConnectAttachmentId":{},"ConnectPeerId":{},"EdgeLocation":{},"ConnectPeerState":{},"CreatedAt":{"type":"timestamp"},"Tags":{"shape":"Se"}}}},"NextToken":{}}}},"ListCoreNetworkPolicyVersions":{"http":{"method":"GET","requestUri":"/core-networks/{coreNetworkId}/core-network-policy-versions"},"input":{"type":"structure","required":["CoreNetworkId"],"members":{"CoreNetworkId":{"location":"uri","locationName":"coreNetworkId"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"CoreNetworkPolicyVersions":{"type":"list","member":{"type":"structure","members":{"CoreNetworkId":{},"PolicyVersionId":{"type":"integer"},"Alias":{},"Description":{},"CreatedAt":{"type":"timestamp"},"ChangeSetState":{}}}},"NextToken":{}}}},"ListCoreNetworks":{"http":{"method":"GET","requestUri":"/core-networks"},"input":{"type":"structure","members":{"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"CoreNetworks":{"type":"list","member":{"type":"structure","members":{"CoreNetworkId":{},"CoreNetworkArn":{},"GlobalNetworkId":{},"OwnerAccountId":{},"State":{},"Description":{},"Tags":{"shape":"Se"}}}},"NextToken":{}}}},"ListOrganizationServiceAccessStatus":{"http":{"method":"GET","requestUri":"/organizations/service-access"},"input":{"type":"structure","members":{"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"OrganizationStatus":{"shape":"S8m"},"NextToken":{}}}},"ListPeerings":{"http":{"method":"GET","requestUri":"/peerings"},"input":{"type":"structure","members":{"CoreNetworkId":{"location":"querystring","locationName":"coreNetworkId"},"PeeringType":{"location":"querystring","locationName":"peeringType"},"EdgeLocation":{"location":"querystring","locationName":"edgeLocation"},"State":{"location":"querystring","locationName":"state"},"MaxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"NextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"Peerings":{"type":"list","member":{"shape":"S30"}},"NextToken":{}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags/{resourceArn}"},"input":{"type":"structure","required":["ResourceArn"],"members":{"ResourceArn":{"location":"uri","locationName":"resourceArn"}}},"output":{"type":"structure","members":{"TagList":{"shape":"Se"}}}},"PutCoreNetworkPolicy":{"http":{"requestUri":"/core-networks/{coreNetworkId}/core-network-policy"},"input":{"type":"structure","required":["CoreNetworkId","PolicyDocument"],"members":{"CoreNetworkId":{"location":"uri","locationName":"coreNetworkId"},"PolicyDocument":{"jsonvalue":true},"Description":{},"LatestVersionId":{"type":"integer"},"ClientToken":{"idempotencyToken":true}}},"output":{"type":"structure","members":{"CoreNetworkPolicy":{"shape":"S3p"}}}},"PutResourcePolicy":{"http":{"requestUri":"/resource-policy/{resourceArn}"},"input":{"type":"structure","required":["PolicyDocument","ResourceArn"],"members":{"PolicyDocument":{"jsonvalue":true},"ResourceArn":{"location":"uri","locationName":"resourceArn"}}},"output":{"type":"structure","members":{}}},"RegisterTransitGateway":{"http":{"requestUri":"/global-networks/{globalNetworkId}/transit-gateway-registrations"},"input":{"type":"structure","required":["GlobalNetworkId","TransitGatewayArn"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"TransitGatewayArn":{}}},"output":{"type":"structure","members":{"TransitGatewayRegistration":{"shape":"S49"}}}},"RejectAttachment":{"http":{"requestUri":"/attachments/{attachmentId}/reject"},"input":{"type":"structure","required":["AttachmentId"],"members":{"AttachmentId":{"location":"uri","locationName":"attachmentId"}}},"output":{"type":"structure","members":{"Attachment":{"shape":"S4"}}}},"RestoreCoreNetworkPolicyVersion":{"http":{"requestUri":"/core-networks/{coreNetworkId}/core-network-policy-versions/{policyVersionId}/restore"},"input":{"type":"structure","required":["CoreNetworkId","PolicyVersionId"],"members":{"CoreNetworkId":{"location":"uri","locationName":"coreNetworkId"},"PolicyVersionId":{"location":"uri","locationName":"policyVersionId","type":"integer"}}},"output":{"type":"structure","members":{"CoreNetworkPolicy":{"shape":"S3p"}}}},"StartOrganizationServiceAccessUpdate":{"http":{"requestUri":"/organizations/service-access"},"input":{"type":"structure","required":["Action"],"members":{"Action":{}}},"output":{"type":"structure","members":{"OrganizationStatus":{"shape":"S8m"}}}},"StartRouteAnalysis":{"http":{"requestUri":"/global-networks/{globalNetworkId}/route-analyses"},"input":{"type":"structure","required":["GlobalNetworkId","Source","Destination"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"Source":{"shape":"S9c"},"Destination":{"shape":"S9c"},"IncludeReturnPath":{"type":"boolean"},"UseMiddleboxes":{"type":"boolean"}}},"output":{"type":"structure","members":{"RouteAnalysis":{"shape":"S77"}}}},"TagResource":{"http":{"requestUri":"/tags/{resourceArn}"},"input":{"type":"structure","required":["ResourceArn","Tags"],"members":{"ResourceArn":{"location":"uri","locationName":"resourceArn"},"Tags":{"shape":"Se"}}},"output":{"type":"structure","members":{}}},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags/{resourceArn}"},"input":{"type":"structure","required":["ResourceArn","TagKeys"],"members":{"ResourceArn":{"location":"uri","locationName":"resourceArn"},"TagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}},"output":{"type":"structure","members":{}}},"UpdateConnection":{"http":{"method":"PATCH","requestUri":"/global-networks/{globalNetworkId}/connections/{connectionId}"},"input":{"type":"structure","required":["GlobalNetworkId","ConnectionId"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"ConnectionId":{"location":"uri","locationName":"connectionId"},"LinkId":{},"ConnectedLinkId":{},"Description":{}}},"output":{"type":"structure","members":{"Connection":{"shape":"S1p"}}}},"UpdateCoreNetwork":{"http":{"method":"PATCH","requestUri":"/core-networks/{coreNetworkId}"},"input":{"type":"structure","required":["CoreNetworkId"],"members":{"CoreNetworkId":{"location":"uri","locationName":"coreNetworkId"},"Description":{}}},"output":{"type":"structure","members":{"CoreNetwork":{"shape":"S1w"}}}},"UpdateDevice":{"http":{"method":"PATCH","requestUri":"/global-networks/{globalNetworkId}/devices/{deviceId}"},"input":{"type":"structure","required":["GlobalNetworkId","DeviceId"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"DeviceId":{"location":"uri","locationName":"deviceId"},"AWSLocation":{"shape":"S24"},"Description":{},"Type":{},"Vendor":{},"Model":{},"SerialNumber":{},"Location":{"shape":"S26"},"SiteId":{}}},"output":{"type":"structure","members":{"Device":{"shape":"S29"}}}},"UpdateGlobalNetwork":{"http":{"method":"PATCH","requestUri":"/global-networks/{globalNetworkId}"},"input":{"type":"structure","required":["GlobalNetworkId"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"Description":{}}},"output":{"type":"structure","members":{"GlobalNetwork":{"shape":"S2e"}}}},"UpdateLink":{"http":{"method":"PATCH","requestUri":"/global-networks/{globalNetworkId}/links/{linkId}"},"input":{"type":"structure","required":["GlobalNetworkId","LinkId"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"LinkId":{"location":"uri","locationName":"linkId"},"Description":{},"Type":{},"Bandwidth":{"shape":"S2i"},"Provider":{}}},"output":{"type":"structure","members":{"Link":{"shape":"S2k"}}}},"UpdateNetworkResourceMetadata":{"http":{"method":"PATCH","requestUri":"/global-networks/{globalNetworkId}/network-resources/{resourceArn}/metadata"},"input":{"type":"structure","required":["GlobalNetworkId","ResourceArn","Metadata"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"ResourceArn":{"location":"uri","locationName":"resourceArn"},"Metadata":{"shape":"S6c"}}},"output":{"type":"structure","members":{"ResourceArn":{},"Metadata":{"shape":"S6c"}}}},"UpdateSite":{"http":{"method":"PATCH","requestUri":"/global-networks/{globalNetworkId}/sites/{siteId}"},"input":{"type":"structure","required":["GlobalNetworkId","SiteId"],"members":{"GlobalNetworkId":{"location":"uri","locationName":"globalNetworkId"},"SiteId":{"location":"uri","locationName":"siteId"},"Description":{},"Location":{"shape":"S26"}}},"output":{"type":"structure","members":{"Site":{"shape":"S2p"}}}},"UpdateVpcAttachment":{"http":{"method":"PATCH","requestUri":"/vpc-attachments/{attachmentId}"},"input":{"type":"structure","required":["AttachmentId"],"members":{"AttachmentId":{"location":"uri","locationName":"attachmentId"},"AddSubnetArns":{"shape":"S3a"},"RemoveSubnetArns":{"shape":"S3a"},"Options":{"shape":"S3b"}}},"output":{"type":"structure","members":{"VpcAttachment":{"shape":"S3e"}}}}},"shapes":{"S4":{"type":"structure","members":{"CoreNetworkId":{},"CoreNetworkArn":{},"AttachmentId":{},"OwnerAccountId":{},"AttachmentType":{},"State":{},"EdgeLocation":{},"ResourceArn":{},"AttachmentPolicyRuleNumber":{"type":"integer"},"SegmentName":{},"Tags":{"shape":"Se"},"ProposedSegmentChange":{"type":"structure","members":{"Tags":{"shape":"Se"},"AttachmentPolicyRuleNumber":{"type":"integer"},"SegmentName":{}}},"CreatedAt":{"type":"timestamp"},"UpdatedAt":{"type":"timestamp"}}},"Se":{"type":"list","member":{"type":"structure","members":{"Key":{},"Value":{}}}},"Sq":{"type":"structure","members":{"ConnectPeerId":{},"GlobalNetworkId":{},"DeviceId":{},"LinkId":{},"State":{}}},"Sv":{"type":"structure","members":{"CustomerGatewayArn":{},"GlobalNetworkId":{},"DeviceId":{},"LinkId":{},"State":{}}},"Sz":{"type":"structure","members":{"GlobalNetworkId":{},"DeviceId":{},"LinkId":{},"LinkAssociationState":{}}},"S14":{"type":"structure","members":{"TransitGatewayConnectPeerArn":{},"GlobalNetworkId":{},"DeviceId":{},"LinkId":{},"State":{}}},"S17":{"type":"structure","members":{"Protocol":{}}},"S1b":{"type":"structure","members":{"Attachment":{"shape":"S4"},"TransportAttachmentId":{},"Options":{"shape":"S17"}}},"S1g":{"type":"list","member":{}},"S1i":{"type":"structure","members":{"CoreNetworkId":{},"ConnectAttachmentId":{},"ConnectPeerId":{},"EdgeLocation":{},"State":{},"CreatedAt":{"type":"timestamp"},"Configuration":{"type":"structure","members":{"CoreNetworkAddress":{},"PeerAddress":{},"InsideCidrBlocks":{"shape":"S1g"},"Protocol":{},"BgpConfigurations":{"type":"list","member":{"type":"structure","members":{"CoreNetworkAsn":{"type":"long"},"PeerAsn":{"type":"long"},"CoreNetworkAddress":{},"PeerAddress":{}}}}}},"Tags":{"shape":"Se"}}},"S1p":{"type":"structure","members":{"ConnectionId":{},"ConnectionArn":{},"GlobalNetworkId":{},"DeviceId":{},"ConnectedDeviceId":{},"LinkId":{},"ConnectedLinkId":{},"Description":{},"CreatedAt":{"type":"timestamp"},"State":{},"Tags":{"shape":"Se"}}},"S1w":{"type":"structure","members":{"GlobalNetworkId":{},"CoreNetworkId":{},"CoreNetworkArn":{},"Description":{},"CreatedAt":{"type":"timestamp"},"State":{},"Segments":{"type":"list","member":{"type":"structure","members":{"Name":{},"EdgeLocations":{"shape":"S20"},"SharedSegments":{"shape":"S1g"}}}},"Edges":{"type":"list","member":{"type":"structure","members":{"EdgeLocation":{},"Asn":{"type":"long"},"InsideCidrBlocks":{"shape":"S1g"}}}},"Tags":{"shape":"Se"}}},"S20":{"type":"list","member":{}},"S24":{"type":"structure","members":{"Zone":{},"SubnetArn":{}}},"S26":{"type":"structure","members":{"Address":{},"Latitude":{},"Longitude":{}},"sensitive":true},"S29":{"type":"structure","members":{"DeviceId":{},"DeviceArn":{},"GlobalNetworkId":{},"AWSLocation":{"shape":"S24"},"Description":{},"Type":{},"Vendor":{},"Model":{},"SerialNumber":{},"Location":{"shape":"S26"},"SiteId":{},"CreatedAt":{"type":"timestamp"},"State":{},"Tags":{"shape":"Se"}}},"S2e":{"type":"structure","members":{"GlobalNetworkId":{},"GlobalNetworkArn":{},"Description":{},"CreatedAt":{"type":"timestamp"},"State":{},"Tags":{"shape":"Se"}}},"S2i":{"type":"structure","members":{"UploadSpeed":{"type":"integer"},"DownloadSpeed":{"type":"integer"}}},"S2k":{"type":"structure","members":{"LinkId":{},"LinkArn":{},"GlobalNetworkId":{},"SiteId":{},"Description":{},"Type":{},"Bandwidth":{"shape":"S2i"},"Provider":{},"CreatedAt":{"type":"timestamp"},"State":{},"Tags":{"shape":"Se"}}},"S2p":{"type":"structure","members":{"SiteId":{},"SiteArn":{},"GlobalNetworkId":{},"Description":{},"Location":{"shape":"S26"},"CreatedAt":{"type":"timestamp"},"State":{},"Tags":{"shape":"Se"}}},"S2v":{"type":"structure","members":{"Attachment":{"shape":"S4"},"VpnConnectionArn":{}}},"S2z":{"type":"structure","members":{"Peering":{"shape":"S30"},"TransitGatewayArn":{}}},"S30":{"type":"structure","members":{"CoreNetworkId":{},"CoreNetworkArn":{},"PeeringId":{},"OwnerAccountId":{},"PeeringType":{},"State":{},"EdgeLocation":{},"ResourceArn":{},"Tags":{"shape":"Se"},"CreatedAt":{"type":"timestamp"}}},"S37":{"type":"structure","members":{"Attachment":{"shape":"S4"},"PeeringId":{},"TransitGatewayRouteTableArn":{}}},"S3a":{"type":"list","member":{}},"S3b":{"type":"structure","members":{"Ipv6Support":{"type":"boolean"}}},"S3e":{"type":"structure","members":{"Attachment":{"shape":"S4"},"SubnetArns":{"shape":"S3a"},"Options":{"shape":"S3b"}}},"S3p":{"type":"structure","members":{"CoreNetworkId":{},"PolicyVersionId":{"type":"integer"},"Alias":{},"Description":{},"CreatedAt":{"type":"timestamp"},"ChangeSetState":{},"PolicyErrors":{"type":"list","member":{"type":"structure","required":["ErrorCode","Message"],"members":{"ErrorCode":{},"Message":{},"Path":{}}}},"PolicyDocument":{"jsonvalue":true}}},"S49":{"type":"structure","members":{"GlobalNetworkId":{},"TransitGatewayArn":{},"State":{"type":"structure","members":{"Code":{},"Message":{}}}}},"S5i":{"type":"structure","members":{"SegmentName":{},"EdgeLocations":{"shape":"S20"},"Asn":{"type":"long"},"Cidr":{},"DestinationIdentifier":{},"InsideCidrBlocks":{"shape":"S1g"},"SharedSegments":{"shape":"S1g"}}},"S6c":{"type":"map","key":{},"value":{}},"S6f":{"type":"structure","members":{"CoreNetworkId":{},"SegmentName":{},"EdgeLocation":{}}},"S77":{"type":"structure","members":{"GlobalNetworkId":{},"OwnerAccountId":{},"RouteAnalysisId":{},"StartTimestamp":{"type":"timestamp"},"Status":{},"Source":{"shape":"S79"},"Destination":{"shape":"S79"},"IncludeReturnPath":{"type":"boolean"},"UseMiddleboxes":{"type":"boolean"},"ForwardPath":{"shape":"S7b"},"ReturnPath":{"shape":"S7b"}}},"S79":{"type":"structure","members":{"TransitGatewayAttachmentArn":{},"TransitGatewayArn":{},"IpAddress":{}}},"S7b":{"type":"structure","members":{"CompletionStatus":{"type":"structure","members":{"ResultCode":{},"ReasonCode":{},"ReasonContext":{"type":"map","key":{},"value":{}}}},"Path":{"type":"list","member":{"type":"structure","members":{"Sequence":{"type":"integer"},"Resource":{"type":"structure","members":{"RegisteredGatewayArn":{},"ResourceArn":{},"ResourceType":{},"Definition":{},"NameTag":{},"IsMiddlebox":{"type":"boolean"}}},"DestinationCidrBlock":{}}}}}},"S8m":{"type":"structure","members":{"OrganizationId":{},"OrganizationAwsServiceAccessStatus":{},"SLRDeploymentStatus":{},"AccountStatusList":{"type":"list","member":{"type":"structure","members":{"AccountId":{},"SLRDeploymentStatus":{}}}}}},"S9c":{"type":"structure","members":{"TransitGatewayAttachmentArn":{},"IpAddress":{}}}}} /***/ }), /* 860 */ /***/ (function(module, exports) { - module.exports = {"pagination":{"DescribeGlobalNetworks":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"GlobalNetworks"},"GetConnectPeerAssociations":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"ConnectPeerAssociations"},"GetConnections":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"Connections"},"GetCoreNetworkChangeSet":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"CoreNetworkChanges"},"GetCustomerGatewayAssociations":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"CustomerGatewayAssociations"},"GetDevices":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"Devices"},"GetLinkAssociations":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"LinkAssociations"},"GetLinks":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"Links"},"GetNetworkResourceCounts":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"NetworkResourceCounts"},"GetNetworkResourceRelationships":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"Relationships"},"GetNetworkResources":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"NetworkResources"},"GetNetworkTelemetry":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"NetworkTelemetry"},"GetSites":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"Sites"},"GetTransitGatewayConnectPeerAssociations":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"TransitGatewayConnectPeerAssociations"},"GetTransitGatewayRegistrations":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"TransitGatewayRegistrations"},"ListAttachments":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"Attachments"},"ListConnectPeers":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"ConnectPeers"},"ListCoreNetworkPolicyVersions":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"CoreNetworkPolicyVersions"},"ListCoreNetworks":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"CoreNetworks"}}} + module.exports = {"pagination":{"DescribeGlobalNetworks":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"GlobalNetworks"},"GetConnectPeerAssociations":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"ConnectPeerAssociations"},"GetConnections":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"Connections"},"GetCoreNetworkChangeEvents":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"CoreNetworkChangeEvents"},"GetCoreNetworkChangeSet":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"CoreNetworkChanges"},"GetCustomerGatewayAssociations":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"CustomerGatewayAssociations"},"GetDevices":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"Devices"},"GetLinkAssociations":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"LinkAssociations"},"GetLinks":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"Links"},"GetNetworkResourceCounts":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"NetworkResourceCounts"},"GetNetworkResourceRelationships":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"Relationships"},"GetNetworkResources":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"NetworkResources"},"GetNetworkTelemetry":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"NetworkTelemetry"},"GetSites":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"Sites"},"GetTransitGatewayConnectPeerAssociations":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"TransitGatewayConnectPeerAssociations"},"GetTransitGatewayRegistrations":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"TransitGatewayRegistrations"},"ListAttachments":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"Attachments"},"ListConnectPeers":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"ConnectPeers"},"ListCoreNetworkPolicyVersions":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"CoreNetworkPolicyVersions"},"ListCoreNetworks":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"CoreNetworks"},"ListPeerings":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"Peerings"}}} /***/ }), /* 861 */ diff --git a/dist/aws-sdk.js b/dist/aws-sdk.js index 53801cca62..daab7f1380 100644 --- a/dist/aws-sdk.js +++ b/dist/aws-sdk.js @@ -1,4 +1,4 @@ -// AWS SDK for JavaScript v2.1172.0 +// AWS SDK for JavaScript v2.1173.0 // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i-1});var o=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]","[object DataView]"];t.exports={isEmptyData:a,convertToBuffer:i}},{"buffer/":427}],334:[function(e,t,r){function a(e,t){this.hash=new e,this.outer=new e;var r=i(e,t),a=new Uint8Array(e.BLOCK_SIZE);a.set(r);for(var s=0;se.BLOCK_SIZE){var a=new e;a.update(r),r=a.digest()}var i=new Uint8Array(e.BLOCK_SIZE);return i.set(r),i}var s=e("./browserHashUtils");t.exports=a,a.prototype.update=function(e){if(s.isEmptyData(e)||this.error)return this;try{this.hash.update(s.convertToBuffer(e))}catch(e){this.error=e}return this},a.prototype.digest=function(e){return this.outer.finished||this.outer.update(this.hash.digest()),this.outer.digest(e)}},{"./browserHashUtils":333}],335:[function(e,t,r){function a(){this.state=[1732584193,4023233417,2562383102,271733878],this.buffer=new DataView(new ArrayBuffer(c)),this.bufferLength=0,this.bytesHashed=0,this.finished=!1}function i(e,t,r,a,i,s){return((t=(t+e&4294967295)+(a+s&4294967295)&4294967295)<>>32-i)+r&4294967295}function s(e,t,r,a,s,o,n){return i(t&r|~t&a,e,t,s,o,n)}function o(e,t,r,a,s,o,n){return i(t&a|r&~a,e,t,s,o,n)}function n(e,t,r,a,s,o,n){return i(t^r^a,e,t,s,o,n)}function u(e,t,r,a,s,o,n){return i(r^(t|~a),e,t,s,o,n)}var p=e("./browserHashUtils"),m=e("buffer/").Buffer,c=64;t.exports=a,a.BLOCK_SIZE=c,a.prototype.update=function(e){if(p.isEmptyData(e))return this;if(this.finished)throw new Error("Attempted to update an already finished hash.");var t=p.convertToBuffer(e),r=0,a=t.byteLength;for(this.bytesHashed+=a;a>0;)this.buffer.setUint8(this.bufferLength++,t[r++]),a--,this.bufferLength===c&&(this.hashBuffer(),this.bufferLength=0);return this},a.prototype.digest=function(e){if(!this.finished){var t=this,r=t.buffer,a=t.bufferLength,i=t.bytesHashed,s=8*i;if(r.setUint8(this.bufferLength++,128),a%c>=c-8){for(var o=this.bufferLength;o>>0,!0),r.setUint32(c-4,Math.floor(s/4294967296),!0),this.hashBuffer(),this.finished=!0}for(var n=new DataView(new ArrayBuffer(16)),o=0;o<4;o++)n.setUint32(4*o,this.state[o],!0);var u=new m(n.buffer,n.byteOffset,n.byteLength);return e?u.toString(e):u},a.prototype.hashBuffer=function(){var e=this,t=e.buffer,r=e.state,a=r[0],i=r[1],p=r[2],m=r[3];a=s(a,i,p,m,t.getUint32(0,!0),7,3614090360),m=s(m,a,i,p,t.getUint32(4,!0),12,3905402710),p=s(p,m,a,i,t.getUint32(8,!0),17,606105819),i=s(i,p,m,a,t.getUint32(12,!0),22,3250441966),a=s(a,i,p,m,t.getUint32(16,!0),7,4118548399),m=s(m,a,i,p,t.getUint32(20,!0),12,1200080426),p=s(p,m,a,i,t.getUint32(24,!0),17,2821735955),i=s(i,p,m,a,t.getUint32(28,!0),22,4249261313),a=s(a,i,p,m,t.getUint32(32,!0),7,1770035416),m=s(m,a,i,p,t.getUint32(36,!0),12,2336552879),p=s(p,m,a,i,t.getUint32(40,!0),17,4294925233),i=s(i,p,m,a,t.getUint32(44,!0),22,2304563134),a=s(a,i,p,m,t.getUint32(48,!0),7,1804603682),m=s(m,a,i,p,t.getUint32(52,!0),12,4254626195),p=s(p,m,a,i,t.getUint32(56,!0),17,2792965006),i=s(i,p,m,a,t.getUint32(60,!0),22,1236535329),a=o(a,i,p,m,t.getUint32(4,!0),5,4129170786),m=o(m,a,i,p,t.getUint32(24,!0),9,3225465664),p=o(p,m,a,i,t.getUint32(44,!0),14,643717713),i=o(i,p,m,a,t.getUint32(0,!0),20,3921069994),a=o(a,i,p,m,t.getUint32(20,!0),5,3593408605),m=o(m,a,i,p,t.getUint32(40,!0),9,38016083),p=o(p,m,a,i,t.getUint32(60,!0),14,3634488961),i=o(i,p,m,a,t.getUint32(16,!0),20,3889429448),a=o(a,i,p,m,t.getUint32(36,!0),5,568446438),m=o(m,a,i,p,t.getUint32(56,!0),9,3275163606),p=o(p,m,a,i,t.getUint32(12,!0),14,4107603335),i=o(i,p,m,a,t.getUint32(32,!0),20,1163531501),a=o(a,i,p,m,t.getUint32(52,!0),5,2850285829),m=o(m,a,i,p,t.getUint32(8,!0),9,4243563512),p=o(p,m,a,i,t.getUint32(28,!0),14,1735328473),i=o(i,p,m,a,t.getUint32(48,!0),20,2368359562),a=n(a,i,p,m,t.getUint32(20,!0),4,4294588738),m=n(m,a,i,p,t.getUint32(32,!0),11,2272392833),p=n(p,m,a,i,t.getUint32(44,!0),16,1839030562),i=n(i,p,m,a,t.getUint32(56,!0),23,4259657740),a=n(a,i,p,m,t.getUint32(4,!0),4,2763975236),m=n(m,a,i,p,t.getUint32(16,!0),11,1272893353),p=n(p,m,a,i,t.getUint32(28,!0),16,4139469664),i=n(i,p,m,a,t.getUint32(40,!0),23,3200236656),a=n(a,i,p,m,t.getUint32(52,!0),4,681279174),m=n(m,a,i,p,t.getUint32(0,!0),11,3936430074),p=n(p,m,a,i,t.getUint32(12,!0),16,3572445317),i=n(i,p,m,a,t.getUint32(24,!0),23,76029189),a=n(a,i,p,m,t.getUint32(36,!0),4,3654602809),m=n(m,a,i,p,t.getUint32(48,!0),11,3873151461),p=n(p,m,a,i,t.getUint32(60,!0),16,530742520),i=n(i,p,m,a,t.getUint32(8,!0),23,3299628645),a=u(a,i,p,m,t.getUint32(0,!0),6,4096336452),m=u(m,a,i,p,t.getUint32(28,!0),10,1126891415),p=u(p,m,a,i,t.getUint32(56,!0),15,2878612391),i=u(i,p,m,a,t.getUint32(20,!0),21,4237533241),a=u(a,i,p,m,t.getUint32(48,!0),6,1700485571),m=u(m,a,i,p,t.getUint32(12,!0),10,2399980690),p=u(p,m,a,i,t.getUint32(40,!0),15,4293915773),i=u(i,p,m,a,t.getUint32(4,!0),21,2240044497),a=u(a,i,p,m,t.getUint32(32,!0),6,1873313359),m=u(m,a,i,p,t.getUint32(60,!0),10,4264355552),p=u(p,m,a,i,t.getUint32(24,!0),15,2734768916),i=u(i,p,m,a,t.getUint32(52,!0),21,1309151649),a=u(a,i,p,m,t.getUint32(16,!0),6,4149444226),m=u(m,a,i,p,t.getUint32(44,!0),10,3174756917),p=u(p,m,a,i,t.getUint32(8,!0),15,718787259),i=u(i,p,m,a,t.getUint32(36,!0),21,3951481745),r[0]=a+r[0]&4294967295,r[1]=i+r[1]&4294967295,r[2]=p+r[2]&4294967295,r[3]=m+r[3]&4294967295}},{"./browserHashUtils":333,"buffer/":427}],336:[function(e,t,r){function a(){this.h0=1732584193,this.h1=4023233417,this.h2=2562383102,this.h3=271733878,this.h4=3285377520,this.block=new Uint32Array(80),this.offset=0,this.shift=24,this.totalLength=0}var i=e("buffer/").Buffer,s=e("./browserHashUtils");new Uint32Array([1518500249,1859775393,-1894007588,-899497514]),Math.pow(2,53);t.exports=a,a.BLOCK_SIZE=64,a.prototype.update=function(e){if(this.finished)throw new Error("Attempted to update an already finished hash.");if(s.isEmptyData(e))return this;e=s.convertToBuffer(e);var t=e.length;this.totalLength+=8*t;for(var r=0;r14||14===this.offset&&this.shift<24)&&this.processBlock(),this.offset=14,this.shift=24,this.write(0),this.write(0),this.write(this.totalLength>0xffffffffff?this.totalLength/1099511627776:0),this.write(this.totalLength>4294967295?this.totalLength/4294967296:0);for(var t=24;t>=0;t-=8)this.write(this.totalLength>>t);var r=new i(20),a=new DataView(r.buffer);return a.setUint32(0,this.h0,!1),a.setUint32(4,this.h1,!1),a.setUint32(8,this.h2,!1),a.setUint32(12,this.h3,!1),a.setUint32(16,this.h4,!1),e?r.toString(e):r},a.prototype.processBlock=function(){for(var e=16;e<80;e++){var t=this.block[e-3]^this.block[e-8]^this.block[e-14]^this.block[e-16];this.block[e]=t<<1|t>>>31}var r,a,i=this.h0,s=this.h1,o=this.h2,n=this.h3,u=this.h4;for(e=0;e<80;e++){e<20?(r=n^s&(o^n),a=1518500249):e<40?(r=s^o^n,a=1859775393):e<60?(r=s&o|n&(s|o),a=2400959708):(r=s^o^n,a=3395469782);var p=(i<<5|i>>>27)+r+u+a+(0|this.block[e]);u=n,n=o,o=s<<30|s>>>2,s=i,i=p}for(this.h0=this.h0+i|0,this.h1=this.h1+s|0,this.h2=this.h2+o|0,this.h3=this.h3+n|0,this.h4=this.h4+u|0,this.offset=0,e=0;e<16;e++)this.block[e]=0}},{"./browserHashUtils":333,"buffer/":427}],337:[function(e,t,r){function a(){this.state=[1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225],this.temp=new Int32Array(64),this.buffer=new Uint8Array(64),this.bufferLength=0,this.bytesHashed=0,this.finished=!1}var i=e("buffer/").Buffer,s=e("./browserHashUtils"),o=new Uint32Array([1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298]),n=Math.pow(2,53)-1;t.exports=a,a.BLOCK_SIZE=64,a.prototype.update=function(e){if(this.finished)throw new Error("Attempted to update an already finished hash.");if(s.isEmptyData(e))return this;e=s.convertToBuffer(e);var t=0,r=e.byteLength;if(this.bytesHashed+=r,8*this.bytesHashed>n)throw new Error("Cannot hash more than 2^53 - 1 bits");for(;r>0;)this.buffer[this.bufferLength++]=e[t++],r--,64===this.bufferLength&&(this.hashBuffer(),this.bufferLength=0);return this},a.prototype.digest=function(e){if(!this.finished){var t=8*this.bytesHashed,r=new DataView(this.buffer.buffer,this.buffer.byteOffset,this.buffer.byteLength),a=this.bufferLength;if(r.setUint8(this.bufferLength++,128),a%64>=56){for(var s=this.bufferLength;s<64;s++)r.setUint8(s,0);this.hashBuffer(),this.bufferLength=0}for(var s=this.bufferLength;s<56;s++)r.setUint8(s,0);r.setUint32(56,Math.floor(t/4294967296),!0),r.setUint32(60,t),this.hashBuffer(),this.finished=!0}for(var o=new i(32),s=0;s<8;s++)o[4*s]=this.state[s]>>>24&255,o[4*s+1]=this.state[s]>>>16&255,o[4*s+2]=this.state[s]>>>8&255,o[4*s+3]=this.state[s]>>>0&255;return e?o.toString(e):o},a.prototype.hashBuffer=function(){for(var e=this,t=e.buffer,r=e.state,a=r[0],i=r[1],s=r[2],n=r[3],u=r[4],p=r[5],m=r[6],c=r[7],l=0;l<64;l++){if(l<16)this.temp[l]=(255&t[4*l])<<24|(255&t[4*l+1])<<16|(255&t[4*l+2])<<8|255&t[4*l+3];else{var d=this.temp[l-2],y=(d>>>17|d<<15)^(d>>>19|d<<13)^d>>>10;d=this.temp[l-15];var b=(d>>>7|d<<25)^(d>>>18|d<<14)^d>>>3;this.temp[l]=(y+this.temp[l-7]|0)+(b+this.temp[l-16]|0)}var S=(((u>>>6|u<<26)^(u>>>11|u<<21)^(u>>>25|u<<7))+(u&p^~u&m)|0)+(c+(o[l]+this.temp[l]|0)|0)|0,g=((a>>>2|a<<30)^(a>>>13|a<<19)^(a>>>22|a<<10))+(a&i^a&s^i&s)|0;c=m,m=p,p=u,u=n+S|0,n=s,s=i,i=a,a=S+g|0}r[0]+=a,r[1]+=i,r[2]+=s,r[3]+=n,r[4]+=u,r[5]+=p,r[6]+=m,r[7]+=c}},{"./browserHashUtils":333,"buffer/":427}],338:[function(e,t,r){(function(r){(function(){var r=e("./util");r.crypto.lib=e("./browserCryptoLib"),r.Buffer=e("buffer/").Buffer,r.url=e("url/"),r.querystring=e("querystring/"),r.realClock=e("./realclock/browserClock"),r.environment="js",r.createEventStream=e("./event-stream/buffered-create-event-stream").createEventStream,r.isBrowser=function(){return!0},r.isNode=function(){return!1};var a=e("./core");if(t.exports=a,e("./credentials"),e("./credentials/credential_provider_chain"),e("./credentials/temporary_credentials"),e("./credentials/chainable_temporary_credentials"),e("./credentials/web_identity_credentials"),e("./credentials/cognito_identity_credentials"),e("./credentials/saml_credentials"),a.XML.Parser=e("./xml/browser_parser"),e("./http/xhr"),void 0===i)var i={browser:!0}}).call(this)}).call(this,e("_process"))},{"./browserCryptoLib":332,"./core":342,"./credentials":343,"./credentials/chainable_temporary_credentials":344,"./credentials/cognito_identity_credentials":345,"./credentials/credential_provider_chain":346,"./credentials/saml_credentials":347,"./credentials/temporary_credentials":348,"./credentials/web_identity_credentials":349,"./event-stream/buffered-create-event-stream":357,"./http/xhr":365,"./realclock/browserClock":384,"./util":418,"./xml/browser_parser":419,_process:432,"buffer/":427,"querystring/":439,"url/":441}],339:[function(e,t,r){var a=e("../core"),i=a.util.url,s=a.util.crypto.lib,o=a.util.base64.encode,n=a.util.inherit,u=function(e){var t={"+":"-","=":"_","/":"~"};return e.replace(/[\+=\/]/g,function(e){return t[e]})},p=function(e,t){var r=s.createSign("RSA-SHA1");return r.write(e),u(r.sign(t,"base64"))},m=function(e,t,r,a){var i=JSON.stringify({Statement:[{Resource:e,Condition:{DateLessThan:{"AWS:EpochTime":t}}}]});return{Expires:t,"Key-Pair-Id":r,Signature:p(i.toString(),a)}},c=function(e,t,r){return e=e.replace(/\s/gm,""),{Policy:u(o(e)),"Key-Pair-Id":t,Signature:p(e,r)}},l=function(e){var t=e.split("://");if(t.length<2)throw new Error("Invalid URL.");return t[0].replace("*","")},d=function(e){var t=i.parse(e);return t.path.replace(/^\//,"")+(t.hash||"")},y=function(e){switch(l(e)){case"http":case"https":return e;case"rtmp":return d(e);default:throw new Error("Invalid URI scheme. Scheme must be one of http, https, or rtmp")}},b=function(e,t){if(!t||"function"!=typeof t)throw e;t(e)},S=function(e,t){if(!t||"function"!=typeof t)return e;t(null,e)};a.CloudFront.Signer=n({constructor:function(e,t){if(void 0===e||void 0===t)throw new Error("A key pair ID and private key are required");this.keyPairId=e,this.privateKey=t},getSignedCookie:function(e,t){var r="policy"in e?c(e.policy,this.keyPairId,this.privateKey):m(e.url,e.expires,this.keyPairId,this.privateKey),a={};for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&(a["CloudFront-"+i]=r[i]);return S(a,t)},getSignedUrl:function(e,t){try{var r=y(e.url)}catch(e){return b(e,t)}var a=i.parse(e.url,!0),s=Object.prototype.hasOwnProperty.call(e,"policy")?c(e.policy,this.keyPairId,this.privateKey):m(r,e.expires,this.keyPairId,this.privateKey);a.search=null;for(var o in s)Object.prototype.hasOwnProperty.call(s,o)&&(a.query[o]=s[o]);try{var n="rtmp"===l(e.url)?d(i.format(a)):i.format(a)}catch(e){return b(e,t)}return S(n,t)}}),t.exports=a.CloudFront.Signer},{"../core":342}],340:[function(e,t,r){var a=e("./core");e("./credentials"),e("./credentials/credential_provider_chain");var i;a.Config=a.util.inherit({constructor:function(e){void 0===e&&(e={}),e=this.extractCredentials(e),a.util.each.call(this,this.keys,function(t,r){this.set(t,e[t],r)})},getCredentials:function(e){function t(t){e(t,t?null:i.credentials)}function r(e,t){return new a.util.error(t||new Error,{code:"CredentialsError",message:e,name:"CredentialsError"})}var i=this;i.credentials?"function"==typeof i.credentials.get?function(){i.credentials.get(function(e){e&&(e=r("Could not load credentials from "+i.credentials.constructor.name,e)),t(e)})}():function(){var e=null;i.credentials.accessKeyId&&i.credentials.secretAccessKey||(e=r("Missing credentials")),t(e)}():i.credentialProvider?i.credentialProvider.resolve(function(e,a){e&&(e=r("Could not load credentials from any providers",e)),i.credentials=a,t(e)}):t(r("No credentials to load"))},update:function(e,t){t=t||!1,e=this.extractCredentials(e),a.util.each.call(this,e,function(e,r){(t||Object.prototype.hasOwnProperty.call(this.keys,e)||a.Service.hasService(e))&&this.set(e,r)})},loadFromPath:function(e){this.clear();var t=JSON.parse(a.util.readFileSync(e)),r=new a.FileSystemCredentials(e),i=new a.CredentialProviderChain;return i.providers.unshift(r),i.resolve(function(e,r){if(e)throw e;t.credentials=r}),this.constructor(t),this},clear:function(){a.util.each.call(this,this.keys,function(e){delete this[e]}),this.set("credentials",void 0),this.set("credentialProvider",void 0)},set:function(e,t,r){void 0===t?(void 0===r&&(r=this.keys[e]),this[e]="function"==typeof r?r.call(this):r):"httpOptions"===e&&this[e]?this[e]=a.util.merge(this[e],t):this[e]=t},keys:{credentials:null,credentialProvider:null,region:null,logger:null,apiVersions:{},apiVersion:null,endpoint:void 0,httpOptions:{timeout:12e4},maxRetries:void 0,maxRedirects:10,paramValidation:!0,sslEnabled:!0,s3ForcePathStyle:!1,s3BucketEndpoint:!1,s3DisableBodySigning:!0,s3UsEast1RegionalEndpoint:"legacy",s3UseArnRegion:void 0,computeChecksums:!0,convertResponseTypes:!0,correctClockSkew:!1,customUserAgent:null,dynamoDbCrc32:!0,systemClockOffset:0,signatureVersion:null,signatureCache:!0,retryDelayOptions:{},useAccelerateEndpoint:!1,clientSideMonitoring:!1,endpointDiscoveryEnabled:void 0,endpointCacheSize:1e3,hostPrefixEnabled:!0,stsRegionalEndpoints:"legacy",useFipsEndpoint:!1,useDualstackEndpoint:!1},extractCredentials:function(e){return e.accessKeyId&&e.secretAccessKey&&(e=a.util.copy(e),e.credentials=new a.Credentials(e)),e},setPromisesDependency:function(e){i=e,null===e&&"function"==typeof Promise&&(i=Promise);var t=[a.Request,a.Credentials,a.CredentialProviderChain];a.S3&&(t.push(a.S3),a.S3.ManagedUpload&&t.push(a.S3.ManagedUpload)),a.util.addPromises(t,i)},getPromisesDependency:function(){return i}}),a.config=new a.Config},{"./core":342,"./credentials":343,"./credentials/credential_provider_chain":346}],341:[function(e,t,r){(function(r){(function(){function a(e,t){if("string"==typeof e){if(["legacy","regional"].indexOf(e.toLowerCase())>=0)return e.toLowerCase();throw s.util.error(new Error,t)}}function i(e,t){e=e||{};var i;if(e[t.clientConfig]&&(i=a(e[t.clientConfig],{code:"InvalidConfiguration",message:'invalid "'+t.clientConfig+'" configuration. Expect "legacy" or "regional". Got "'+e[t.clientConfig]+'".'})))return i;if(!s.util.isNode())return i;if(Object.prototype.hasOwnProperty.call(r.env,t.env)){if(i=a(r.env[t.env],{code:"InvalidEnvironmentalVariable",message:"invalid "+t.env+' environmental variable. Expect "legacy" or "regional". Got "'+r.env[t.env]+'".'}))return i}var o={};try{o=s.util.getProfilesFromSharedConfig(s.util.iniLoader)[r.env.AWS_PROFILE||s.util.defaultProfile]}catch(e){}if(o&&Object.prototype.hasOwnProperty.call(o,t.sharedConfig)){if(i=a(o[t.sharedConfig],{code:"InvalidConfiguration",message:"invalid "+t.sharedConfig+' profile config. Expect "legacy" or "regional". Got "'+o[t.sharedConfig]+'".'}))return i}return i}var s=e("./core");t.exports=i}).call(this)}).call(this,e("_process"))},{"./core":342,_process:432}],342:[function(e,t,r){var a={util:e("./util")};({}).toString(),t.exports=a,a.util.update(a,{VERSION:"2.1172.0",Signers:{},Protocol:{Json:e("./protocol/json"),Query:e("./protocol/query"),Rest:e("./protocol/rest"),RestJson:e("./protocol/rest_json"),RestXml:e("./protocol/rest_xml")},XML:{Builder:e("./xml/builder"),Parser:null},JSON:{Builder:e("./json/builder"),Parser:e("./json/parser")},Model:{Api:e("./model/api"),Operation:e("./model/operation"),Shape:e("./model/shape"),Paginator:e("./model/paginator"),ResourceWaiter:e("./model/resource_waiter")},apiLoader:e("./api_loader"),EndpointCache:e("../vendor/endpoint-cache").EndpointCache}),e("./sequential_executor"),e("./service"),e("./config"),e("./http"),e("./event_listeners"),e("./request"),e("./response"),e("./resource_waiter"),e("./signers/request_signer"),e("./param_validator"),a.events=new a.SequentialExecutor,a.util.memoizedProperty(a,"endpointCache",function(){return new a.EndpointCache(a.config.endpointCacheSize)},!0)},{"../vendor/endpoint-cache":455,"./api_loader":331,"./config":340,"./event_listeners":363,"./http":364,"./json/builder":366,"./json/parser":367,"./model/api":368,"./model/operation":370,"./model/paginator":371,"./model/resource_waiter":372,"./model/shape":373,"./param_validator":374,"./protocol/json":377,"./protocol/query":378,"./protocol/rest":379,"./protocol/rest_json":380,"./protocol/rest_xml":381,"./request":388,"./resource_waiter":389,"./response":390,"./sequential_executor":392,"./service":393,"./signers/request_signer":410,"./util":418,"./xml/builder":420}],343:[function(e,t,r){var a=e("./core");a.Credentials=a.util.inherit({constructor:function(){if(a.util.hideProperties(this,["secretAccessKey"]),this.expired=!1,this.expireTime=null,this.refreshCallbacks=[],1===arguments.length&&"object"==typeof arguments[0]){var e=arguments[0].credentials||arguments[0];this.accessKeyId=e.accessKeyId,this.secretAccessKey=e.secretAccessKey,this.sessionToken=e.sessionToken}else this.accessKeyId=arguments[0],this.secretAccessKey=arguments[1],this.sessionToken=arguments[2]},expiryWindow:15,needsRefresh:function(){var e=a.util.date.getDate().getTime(),t=new Date(e+1e3*this.expiryWindow);return!!(this.expireTime&&t>this.expireTime)||(this.expired||!this.accessKeyId||!this.secretAccessKey)},get:function(e){var t=this;this.needsRefresh()?this.refresh(function(r){r||(t.expired=!1),e&&e(r)}):e&&e()},refresh:function(e){this.expired=!1,e()},coalesceRefresh:function(e,t){var r=this;1===r.refreshCallbacks.push(e)&&r.load(function(e){a.util.arrayEach(r.refreshCallbacks,function(r){t?r(e):a.util.defer(function(){r(e)})}),r.refreshCallbacks.length=0})},load:function(e){e()}}),a.Credentials.addPromisesToClass=function(e){this.prototype.getPromise=a.util.promisifyMethod("get",e),this.prototype.refreshPromise=a.util.promisifyMethod("refresh",e)},a.Credentials.deletePromisesFromClass=function(){delete this.prototype.getPromise,delete this.prototype.refreshPromise},a.util.addPromises(a.Credentials)},{"./core":342}],344:[function(e,t,r){var a=e("../core"),i=e("../../clients/sts");a.ChainableTemporaryCredentials=a.util.inherit(a.Credentials,{constructor:function(e){a.Credentials.call(this),e=e||{},this.errorCode="ChainableTemporaryCredentialsProviderFailure",this.expired=!0,this.tokenCodeFn=null;var t=a.util.copy(e.params)||{};if(t.RoleArn&&(t.RoleSessionName=t.RoleSessionName||"temporary-credentials"),t.SerialNumber){if(!e.tokenCodeFn||"function"!=typeof e.tokenCodeFn)throw new a.util.error(new Error("tokenCodeFn must be a function when params.SerialNumber is given"),{code:this.errorCode});this.tokenCodeFn=e.tokenCodeFn}var r=a.util.merge({params:t,credentials:e.masterCredentials||a.config.credentials},e.stsConfig||{});this.service=new i(r)},refresh:function(e){this.coalesceRefresh(e||a.util.fn.callback)},load:function(e){var t=this,r=t.service.config.params.RoleArn?"assumeRole":"getSessionToken";this.getTokenCode(function(a,i){var s={};if(a)return void e(a);i&&(s.TokenCode=i),t.service[r](s,function(r,a){r||t.service.credentialsFrom(a,t),e(r)})})},getTokenCode:function(e){var t=this;this.tokenCodeFn?this.tokenCodeFn(this.service.config.params.SerialNumber,function(r,i){if(r){var s=r;return r instanceof Error&&(s=r.message),void e(a.util.error(new Error("Error fetching MFA token: "+s),{code:t.errorCode}))}e(null,i)}):e(null)}})},{"../../clients/sts":326,"../core":342}],345:[function(e,t,r){var a=e("../core"),i=e("../../clients/cognitoidentity"),s=e("../../clients/sts");a.CognitoIdentityCredentials=a.util.inherit(a.Credentials,{localStorageKey:{id:"aws.cognito.identity-id.",providers:"aws.cognito.identity-providers."},constructor:function(e,t){a.Credentials.call(this),this.expired=!0,this.params=e,this.data=null,this._identityId=null,this._clientConfig=a.util.copy(t||{}),this.loadCachedId();var r=this;Object.defineProperty(this,"identityId",{get:function(){return r.loadCachedId(),r._identityId||r.params.IdentityId},set:function(e){r._identityId=e}})},refresh:function(e){this.coalesceRefresh(e||a.util.fn.callback)},load:function(e){var t=this;t.createClients(),t.data=null,t._identityId=null,t.getId(function(r){r?(t.clearIdOnNotAuthorized(r),e(r)):t.params.RoleArn?t.getCredentialsFromSTS(e):t.getCredentialsForIdentity(e)})},clearCachedId:function(){this._identityId=null,delete this.params.IdentityId;var e=this.params.IdentityPoolId,t=this.params.LoginId||"";delete this.storage[this.localStorageKey.id+e+t],delete this.storage[this.localStorageKey.providers+e+t]},clearIdOnNotAuthorized:function(e){var t=this;"NotAuthorizedException"==e.code&&t.clearCachedId()},getId:function(e){var t=this;if("string"==typeof t.params.IdentityId)return e(null,t.params.IdentityId);t.cognito.getId(function(r,a){!r&&a.IdentityId?(t.params.IdentityId=a.IdentityId,e(null,a.IdentityId)):e(r)})},loadCredentials:function(e,t){e&&t&&(t.expired=!1,t.accessKeyId=e.Credentials.AccessKeyId,t.secretAccessKey=e.Credentials.SecretKey,t.sessionToken=e.Credentials.SessionToken,t.expireTime=e.Credentials.Expiration)},getCredentialsForIdentity:function(e){var t=this;t.cognito.getCredentialsForIdentity(function(r,a){r?t.clearIdOnNotAuthorized(r):(t.cacheId(a),t.data=a,t.loadCredentials(t.data,t)),e(r)})},getCredentialsFromSTS:function(e){var t=this;t.cognito.getOpenIdToken(function(r,a){r?(t.clearIdOnNotAuthorized(r),e(r)):(t.cacheId(a),t.params.WebIdentityToken=a.Token,t.webIdentityCredentials.refresh(function(r){r||(t.data=t.webIdentityCredentials.data,t.sts.credentialsFrom(t.data,t)),e(r)}))})},loadCachedId:function(){var e=this;if(a.util.isBrowser()&&!e.params.IdentityId){var t=e.getStorage("id");if(t&&e.params.Logins){var r=Object.keys(e.params.Logins);0!==(e.getStorage("providers")||"").split(",").filter(function(e){return-1!==r.indexOf(e)}).length&&(e.params.IdentityId=t)}else t&&(e.params.IdentityId=t)}},createClients:function(){var e=this._clientConfig;if(this.webIdentityCredentials=this.webIdentityCredentials||new a.WebIdentityCredentials(this.params,e),!this.cognito){var t=a.util.merge({},e);t.params=this.params,this.cognito=new i(t)}this.sts=this.sts||new s(e)},cacheId:function(e){this._identityId=e.IdentityId,this.params.IdentityId=this._identityId,a.util.isBrowser()&&(this.setStorage("id",e.IdentityId),this.params.Logins&&this.setStorage("providers",Object.keys(this.params.Logins).join(",")))},getStorage:function(e){return this.storage[this.localStorageKey[e]+this.params.IdentityPoolId+(this.params.LoginId||"")]},setStorage:function(e,t){try{this.storage[this.localStorageKey[e]+this.params.IdentityPoolId+(this.params.LoginId||"")]=t}catch(e){}},storage:function(){try{var e=a.util.isBrowser()&&null!==window.localStorage&&"object"==typeof window.localStorage?window.localStorage:{};return e["aws.test-storage"]="foobar", +Object.defineProperty(s.services.sns,"2010-03-31",{get:function(){var t=e("../apis/sns-2010-03-31.min.json");return t.paginators=e("../apis/sns-2010-03-31.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.SNS},{"../apis/sns-2010-03-31.min.json":219,"../apis/sns-2010-03-31.paginators.json":220,"../lib/core":342,"../lib/node_loader":338}],323:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.sqs={},a.SQS=i.defineService("sqs",["2012-11-05"]),e("../lib/services/sqs"),Object.defineProperty(s.services.sqs,"2012-11-05",{get:function(){var t=e("../apis/sqs-2012-11-05.min.json");return t.paginators=e("../apis/sqs-2012-11-05.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.SQS},{"../apis/sqs-2012-11-05.min.json":221,"../apis/sqs-2012-11-05.paginators.json":222,"../lib/core":342,"../lib/node_loader":338,"../lib/services/sqs":407}],324:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.ssm={},a.SSM=i.defineService("ssm",["2014-11-06"]),Object.defineProperty(s.services.ssm,"2014-11-06",{get:function(){var t=e("../apis/ssm-2014-11-06.min.json");return t.paginators=e("../apis/ssm-2014-11-06.paginators.json").pagination,t.waiters=e("../apis/ssm-2014-11-06.waiters2.json").waiters,t},enumerable:!0,configurable:!0}),t.exports=a.SSM},{"../apis/ssm-2014-11-06.min.json":223,"../apis/ssm-2014-11-06.paginators.json":224,"../apis/ssm-2014-11-06.waiters2.json":225,"../lib/core":342,"../lib/node_loader":338}],325:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.storagegateway={},a.StorageGateway=i.defineService("storagegateway",["2013-06-30"]),Object.defineProperty(s.services.storagegateway,"2013-06-30",{get:function(){var t=e("../apis/storagegateway-2013-06-30.min.json");return t.paginators=e("../apis/storagegateway-2013-06-30.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.StorageGateway},{"../apis/storagegateway-2013-06-30.min.json":226,"../apis/storagegateway-2013-06-30.paginators.json":227,"../lib/core":342,"../lib/node_loader":338}],326:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.sts={},a.STS=i.defineService("sts",["2011-06-15"]),e("../lib/services/sts"),Object.defineProperty(s.services.sts,"2011-06-15",{get:function(){var t=e("../apis/sts-2011-06-15.min.json");return t.paginators=e("../apis/sts-2011-06-15.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.STS},{"../apis/sts-2011-06-15.min.json":230,"../apis/sts-2011-06-15.paginators.json":231,"../lib/core":342,"../lib/node_loader":338,"../lib/services/sts":408}],327:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.translate={},a.Translate=i.defineService("translate",["2017-07-01"]),Object.defineProperty(s.services.translate,"2017-07-01",{get:function(){var t=e("../apis/translate-2017-07-01.min.json");return t.paginators=e("../apis/translate-2017-07-01.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.Translate},{"../apis/translate-2017-07-01.min.json":232,"../apis/translate-2017-07-01.paginators.json":233,"../lib/core":342,"../lib/node_loader":338}],328:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.waf={},a.WAF=i.defineService("waf",["2015-08-24"]),Object.defineProperty(s.services.waf,"2015-08-24",{get:function(){var t=e("../apis/waf-2015-08-24.min.json");return t.paginators=e("../apis/waf-2015-08-24.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.WAF},{"../apis/waf-2015-08-24.min.json":234,"../apis/waf-2015-08-24.paginators.json":235,"../lib/core":342,"../lib/node_loader":338}],329:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.workdocs={},a.WorkDocs=i.defineService("workdocs",["2016-05-01"]),Object.defineProperty(s.services.workdocs,"2016-05-01",{get:function(){var t=e("../apis/workdocs-2016-05-01.min.json");return t.paginators=e("../apis/workdocs-2016-05-01.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.WorkDocs},{"../apis/workdocs-2016-05-01.min.json":236,"../apis/workdocs-2016-05-01.paginators.json":237,"../lib/core":342,"../lib/node_loader":338}],330:[function(e,t,r){e("../lib/node_loader");var a=e("../lib/core"),i=a.Service,s=a.apiLoader;s.services.xray={},a.XRay=i.defineService("xray",["2016-04-12"]),Object.defineProperty(s.services.xray,"2016-04-12",{get:function(){var t=e("../apis/xray-2016-04-12.min.json");return t.paginators=e("../apis/xray-2016-04-12.paginators.json").pagination,t},enumerable:!0,configurable:!0}),t.exports=a.XRay},{"../apis/xray-2016-04-12.min.json":238,"../apis/xray-2016-04-12.paginators.json":239,"../lib/core":342,"../lib/node_loader":338}],331:[function(e,t,r){function a(e,t){if(!a.services.hasOwnProperty(e))throw new Error("InvalidService: Failed to load api for "+e);return a.services[e][t]}a.services={},t.exports=a},{}],332:[function(e,t,r){var a=e("./browserHmac"),i=e("./browserMd5"),s=e("./browserSha1"),o=e("./browserSha256");t.exports={createHash:function(e){if("md5"===(e=e.toLowerCase()))return new i;if("sha256"===e)return new o;if("sha1"===e)return new s;throw new Error("Hash algorithm "+e+" is not supported in the browser SDK")},createHmac:function(e,t){if("md5"===(e=e.toLowerCase()))return new a(i,t);if("sha256"===e)return new a(o,t);if("sha1"===e)return new a(s,t);throw new Error("HMAC algorithm "+e+" is not supported in the browser SDK")},createSign:function(){throw new Error("createSign is not implemented in the browser")}}},{"./browserHmac":334,"./browserMd5":335,"./browserSha1":336,"./browserSha256":337}],333:[function(e,t,r){function a(e){return"string"==typeof e?0===e.length:0===e.byteLength}function i(e){return"string"==typeof e&&(e=new s(e,"utf8")),ArrayBuffer.isView(e)?new Uint8Array(e.buffer,e.byteOffset,e.byteLength/Uint8Array.BYTES_PER_ELEMENT):new Uint8Array(e)}var s=e("buffer/").Buffer;"undefined"!=typeof ArrayBuffer&&void 0===ArrayBuffer.isView&&(ArrayBuffer.isView=function(e){return o.indexOf(Object.prototype.toString.call(e))>-1});var o=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]","[object DataView]"];t.exports={isEmptyData:a,convertToBuffer:i}},{"buffer/":427}],334:[function(e,t,r){function a(e,t){this.hash=new e,this.outer=new e;var r=i(e,t),a=new Uint8Array(e.BLOCK_SIZE);a.set(r);for(var s=0;se.BLOCK_SIZE){var a=new e;a.update(r),r=a.digest()}var i=new Uint8Array(e.BLOCK_SIZE);return i.set(r),i}var s=e("./browserHashUtils");t.exports=a,a.prototype.update=function(e){if(s.isEmptyData(e)||this.error)return this;try{this.hash.update(s.convertToBuffer(e))}catch(e){this.error=e}return this},a.prototype.digest=function(e){return this.outer.finished||this.outer.update(this.hash.digest()),this.outer.digest(e)}},{"./browserHashUtils":333}],335:[function(e,t,r){function a(){this.state=[1732584193,4023233417,2562383102,271733878],this.buffer=new DataView(new ArrayBuffer(c)),this.bufferLength=0,this.bytesHashed=0,this.finished=!1}function i(e,t,r,a,i,s){return((t=(t+e&4294967295)+(a+s&4294967295)&4294967295)<>>32-i)+r&4294967295}function s(e,t,r,a,s,o,n){return i(t&r|~t&a,e,t,s,o,n)}function o(e,t,r,a,s,o,n){return i(t&a|r&~a,e,t,s,o,n)}function n(e,t,r,a,s,o,n){return i(t^r^a,e,t,s,o,n)}function u(e,t,r,a,s,o,n){return i(r^(t|~a),e,t,s,o,n)}var p=e("./browserHashUtils"),m=e("buffer/").Buffer,c=64;t.exports=a,a.BLOCK_SIZE=c,a.prototype.update=function(e){if(p.isEmptyData(e))return this;if(this.finished)throw new Error("Attempted to update an already finished hash.");var t=p.convertToBuffer(e),r=0,a=t.byteLength;for(this.bytesHashed+=a;a>0;)this.buffer.setUint8(this.bufferLength++,t[r++]),a--,this.bufferLength===c&&(this.hashBuffer(),this.bufferLength=0);return this},a.prototype.digest=function(e){if(!this.finished){var t=this,r=t.buffer,a=t.bufferLength,i=t.bytesHashed,s=8*i;if(r.setUint8(this.bufferLength++,128),a%c>=c-8){for(var o=this.bufferLength;o>>0,!0),r.setUint32(c-4,Math.floor(s/4294967296),!0),this.hashBuffer(),this.finished=!0}for(var n=new DataView(new ArrayBuffer(16)),o=0;o<4;o++)n.setUint32(4*o,this.state[o],!0);var u=new m(n.buffer,n.byteOffset,n.byteLength);return e?u.toString(e):u},a.prototype.hashBuffer=function(){var e=this,t=e.buffer,r=e.state,a=r[0],i=r[1],p=r[2],m=r[3];a=s(a,i,p,m,t.getUint32(0,!0),7,3614090360),m=s(m,a,i,p,t.getUint32(4,!0),12,3905402710),p=s(p,m,a,i,t.getUint32(8,!0),17,606105819),i=s(i,p,m,a,t.getUint32(12,!0),22,3250441966),a=s(a,i,p,m,t.getUint32(16,!0),7,4118548399),m=s(m,a,i,p,t.getUint32(20,!0),12,1200080426),p=s(p,m,a,i,t.getUint32(24,!0),17,2821735955),i=s(i,p,m,a,t.getUint32(28,!0),22,4249261313),a=s(a,i,p,m,t.getUint32(32,!0),7,1770035416),m=s(m,a,i,p,t.getUint32(36,!0),12,2336552879),p=s(p,m,a,i,t.getUint32(40,!0),17,4294925233),i=s(i,p,m,a,t.getUint32(44,!0),22,2304563134),a=s(a,i,p,m,t.getUint32(48,!0),7,1804603682),m=s(m,a,i,p,t.getUint32(52,!0),12,4254626195),p=s(p,m,a,i,t.getUint32(56,!0),17,2792965006),i=s(i,p,m,a,t.getUint32(60,!0),22,1236535329),a=o(a,i,p,m,t.getUint32(4,!0),5,4129170786),m=o(m,a,i,p,t.getUint32(24,!0),9,3225465664),p=o(p,m,a,i,t.getUint32(44,!0),14,643717713),i=o(i,p,m,a,t.getUint32(0,!0),20,3921069994),a=o(a,i,p,m,t.getUint32(20,!0),5,3593408605),m=o(m,a,i,p,t.getUint32(40,!0),9,38016083),p=o(p,m,a,i,t.getUint32(60,!0),14,3634488961),i=o(i,p,m,a,t.getUint32(16,!0),20,3889429448),a=o(a,i,p,m,t.getUint32(36,!0),5,568446438),m=o(m,a,i,p,t.getUint32(56,!0),9,3275163606),p=o(p,m,a,i,t.getUint32(12,!0),14,4107603335),i=o(i,p,m,a,t.getUint32(32,!0),20,1163531501),a=o(a,i,p,m,t.getUint32(52,!0),5,2850285829),m=o(m,a,i,p,t.getUint32(8,!0),9,4243563512),p=o(p,m,a,i,t.getUint32(28,!0),14,1735328473),i=o(i,p,m,a,t.getUint32(48,!0),20,2368359562),a=n(a,i,p,m,t.getUint32(20,!0),4,4294588738),m=n(m,a,i,p,t.getUint32(32,!0),11,2272392833),p=n(p,m,a,i,t.getUint32(44,!0),16,1839030562),i=n(i,p,m,a,t.getUint32(56,!0),23,4259657740),a=n(a,i,p,m,t.getUint32(4,!0),4,2763975236),m=n(m,a,i,p,t.getUint32(16,!0),11,1272893353),p=n(p,m,a,i,t.getUint32(28,!0),16,4139469664),i=n(i,p,m,a,t.getUint32(40,!0),23,3200236656),a=n(a,i,p,m,t.getUint32(52,!0),4,681279174),m=n(m,a,i,p,t.getUint32(0,!0),11,3936430074),p=n(p,m,a,i,t.getUint32(12,!0),16,3572445317),i=n(i,p,m,a,t.getUint32(24,!0),23,76029189),a=n(a,i,p,m,t.getUint32(36,!0),4,3654602809),m=n(m,a,i,p,t.getUint32(48,!0),11,3873151461),p=n(p,m,a,i,t.getUint32(60,!0),16,530742520),i=n(i,p,m,a,t.getUint32(8,!0),23,3299628645),a=u(a,i,p,m,t.getUint32(0,!0),6,4096336452),m=u(m,a,i,p,t.getUint32(28,!0),10,1126891415),p=u(p,m,a,i,t.getUint32(56,!0),15,2878612391),i=u(i,p,m,a,t.getUint32(20,!0),21,4237533241),a=u(a,i,p,m,t.getUint32(48,!0),6,1700485571),m=u(m,a,i,p,t.getUint32(12,!0),10,2399980690),p=u(p,m,a,i,t.getUint32(40,!0),15,4293915773),i=u(i,p,m,a,t.getUint32(4,!0),21,2240044497),a=u(a,i,p,m,t.getUint32(32,!0),6,1873313359),m=u(m,a,i,p,t.getUint32(60,!0),10,4264355552),p=u(p,m,a,i,t.getUint32(24,!0),15,2734768916),i=u(i,p,m,a,t.getUint32(52,!0),21,1309151649),a=u(a,i,p,m,t.getUint32(16,!0),6,4149444226),m=u(m,a,i,p,t.getUint32(44,!0),10,3174756917),p=u(p,m,a,i,t.getUint32(8,!0),15,718787259),i=u(i,p,m,a,t.getUint32(36,!0),21,3951481745),r[0]=a+r[0]&4294967295,r[1]=i+r[1]&4294967295,r[2]=p+r[2]&4294967295,r[3]=m+r[3]&4294967295}},{"./browserHashUtils":333,"buffer/":427}],336:[function(e,t,r){function a(){this.h0=1732584193,this.h1=4023233417,this.h2=2562383102,this.h3=271733878,this.h4=3285377520,this.block=new Uint32Array(80),this.offset=0,this.shift=24,this.totalLength=0}var i=e("buffer/").Buffer,s=e("./browserHashUtils");new Uint32Array([1518500249,1859775393,-1894007588,-899497514]),Math.pow(2,53);t.exports=a,a.BLOCK_SIZE=64,a.prototype.update=function(e){if(this.finished)throw new Error("Attempted to update an already finished hash.");if(s.isEmptyData(e))return this;e=s.convertToBuffer(e);var t=e.length;this.totalLength+=8*t;for(var r=0;r14||14===this.offset&&this.shift<24)&&this.processBlock(),this.offset=14,this.shift=24,this.write(0),this.write(0),this.write(this.totalLength>0xffffffffff?this.totalLength/1099511627776:0),this.write(this.totalLength>4294967295?this.totalLength/4294967296:0);for(var t=24;t>=0;t-=8)this.write(this.totalLength>>t);var r=new i(20),a=new DataView(r.buffer);return a.setUint32(0,this.h0,!1),a.setUint32(4,this.h1,!1),a.setUint32(8,this.h2,!1),a.setUint32(12,this.h3,!1),a.setUint32(16,this.h4,!1),e?r.toString(e):r},a.prototype.processBlock=function(){for(var e=16;e<80;e++){var t=this.block[e-3]^this.block[e-8]^this.block[e-14]^this.block[e-16];this.block[e]=t<<1|t>>>31}var r,a,i=this.h0,s=this.h1,o=this.h2,n=this.h3,u=this.h4;for(e=0;e<80;e++){e<20?(r=n^s&(o^n),a=1518500249):e<40?(r=s^o^n,a=1859775393):e<60?(r=s&o|n&(s|o),a=2400959708):(r=s^o^n,a=3395469782);var p=(i<<5|i>>>27)+r+u+a+(0|this.block[e]);u=n,n=o,o=s<<30|s>>>2,s=i,i=p}for(this.h0=this.h0+i|0,this.h1=this.h1+s|0,this.h2=this.h2+o|0,this.h3=this.h3+n|0,this.h4=this.h4+u|0,this.offset=0,e=0;e<16;e++)this.block[e]=0}},{"./browserHashUtils":333,"buffer/":427}],337:[function(e,t,r){function a(){this.state=[1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225],this.temp=new Int32Array(64),this.buffer=new Uint8Array(64),this.bufferLength=0,this.bytesHashed=0,this.finished=!1}var i=e("buffer/").Buffer,s=e("./browserHashUtils"),o=new Uint32Array([1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298]),n=Math.pow(2,53)-1;t.exports=a,a.BLOCK_SIZE=64,a.prototype.update=function(e){if(this.finished)throw new Error("Attempted to update an already finished hash.");if(s.isEmptyData(e))return this;e=s.convertToBuffer(e);var t=0,r=e.byteLength;if(this.bytesHashed+=r,8*this.bytesHashed>n)throw new Error("Cannot hash more than 2^53 - 1 bits");for(;r>0;)this.buffer[this.bufferLength++]=e[t++],r--,64===this.bufferLength&&(this.hashBuffer(),this.bufferLength=0);return this},a.prototype.digest=function(e){if(!this.finished){var t=8*this.bytesHashed,r=new DataView(this.buffer.buffer,this.buffer.byteOffset,this.buffer.byteLength),a=this.bufferLength;if(r.setUint8(this.bufferLength++,128),a%64>=56){for(var s=this.bufferLength;s<64;s++)r.setUint8(s,0);this.hashBuffer(),this.bufferLength=0}for(var s=this.bufferLength;s<56;s++)r.setUint8(s,0);r.setUint32(56,Math.floor(t/4294967296),!0),r.setUint32(60,t),this.hashBuffer(),this.finished=!0}for(var o=new i(32),s=0;s<8;s++)o[4*s]=this.state[s]>>>24&255,o[4*s+1]=this.state[s]>>>16&255,o[4*s+2]=this.state[s]>>>8&255,o[4*s+3]=this.state[s]>>>0&255;return e?o.toString(e):o},a.prototype.hashBuffer=function(){for(var e=this,t=e.buffer,r=e.state,a=r[0],i=r[1],s=r[2],n=r[3],u=r[4],p=r[5],m=r[6],c=r[7],l=0;l<64;l++){if(l<16)this.temp[l]=(255&t[4*l])<<24|(255&t[4*l+1])<<16|(255&t[4*l+2])<<8|255&t[4*l+3];else{var d=this.temp[l-2],y=(d>>>17|d<<15)^(d>>>19|d<<13)^d>>>10;d=this.temp[l-15];var b=(d>>>7|d<<25)^(d>>>18|d<<14)^d>>>3;this.temp[l]=(y+this.temp[l-7]|0)+(b+this.temp[l-16]|0)}var S=(((u>>>6|u<<26)^(u>>>11|u<<21)^(u>>>25|u<<7))+(u&p^~u&m)|0)+(c+(o[l]+this.temp[l]|0)|0)|0,g=((a>>>2|a<<30)^(a>>>13|a<<19)^(a>>>22|a<<10))+(a&i^a&s^i&s)|0;c=m,m=p,p=u,u=n+S|0,n=s,s=i,i=a,a=S+g|0}r[0]+=a,r[1]+=i,r[2]+=s,r[3]+=n,r[4]+=u,r[5]+=p,r[6]+=m,r[7]+=c}},{"./browserHashUtils":333,"buffer/":427}],338:[function(e,t,r){(function(r){(function(){var r=e("./util");r.crypto.lib=e("./browserCryptoLib"),r.Buffer=e("buffer/").Buffer,r.url=e("url/"),r.querystring=e("querystring/"),r.realClock=e("./realclock/browserClock"),r.environment="js",r.createEventStream=e("./event-stream/buffered-create-event-stream").createEventStream,r.isBrowser=function(){return!0},r.isNode=function(){return!1};var a=e("./core");if(t.exports=a,e("./credentials"),e("./credentials/credential_provider_chain"),e("./credentials/temporary_credentials"),e("./credentials/chainable_temporary_credentials"),e("./credentials/web_identity_credentials"),e("./credentials/cognito_identity_credentials"),e("./credentials/saml_credentials"),a.XML.Parser=e("./xml/browser_parser"),e("./http/xhr"),void 0===i)var i={browser:!0}}).call(this)}).call(this,e("_process"))},{"./browserCryptoLib":332,"./core":342,"./credentials":343,"./credentials/chainable_temporary_credentials":344,"./credentials/cognito_identity_credentials":345,"./credentials/credential_provider_chain":346,"./credentials/saml_credentials":347,"./credentials/temporary_credentials":348,"./credentials/web_identity_credentials":349,"./event-stream/buffered-create-event-stream":357,"./http/xhr":365,"./realclock/browserClock":384,"./util":418,"./xml/browser_parser":419,_process:432,"buffer/":427,"querystring/":439,"url/":441}],339:[function(e,t,r){var a=e("../core"),i=a.util.url,s=a.util.crypto.lib,o=a.util.base64.encode,n=a.util.inherit,u=function(e){var t={"+":"-","=":"_","/":"~"};return e.replace(/[\+=\/]/g,function(e){return t[e]})},p=function(e,t){var r=s.createSign("RSA-SHA1");return r.write(e),u(r.sign(t,"base64"))},m=function(e,t,r,a){var i=JSON.stringify({Statement:[{Resource:e,Condition:{DateLessThan:{"AWS:EpochTime":t}}}]});return{Expires:t,"Key-Pair-Id":r,Signature:p(i.toString(),a)}},c=function(e,t,r){return e=e.replace(/\s/gm,""),{Policy:u(o(e)),"Key-Pair-Id":t,Signature:p(e,r)}},l=function(e){var t=e.split("://");if(t.length<2)throw new Error("Invalid URL.");return t[0].replace("*","")},d=function(e){var t=i.parse(e);return t.path.replace(/^\//,"")+(t.hash||"")},y=function(e){switch(l(e)){case"http":case"https":return e;case"rtmp":return d(e);default:throw new Error("Invalid URI scheme. Scheme must be one of http, https, or rtmp")}},b=function(e,t){if(!t||"function"!=typeof t)throw e;t(e)},S=function(e,t){if(!t||"function"!=typeof t)return e;t(null,e)};a.CloudFront.Signer=n({constructor:function(e,t){if(void 0===e||void 0===t)throw new Error("A key pair ID and private key are required");this.keyPairId=e,this.privateKey=t},getSignedCookie:function(e,t){var r="policy"in e?c(e.policy,this.keyPairId,this.privateKey):m(e.url,e.expires,this.keyPairId,this.privateKey),a={};for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&(a["CloudFront-"+i]=r[i]);return S(a,t)},getSignedUrl:function(e,t){try{var r=y(e.url)}catch(e){return b(e,t)}var a=i.parse(e.url,!0),s=Object.prototype.hasOwnProperty.call(e,"policy")?c(e.policy,this.keyPairId,this.privateKey):m(r,e.expires,this.keyPairId,this.privateKey);a.search=null;for(var o in s)Object.prototype.hasOwnProperty.call(s,o)&&(a.query[o]=s[o]);try{var n="rtmp"===l(e.url)?d(i.format(a)):i.format(a)}catch(e){return b(e,t)}return S(n,t)}}),t.exports=a.CloudFront.Signer},{"../core":342}],340:[function(e,t,r){var a=e("./core");e("./credentials"),e("./credentials/credential_provider_chain");var i;a.Config=a.util.inherit({constructor:function(e){void 0===e&&(e={}),e=this.extractCredentials(e),a.util.each.call(this,this.keys,function(t,r){this.set(t,e[t],r)})},getCredentials:function(e){function t(t){e(t,t?null:i.credentials)}function r(e,t){return new a.util.error(t||new Error,{code:"CredentialsError",message:e,name:"CredentialsError"})}var i=this;i.credentials?"function"==typeof i.credentials.get?function(){i.credentials.get(function(e){e&&(e=r("Could not load credentials from "+i.credentials.constructor.name,e)),t(e)})}():function(){var e=null;i.credentials.accessKeyId&&i.credentials.secretAccessKey||(e=r("Missing credentials")),t(e)}():i.credentialProvider?i.credentialProvider.resolve(function(e,a){e&&(e=r("Could not load credentials from any providers",e)),i.credentials=a,t(e)}):t(r("No credentials to load"))},update:function(e,t){t=t||!1,e=this.extractCredentials(e),a.util.each.call(this,e,function(e,r){(t||Object.prototype.hasOwnProperty.call(this.keys,e)||a.Service.hasService(e))&&this.set(e,r)})},loadFromPath:function(e){this.clear();var t=JSON.parse(a.util.readFileSync(e)),r=new a.FileSystemCredentials(e),i=new a.CredentialProviderChain;return i.providers.unshift(r),i.resolve(function(e,r){if(e)throw e;t.credentials=r}),this.constructor(t),this},clear:function(){a.util.each.call(this,this.keys,function(e){delete this[e]}),this.set("credentials",void 0),this.set("credentialProvider",void 0)},set:function(e,t,r){void 0===t?(void 0===r&&(r=this.keys[e]),this[e]="function"==typeof r?r.call(this):r):"httpOptions"===e&&this[e]?this[e]=a.util.merge(this[e],t):this[e]=t},keys:{credentials:null,credentialProvider:null,region:null,logger:null,apiVersions:{},apiVersion:null,endpoint:void 0,httpOptions:{timeout:12e4},maxRetries:void 0,maxRedirects:10,paramValidation:!0,sslEnabled:!0,s3ForcePathStyle:!1,s3BucketEndpoint:!1,s3DisableBodySigning:!0,s3UsEast1RegionalEndpoint:"legacy",s3UseArnRegion:void 0,computeChecksums:!0,convertResponseTypes:!0,correctClockSkew:!1,customUserAgent:null,dynamoDbCrc32:!0,systemClockOffset:0,signatureVersion:null,signatureCache:!0,retryDelayOptions:{},useAccelerateEndpoint:!1,clientSideMonitoring:!1,endpointDiscoveryEnabled:void 0,endpointCacheSize:1e3,hostPrefixEnabled:!0,stsRegionalEndpoints:"legacy",useFipsEndpoint:!1,useDualstackEndpoint:!1},extractCredentials:function(e){return e.accessKeyId&&e.secretAccessKey&&(e=a.util.copy(e),e.credentials=new a.Credentials(e)),e},setPromisesDependency:function(e){i=e,null===e&&"function"==typeof Promise&&(i=Promise);var t=[a.Request,a.Credentials,a.CredentialProviderChain];a.S3&&(t.push(a.S3),a.S3.ManagedUpload&&t.push(a.S3.ManagedUpload)),a.util.addPromises(t,i)},getPromisesDependency:function(){return i}}),a.config=new a.Config},{"./core":342,"./credentials":343,"./credentials/credential_provider_chain":346}],341:[function(e,t,r){(function(r){(function(){function a(e,t){if("string"==typeof e){if(["legacy","regional"].indexOf(e.toLowerCase())>=0)return e.toLowerCase();throw s.util.error(new Error,t)}}function i(e,t){e=e||{};var i;if(e[t.clientConfig]&&(i=a(e[t.clientConfig],{code:"InvalidConfiguration",message:'invalid "'+t.clientConfig+'" configuration. Expect "legacy" or "regional". Got "'+e[t.clientConfig]+'".'})))return i;if(!s.util.isNode())return i;if(Object.prototype.hasOwnProperty.call(r.env,t.env)){if(i=a(r.env[t.env],{code:"InvalidEnvironmentalVariable",message:"invalid "+t.env+' environmental variable. Expect "legacy" or "regional". Got "'+r.env[t.env]+'".'}))return i}var o={};try{o=s.util.getProfilesFromSharedConfig(s.util.iniLoader)[r.env.AWS_PROFILE||s.util.defaultProfile]}catch(e){}if(o&&Object.prototype.hasOwnProperty.call(o,t.sharedConfig)){if(i=a(o[t.sharedConfig],{code:"InvalidConfiguration",message:"invalid "+t.sharedConfig+' profile config. Expect "legacy" or "regional". Got "'+o[t.sharedConfig]+'".'}))return i}return i}var s=e("./core");t.exports=i}).call(this)}).call(this,e("_process"))},{"./core":342,_process:432}],342:[function(e,t,r){var a={util:e("./util")};({}).toString(),t.exports=a,a.util.update(a,{VERSION:"2.1173.0",Signers:{},Protocol:{Json:e("./protocol/json"),Query:e("./protocol/query"),Rest:e("./protocol/rest"),RestJson:e("./protocol/rest_json"),RestXml:e("./protocol/rest_xml")},XML:{Builder:e("./xml/builder"),Parser:null},JSON:{Builder:e("./json/builder"),Parser:e("./json/parser")},Model:{Api:e("./model/api"),Operation:e("./model/operation"),Shape:e("./model/shape"),Paginator:e("./model/paginator"),ResourceWaiter:e("./model/resource_waiter")},apiLoader:e("./api_loader"),EndpointCache:e("../vendor/endpoint-cache").EndpointCache}),e("./sequential_executor"),e("./service"),e("./config"),e("./http"),e("./event_listeners"),e("./request"),e("./response"),e("./resource_waiter"),e("./signers/request_signer"),e("./param_validator"),a.events=new a.SequentialExecutor,a.util.memoizedProperty(a,"endpointCache",function(){return new a.EndpointCache(a.config.endpointCacheSize)},!0)},{"../vendor/endpoint-cache":455,"./api_loader":331,"./config":340,"./event_listeners":363,"./http":364,"./json/builder":366,"./json/parser":367,"./model/api":368,"./model/operation":370,"./model/paginator":371,"./model/resource_waiter":372,"./model/shape":373,"./param_validator":374,"./protocol/json":377,"./protocol/query":378,"./protocol/rest":379,"./protocol/rest_json":380,"./protocol/rest_xml":381,"./request":388,"./resource_waiter":389,"./response":390,"./sequential_executor":392,"./service":393,"./signers/request_signer":410,"./util":418,"./xml/builder":420}],343:[function(e,t,r){var a=e("./core");a.Credentials=a.util.inherit({constructor:function(){if(a.util.hideProperties(this,["secretAccessKey"]),this.expired=!1,this.expireTime=null,this.refreshCallbacks=[],1===arguments.length&&"object"==typeof arguments[0]){var e=arguments[0].credentials||arguments[0];this.accessKeyId=e.accessKeyId,this.secretAccessKey=e.secretAccessKey,this.sessionToken=e.sessionToken}else this.accessKeyId=arguments[0],this.secretAccessKey=arguments[1],this.sessionToken=arguments[2]},expiryWindow:15,needsRefresh:function(){var e=a.util.date.getDate().getTime(),t=new Date(e+1e3*this.expiryWindow);return!!(this.expireTime&&t>this.expireTime)||(this.expired||!this.accessKeyId||!this.secretAccessKey)},get:function(e){var t=this;this.needsRefresh()?this.refresh(function(r){r||(t.expired=!1),e&&e(r)}):e&&e()},refresh:function(e){this.expired=!1,e()},coalesceRefresh:function(e,t){var r=this;1===r.refreshCallbacks.push(e)&&r.load(function(e){a.util.arrayEach(r.refreshCallbacks,function(r){t?r(e):a.util.defer(function(){r(e)})}),r.refreshCallbacks.length=0})},load:function(e){e()}}),a.Credentials.addPromisesToClass=function(e){this.prototype.getPromise=a.util.promisifyMethod("get",e),this.prototype.refreshPromise=a.util.promisifyMethod("refresh",e)},a.Credentials.deletePromisesFromClass=function(){delete this.prototype.getPromise,delete this.prototype.refreshPromise},a.util.addPromises(a.Credentials)},{"./core":342}],344:[function(e,t,r){var a=e("../core"),i=e("../../clients/sts");a.ChainableTemporaryCredentials=a.util.inherit(a.Credentials,{constructor:function(e){a.Credentials.call(this),e=e||{},this.errorCode="ChainableTemporaryCredentialsProviderFailure",this.expired=!0,this.tokenCodeFn=null;var t=a.util.copy(e.params)||{};if(t.RoleArn&&(t.RoleSessionName=t.RoleSessionName||"temporary-credentials"),t.SerialNumber){if(!e.tokenCodeFn||"function"!=typeof e.tokenCodeFn)throw new a.util.error(new Error("tokenCodeFn must be a function when params.SerialNumber is given"),{code:this.errorCode});this.tokenCodeFn=e.tokenCodeFn}var r=a.util.merge({params:t,credentials:e.masterCredentials||a.config.credentials},e.stsConfig||{});this.service=new i(r)},refresh:function(e){this.coalesceRefresh(e||a.util.fn.callback)},load:function(e){var t=this,r=t.service.config.params.RoleArn?"assumeRole":"getSessionToken";this.getTokenCode(function(a,i){var s={};if(a)return void e(a);i&&(s.TokenCode=i),t.service[r](s,function(r,a){r||t.service.credentialsFrom(a,t),e(r)})})},getTokenCode:function(e){var t=this;this.tokenCodeFn?this.tokenCodeFn(this.service.config.params.SerialNumber,function(r,i){if(r){var s=r;return r instanceof Error&&(s=r.message),void e(a.util.error(new Error("Error fetching MFA token: "+s),{code:t.errorCode}))}e(null,i)}):e(null)}})},{"../../clients/sts":326,"../core":342}],345:[function(e,t,r){var a=e("../core"),i=e("../../clients/cognitoidentity"),s=e("../../clients/sts");a.CognitoIdentityCredentials=a.util.inherit(a.Credentials,{localStorageKey:{id:"aws.cognito.identity-id.",providers:"aws.cognito.identity-providers."},constructor:function(e,t){a.Credentials.call(this),this.expired=!0,this.params=e,this.data=null,this._identityId=null,this._clientConfig=a.util.copy(t||{}),this.loadCachedId();var r=this;Object.defineProperty(this,"identityId",{get:function(){return r.loadCachedId(),r._identityId||r.params.IdentityId},set:function(e){r._identityId=e}})},refresh:function(e){this.coalesceRefresh(e||a.util.fn.callback)},load:function(e){var t=this;t.createClients(),t.data=null,t._identityId=null,t.getId(function(r){r?(t.clearIdOnNotAuthorized(r),e(r)):t.params.RoleArn?t.getCredentialsFromSTS(e):t.getCredentialsForIdentity(e)})},clearCachedId:function(){this._identityId=null,delete this.params.IdentityId;var e=this.params.IdentityPoolId,t=this.params.LoginId||"";delete this.storage[this.localStorageKey.id+e+t],delete this.storage[this.localStorageKey.providers+e+t]},clearIdOnNotAuthorized:function(e){var t=this;"NotAuthorizedException"==e.code&&t.clearCachedId()},getId:function(e){var t=this;if("string"==typeof t.params.IdentityId)return e(null,t.params.IdentityId);t.cognito.getId(function(r,a){!r&&a.IdentityId?(t.params.IdentityId=a.IdentityId,e(null,a.IdentityId)):e(r)})},loadCredentials:function(e,t){e&&t&&(t.expired=!1,t.accessKeyId=e.Credentials.AccessKeyId,t.secretAccessKey=e.Credentials.SecretKey,t.sessionToken=e.Credentials.SessionToken,t.expireTime=e.Credentials.Expiration)},getCredentialsForIdentity:function(e){var t=this;t.cognito.getCredentialsForIdentity(function(r,a){r?t.clearIdOnNotAuthorized(r):(t.cacheId(a),t.data=a,t.loadCredentials(t.data,t)),e(r)})},getCredentialsFromSTS:function(e){var t=this;t.cognito.getOpenIdToken(function(r,a){r?(t.clearIdOnNotAuthorized(r),e(r)):(t.cacheId(a),t.params.WebIdentityToken=a.Token,t.webIdentityCredentials.refresh(function(r){r||(t.data=t.webIdentityCredentials.data,t.sts.credentialsFrom(t.data,t)),e(r)}))})},loadCachedId:function(){var e=this;if(a.util.isBrowser()&&!e.params.IdentityId){var t=e.getStorage("id");if(t&&e.params.Logins){var r=Object.keys(e.params.Logins);0!==(e.getStorage("providers")||"").split(",").filter(function(e){return-1!==r.indexOf(e)}).length&&(e.params.IdentityId=t)}else t&&(e.params.IdentityId=t)}},createClients:function(){var e=this._clientConfig;if(this.webIdentityCredentials=this.webIdentityCredentials||new a.WebIdentityCredentials(this.params,e),!this.cognito){var t=a.util.merge({},e);t.params=this.params,this.cognito=new i(t)}this.sts=this.sts||new s(e)},cacheId:function(e){this._identityId=e.IdentityId,this.params.IdentityId=this._identityId,a.util.isBrowser()&&(this.setStorage("id",e.IdentityId),this.params.Logins&&this.setStorage("providers",Object.keys(this.params.Logins).join(",")))},getStorage:function(e){return this.storage[this.localStorageKey[e]+this.params.IdentityPoolId+(this.params.LoginId||"")]},setStorage:function(e,t){try{this.storage[this.localStorageKey[e]+this.params.IdentityPoolId+(this.params.LoginId||"")]=t}catch(e){}},storage:function(){try{var e=a.util.isBrowser()&&null!==window.localStorage&&"object"==typeof window.localStorage?window.localStorage:{};return e["aws.test-storage"]="foobar", delete e["aws.test-storage"],e}catch(e){return{}}}()})},{"../../clients/cognitoidentity":258,"../../clients/sts":326,"../core":342}],346:[function(e,t,r){var a=e("../core");a.CredentialProviderChain=a.util.inherit(a.Credentials,{constructor:function(e){this.providers=e||a.CredentialProviderChain.defaultProviders.slice(0),this.resolveCallbacks=[]},resolve:function(e){function t(e,o){if(!e&&o||i===s.length)return a.util.arrayEach(r.resolveCallbacks,function(t){t(e,o)}),void(r.resolveCallbacks.length=0);var n=s[i++];o="function"==typeof n?n.call():n,o.get?o.get(function(e){t(e,e?null:o)}):t(null,o)}var r=this;if(0===r.providers.length)return e(new Error("No providers")),r;if(1===r.resolveCallbacks.push(e)){var i=0,s=r.providers.slice(0);t()}return r}}),a.CredentialProviderChain.defaultProviders=[],a.CredentialProviderChain.addPromisesToClass=function(e){this.prototype.resolvePromise=a.util.promisifyMethod("resolve",e)},a.CredentialProviderChain.deletePromisesFromClass=function(){delete this.prototype.resolvePromise},a.util.addPromises(a.CredentialProviderChain)},{"../core":342}],347:[function(e,t,r){var a=e("../core"),i=e("../../clients/sts");a.SAMLCredentials=a.util.inherit(a.Credentials,{constructor:function(e){a.Credentials.call(this),this.expired=!0,this.params=e},refresh:function(e){this.coalesceRefresh(e||a.util.fn.callback)},load:function(e){var t=this;t.createClients(),t.service.assumeRoleWithSAML(function(r,a){r||t.service.credentialsFrom(a,t),e(r)})},createClients:function(){this.service=this.service||new i({params:this.params})}})},{"../../clients/sts":326,"../core":342}],348:[function(e,t,r){var a=e("../core"),i=e("../../clients/sts");a.TemporaryCredentials=a.util.inherit(a.Credentials,{constructor:function(e,t){a.Credentials.call(this),this.loadMasterCredentials(t),this.expired=!0,this.params=e||{},this.params.RoleArn&&(this.params.RoleSessionName=this.params.RoleSessionName||"temporary-credentials")},refresh:function(e){this.coalesceRefresh(e||a.util.fn.callback)},load:function(e){var t=this;t.createClients(),t.masterCredentials.get(function(){t.service.config.credentials=t.masterCredentials,(t.params.RoleArn?t.service.assumeRole:t.service.getSessionToken).call(t.service,function(r,a){r||t.service.credentialsFrom(a,t),e(r)})})},loadMasterCredentials:function(e){for(this.masterCredentials=e||a.config.credentials;this.masterCredentials.masterCredentials;)this.masterCredentials=this.masterCredentials.masterCredentials;"function"!=typeof this.masterCredentials.get&&(this.masterCredentials=new a.Credentials(this.masterCredentials))},createClients:function(){this.service=this.service||new i({params:this.params})}})},{"../../clients/sts":326,"../core":342}],349:[function(e,t,r){var a=e("../core"),i=e("../../clients/sts");a.WebIdentityCredentials=a.util.inherit(a.Credentials,{constructor:function(e,t){a.Credentials.call(this),this.expired=!0,this.params=e,this.params.RoleSessionName=this.params.RoleSessionName||"web-identity",this.data=null,this._clientConfig=a.util.copy(t||{})},refresh:function(e){this.coalesceRefresh(e||a.util.fn.callback)},load:function(e){var t=this;t.createClients(),t.service.assumeRoleWithWebIdentity(function(r,a){t.data=null,r||(t.data=a,t.service.credentialsFrom(a,t)),e(r)})},createClients:function(){if(!this.service){var e=a.util.merge({},this._clientConfig);e.params=this.params,this.service=new i(e)}}})},{"../../clients/sts":326,"../core":342}],350:[function(e,t,r){(function(r){(function(){function a(e){var t=e.service,r=t.api||{},a={};return t.config.region&&(a.region=t.config.region),r.serviceId&&(a.serviceId=r.serviceId),t.config.credentials.accessKeyId&&(a.accessKeyId=t.config.credentials.accessKeyId),a}function i(e,t,r){r&&void 0!==t&&null!==t&&"structure"===r.type&&r.required&&r.required.length>0&&b.arrayEach(r.required,function(a){var s=r.members[a];if(!0===s.endpointDiscoveryId){var o=s.isLocationName?s.name:a;e[o]=String(t[a])}else i(e,t[a],s)})}function s(e,t){var r={};return i(r,e.params,t),r}function o(e){var t=e.service,r=t.api,i=r.operations?r.operations[e.operation]:void 0,o=i?i.input:void 0,n=s(e,o),p=a(e);Object.keys(n).length>0&&(p=b.update(p,n),i&&(p.operation=i.name));var m=y.endpointCache.get(p);if(!m||1!==m.length||""!==m[0].Address)if(m&&m.length>0)e.httpRequest.updateEndpoint(m[0].Address);else{var c=t.makeRequest(r.endpointOperation,{Operation:i.name,Identifiers:n});u(c),c.removeListener("validate",y.EventListeners.Core.VALIDATE_PARAMETERS),c.removeListener("retry",y.EventListeners.Core.RETRY_CHECK),y.endpointCache.put(p,[{Address:"",CachePeriodInMinutes:1}]),c.send(function(e,t){t&&t.Endpoints?y.endpointCache.put(p,t.Endpoints):e&&y.endpointCache.put(p,[{Address:"",CachePeriodInMinutes:1}])})}}function n(e,t){var r=e.service,i=r.api,o=i.operations?i.operations[e.operation]:void 0,n=o?o.input:void 0,p=s(e,n),m=a(e);Object.keys(p).length>0&&(m=b.update(m,p),o&&(m.operation=o.name));var c=y.EndpointCache.getKeyString(m),l=y.endpointCache.get(c);if(l&&1===l.length&&""===l[0].Address)return g[c]||(g[c]=[]),void g[c].push({request:e,callback:t});if(l&&l.length>0)e.httpRequest.updateEndpoint(l[0].Address),t();else{var d=r.makeRequest(i.endpointOperation,{Operation:o.name,Identifiers:p});d.removeListener("validate",y.EventListeners.Core.VALIDATE_PARAMETERS),u(d),y.endpointCache.put(c,[{Address:"",CachePeriodInMinutes:60}]),d.send(function(r,a){if(r){if(e.response.error=b.error(r,{retryable:!1}),y.endpointCache.remove(m),g[c]){var i=g[c];b.arrayEach(i,function(e){e.request.response.error=b.error(r,{retryable:!1}),e.callback()}),delete g[c]}}else if(a&&(y.endpointCache.put(c,a.Endpoints),e.httpRequest.updateEndpoint(a.Endpoints[0].Address),g[c])){var i=g[c];b.arrayEach(i,function(e){e.request.httpRequest.updateEndpoint(a.Endpoints[0].Address),e.callback()}),delete g[c]}t()})}}function u(e){var t=e.service.api,r=t.apiVersion;r&&!e.httpRequest.headers["x-amz-api-version"]&&(e.httpRequest.headers["x-amz-api-version"]=r)}function p(e){var t=e.error,r=e.httpResponse;if(t&&("InvalidEndpointException"===t.code||421===r.statusCode)){var i=e.request,o=i.service.api.operations||{},n=o[i.operation]?o[i.operation].input:void 0,u=s(i,n),p=a(i);Object.keys(u).length>0&&(p=b.update(p,u),o[i.operation]&&(p.operation=o[i.operation].name)),y.endpointCache.remove(p)}}function m(e){if(e._originalConfig&&e._originalConfig.endpoint&&!0===e._originalConfig.endpointDiscoveryEnabled)throw b.error(new Error,{code:"ConfigurationException",message:"Custom endpoint is supplied; endpointDiscoveryEnabled must not be true."});var t=y.config[e.serviceIdentifier]||{};return Boolean(y.config.endpoint||t.endpoint||e._originalConfig&&e._originalConfig.endpoint)}function c(e){return["false","0"].indexOf(e)>=0}function l(e){var t=e.service||{};if(void 0!==t.config.endpointDiscoveryEnabled)return t.config.endpointDiscoveryEnabled;if(!b.isBrowser()){for(var a=0;a-1&&0===++e[t];t--);}var s=e("../core").util,o=s.buffer.toBuffer;a.fromNumber=function(e){if(e>0x8000000000000000||e<-0x8000000000000000)throw new Error(e+" is too large (or, if negative, too small) to represent as an Int64");for(var t=new Uint8Array(8),r=7,s=Math.abs(Math.round(e));r>-1&&s>0;r--,s/=256)t[r]=s;return e<0&&i(t),new a(t)},a.prototype.valueOf=function(){var e=this.bytes.slice(0),t=128&e[0];return t&&i(e),parseInt(e.toString("hex"),16)*(t?-1:1)},a.prototype.toString=function(){return String(this.valueOf())},t.exports={Int64:a}},{"../core":342}],360:[function(e,t,r){function a(e,t,r){var a=s(t),o=a.headers[":message-type"];if(o){if("error"===o.value)throw i(a);if("event"!==o.value)return}var n=a.headers[":event-type"],u=r.members[n.value];if(u){var p={},m=u.eventPayloadMemberName;if(m){var c=u.members[m];"binary"===c.type?p[m]=a.body:p[m]=e.parse(a.body.toString(),c)}for(var l=u.eventHeaderMemberNames,d=0;d=0)return e.httpRequest.headers["X-Amz-Content-Sha256"]="UNSIGNED-PAYLOAD",t();a.util.computeSha256(s,function(r,a){r?t(r):(e.httpRequest.headers["X-Amz-Content-Sha256"]=a,t())})}else t()}}),e("SET_CONTENT_LENGTH","afterBuild",function(e){var t=r(e),i=a.util.getRequestPayloadShape(e);if(void 0===e.httpRequest.headers["Content-Length"])try{var s=a.util.string.byteLength(e.httpRequest.body);e.httpRequest.headers["Content-Length"]=s}catch(r){if(i&&i.isStreaming){if(i.requiresLength)throw r;if(t.indexOf("unsigned-body")>=0)return void(e.httpRequest.headers["Transfer-Encoding"]="chunked");throw r}throw r}}),e("SET_HTTP_HOST","afterBuild",function(e){e.httpRequest.headers.Host=e.httpRequest.endpoint.host}),e("SET_TRACE_ID","afterBuild",function(e){if(a.util.isNode()&&!Object.hasOwnProperty.call(e.httpRequest.headers,"X-Amzn-Trace-Id")){var r=t.env.AWS_LAMBDA_FUNCTION_NAME,i=t.env._X_AMZN_TRACE_ID;"string"==typeof r&&r.length>0&&"string"==typeof i&&i.length>0&&(e.httpRequest.headers["X-Amzn-Trace-Id"]=i)}}),e("RESTART","restart",function(){var e=this.response.error;e&&e.retryable&&(this.httpRequest=new a.HttpRequest(this.service.endpoint,this.service.region),this.response.retryCount=600?this.emit("sign",[this],function(e){e?t(e):o()}):o()}),e("HTTP_HEADERS","httpHeaders",function(e,t,r,i){r.httpResponse.statusCode=e,r.httpResponse.statusMessage=i,r.httpResponse.headers=t,r.httpResponse.body=a.util.buffer.toBuffer(""),r.httpResponse.buffers=[],r.httpResponse.numBytes=0;var s=t.date||t.Date,o=r.request.service;if(s){var n=Date.parse(s);o.config.correctClockSkew&&o.isClockSkewed(n)&&o.applyClockOffset(n)}}),e("HTTP_DATA","httpData",function(e,t){if(e){if(a.util.isNode()){t.httpResponse.numBytes+=e.length;var r=t.httpResponse.headers["content-length"],i={loaded:t.httpResponse.numBytes,total:r};t.request.emit("httpDownloadProgress",[i,t])}t.httpResponse.buffers.push(a.util.buffer.toBuffer(e))}}),e("HTTP_DONE","httpDone",function(e){if(e.httpResponse.buffers&&e.httpResponse.buffers.length>0){var t=a.util.buffer.concat(e.httpResponse.buffers);e.httpResponse.body=t}delete e.httpResponse.numBytes,delete e.httpResponse.buffers}),e("FINALIZE_ERROR","retry",function(e){e.httpResponse.statusCode&&(e.error.statusCode=e.httpResponse.statusCode,void 0===e.error.retryable&&(e.error.retryable=this.service.retryableError(e.error,this)))}),e("INVALIDATE_CREDENTIALS","retry",function(e){if(e.error)switch(e.error.code){case"RequestExpired":case"ExpiredTokenException":case"ExpiredToken":e.error.retryable=!0,e.request.service.config.credentials.expired=!0}}),e("EXPIRED_SIGNATURE","retry",function(e){var t=e.error;t&&"string"==typeof t.code&&"string"==typeof t.message&&t.code.match(/Signature/)&&t.message.match(/expired/)&&(e.error.retryable=!0)}),e("CLOCK_SKEWED","retry",function(e){e.error&&this.service.clockSkewError(e.error)&&this.service.config.correctClockSkew&&(e.error.retryable=!0)}),e("REDIRECT","retry",function(e){e.error&&e.error.statusCode>=300&&e.error.statusCode<400&&e.httpResponse.headers.location&&(this.httpRequest.endpoint=new a.Endpoint(e.httpResponse.headers.location),this.httpRequest.headers.Host=this.httpRequest.endpoint.host,e.error.redirect=!0,e.error.retryable=!0)}),e("RETRY_CHECK","retry",function(e){e.error&&(e.error.redirect&&e.redirectCount=0?(e.error=null,setTimeout(t,r)):t()})}),CorePost:(new i).addNamedListeners(function(e){e("EXTRACT_REQUEST_ID","extractData",a.util.extractRequestId),e("EXTRACT_REQUEST_ID","extractError",a.util.extractRequestId),e("ENOTFOUND_ERROR","httpError",function(e){if("NetworkingError"===e.code&&function(e){return"ENOTFOUND"===e.errno||"number"==typeof e.errno&&"function"==typeof a.util.getSystemErrorName&&["EAI_NONAME","EAI_NODATA"].indexOf(a.util.getSystemErrorName(e.errno)>=0)}(e)){var t="Inaccessible host: `"+e.hostname+"' at port `"+e.port+"'. This service may not be available in the `"+e.region+"' region.";this.response.error=a.util.error(new Error(t),{code:"UnknownEndpoint",region:e.region,hostname:e.hostname,retryable:!0,originalError:e})}})}),Logger:(new i).addNamedListeners(function(t){t("LOG_REQUEST","complete",function(t){function r(e,t){if(!t)return t;if(e.isSensitive)return"***SensitiveInformation***";switch(e.type){case"structure":var i={};return a.util.each(t,function(t,a){Object.prototype.hasOwnProperty.call(e.members,t)?i[t]=r(e.members[t],a):i[t]=a}),i;case"list":var s=[];return a.util.arrayEach(t,function(t,a){s.push(r(e.member,t))}),s;case"map":var o={};return a.util.each(t,function(t,a){o[t]=r(e.value,a)}),o;default:return t}}var i=t.request,s=i.service.config.logger;if(s){var o=function(){var o=t.request.service.getSkewCorrectedDate().getTime(),n=(o-i.startTime.getTime())/1e3,u=!!s.isTTY,p=t.httpResponse.statusCode,m=i.params;if(i.service.api.operations&&i.service.api.operations[i.operation]&&i.service.api.operations[i.operation].input){m=r(i.service.api.operations[i.operation].input,i.params)}var c=e("util").inspect(m,!0,null),l="";return u&&(l+=""),l+="[AWS "+i.service.serviceIdentifier+" "+p,l+=" "+n.toString()+"s "+t.retryCount+" retries]",u&&(l+=""),l+=" "+a.util.string.lowerFirst(i.operation),l+="("+c+")",u&&(l+=""),l}();"function"==typeof s.log?s.log(o):"function"==typeof s.write&&s.write(o+"\n")}})}),Json:(new i).addNamedListeners(function(t){var r=e("./protocol/json");t("BUILD","build",r.buildRequest),t("EXTRACT_DATA","extractData",r.extractData),t("EXTRACT_ERROR","extractError",r.extractError)}),Rest:(new i).addNamedListeners(function(t){var r=e("./protocol/rest");t("BUILD","build",r.buildRequest),t("EXTRACT_DATA","extractData",r.extractData),t("EXTRACT_ERROR","extractError",r.extractError)}), RestJson:(new i).addNamedListeners(function(t){var r=e("./protocol/rest_json");t("BUILD","build",r.buildRequest),t("EXTRACT_DATA","extractData",r.extractData),t("EXTRACT_ERROR","extractError",r.extractError)}),RestXml:(new i).addNamedListeners(function(t){var r=e("./protocol/rest_xml");t("BUILD","build",r.buildRequest),t("EXTRACT_DATA","extractData",r.extractData),t("EXTRACT_ERROR","extractError",r.extractError)}),Query:(new i).addNamedListeners(function(t){var r=e("./protocol/query");t("BUILD","build",r.buildRequest),t("EXTRACT_DATA","extractData",r.extractData),t("EXTRACT_ERROR","extractError",r.extractError)})}}).call(this)}).call(this,e("_process"))},{"./core":342,"./discover_endpoint":350,"./protocol/json":377,"./protocol/query":378,"./protocol/rest":379,"./protocol/rest_json":380,"./protocol/rest_xml":381,"./sequential_executor":392,_process:432,util:444}],364:[function(e,t,r){var a=e("./core"),i=a.util.inherit;a.Endpoint=i({constructor:function(e,t){if(a.util.hideProperties(this,["slashes","auth","hash","search","query"]),void 0===e||null===e)throw new Error("Invalid endpoint: "+e);if("string"!=typeof e)return a.util.copy(e);if(!e.match(/^http/)){e=((t&&void 0!==t.sslEnabled?t.sslEnabled:a.config.sslEnabled)?"https":"http")+"://"+e}a.util.update(this,a.util.urlParse(e)),this.port?this.port=parseInt(this.port,10):this.port="https:"===this.protocol?443:80}}),a.HttpRequest=i({constructor:function(e,t){e=new a.Endpoint(e),this.method="POST",this.path=e.path||"/",this.headers={},this.body="",this.endpoint=e,this.region=t,this._userAgent="",this.setUserAgent()},setUserAgent:function(){this._userAgent=this.headers[this.getUserAgentHeaderName()]=a.util.userAgent()},getUserAgentHeaderName:function(){return(a.util.isBrowser()?"X-Amz-":"")+"User-Agent"},appendToUserAgent:function(e){"string"==typeof e&&e&&(this._userAgent+=" "+e),this.headers[this.getUserAgentHeaderName()]=this._userAgent},getUserAgent:function(){return this._userAgent},pathname:function(){return this.path.split("?",1)[0]},search:function(){var e=this.path.split("?",2)[1];return e?(e=a.util.queryStringParse(e),a.util.queryParamsToString(e)):""},updateEndpoint:function(e){var t=new a.Endpoint(e);this.endpoint=t,this.path=t.path||"/",this.headers.Host&&(this.headers.Host=t.host)}}),a.HttpResponse=i({constructor:function(){this.statusCode=void 0,this.headers={},this.body=void 0,this.streaming=!1,this.stream=null},createUnbufferedStream:function(){return this.streaming=!0,this.stream}}),a.HttpClient=i({}),a.HttpClient.getInstance=function(){return void 0===this.singleton&&(this.singleton=new this),this.singleton}},{"./core":342}],365:[function(e,t,r){var a=e("../core"),i=e("events").EventEmitter;e("../http"),a.XHRClient=a.util.inherit({handleRequest:function(e,t,r,s){var o=this,n=e.endpoint,u=new i,p=n.protocol+"//"+n.hostname;80!==n.port&&443!==n.port&&(p+=":"+n.port),p+=e.path;var m=new XMLHttpRequest,c=!1;e.stream=m,m.addEventListener("readystatechange",function(){try{if(0===m.status)return}catch(e){return}this.readyState>=this.HEADERS_RECEIVED&&!c&&(u.statusCode=m.status,u.headers=o.parseHeaders(m.getAllResponseHeaders()),u.emit("headers",u.statusCode,u.headers,m.statusText),c=!0),this.readyState===this.DONE&&o.finishRequest(m,u)},!1),m.upload.addEventListener("progress",function(e){u.emit("sendProgress",e)}),m.addEventListener("progress",function(e){u.emit("receiveProgress",e)},!1),m.addEventListener("timeout",function(){s(a.util.error(new Error("Timeout"),{code:"TimeoutError"}))},!1),m.addEventListener("error",function(){s(a.util.error(new Error("Network Failure"),{code:"NetworkingError"}))},!1),m.addEventListener("abort",function(){s(a.util.error(new Error("Request aborted"),{code:"RequestAbortedError"}))},!1),r(u),m.open(e.method,p,!1!==t.xhrAsync),a.util.each(e.headers,function(e,t){"Content-Length"!==e&&"User-Agent"!==e&&"Host"!==e&&m.setRequestHeader(e,t)}),t.timeout&&!1!==t.xhrAsync&&(m.timeout=t.timeout),t.xhrWithCredentials&&(m.withCredentials=!0);try{m.responseType="arraybuffer"}catch(e){}try{e.body?m.send(e.body):m.send()}catch(t){if(!e.body||"object"!=typeof e.body.buffer)throw t;m.send(e.body.buffer)}return u},parseHeaders:function(e){var t={};return a.util.arrayEach(e.split(/\r?\n/),function(e){var r=e.split(":",1)[0],a=e.substring(r.length+2);r.length>0&&(t[r.toLowerCase()]=a)}),t},finishRequest:function(e,t){var r;if("arraybuffer"===e.responseType&&e.response){var i=e.response;r=new a.util.Buffer(i.byteLength);for(var s=new Uint8Array(i),o=0;o-1?t||"":t,this.isJsonValue?JSON.parse(t):t&&"function"==typeof t.toString?t.toString():t},this.toWireFormat=function(e){return this.isJsonValue?JSON.stringify(e):e}}function l(){s.apply(this,arguments),this.toType=function(e){return null===e||void 0===e?null:parseFloat(e)},this.toWireFormat=this.toType}function d(){s.apply(this,arguments),this.toType=function(e){return null===e||void 0===e?null:parseInt(e,10)},this.toWireFormat=this.toType}function y(){s.apply(this,arguments),this.toType=function(e){var t=h.base64.decode(e);if(this.isSensitive&&h.isNode()&&"function"==typeof h.Buffer.alloc){var r=h.Buffer.alloc(t.length,t);t.fill(0),t=r}return t},this.toWireFormat=h.base64.encode}function b(){y.apply(this,arguments)}function S(){s.apply(this,arguments),this.toType=function(e){return"boolean"==typeof e?e:null===e||void 0===e?null:"true"===e}}var g=e("./collection"),h=e("../util");s.normalizedTypes={character:"string",double:"float",long:"integer",short:"integer",biginteger:"integer",bigdecimal:"float",blob:"binary"},s.types={structure:n,list:u,map:p,boolean:S,timestamp:m,float:l,integer:d,string:c,base64:b,binary:y},s.resolve=function(e,t){if(e.shape){var r=t.api.shapes[e.shape];if(!r)throw new Error("Cannot find shape reference: "+e.shape);return r}return null},s.create=function(e,t,r){if(e.isShape)return e;var a=s.resolve(e,t);if(a){var i=Object.keys(e);t.documentation||(i=i.filter(function(e){return!e.match(/documentation/)}));var o=function(){a.constructor.call(this,e,t,r)};return o.prototype=a,new o}e.type||(e.members?e.type="structure":e.member?e.type="list":e.key?e.type="map":e.type="string");var n=e.type;if(s.normalizedTypes[e.type]&&(e.type=s.normalizedTypes[e.type]),s.types[e.type])return new s.types[e.type](e,t,r);throw new Error("Unrecognized shape type: "+n)},s.shapes={StructureShape:n,ListShape:u,MapShape:p,StringShape:c,BooleanShape:S,Base64Shape:b},t.exports=s},{"../util":418,"./collection":369}],374:[function(e,t,r){var a=e("./core");a.ParamValidator=a.util.inherit({constructor:function(e){!0!==e&&void 0!==e||(e={min:!0}),this.validation=e},validate:function(e,t,r){if(this.errors=[],this.validateMember(e,t||{},r||"params"),this.errors.length>1){var i=this.errors.join("\n* ");throw i="There were "+this.errors.length+" validation errors:\n* "+i,a.util.error(new Error(i),{code:"MultipleValidationErrors",errors:this.errors})}if(1===this.errors.length)throw this.errors[0];return!0},fail:function(e,t){this.errors.push(a.util.error(new Error(t),{code:e}))},validateStructure:function(e,t,r){if(e.isDocument)return!0;this.validateType(t,r,["object"],"structure");for(var a,i=0;e.required&&i= 1, but found "'+t+'" for '+r)},validatePattern:function(e,t,r){this.validation.pattern&&void 0!==e.pattern&&(new RegExp(e.pattern).test(t)||this.fail("PatternMatchError",'Provided value "'+t+'" does not match regex pattern /'+e.pattern+"/ for "+r))},validateRange:function(e,t,r,a){this.validation.min&&void 0!==e.min&&t= "+e.min+", but found "+t+" for "+r),this.validation.max&&void 0!==e.max&&t>e.max&&this.fail("MaxRangeError","Expected "+a+" <= "+e.max+", but found "+t+" for "+r)},validateEnum:function(e,t,r){this.validation.enum&&void 0!==e.enum&&-1===e.enum.indexOf(t)&&this.fail("EnumError","Found string value of "+t+", but expected "+e.enum.join("|")+" for "+r)},validateType:function(e,t,r,i){if(null===e||void 0===e)return!1;for(var s=!1,o=0;o63)throw u.error(new Error,{code:"ValidationError",message:"Hostname label length should be between 1 to 63 characters, inclusive."});if(!r.test(e))throw p.util.error(new Error,{code:"ValidationError",message:e+" is not hostname compatible."})})}var u=e("../util"),p=e("../core");t.exports={populateHostPrefix:a}},{"../core":342,"../util":418}],377:[function(e,t,r){function a(e){var t=e.httpRequest,r=e.service.api,a=r.targetPrefix+"."+r.operations[e.operation].name,i=r.jsonVersion||"1.0",s=r.operations[e.operation].input,o=new n;1===i&&(i="1.0"),t.body=o.build(e.params||{},s),t.headers["Content-Type"]="application/x-amz-json-"+i,t.headers["X-Amz-Target"]=a,p(e)}function i(e){var t={},r=e.httpResponse;if(t.code=r.headers["x-amzn-errortype"]||"UnknownError","string"==typeof t.code&&(t.code=t.code.split(":")[0]),r.body.length>0)try{var a=JSON.parse(r.body.toString()),i=a.__type||a.code||a.Code;i&&(t.code=i.split("#").pop()),"RequestEntityTooLarge"===t.code?t.message="Request body must be less than 1 MB":t.message=a.message||a.Message||null}catch(a){t.statusCode=r.statusCode,t.message=r.statusMessage}else t.statusCode=r.statusCode,t.message=r.statusCode.toString();e.error=o.error(new Error,t)}function s(e){var t=e.httpResponse.body.toString()||"{}";if(!1===e.request.service.config.convertResponseTypes)e.data=JSON.parse(t);else{var r=e.request.service.api.operations[e.request.operation],a=r.output||{},i=new u;e.data=i.parse(t,a)}}var o=e("../util"),n=e("../json/builder"),u=e("../json/parser"),p=e("./helpers").populateHostPrefix;t.exports={buildRequest:a,extractError:i,extractData:s}},{"../json/builder":366,"../json/parser":367,"../util":418,"./helpers":376}],378:[function(e,t,r){function a(e){var t=e.service.api.operations[e.operation],r=e.httpRequest;r.headers["Content-Type"]="application/x-www-form-urlencoded; charset=utf-8",r.params={Version:e.service.api.apiVersion,Action:t.name},(new u).serialize(e.params,t.input,function(e,t){r.params[e]=t}),r.body=n.queryParamsToString(r.params),m(e)}function i(e){var t,r=e.httpResponse.body.toString();if(r.match("=0?"&":"?";var n=[];m.arrayEach(Object.keys(s).sort(),function(e){Array.isArray(s[e])||(s[e]=[s[e]]);for(var t=0;t0){t=new n.XML.Parser;var c=t.parse(a.toString(),s);u.update(e.data,c)}}var n=e("../core"),u=e("../util"),p=e("./rest");t.exports={buildRequest:i,extractError:s,extractData:o}},{"../core":342,"../util":418,"./rest":379}],382:[function(e,t,r){function a(){}function i(e){return e.isQueryName||"ec2"!==e.api.protocol?e.name:e.name[0].toUpperCase()+e.name.substr(1)}function s(e,t,r,a){p.each(r.members,function(r,s){var o=t[r];if(null!==o&&void 0!==o){var n=i(s);n=e?e+"."+n:n,u(n,o,s,a)}})}function o(e,t,r,a){var i=1;p.each(t,function(t,s){var o=r.flattened?".":".entry.",n=o+i+++".",p=n+(r.key.name||"key"),m=n+(r.value.name||"value");u(e+p,t,r.key,a),u(e+m,s,r.value,a)})}function n(e,t,r,a){var s=r.member||{};if(0===t.length)return void a.call(this,e,null);p.arrayEach(t,function(t,o){var n="."+(o+1);if("ec2"===r.api.protocol)n+="";else if(r.flattened){if(s.name){var p=e.split(".");p.pop(),p.push(i(s)),e=p.join(".")}}else n="."+(s.name?s.name:"member")+n;u(e+n,t,s,a)})}function u(e,t,r,a){null!==t&&void 0!==t&&("structure"===r.type?s(e,t,r,a):"list"===r.type?n(e,t,r,a):"map"===r.type?o(e,t,r,a):a(e,r.toWireFormat(t).toString()))}var p=e("../util");a.prototype.serialize=function(e,t,r){s("",e,t,r)},t.exports=a},{"../util":418}],383:[function(e,t,r){var a=e("../core"),i=null,s={signatureVersion:"v4",signingName:"rds-db",operations:{}},o={region:"string",hostname:"string",port:"number",username:"string"};a.RDS.Signer=a.util.inherit({constructor:function(e){this.options=e||{}},convertUrlToAuthToken:function(e){if(0===e.indexOf("https://"))return e.substring("https://".length)},getAuthToken:function(e,t){"function"==typeof e&&void 0===t&&(t=e,e={});var r=this,o="function"==typeof t;e=a.util.merge(this.options,e);var n=this.validateAuthTokenOptions(e);if(!0!==n){if(o)return t(n,null);throw n}var u={region:e.region,endpoint:new a.Endpoint(e.hostname+":"+e.port),paramValidation:!1,signatureVersion:"v4"};e.credentials&&(u.credentials=e.credentials),i=new a.Service(u),i.api=s;var p=i.makeRequest();if(this.modifyRequestForAuthToken(p,e),!o){var m=p.presign(900);return this.convertUrlToAuthToken(m)}p.presign(900,function(e,a){a&&(a=r.convertUrlToAuthToken(a)),t(e,a)})},modifyRequestForAuthToken:function(e,t){e.on("build",e.buildAsGet),e.httpRequest.body=a.util.queryParamsToString({Action:"connect",DBUser:t.username})},validateAuthTokenOptions:function(e){var t="";e=e||{};for(var r in o)Object.prototype.hasOwnProperty.call(o,r)&&typeof e[r]!==o[r]&&(t+="option '"+r+"' should have been type '"+o[r]+"', was '"+typeof e[r]+"'.\n");return!t.length||a.util.error(new Error,{code:"InvalidParameter",message:t})}})},{"../core":342}],384:[function(e,t,r){t.exports={now:function(){return"undefined"!=typeof performance&&"function"==typeof performance.now?performance.now():Date.now()}}},{}],385:[function(e,t,r){function a(e){return"string"==typeof e&&(e.startsWith("fips-")||e.endsWith("-fips"))}function i(e){return"string"==typeof e&&["aws-global","aws-us-gov-global"].includes(e)}function s(e){return["fips-aws-global","aws-fips","aws-global"].includes(e)?"us-east-1":["fips-aws-us-gov-global","aws-us-gov-global"].includes(e)?"us-gov-west-1":e.replace(/fips-(dkr-|prod-)?|-fips/,"")}t.exports={isFipsRegion:a,isGlobalRegion:i,getRealRegion:s}},{}],386:[function(e,t,r){function a(e){if(!e)return null;var t=e.split("-");return t.length<3?null:t.slice(0,t.length-2).join("-")+"-*"}function i(e){var t=e.config.region,r=a(t),i=e.api.endpointPrefix;return[[t,i],[r,i],[t,"*"],[r,"*"],["*",i],["*","*"]].map(function(e){return e[0]&&e[1]?e.join("/"):null})}function s(e,t){u.each(t,function(t,r){"globalEndpoint"!==t&&(void 0!==e.config[t]&&null!==e.config[t]||(e.config[t]=r))})}function o(e){for(var t=i(e),r=e.config.useFipsEndpoint,a=e.config.useDualstackEndpoint,o=0;o=0){u=!0;var p=0}var m=function(){u&&p!==n?i.emit("error",a.util.error(new Error("Stream content length mismatch. Received "+p+" of "+n+" bytes."),{code:"StreamContentLengthMismatch"})):2===a.HttpClient.streamsApiVersion?i.end():i.emit("end")},c=o.httpResponse.createUnbufferedStream();if(2===a.HttpClient.streamsApiVersion)if(u){var l=new e.PassThrough;l._write=function(t){return t&&t.length&&(p+=t.length),e.PassThrough.prototype._write.apply(this,arguments)},l.on("end",m),i.on("error",function(e){u=!1,c.unpipe(l),l.emit("end"),l.end()}),c.pipe(l).pipe(i,{end:!1})}else c.pipe(i);else u&&c.on("data",function(e){e&&e.length&&(p+=e.length)}),c.on("data",function(e){i.emit("data",e)}),c.on("end",m);c.on("error",function(e){u=!1,i.emit("error",e)})}}),i},emitEvent:function(e,t,r){"function"==typeof t&&(r=t,t=null),r||(r=function(){}),t||(t=this.eventParameters(e,this.response)),a.SequentialExecutor.prototype.emit.call(this,e,t,function(e){e&&(this.response.error=e),r.call(this,e)})},eventParameters:function(e){switch(e){case"restart":case"validate":case"sign":case"build":case"afterValidate":case"afterBuild":return[this];case"error":return[this.response.error,this.response];default:return[this.response]}},presign:function(e,t){return t||"function"!=typeof e||(t=e,e=null),(new a.Signers.Presign).sign(this.toGet(),e,t)},isPresigned:function(){return Object.prototype.hasOwnProperty.call(this.httpRequest.headers,"presigned-expires")},toUnauthenticated:function(){return this._unAuthenticated=!0,this.removeListener("validate",a.EventListeners.Core.VALIDATE_CREDENTIALS),this.removeListener("sign",a.EventListeners.Core.SIGN),this},toGet:function(){return"query"!==this.service.api.protocol&&"ec2"!==this.service.api.protocol||(this.removeListener("build",this.buildAsGet),this.addListener("build",this.buildAsGet)),this},buildAsGet:function(e){e.httpRequest.method="GET",e.httpRequest.path=e.service.endpoint.path+"?"+e.httpRequest.body,e.httpRequest.body="",delete e.httpRequest.headers["Content-Length"],delete e.httpRequest.headers["Content-Type"]},haltHandlersOnError:function(){this._haltHandlersOnError=!0}}),a.Request.addPromisesToClass=function(e){this.prototype.promise=function(){var t=this;return this.httpRequest.appendToUserAgent("promise"),new e(function(e,r){t.on("complete",function(t){t.error?r(t.error):e(Object.defineProperty(t.data||{},"$response",{value:t}))}),t.runTo()})}},a.Request.deletePromisesFromClass=function(){delete this.prototype.promise},a.util.addPromises(a.Request),a.util.mixin(a.Request,a.SequentialExecutor)}).call(this)}).call(this,e("_process"))},{"./core":342,"./state_machine":417,_process:432,jmespath:431}],389:[function(e,t,r){function a(e){var t=e.request._waiter,r=t.config.acceptors,a=!1,i="retry";r.forEach(function(r){if(!a){var s=t.matchers[r.matcher];s&&s(e,r.expected,r.argument)&&(a=!0,i=r.state)}}),!a&&e.error&&(i="failure"),"success"===i?t.setSuccess(e):t.setError(e,"retry"===i)}var i=e("./core"),s=i.util.inherit,o=e("jmespath");i.ResourceWaiter=s({constructor:function(e,t){this.service=e,this.state=t,this.loadWaiterConfig(this.state)},service:null,state:null,config:null,matchers:{path:function(e,t,r){try{var a=o.search(e.data,r)}catch(e){return!1}return o.strictDeepEqual(a,t)},pathAll:function(e,t,r){try{var a=o.search(e.data,r)}catch(e){return!1}Array.isArray(a)||(a=[a]);var i=a.length;if(!i)return!1;for(var s=0;s=1&&t.doneParts===t.numParts&&t.finishMultiPart()}))}r&&t.fillQueue.call(t)},abort:function(){var e=this;!0===e.isDoneChunking&&1===e.totalPartNumbers&&e.singlePart?e.singlePart.abort():e.cleanup(a.util.error(new Error("Request aborted by user"),{code:"RequestAbortedError",retryable:!1}))},validateBody:function(){var e=this;if(e.body=e.service.config.params.Body,"string"==typeof e.body)e.body=a.util.buffer.toBuffer(e.body);else if(!e.body)throw new Error("params.Body is required");e.sliceFn=a.util.arraySliceFn(e.body)},bindServiceObject:function(e){e=e||{};var t=this;if(t.service){var r=t.service,i=a.util.copy(r.config);i.signatureVersion=r.getSignatureVersion(),t.service=new r.constructor.__super__(i),t.service.config.params=a.util.merge(t.service.config.params||{},e),Object.defineProperty(t.service,"_originalConfig",{get:function(){return r._originalConfig},enumerable:!1,configurable:!0})}else t.service=new a.S3({params:e})},adjustTotalBytes:function(){var e=this;try{e.totalBytes=i(e.body)}catch(e){}if(e.totalBytes){var t=Math.ceil(e.totalBytes/e.maxTotalParts);t>e.partSize&&(e.partSize=t)}else e.totalBytes=void 0},isDoneChunking:!1,partPos:0,totalChunkedBytes:0,totalUploadedBytes:0,totalBytes:void 0,numParts:0,totalPartNumbers:0,activeParts:0,doneParts:0,parts:null,completeInfo:null,failed:!1,multipartReq:null,partBuffers:null,partBufferLength:0,fillBuffer:function(){var e=this,t=i(e.body);if(0===t)return e.isDoneChunking=!0,e.numParts=1,void e.nextChunk(e.body);for(;e.activeParts=e.queueSize)){var t=e.body.read(e.partSize-e.partBufferLength)||e.body.read();if(t&&(e.partBuffers.push(t),e.partBufferLength+=t.length,e.totalChunkedBytes+=t.length),e.partBufferLength>=e.partSize){var r=1===e.partBuffers.length?e.partBuffers[0]:s.concat(e.partBuffers);if(e.partBuffers=[],e.partBufferLength=0,r.length>e.partSize){var a=r.slice(e.partSize);e.partBuffers.push(a),e.partBufferLength+=a.length,r=r.slice(0,e.partSize)}e.nextChunk(r)}e.isDoneChunking&&!e.isDoneSending&&(r=1===e.partBuffers.length?e.partBuffers[0]:s.concat(e.partBuffers),e.partBuffers=[],e.partBufferLength=0,e.totalBytes=e.totalChunkedBytes,e.isDoneSending=!0,(0===e.numParts||r.length>0)&&(e.numParts++,e.nextChunk(r))),e.body.read(0)}},nextChunk:function(e){var t=this;if(t.failed)return null;var r=++t.totalPartNumbers;if(t.isDoneChunking&&1===r){var i={Body:e};this.tags&&(i.Tagging=this.getTaggingHeader());var s=t.service.putObject(i);return s._managedUpload=t,s.on("httpUploadProgress",t.progress).send(t.finishSinglePart),t.singlePart=s,null}if(t.service.config.params.ContentMD5){var o=a.util.error(new Error("The Content-MD5 you specified is invalid for multi-part uploads."),{code:"InvalidDigest",retryable:!1});return t.cleanup(o),null}if(t.completeInfo[r]&&null!==t.completeInfo[r].ETag)return null;t.activeParts++,t.service.config.params.UploadId?t.uploadPart(e,r):t.multipartReq?t.queueChunks(e,r):(t.multipartReq=t.service.createMultipartUpload(),t.multipartReq.on("success",function(e){t.service.config.params.UploadId=e.data.UploadId,t.multipartReq=null}),t.queueChunks(e,r),t.multipartReq.on("error",function(e){t.cleanup(e)}),t.multipartReq.send())},getTaggingHeader:function(){for(var e=[],t=0;t-1&&r.splice(i,1)}return this},removeAllListeners:function(e){return e?delete this._events[e]:this._events={},this},emit:function(e,t,r){r||(r=function(){});var a=this.listeners(e),i=a.length;return this.callListeners(a,t,r),i>0},callListeners:function(e,t,r,i){function s(i){if(i&&(n=a.util.error(n||new Error,i),o._haltHandlersOnError))return r.call(o,n);o.callListeners(e,t,r,n)}for(var o=this,n=i||null;e.length>0;){var u=e.shift();if(u._isAsync)return void u.apply(o,t.concat([s]));try{u.apply(o,t)}catch(e){n=a.util.error(n||new Error,e)}if(n&&o._haltHandlersOnError)return void r.call(o,n)}r.call(o,n)},addListeners:function(e){var t=this;return e._events&&(e=e._events),a.util.each(e,function(e,r){"function"==typeof r&&(r=[r]),a.util.arrayEach(r,function(r){t.on(e,r)})}),t},addNamedListener:function(e,t,r,a){return this[e]=r,this.addListener(t,r,a),this},addNamedAsyncListener:function(e,t,r,a){return r._isAsync=!0,this.addNamedListener(e,t,r,a)},addNamedListeners:function(e){var t=this;return e(function(){t.addNamedListener.apply(t,arguments)},function(){t.addNamedAsyncListener.apply(t,arguments)}),this}}),a.SequentialExecutor.prototype.addListener=a.SequentialExecutor.prototype.on,t.exports=a.SequentialExecutor},{"./core":342}],393:[function(e,t,r){(function(r){(function(){var a=e("./core"),i=e("./model/api"),s=e("./region_config"),o=a.util.inherit,n=0,u=e("./region/utils");a.Service=o({constructor:function(e){if(!this.loadServiceClass)throw a.util.error(new Error,"Service must be constructed with `new' operator");if(e){if(e.region){var t=e.region;u.isFipsRegion(t)&&(e.region=u.getRealRegion(t),e.useFipsEndpoint=!0),u.isGlobalRegion(t)&&(e.region=u.getRealRegion(t))}"boolean"==typeof e.useDualstack&&"boolean"!=typeof e.useDualstackEndpoint&&(e.useDualstackEndpoint=e.useDualstack)}var r=this.loadServiceClass(e||{});if(r){var i=a.util.copy(e),s=new r(e);return Object.defineProperty(s,"_originalConfig",{get:function(){return i},enumerable:!1,configurable:!0}),s._clientId=++n,s}this.initialize(e)},initialize:function(e){var t=a.config[this.serviceIdentifier];if(this.config=new a.Config(a.config), diff --git a/lib/core.js b/lib/core.js index 688a4a2ed2..2d7b200fc1 100644 --- a/lib/core.js +++ b/lib/core.js @@ -20,7 +20,7 @@ AWS.util.update(AWS, { /** * @constant */ - VERSION: '2.1172.0', + VERSION: '2.1173.0', /** * @api private diff --git a/package.json b/package.json index 164b1d6431..9cdc49fd30 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "aws-sdk", "description": "AWS SDK for JavaScript", - "version": "2.1172.0", + "version": "2.1173.0", "author": { "name": "Amazon Web Services", "email": "",