@aws-sdk/client-global-accelerator 3.34.0 → 3.35.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/dist-cjs/GlobalAccelerator.js +863 -0
- package/dist-cjs/GlobalAccelerator.js.map +1 -0
- package/dist-cjs/GlobalAcceleratorClient.js +191 -0
- package/dist-cjs/GlobalAcceleratorClient.js.map +1 -0
- package/dist-cjs/commands/AddCustomRoutingEndpointsCommand.js +71 -0
- package/dist-cjs/commands/AddCustomRoutingEndpointsCommand.js.map +1 -0
- package/dist-cjs/commands/AdvertiseByoipCidrCommand.js +67 -0
- package/dist-cjs/commands/AdvertiseByoipCidrCommand.js.map +1 -0
- package/dist-cjs/commands/AllowCustomRoutingTrafficCommand.js +66 -0
- package/dist-cjs/commands/AllowCustomRoutingTrafficCommand.js.map +1 -0
- package/dist-cjs/commands/CreateAcceleratorCommand.js +66 -0
- package/dist-cjs/commands/CreateAcceleratorCommand.js.map +1 -0
- package/dist-cjs/commands/CreateCustomRoutingAcceleratorCommand.js +70 -0
- package/dist-cjs/commands/CreateCustomRoutingAcceleratorCommand.js.map +1 -0
- package/dist-cjs/commands/CreateCustomRoutingEndpointGroupCommand.js +63 -0
- package/dist-cjs/commands/CreateCustomRoutingEndpointGroupCommand.js.map +1 -0
- package/dist-cjs/commands/CreateCustomRoutingListenerCommand.js +62 -0
- package/dist-cjs/commands/CreateCustomRoutingListenerCommand.js.map +1 -0
- package/dist-cjs/commands/CreateEndpointGroupCommand.js +62 -0
- package/dist-cjs/commands/CreateEndpointGroupCommand.js.map +1 -0
- package/dist-cjs/commands/CreateListenerCommand.js +62 -0
- package/dist-cjs/commands/CreateListenerCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteAcceleratorCommand.js +74 -0
- package/dist-cjs/commands/DeleteAcceleratorCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteCustomRoutingAcceleratorCommand.js +74 -0
- package/dist-cjs/commands/DeleteCustomRoutingAcceleratorCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteCustomRoutingEndpointGroupCommand.js +61 -0
- package/dist-cjs/commands/DeleteCustomRoutingEndpointGroupCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteCustomRoutingListenerCommand.js +61 -0
- package/dist-cjs/commands/DeleteCustomRoutingListenerCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteEndpointGroupCommand.js +61 -0
- package/dist-cjs/commands/DeleteEndpointGroupCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteListenerCommand.js +61 -0
- package/dist-cjs/commands/DeleteListenerCommand.js.map +1 -0
- package/dist-cjs/commands/DenyCustomRoutingTrafficCommand.js +66 -0
- package/dist-cjs/commands/DenyCustomRoutingTrafficCommand.js.map +1 -0
- package/dist-cjs/commands/DeprovisionByoipCidrCommand.js +67 -0
- package/dist-cjs/commands/DeprovisionByoipCidrCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeAcceleratorAttributesCommand.js +62 -0
- package/dist-cjs/commands/DescribeAcceleratorAttributesCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeAcceleratorCommand.js +61 -0
- package/dist-cjs/commands/DescribeAcceleratorCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js +61 -0
- package/dist-cjs/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeCustomRoutingAcceleratorCommand.js +61 -0
- package/dist-cjs/commands/DescribeCustomRoutingAcceleratorCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeCustomRoutingEndpointGroupCommand.js +61 -0
- package/dist-cjs/commands/DescribeCustomRoutingEndpointGroupCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeCustomRoutingListenerCommand.js +61 -0
- package/dist-cjs/commands/DescribeCustomRoutingListenerCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeEndpointGroupCommand.js +61 -0
- package/dist-cjs/commands/DescribeEndpointGroupCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeListenerCommand.js +61 -0
- package/dist-cjs/commands/DescribeListenerCommand.js.map +1 -0
- package/dist-cjs/commands/ListAcceleratorsCommand.js +61 -0
- package/dist-cjs/commands/ListAcceleratorsCommand.js.map +1 -0
- package/dist-cjs/commands/ListByoipCidrsCommand.js +62 -0
- package/dist-cjs/commands/ListByoipCidrsCommand.js.map +1 -0
- package/dist-cjs/commands/ListCustomRoutingAcceleratorsCommand.js +61 -0
- package/dist-cjs/commands/ListCustomRoutingAcceleratorsCommand.js.map +1 -0
- package/dist-cjs/commands/ListCustomRoutingEndpointGroupsCommand.js +61 -0
- package/dist-cjs/commands/ListCustomRoutingEndpointGroupsCommand.js.map +1 -0
- package/dist-cjs/commands/ListCustomRoutingListenersCommand.js +61 -0
- package/dist-cjs/commands/ListCustomRoutingListenersCommand.js.map +1 -0
- package/dist-cjs/commands/ListCustomRoutingPortMappingsByDestinationCommand.js +64 -0
- package/dist-cjs/commands/ListCustomRoutingPortMappingsByDestinationCommand.js.map +1 -0
- package/dist-cjs/commands/ListCustomRoutingPortMappingsCommand.js +69 -0
- package/dist-cjs/commands/ListCustomRoutingPortMappingsCommand.js.map +1 -0
- package/dist-cjs/commands/ListEndpointGroupsCommand.js +61 -0
- package/dist-cjs/commands/ListEndpointGroupsCommand.js.map +1 -0
- package/dist-cjs/commands/ListListenersCommand.js +61 -0
- package/dist-cjs/commands/ListListenersCommand.js.map +1 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +63 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js.map +1 -0
- package/dist-cjs/commands/ProvisionByoipCidrCommand.js +66 -0
- package/dist-cjs/commands/ProvisionByoipCidrCommand.js.map +1 -0
- package/dist-cjs/commands/RemoveCustomRoutingEndpointsCommand.js +61 -0
- package/dist-cjs/commands/RemoveCustomRoutingEndpointsCommand.js.map +1 -0
- package/dist-cjs/commands/TagResourceCommand.js +63 -0
- package/dist-cjs/commands/TagResourceCommand.js.map +1 -0
- package/dist-cjs/commands/UntagResourceCommand.js +64 -0
- package/dist-cjs/commands/UntagResourceCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateAcceleratorAttributesCommand.js +61 -0
- package/dist-cjs/commands/UpdateAcceleratorAttributesCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateAcceleratorCommand.js +66 -0
- package/dist-cjs/commands/UpdateAcceleratorCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js +61 -0
- package/dist-cjs/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateCustomRoutingAcceleratorCommand.js +61 -0
- package/dist-cjs/commands/UpdateCustomRoutingAcceleratorCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateCustomRoutingListenerCommand.js +61 -0
- package/dist-cjs/commands/UpdateCustomRoutingListenerCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateEndpointGroupCommand.js +61 -0
- package/dist-cjs/commands/UpdateEndpointGroupCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateListenerCommand.js +61 -0
- package/dist-cjs/commands/UpdateListenerCommand.js.map +1 -0
- package/dist-cjs/commands/WithdrawByoipCidrCommand.js +67 -0
- package/dist-cjs/commands/WithdrawByoipCidrCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/endpoints.js +0 -0
- package/dist-cjs/endpoints.js.map +1 -0
- package/{dist/cjs → dist-cjs}/index.js +0 -0
- package/dist-cjs/index.js.map +1 -0
- package/{dist/cjs → dist-cjs}/models/index.js +0 -0
- package/dist-cjs/models/index.js.map +1 -0
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -0
- package/dist-cjs/models/models_0.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -0
- package/dist-cjs/pagination/Interfaces.js.map +1 -0
- package/dist-cjs/pagination/ListAcceleratorsPaginator.js +46 -0
- package/dist-cjs/pagination/ListAcceleratorsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListByoipCidrsPaginator.js +46 -0
- package/dist-cjs/pagination/ListByoipCidrsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListCustomRoutingAcceleratorsPaginator.js +46 -0
- package/dist-cjs/pagination/ListCustomRoutingAcceleratorsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListCustomRoutingEndpointGroupsPaginator.js +46 -0
- package/dist-cjs/pagination/ListCustomRoutingEndpointGroupsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListCustomRoutingListenersPaginator.js +46 -0
- package/dist-cjs/pagination/ListCustomRoutingListenersPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.js +46 -0
- package/dist-cjs/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListCustomRoutingPortMappingsPaginator.js +46 -0
- package/dist-cjs/pagination/ListCustomRoutingPortMappingsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListEndpointGroupsPaginator.js +46 -0
- package/dist-cjs/pagination/ListEndpointGroupsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListListenersPaginator.js +46 -0
- package/dist-cjs/pagination/ListListenersPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -0
- package/dist-cjs/protocols/Aws_json1_1.js.map +1 -0
- package/dist-cjs/runtimeConfig.browser.js +42 -0
- package/dist-cjs/runtimeConfig.browser.js.map +1 -0
- package/dist-cjs/runtimeConfig.js +47 -0
- package/dist-cjs/runtimeConfig.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -0
- package/dist-cjs/runtimeConfig.native.js.map +1 -0
- package/dist-cjs/runtimeConfig.shared.js +21 -0
- package/dist-cjs/runtimeConfig.shared.js.map +1 -0
- package/dist-es/GlobalAccelerator.js +716 -0
- package/dist-es/GlobalAccelerator.js.map +1 -0
- package/dist-es/GlobalAcceleratorClient.js +38 -0
- package/dist-es/GlobalAcceleratorClient.js.map +1 -0
- package/dist-es/commands/AddCustomRoutingEndpointsCommand.js +40 -0
- package/dist-es/commands/AddCustomRoutingEndpointsCommand.js.map +1 -0
- package/dist-es/commands/AdvertiseByoipCidrCommand.js +40 -0
- package/dist-es/commands/AdvertiseByoipCidrCommand.js.map +1 -0
- package/dist-es/commands/AllowCustomRoutingTrafficCommand.js +40 -0
- package/dist-es/commands/AllowCustomRoutingTrafficCommand.js.map +1 -0
- package/dist-es/commands/CreateAcceleratorCommand.js +40 -0
- package/dist-es/commands/CreateAcceleratorCommand.js.map +1 -0
- package/dist-es/commands/CreateCustomRoutingAcceleratorCommand.js +40 -0
- package/dist-es/commands/CreateCustomRoutingAcceleratorCommand.js.map +1 -0
- package/dist-es/commands/CreateCustomRoutingEndpointGroupCommand.js +40 -0
- package/dist-es/commands/CreateCustomRoutingEndpointGroupCommand.js.map +1 -0
- package/dist-es/commands/CreateCustomRoutingListenerCommand.js +40 -0
- package/dist-es/commands/CreateCustomRoutingListenerCommand.js.map +1 -0
- package/dist-es/commands/CreateEndpointGroupCommand.js +40 -0
- package/dist-es/commands/CreateEndpointGroupCommand.js.map +1 -0
- package/dist-es/commands/CreateListenerCommand.js +40 -0
- package/dist-es/commands/CreateListenerCommand.js.map +1 -0
- package/dist-es/commands/DeleteAcceleratorCommand.js +40 -0
- package/dist-es/commands/DeleteAcceleratorCommand.js.map +1 -0
- package/dist-es/commands/DeleteCustomRoutingAcceleratorCommand.js +40 -0
- package/dist-es/commands/DeleteCustomRoutingAcceleratorCommand.js.map +1 -0
- package/dist-es/commands/DeleteCustomRoutingEndpointGroupCommand.js +40 -0
- package/dist-es/commands/DeleteCustomRoutingEndpointGroupCommand.js.map +1 -0
- package/dist-es/commands/DeleteCustomRoutingListenerCommand.js +40 -0
- package/dist-es/commands/DeleteCustomRoutingListenerCommand.js.map +1 -0
- package/dist-es/commands/DeleteEndpointGroupCommand.js +40 -0
- package/dist-es/commands/DeleteEndpointGroupCommand.js.map +1 -0
- package/dist-es/commands/DeleteListenerCommand.js +40 -0
- package/dist-es/commands/DeleteListenerCommand.js.map +1 -0
- package/dist-es/commands/DenyCustomRoutingTrafficCommand.js +40 -0
- package/dist-es/commands/DenyCustomRoutingTrafficCommand.js.map +1 -0
- package/dist-es/commands/DeprovisionByoipCidrCommand.js +40 -0
- package/dist-es/commands/DeprovisionByoipCidrCommand.js.map +1 -0
- package/dist-es/commands/DescribeAcceleratorAttributesCommand.js +40 -0
- package/dist-es/commands/DescribeAcceleratorAttributesCommand.js.map +1 -0
- package/dist-es/commands/DescribeAcceleratorCommand.js +40 -0
- package/dist-es/commands/DescribeAcceleratorCommand.js.map +1 -0
- package/dist-es/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js +40 -0
- package/dist-es/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js.map +1 -0
- package/dist-es/commands/DescribeCustomRoutingAcceleratorCommand.js +40 -0
- package/dist-es/commands/DescribeCustomRoutingAcceleratorCommand.js.map +1 -0
- package/dist-es/commands/DescribeCustomRoutingEndpointGroupCommand.js +40 -0
- package/dist-es/commands/DescribeCustomRoutingEndpointGroupCommand.js.map +1 -0
- package/dist-es/commands/DescribeCustomRoutingListenerCommand.js +40 -0
- package/dist-es/commands/DescribeCustomRoutingListenerCommand.js.map +1 -0
- package/dist-es/commands/DescribeEndpointGroupCommand.js +40 -0
- package/dist-es/commands/DescribeEndpointGroupCommand.js.map +1 -0
- package/dist-es/commands/DescribeListenerCommand.js +40 -0
- package/dist-es/commands/DescribeListenerCommand.js.map +1 -0
- package/dist-es/commands/ListAcceleratorsCommand.js +40 -0
- package/dist-es/commands/ListAcceleratorsCommand.js.map +1 -0
- package/dist-es/commands/ListByoipCidrsCommand.js +40 -0
- package/dist-es/commands/ListByoipCidrsCommand.js.map +1 -0
- package/dist-es/commands/ListCustomRoutingAcceleratorsCommand.js +40 -0
- package/dist-es/commands/ListCustomRoutingAcceleratorsCommand.js.map +1 -0
- package/dist-es/commands/ListCustomRoutingEndpointGroupsCommand.js +40 -0
- package/dist-es/commands/ListCustomRoutingEndpointGroupsCommand.js.map +1 -0
- package/dist-es/commands/ListCustomRoutingListenersCommand.js +40 -0
- package/dist-es/commands/ListCustomRoutingListenersCommand.js.map +1 -0
- package/dist-es/commands/ListCustomRoutingPortMappingsByDestinationCommand.js +40 -0
- package/dist-es/commands/ListCustomRoutingPortMappingsByDestinationCommand.js.map +1 -0
- package/dist-es/commands/ListCustomRoutingPortMappingsCommand.js +40 -0
- package/dist-es/commands/ListCustomRoutingPortMappingsCommand.js.map +1 -0
- package/dist-es/commands/ListEndpointGroupsCommand.js +40 -0
- package/dist-es/commands/ListEndpointGroupsCommand.js.map +1 -0
- package/dist-es/commands/ListListenersCommand.js +40 -0
- package/dist-es/commands/ListListenersCommand.js.map +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +40 -0
- package/dist-es/commands/ListTagsForResourceCommand.js.map +1 -0
- package/dist-es/commands/ProvisionByoipCidrCommand.js +40 -0
- package/dist-es/commands/ProvisionByoipCidrCommand.js.map +1 -0
- package/dist-es/commands/RemoveCustomRoutingEndpointsCommand.js +40 -0
- package/dist-es/commands/RemoveCustomRoutingEndpointsCommand.js.map +1 -0
- package/dist-es/commands/TagResourceCommand.js +40 -0
- package/dist-es/commands/TagResourceCommand.js.map +1 -0
- package/dist-es/commands/UntagResourceCommand.js +40 -0
- package/dist-es/commands/UntagResourceCommand.js.map +1 -0
- package/dist-es/commands/UpdateAcceleratorAttributesCommand.js +40 -0
- package/dist-es/commands/UpdateAcceleratorAttributesCommand.js.map +1 -0
- package/dist-es/commands/UpdateAcceleratorCommand.js +40 -0
- package/dist-es/commands/UpdateAcceleratorCommand.js.map +1 -0
- package/dist-es/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js +40 -0
- package/dist-es/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js.map +1 -0
- package/dist-es/commands/UpdateCustomRoutingAcceleratorCommand.js +40 -0
- package/dist-es/commands/UpdateCustomRoutingAcceleratorCommand.js.map +1 -0
- package/dist-es/commands/UpdateCustomRoutingListenerCommand.js +40 -0
- package/dist-es/commands/UpdateCustomRoutingListenerCommand.js.map +1 -0
- package/dist-es/commands/UpdateEndpointGroupCommand.js +40 -0
- package/dist-es/commands/UpdateEndpointGroupCommand.js.map +1 -0
- package/dist-es/commands/UpdateListenerCommand.js +40 -0
- package/dist-es/commands/UpdateListenerCommand.js.map +1 -0
- package/dist-es/commands/WithdrawByoipCidrCommand.js +40 -0
- package/dist-es/commands/WithdrawByoipCidrCommand.js.map +1 -0
- package/{dist/es → dist-es}/endpoints.js +0 -0
- package/dist-es/endpoints.js.map +1 -0
- package/{dist/es → dist-es}/index.js +0 -0
- package/dist-es/index.js.map +1 -0
- package/{dist/es → dist-es}/models/index.js +0 -0
- package/dist-es/models/index.js.map +1 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -0
- package/dist-es/models/models_0.js.map +1 -0
- package/{dist/es → dist-es}/pagination/Interfaces.js +0 -0
- package/dist-es/pagination/Interfaces.js.map +1 -0
- package/dist-es/pagination/ListAcceleratorsPaginator.js +75 -0
- package/dist-es/pagination/ListAcceleratorsPaginator.js.map +1 -0
- package/dist-es/pagination/ListByoipCidrsPaginator.js +75 -0
- package/dist-es/pagination/ListByoipCidrsPaginator.js.map +1 -0
- package/dist-es/pagination/ListCustomRoutingAcceleratorsPaginator.js +75 -0
- package/dist-es/pagination/ListCustomRoutingAcceleratorsPaginator.js.map +1 -0
- package/dist-es/pagination/ListCustomRoutingEndpointGroupsPaginator.js +75 -0
- package/dist-es/pagination/ListCustomRoutingEndpointGroupsPaginator.js.map +1 -0
- package/dist-es/pagination/ListCustomRoutingListenersPaginator.js +75 -0
- package/dist-es/pagination/ListCustomRoutingListenersPaginator.js.map +1 -0
- package/dist-es/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.js +75 -0
- package/dist-es/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.js.map +1 -0
- package/dist-es/pagination/ListCustomRoutingPortMappingsPaginator.js +75 -0
- package/dist-es/pagination/ListCustomRoutingPortMappingsPaginator.js.map +1 -0
- package/dist-es/pagination/ListEndpointGroupsPaginator.js +75 -0
- package/dist-es/pagination/ListEndpointGroupsPaginator.js.map +1 -0
- package/dist-es/pagination/ListListenersPaginator.js +75 -0
- package/dist-es/pagination/ListListenersPaginator.js.map +1 -0
- package/{dist/es → dist-es}/protocols/Aws_json1_1.js +0 -0
- package/dist-es/protocols/Aws_json1_1.js.map +1 -0
- package/dist-es/runtimeConfig.browser.js +17 -0
- package/dist-es/runtimeConfig.browser.js.map +1 -0
- package/dist-es/runtimeConfig.js +22 -0
- package/dist-es/runtimeConfig.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -0
- package/dist-es/runtimeConfig.native.js.map +1 -0
- package/dist-es/runtimeConfig.shared.js +14 -0
- package/dist-es/runtimeConfig.shared.js.map +1 -0
- package/dist-types/GlobalAccelerator.d.ts +596 -0
- package/dist-types/GlobalAcceleratorClient.d.ts +326 -0
- package/dist-types/commands/AddCustomRoutingEndpointsCommand.d.ts +45 -0
- package/dist-types/commands/AdvertiseByoipCidrCommand.d.ts +41 -0
- package/dist-types/commands/AllowCustomRoutingTrafficCommand.d.ts +40 -0
- package/dist-types/commands/CreateAcceleratorCommand.d.ts +40 -0
- package/dist-types/commands/CreateCustomRoutingAcceleratorCommand.d.ts +44 -0
- package/dist-types/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +37 -0
- package/dist-types/commands/CreateCustomRoutingListenerCommand.d.ts +36 -0
- package/dist-types/commands/CreateEndpointGroupCommand.d.ts +36 -0
- package/dist-types/commands/CreateListenerCommand.d.ts +36 -0
- package/dist-types/commands/DeleteAcceleratorCommand.d.ts +48 -0
- package/dist-types/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +48 -0
- package/dist-types/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +35 -0
- package/dist-types/commands/DeleteCustomRoutingListenerCommand.d.ts +35 -0
- package/dist-types/commands/DeleteEndpointGroupCommand.d.ts +35 -0
- package/dist-types/commands/DeleteListenerCommand.d.ts +35 -0
- package/dist-types/commands/DenyCustomRoutingTrafficCommand.d.ts +40 -0
- package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +41 -0
- package/dist-types/commands/DescribeAcceleratorAttributesCommand.d.ts +36 -0
- package/dist-types/commands/DescribeAcceleratorCommand.d.ts +35 -0
- package/dist-types/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +35 -0
- package/dist-types/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +35 -0
- package/dist-types/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +35 -0
- package/dist-types/commands/DescribeCustomRoutingListenerCommand.d.ts +35 -0
- package/dist-types/commands/DescribeEndpointGroupCommand.d.ts +35 -0
- package/dist-types/commands/DescribeListenerCommand.d.ts +35 -0
- package/dist-types/commands/ListAcceleratorsCommand.d.ts +35 -0
- package/dist-types/commands/ListByoipCidrsCommand.d.ts +36 -0
- package/dist-types/commands/ListCustomRoutingAcceleratorsCommand.d.ts +35 -0
- package/dist-types/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +35 -0
- package/dist-types/commands/ListCustomRoutingListenersCommand.d.ts +35 -0
- package/dist-types/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +38 -0
- package/dist-types/commands/ListCustomRoutingPortMappingsCommand.d.ts +43 -0
- package/dist-types/commands/ListEndpointGroupsCommand.d.ts +35 -0
- package/dist-types/commands/ListListenersCommand.d.ts +35 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +37 -0
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +40 -0
- package/dist-types/commands/RemoveCustomRoutingEndpointsCommand.d.ts +35 -0
- package/dist-types/commands/TagResourceCommand.d.ts +37 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +38 -0
- package/dist-types/commands/UpdateAcceleratorAttributesCommand.d.ts +35 -0
- package/dist-types/commands/UpdateAcceleratorCommand.d.ts +40 -0
- package/dist-types/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +35 -0
- package/dist-types/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +35 -0
- package/dist-types/commands/UpdateCustomRoutingListenerCommand.d.ts +35 -0
- package/dist-types/commands/UpdateEndpointGroupCommand.d.ts +35 -0
- package/dist-types/commands/UpdateListenerCommand.d.ts +35 -0
- package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +41 -0
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/index.d.ts +0 -0
- package/{dist/types → dist-types}/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListAcceleratorsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListByoipCidrsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListCustomRoutingAcceleratorsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListCustomRoutingEndpointGroupsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListCustomRoutingListenersPaginator.d.ts +4 -0
- package/dist-types/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.d.ts +4 -0
- package/dist-types/pagination/ListCustomRoutingPortMappingsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListEndpointGroupsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListListenersPaginator.d.ts +4 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +143 -0
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/dist-types/runtimeConfig.d.ts +37 -0
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/GlobalAccelerator.d.ts +596 -0
- package/dist-types/ts3.4/GlobalAcceleratorClient.d.ts +326 -0
- package/dist-types/ts3.4/commands/AddCustomRoutingEndpointsCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/AllowCustomRoutingTrafficCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/CreateAcceleratorCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/CreateCustomRoutingAcceleratorCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/CreateCustomRoutingListenerCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateEndpointGroupCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DeleteAcceleratorCommand.d.ts +48 -0
- package/dist-types/ts3.4/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +48 -0
- package/dist-types/ts3.4/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteCustomRoutingListenerCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteEndpointGroupCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DenyCustomRoutingTrafficCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeAcceleratorAttributesCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DescribeAcceleratorCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeCustomRoutingListenerCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeEndpointGroupCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeListenerCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListAcceleratorsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListByoipCidrsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ListCustomRoutingAcceleratorsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListCustomRoutingListenersCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/ListEndpointGroupsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListListenersCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/RemoveCustomRoutingEndpointsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/UpdateAcceleratorAttributesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateAcceleratorCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateCustomRoutingListenerCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateEndpointGroupCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateListenerCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +41 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListAcceleratorsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListByoipCidrsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListCustomRoutingAcceleratorsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListCustomRoutingEndpointGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListCustomRoutingListenersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListCustomRoutingPortMappingsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListEndpointGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListListenersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +143 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +0 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +42 -42
- package/src/GlobalAccelerator.ts +2003 -0
- package/src/GlobalAcceleratorClient.ts +617 -0
- package/src/commands/AddCustomRoutingEndpointsCommand.ts +112 -0
- package/src/commands/AdvertiseByoipCidrCommand.ts +105 -0
- package/src/commands/AllowCustomRoutingTrafficCommand.ts +107 -0
- package/src/commands/CreateAcceleratorCommand.ts +104 -0
- package/src/commands/CreateCustomRoutingAcceleratorCommand.ts +116 -0
- package/src/commands/CreateCustomRoutingEndpointGroupCommand.ts +109 -0
- package/src/commands/CreateCustomRoutingListenerCommand.ts +105 -0
- package/src/commands/CreateEndpointGroupCommand.ts +100 -0
- package/src/commands/CreateListenerCommand.ts +100 -0
- package/src/commands/DeleteAcceleratorCommand.ts +112 -0
- package/src/commands/DeleteCustomRoutingAcceleratorCommand.ts +118 -0
- package/src/commands/DeleteCustomRoutingEndpointGroupCommand.ts +105 -0
- package/src/commands/DeleteCustomRoutingListenerCommand.ts +102 -0
- package/src/commands/DeleteEndpointGroupCommand.ts +99 -0
- package/src/commands/DeleteListenerCommand.ts +99 -0
- package/src/commands/DenyCustomRoutingTrafficCommand.ts +104 -0
- package/src/commands/DeprovisionByoipCidrCommand.ts +105 -0
- package/src/commands/DescribeAcceleratorAttributesCommand.ts +105 -0
- package/src/commands/DescribeAcceleratorCommand.ts +99 -0
- package/src/commands/DescribeCustomRoutingAcceleratorAttributesCommand.ts +114 -0
- package/src/commands/DescribeCustomRoutingAcceleratorCommand.ts +107 -0
- package/src/commands/DescribeCustomRoutingEndpointGroupCommand.ts +110 -0
- package/src/commands/DescribeCustomRoutingListenerCommand.ts +104 -0
- package/src/commands/DescribeEndpointGroupCommand.ts +99 -0
- package/src/commands/DescribeListenerCommand.ts +99 -0
- package/src/commands/ListAcceleratorsCommand.ts +99 -0
- package/src/commands/ListByoipCidrsCommand.ts +100 -0
- package/src/commands/ListCustomRoutingAcceleratorsCommand.ts +104 -0
- package/src/commands/ListCustomRoutingEndpointGroupsCommand.ts +107 -0
- package/src/commands/ListCustomRoutingListenersCommand.ts +102 -0
- package/src/commands/ListCustomRoutingPortMappingsByDestinationCommand.ts +117 -0
- package/src/commands/ListCustomRoutingPortMappingsCommand.ts +112 -0
- package/src/commands/ListEndpointGroupsCommand.ts +99 -0
- package/src/commands/ListListenersCommand.ts +99 -0
- package/src/commands/ListTagsForResourceCommand.ts +101 -0
- package/src/commands/ProvisionByoipCidrCommand.ts +104 -0
- package/src/commands/RemoveCustomRoutingEndpointsCommand.ts +102 -0
- package/src/commands/TagResourceCommand.ts +101 -0
- package/src/commands/UntagResourceCommand.ts +102 -0
- package/src/commands/UpdateAcceleratorAttributesCommand.ts +104 -0
- package/src/commands/UpdateAcceleratorCommand.ts +104 -0
- package/src/commands/UpdateCustomRoutingAcceleratorAttributesCommand.ts +114 -0
- package/src/commands/UpdateCustomRoutingAcceleratorCommand.ts +107 -0
- package/src/commands/UpdateCustomRoutingListenerCommand.ts +104 -0
- package/src/commands/UpdateEndpointGroupCommand.ts +99 -0
- package/src/commands/UpdateListenerCommand.ts +99 -0
- package/src/commands/WithdrawByoipCidrCommand.ts +105 -0
- package/src/endpoints.ts +57 -0
- package/{index.ts → src/index.ts} +0 -0
- package/{models → src/models}/index.ts +0 -0
- package/{models → src/models}/models_0.ts +0 -0
- package/src/pagination/Interfaces.ts +8 -0
- package/src/pagination/ListAcceleratorsPaginator.ts +59 -0
- package/src/pagination/ListByoipCidrsPaginator.ts +59 -0
- package/src/pagination/ListCustomRoutingAcceleratorsPaginator.ts +59 -0
- package/src/pagination/ListCustomRoutingEndpointGroupsPaginator.ts +59 -0
- package/src/pagination/ListCustomRoutingListenersPaginator.ts +59 -0
- package/src/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.ts +59 -0
- package/src/pagination/ListCustomRoutingPortMappingsPaginator.ts +59 -0
- package/src/pagination/ListEndpointGroupsPaginator.ts +59 -0
- package/src/pagination/ListListenersPaginator.ts +59 -0
- package/src/protocols/Aws_json1_1.ts +6789 -0
- package/src/runtimeConfig.browser.ts +41 -0
- package/src/runtimeConfig.native.ts +17 -0
- package/src/runtimeConfig.shared.ts +17 -0
- package/src/runtimeConfig.ts +46 -0
- package/tsconfig.es.json +1 -1
- package/tsconfig.json +4 -2
- package/tsconfig.types.json +3 -2
- package/GlobalAccelerator.ts +0 -2002
- package/GlobalAcceleratorClient.ts +0 -616
- package/commands/AddCustomRoutingEndpointsCommand.ts +0 -111
- package/commands/AdvertiseByoipCidrCommand.ts +0 -104
- package/commands/AllowCustomRoutingTrafficCommand.ts +0 -106
- package/commands/CreateAcceleratorCommand.ts +0 -103
- package/commands/CreateCustomRoutingAcceleratorCommand.ts +0 -115
- package/commands/CreateCustomRoutingEndpointGroupCommand.ts +0 -108
- package/commands/CreateCustomRoutingListenerCommand.ts +0 -104
- package/commands/CreateEndpointGroupCommand.ts +0 -99
- package/commands/CreateListenerCommand.ts +0 -99
- package/commands/DeleteAcceleratorCommand.ts +0 -111
- package/commands/DeleteCustomRoutingAcceleratorCommand.ts +0 -117
- package/commands/DeleteCustomRoutingEndpointGroupCommand.ts +0 -104
- package/commands/DeleteCustomRoutingListenerCommand.ts +0 -101
- package/commands/DeleteEndpointGroupCommand.ts +0 -98
- package/commands/DeleteListenerCommand.ts +0 -98
- package/commands/DenyCustomRoutingTrafficCommand.ts +0 -103
- package/commands/DeprovisionByoipCidrCommand.ts +0 -104
- package/commands/DescribeAcceleratorAttributesCommand.ts +0 -104
- package/commands/DescribeAcceleratorCommand.ts +0 -98
- package/commands/DescribeCustomRoutingAcceleratorAttributesCommand.ts +0 -113
- package/commands/DescribeCustomRoutingAcceleratorCommand.ts +0 -106
- package/commands/DescribeCustomRoutingEndpointGroupCommand.ts +0 -109
- package/commands/DescribeCustomRoutingListenerCommand.ts +0 -103
- package/commands/DescribeEndpointGroupCommand.ts +0 -98
- package/commands/DescribeListenerCommand.ts +0 -98
- package/commands/ListAcceleratorsCommand.ts +0 -98
- package/commands/ListByoipCidrsCommand.ts +0 -99
- package/commands/ListCustomRoutingAcceleratorsCommand.ts +0 -103
- package/commands/ListCustomRoutingEndpointGroupsCommand.ts +0 -106
- package/commands/ListCustomRoutingListenersCommand.ts +0 -101
- package/commands/ListCustomRoutingPortMappingsByDestinationCommand.ts +0 -116
- package/commands/ListCustomRoutingPortMappingsCommand.ts +0 -111
- package/commands/ListEndpointGroupsCommand.ts +0 -98
- package/commands/ListListenersCommand.ts +0 -98
- package/commands/ListTagsForResourceCommand.ts +0 -100
- package/commands/ProvisionByoipCidrCommand.ts +0 -103
- package/commands/RemoveCustomRoutingEndpointsCommand.ts +0 -101
- package/commands/TagResourceCommand.ts +0 -100
- package/commands/UntagResourceCommand.ts +0 -101
- package/commands/UpdateAcceleratorAttributesCommand.ts +0 -103
- package/commands/UpdateAcceleratorCommand.ts +0 -103
- package/commands/UpdateCustomRoutingAcceleratorAttributesCommand.ts +0 -113
- package/commands/UpdateCustomRoutingAcceleratorCommand.ts +0 -106
- package/commands/UpdateCustomRoutingListenerCommand.ts +0 -103
- package/commands/UpdateEndpointGroupCommand.ts +0 -98
- package/commands/UpdateListenerCommand.ts +0 -98
- package/commands/WithdrawByoipCidrCommand.ts +0 -104
- package/dist/cjs/GlobalAccelerator.js +0 -863
- package/dist/cjs/GlobalAccelerator.js.map +0 -1
- package/dist/cjs/GlobalAcceleratorClient.js +0 -191
- package/dist/cjs/GlobalAcceleratorClient.js.map +0 -1
- package/dist/cjs/commands/AddCustomRoutingEndpointsCommand.js +0 -71
- package/dist/cjs/commands/AddCustomRoutingEndpointsCommand.js.map +0 -1
- package/dist/cjs/commands/AdvertiseByoipCidrCommand.js +0 -67
- package/dist/cjs/commands/AdvertiseByoipCidrCommand.js.map +0 -1
- package/dist/cjs/commands/AllowCustomRoutingTrafficCommand.js +0 -66
- package/dist/cjs/commands/AllowCustomRoutingTrafficCommand.js.map +0 -1
- package/dist/cjs/commands/CreateAcceleratorCommand.js +0 -66
- package/dist/cjs/commands/CreateAcceleratorCommand.js.map +0 -1
- package/dist/cjs/commands/CreateCustomRoutingAcceleratorCommand.js +0 -70
- package/dist/cjs/commands/CreateCustomRoutingAcceleratorCommand.js.map +0 -1
- package/dist/cjs/commands/CreateCustomRoutingEndpointGroupCommand.js +0 -63
- package/dist/cjs/commands/CreateCustomRoutingEndpointGroupCommand.js.map +0 -1
- package/dist/cjs/commands/CreateCustomRoutingListenerCommand.js +0 -62
- package/dist/cjs/commands/CreateCustomRoutingListenerCommand.js.map +0 -1
- package/dist/cjs/commands/CreateEndpointGroupCommand.js +0 -62
- package/dist/cjs/commands/CreateEndpointGroupCommand.js.map +0 -1
- package/dist/cjs/commands/CreateListenerCommand.js +0 -62
- package/dist/cjs/commands/CreateListenerCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteAcceleratorCommand.js +0 -74
- package/dist/cjs/commands/DeleteAcceleratorCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteCustomRoutingAcceleratorCommand.js +0 -74
- package/dist/cjs/commands/DeleteCustomRoutingAcceleratorCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteCustomRoutingEndpointGroupCommand.js +0 -61
- package/dist/cjs/commands/DeleteCustomRoutingEndpointGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteCustomRoutingListenerCommand.js +0 -61
- package/dist/cjs/commands/DeleteCustomRoutingListenerCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteEndpointGroupCommand.js +0 -61
- package/dist/cjs/commands/DeleteEndpointGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteListenerCommand.js +0 -61
- package/dist/cjs/commands/DeleteListenerCommand.js.map +0 -1
- package/dist/cjs/commands/DenyCustomRoutingTrafficCommand.js +0 -66
- package/dist/cjs/commands/DenyCustomRoutingTrafficCommand.js.map +0 -1
- package/dist/cjs/commands/DeprovisionByoipCidrCommand.js +0 -67
- package/dist/cjs/commands/DeprovisionByoipCidrCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAcceleratorAttributesCommand.js +0 -62
- package/dist/cjs/commands/DescribeAcceleratorAttributesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAcceleratorCommand.js +0 -61
- package/dist/cjs/commands/DescribeAcceleratorCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js +0 -61
- package/dist/cjs/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeCustomRoutingAcceleratorCommand.js +0 -61
- package/dist/cjs/commands/DescribeCustomRoutingAcceleratorCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeCustomRoutingEndpointGroupCommand.js +0 -61
- package/dist/cjs/commands/DescribeCustomRoutingEndpointGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeCustomRoutingListenerCommand.js +0 -61
- package/dist/cjs/commands/DescribeCustomRoutingListenerCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEndpointGroupCommand.js +0 -61
- package/dist/cjs/commands/DescribeEndpointGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeListenerCommand.js +0 -61
- package/dist/cjs/commands/DescribeListenerCommand.js.map +0 -1
- package/dist/cjs/commands/ListAcceleratorsCommand.js +0 -61
- package/dist/cjs/commands/ListAcceleratorsCommand.js.map +0 -1
- package/dist/cjs/commands/ListByoipCidrsCommand.js +0 -62
- package/dist/cjs/commands/ListByoipCidrsCommand.js.map +0 -1
- package/dist/cjs/commands/ListCustomRoutingAcceleratorsCommand.js +0 -61
- package/dist/cjs/commands/ListCustomRoutingAcceleratorsCommand.js.map +0 -1
- package/dist/cjs/commands/ListCustomRoutingEndpointGroupsCommand.js +0 -61
- package/dist/cjs/commands/ListCustomRoutingEndpointGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/ListCustomRoutingListenersCommand.js +0 -61
- package/dist/cjs/commands/ListCustomRoutingListenersCommand.js.map +0 -1
- package/dist/cjs/commands/ListCustomRoutingPortMappingsByDestinationCommand.js +0 -64
- package/dist/cjs/commands/ListCustomRoutingPortMappingsByDestinationCommand.js.map +0 -1
- package/dist/cjs/commands/ListCustomRoutingPortMappingsCommand.js +0 -69
- package/dist/cjs/commands/ListCustomRoutingPortMappingsCommand.js.map +0 -1
- package/dist/cjs/commands/ListEndpointGroupsCommand.js +0 -61
- package/dist/cjs/commands/ListEndpointGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/ListListenersCommand.js +0 -61
- package/dist/cjs/commands/ListListenersCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -63
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/ProvisionByoipCidrCommand.js +0 -66
- package/dist/cjs/commands/ProvisionByoipCidrCommand.js.map +0 -1
- package/dist/cjs/commands/RemoveCustomRoutingEndpointsCommand.js +0 -61
- package/dist/cjs/commands/RemoveCustomRoutingEndpointsCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js +0 -63
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js +0 -64
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateAcceleratorAttributesCommand.js +0 -61
- package/dist/cjs/commands/UpdateAcceleratorAttributesCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateAcceleratorCommand.js +0 -66
- package/dist/cjs/commands/UpdateAcceleratorCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js +0 -61
- package/dist/cjs/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateCustomRoutingAcceleratorCommand.js +0 -61
- package/dist/cjs/commands/UpdateCustomRoutingAcceleratorCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateCustomRoutingListenerCommand.js +0 -61
- package/dist/cjs/commands/UpdateCustomRoutingListenerCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateEndpointGroupCommand.js +0 -61
- package/dist/cjs/commands/UpdateEndpointGroupCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateListenerCommand.js +0 -61
- package/dist/cjs/commands/UpdateListenerCommand.js.map +0 -1
- package/dist/cjs/commands/WithdrawByoipCidrCommand.js +0 -67
- package/dist/cjs/commands/WithdrawByoipCidrCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -93
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListAcceleratorsPaginator.js +0 -46
- package/dist/cjs/pagination/ListAcceleratorsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListByoipCidrsPaginator.js +0 -46
- package/dist/cjs/pagination/ListByoipCidrsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListCustomRoutingAcceleratorsPaginator.js +0 -46
- package/dist/cjs/pagination/ListCustomRoutingAcceleratorsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListCustomRoutingEndpointGroupsPaginator.js +0 -46
- package/dist/cjs/pagination/ListCustomRoutingEndpointGroupsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListCustomRoutingListenersPaginator.js +0 -46
- package/dist/cjs/pagination/ListCustomRoutingListenersPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.js +0 -46
- package/dist/cjs/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListCustomRoutingPortMappingsPaginator.js +0 -46
- package/dist/cjs/pagination/ListCustomRoutingPortMappingsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListEndpointGroupsPaginator.js +0 -46
- package/dist/cjs/pagination/ListEndpointGroupsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListListenersPaginator.js +0 -46
- package/dist/cjs/pagination/ListListenersPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js +0 -41
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js +0 -46
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js +0 -21
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/GlobalAccelerator.js +0 -716
- package/dist/es/GlobalAccelerator.js.map +0 -1
- package/dist/es/GlobalAcceleratorClient.js +0 -38
- package/dist/es/GlobalAcceleratorClient.js.map +0 -1
- package/dist/es/commands/AddCustomRoutingEndpointsCommand.js +0 -40
- package/dist/es/commands/AddCustomRoutingEndpointsCommand.js.map +0 -1
- package/dist/es/commands/AdvertiseByoipCidrCommand.js +0 -40
- package/dist/es/commands/AdvertiseByoipCidrCommand.js.map +0 -1
- package/dist/es/commands/AllowCustomRoutingTrafficCommand.js +0 -40
- package/dist/es/commands/AllowCustomRoutingTrafficCommand.js.map +0 -1
- package/dist/es/commands/CreateAcceleratorCommand.js +0 -40
- package/dist/es/commands/CreateAcceleratorCommand.js.map +0 -1
- package/dist/es/commands/CreateCustomRoutingAcceleratorCommand.js +0 -40
- package/dist/es/commands/CreateCustomRoutingAcceleratorCommand.js.map +0 -1
- package/dist/es/commands/CreateCustomRoutingEndpointGroupCommand.js +0 -40
- package/dist/es/commands/CreateCustomRoutingEndpointGroupCommand.js.map +0 -1
- package/dist/es/commands/CreateCustomRoutingListenerCommand.js +0 -40
- package/dist/es/commands/CreateCustomRoutingListenerCommand.js.map +0 -1
- package/dist/es/commands/CreateEndpointGroupCommand.js +0 -40
- package/dist/es/commands/CreateEndpointGroupCommand.js.map +0 -1
- package/dist/es/commands/CreateListenerCommand.js +0 -40
- package/dist/es/commands/CreateListenerCommand.js.map +0 -1
- package/dist/es/commands/DeleteAcceleratorCommand.js +0 -40
- package/dist/es/commands/DeleteAcceleratorCommand.js.map +0 -1
- package/dist/es/commands/DeleteCustomRoutingAcceleratorCommand.js +0 -40
- package/dist/es/commands/DeleteCustomRoutingAcceleratorCommand.js.map +0 -1
- package/dist/es/commands/DeleteCustomRoutingEndpointGroupCommand.js +0 -40
- package/dist/es/commands/DeleteCustomRoutingEndpointGroupCommand.js.map +0 -1
- package/dist/es/commands/DeleteCustomRoutingListenerCommand.js +0 -40
- package/dist/es/commands/DeleteCustomRoutingListenerCommand.js.map +0 -1
- package/dist/es/commands/DeleteEndpointGroupCommand.js +0 -40
- package/dist/es/commands/DeleteEndpointGroupCommand.js.map +0 -1
- package/dist/es/commands/DeleteListenerCommand.js +0 -40
- package/dist/es/commands/DeleteListenerCommand.js.map +0 -1
- package/dist/es/commands/DenyCustomRoutingTrafficCommand.js +0 -40
- package/dist/es/commands/DenyCustomRoutingTrafficCommand.js.map +0 -1
- package/dist/es/commands/DeprovisionByoipCidrCommand.js +0 -40
- package/dist/es/commands/DeprovisionByoipCidrCommand.js.map +0 -1
- package/dist/es/commands/DescribeAcceleratorAttributesCommand.js +0 -40
- package/dist/es/commands/DescribeAcceleratorAttributesCommand.js.map +0 -1
- package/dist/es/commands/DescribeAcceleratorCommand.js +0 -40
- package/dist/es/commands/DescribeAcceleratorCommand.js.map +0 -1
- package/dist/es/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js +0 -40
- package/dist/es/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js.map +0 -1
- package/dist/es/commands/DescribeCustomRoutingAcceleratorCommand.js +0 -40
- package/dist/es/commands/DescribeCustomRoutingAcceleratorCommand.js.map +0 -1
- package/dist/es/commands/DescribeCustomRoutingEndpointGroupCommand.js +0 -40
- package/dist/es/commands/DescribeCustomRoutingEndpointGroupCommand.js.map +0 -1
- package/dist/es/commands/DescribeCustomRoutingListenerCommand.js +0 -40
- package/dist/es/commands/DescribeCustomRoutingListenerCommand.js.map +0 -1
- package/dist/es/commands/DescribeEndpointGroupCommand.js +0 -40
- package/dist/es/commands/DescribeEndpointGroupCommand.js.map +0 -1
- package/dist/es/commands/DescribeListenerCommand.js +0 -40
- package/dist/es/commands/DescribeListenerCommand.js.map +0 -1
- package/dist/es/commands/ListAcceleratorsCommand.js +0 -40
- package/dist/es/commands/ListAcceleratorsCommand.js.map +0 -1
- package/dist/es/commands/ListByoipCidrsCommand.js +0 -40
- package/dist/es/commands/ListByoipCidrsCommand.js.map +0 -1
- package/dist/es/commands/ListCustomRoutingAcceleratorsCommand.js +0 -40
- package/dist/es/commands/ListCustomRoutingAcceleratorsCommand.js.map +0 -1
- package/dist/es/commands/ListCustomRoutingEndpointGroupsCommand.js +0 -40
- package/dist/es/commands/ListCustomRoutingEndpointGroupsCommand.js.map +0 -1
- package/dist/es/commands/ListCustomRoutingListenersCommand.js +0 -40
- package/dist/es/commands/ListCustomRoutingListenersCommand.js.map +0 -1
- package/dist/es/commands/ListCustomRoutingPortMappingsByDestinationCommand.js +0 -40
- package/dist/es/commands/ListCustomRoutingPortMappingsByDestinationCommand.js.map +0 -1
- package/dist/es/commands/ListCustomRoutingPortMappingsCommand.js +0 -40
- package/dist/es/commands/ListCustomRoutingPortMappingsCommand.js.map +0 -1
- package/dist/es/commands/ListEndpointGroupsCommand.js +0 -40
- package/dist/es/commands/ListEndpointGroupsCommand.js.map +0 -1
- package/dist/es/commands/ListListenersCommand.js +0 -40
- package/dist/es/commands/ListListenersCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js +0 -40
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/ProvisionByoipCidrCommand.js +0 -40
- package/dist/es/commands/ProvisionByoipCidrCommand.js.map +0 -1
- package/dist/es/commands/RemoveCustomRoutingEndpointsCommand.js +0 -40
- package/dist/es/commands/RemoveCustomRoutingEndpointsCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js +0 -40
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js +0 -40
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateAcceleratorAttributesCommand.js +0 -40
- package/dist/es/commands/UpdateAcceleratorAttributesCommand.js.map +0 -1
- package/dist/es/commands/UpdateAcceleratorCommand.js +0 -40
- package/dist/es/commands/UpdateAcceleratorCommand.js.map +0 -1
- package/dist/es/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js +0 -40
- package/dist/es/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js.map +0 -1
- package/dist/es/commands/UpdateCustomRoutingAcceleratorCommand.js +0 -40
- package/dist/es/commands/UpdateCustomRoutingAcceleratorCommand.js.map +0 -1
- package/dist/es/commands/UpdateCustomRoutingListenerCommand.js +0 -40
- package/dist/es/commands/UpdateCustomRoutingListenerCommand.js.map +0 -1
- package/dist/es/commands/UpdateEndpointGroupCommand.js +0 -40
- package/dist/es/commands/UpdateEndpointGroupCommand.js.map +0 -1
- package/dist/es/commands/UpdateListenerCommand.js +0 -40
- package/dist/es/commands/UpdateListenerCommand.js.map +0 -1
- package/dist/es/commands/WithdrawByoipCidrCommand.js +0 -40
- package/dist/es/commands/WithdrawByoipCidrCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -93
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListAcceleratorsPaginator.js +0 -75
- package/dist/es/pagination/ListAcceleratorsPaginator.js.map +0 -1
- package/dist/es/pagination/ListByoipCidrsPaginator.js +0 -75
- package/dist/es/pagination/ListByoipCidrsPaginator.js.map +0 -1
- package/dist/es/pagination/ListCustomRoutingAcceleratorsPaginator.js +0 -75
- package/dist/es/pagination/ListCustomRoutingAcceleratorsPaginator.js.map +0 -1
- package/dist/es/pagination/ListCustomRoutingEndpointGroupsPaginator.js +0 -75
- package/dist/es/pagination/ListCustomRoutingEndpointGroupsPaginator.js.map +0 -1
- package/dist/es/pagination/ListCustomRoutingListenersPaginator.js +0 -75
- package/dist/es/pagination/ListCustomRoutingListenersPaginator.js.map +0 -1
- package/dist/es/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.js +0 -75
- package/dist/es/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.js.map +0 -1
- package/dist/es/pagination/ListCustomRoutingPortMappingsPaginator.js +0 -75
- package/dist/es/pagination/ListCustomRoutingPortMappingsPaginator.js.map +0 -1
- package/dist/es/pagination/ListEndpointGroupsPaginator.js +0 -75
- package/dist/es/pagination/ListEndpointGroupsPaginator.js.map +0 -1
- package/dist/es/pagination/ListListenersPaginator.js +0 -75
- package/dist/es/pagination/ListListenersPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_json1_1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -17
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -22
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -14
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/GlobalAccelerator.d.ts +0 -596
- package/dist/types/GlobalAcceleratorClient.d.ts +0 -326
- package/dist/types/commands/AddCustomRoutingEndpointsCommand.d.ts +0 -45
- package/dist/types/commands/AdvertiseByoipCidrCommand.d.ts +0 -41
- package/dist/types/commands/AllowCustomRoutingTrafficCommand.d.ts +0 -40
- package/dist/types/commands/CreateAcceleratorCommand.d.ts +0 -40
- package/dist/types/commands/CreateCustomRoutingAcceleratorCommand.d.ts +0 -44
- package/dist/types/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +0 -37
- package/dist/types/commands/CreateCustomRoutingListenerCommand.d.ts +0 -36
- package/dist/types/commands/CreateEndpointGroupCommand.d.ts +0 -36
- package/dist/types/commands/CreateListenerCommand.d.ts +0 -36
- package/dist/types/commands/DeleteAcceleratorCommand.d.ts +0 -48
- package/dist/types/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +0 -48
- package/dist/types/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +0 -35
- package/dist/types/commands/DeleteCustomRoutingListenerCommand.d.ts +0 -35
- package/dist/types/commands/DeleteEndpointGroupCommand.d.ts +0 -35
- package/dist/types/commands/DeleteListenerCommand.d.ts +0 -35
- package/dist/types/commands/DenyCustomRoutingTrafficCommand.d.ts +0 -40
- package/dist/types/commands/DeprovisionByoipCidrCommand.d.ts +0 -41
- package/dist/types/commands/DescribeAcceleratorAttributesCommand.d.ts +0 -36
- package/dist/types/commands/DescribeAcceleratorCommand.d.ts +0 -35
- package/dist/types/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +0 -35
- package/dist/types/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +0 -35
- package/dist/types/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +0 -35
- package/dist/types/commands/DescribeCustomRoutingListenerCommand.d.ts +0 -35
- package/dist/types/commands/DescribeEndpointGroupCommand.d.ts +0 -35
- package/dist/types/commands/DescribeListenerCommand.d.ts +0 -35
- package/dist/types/commands/ListAcceleratorsCommand.d.ts +0 -35
- package/dist/types/commands/ListByoipCidrsCommand.d.ts +0 -36
- package/dist/types/commands/ListCustomRoutingAcceleratorsCommand.d.ts +0 -35
- package/dist/types/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +0 -35
- package/dist/types/commands/ListCustomRoutingListenersCommand.d.ts +0 -35
- package/dist/types/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +0 -38
- package/dist/types/commands/ListCustomRoutingPortMappingsCommand.d.ts +0 -43
- package/dist/types/commands/ListEndpointGroupsCommand.d.ts +0 -35
- package/dist/types/commands/ListListenersCommand.d.ts +0 -35
- package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -37
- package/dist/types/commands/ProvisionByoipCidrCommand.d.ts +0 -40
- package/dist/types/commands/RemoveCustomRoutingEndpointsCommand.d.ts +0 -35
- package/dist/types/commands/TagResourceCommand.d.ts +0 -37
- package/dist/types/commands/UntagResourceCommand.d.ts +0 -38
- package/dist/types/commands/UpdateAcceleratorAttributesCommand.d.ts +0 -35
- package/dist/types/commands/UpdateAcceleratorCommand.d.ts +0 -40
- package/dist/types/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +0 -35
- package/dist/types/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +0 -35
- package/dist/types/commands/UpdateCustomRoutingListenerCommand.d.ts +0 -35
- package/dist/types/commands/UpdateEndpointGroupCommand.d.ts +0 -35
- package/dist/types/commands/UpdateListenerCommand.d.ts +0 -35
- package/dist/types/commands/WithdrawByoipCidrCommand.d.ts +0 -41
- package/dist/types/pagination/Interfaces.d.ts +0 -6
- package/dist/types/pagination/ListAcceleratorsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListByoipCidrsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListCustomRoutingAcceleratorsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListCustomRoutingEndpointGroupsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListCustomRoutingListenersPaginator.d.ts +0 -4
- package/dist/types/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.d.ts +0 -4
- package/dist/types/pagination/ListCustomRoutingPortMappingsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListEndpointGroupsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListListenersPaginator.d.ts +0 -4
- package/dist/types/protocols/Aws_json1_1.d.ts +0 -143
- package/dist/types/runtimeConfig.d.ts +0 -37
- package/dist/types/ts3.4/GlobalAccelerator.d.ts +0 -596
- package/dist/types/ts3.4/GlobalAcceleratorClient.d.ts +0 -326
- package/dist/types/ts3.4/commands/AddCustomRoutingEndpointsCommand.d.ts +0 -45
- package/dist/types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/AllowCustomRoutingTrafficCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/CreateAcceleratorCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/CreateCustomRoutingAcceleratorCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/CreateCustomRoutingListenerCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateEndpointGroupCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateListenerCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteAcceleratorCommand.d.ts +0 -48
- package/dist/types/ts3.4/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +0 -48
- package/dist/types/ts3.4/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteCustomRoutingListenerCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteEndpointGroupCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteListenerCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DenyCustomRoutingTrafficCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/DescribeAcceleratorAttributesCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeAcceleratorCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeCustomRoutingListenerCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeEndpointGroupCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeListenerCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListAcceleratorsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListByoipCidrsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListCustomRoutingAcceleratorsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListCustomRoutingListenersCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ListCustomRoutingPortMappingsCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/ListEndpointGroupsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListListenersCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/RemoveCustomRoutingEndpointsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/UpdateAcceleratorAttributesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateAcceleratorCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateCustomRoutingListenerCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateEndpointGroupCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateListenerCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +0 -41
- package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist/types/ts3.4/pagination/ListAcceleratorsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListByoipCidrsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListCustomRoutingAcceleratorsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListCustomRoutingEndpointGroupsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListCustomRoutingListenersPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListCustomRoutingPortMappingsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListEndpointGroupsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListListenersPaginator.d.ts +0 -4
- package/dist/types/ts3.4/protocols/Aws_json1_1.d.ts +0 -143
- package/dist/types/ts3.4/runtimeConfig.d.ts +0 -37
- package/endpoints.ts +0 -57
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListAcceleratorsPaginator.ts +0 -58
- package/pagination/ListByoipCidrsPaginator.ts +0 -58
- package/pagination/ListCustomRoutingAcceleratorsPaginator.ts +0 -58
- package/pagination/ListCustomRoutingEndpointGroupsPaginator.ts +0 -58
- package/pagination/ListCustomRoutingListenersPaginator.ts +0 -58
- package/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.ts +0 -58
- package/pagination/ListCustomRoutingPortMappingsPaginator.ts +0 -58
- package/pagination/ListEndpointGroupsPaginator.ts +0 -58
- package/pagination/ListListenersPaginator.ts +0 -58
- package/protocols/Aws_json1_1.ts +0 -6788
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
|
+
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import {
|
|
5
|
+
FinalizeHandlerArguments,
|
|
6
|
+
Handler,
|
|
7
|
+
HandlerExecutionContext,
|
|
8
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
9
|
+
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
11
|
+
SerdeContext as __SerdeContext,
|
|
12
|
+
} from "@aws-sdk/types";
|
|
13
|
+
|
|
14
|
+
import {
|
|
15
|
+
GlobalAcceleratorClientResolvedConfig,
|
|
16
|
+
ServiceInputTypes,
|
|
17
|
+
ServiceOutputTypes,
|
|
18
|
+
} from "../GlobalAcceleratorClient";
|
|
19
|
+
import { AddCustomRoutingEndpointsRequest, AddCustomRoutingEndpointsResponse } from "../models/models_0";
|
|
20
|
+
import {
|
|
21
|
+
deserializeAws_json1_1AddCustomRoutingEndpointsCommand,
|
|
22
|
+
serializeAws_json1_1AddCustomRoutingEndpointsCommand,
|
|
23
|
+
} from "../protocols/Aws_json1_1";
|
|
24
|
+
|
|
25
|
+
export interface AddCustomRoutingEndpointsCommandInput extends AddCustomRoutingEndpointsRequest {}
|
|
26
|
+
export interface AddCustomRoutingEndpointsCommandOutput extends AddCustomRoutingEndpointsResponse, __MetadataBearer {}
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* <p>Associate a virtual private cloud (VPC) subnet endpoint with your custom routing accelerator.</p>
|
|
30
|
+
* <p>The listener port range must be large enough to support the number of IP addresses that can be
|
|
31
|
+
* specified in your subnet. The number of ports required is: subnet size times the number
|
|
32
|
+
* of ports per destination EC2 instances. For example, a subnet defined as /24 requires a listener
|
|
33
|
+
* port range of at least 255 ports. </p>
|
|
34
|
+
* <p>Note: You must have enough remaining listener ports available to
|
|
35
|
+
* map to the subnet ports, or the call will fail with a LimitExceededException.</p>
|
|
36
|
+
* <p>By default, all destinations in a subnet in a custom routing accelerator cannot receive traffic. To enable all
|
|
37
|
+
* destinations to receive traffic, or to specify individual port mappings that can receive
|
|
38
|
+
* traffic, see the <a href="https://docs.aws.amazon.com/global-accelerator/latest/api/API_AllowCustomRoutingTraffic.html">
|
|
39
|
+
* AllowCustomRoutingTraffic</a> operation.</p>
|
|
40
|
+
* @example
|
|
41
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
42
|
+
* ```javascript
|
|
43
|
+
* import { GlobalAcceleratorClient, AddCustomRoutingEndpointsCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
44
|
+
* // const { GlobalAcceleratorClient, AddCustomRoutingEndpointsCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
45
|
+
* const client = new GlobalAcceleratorClient(config);
|
|
46
|
+
* const command = new AddCustomRoutingEndpointsCommand(input);
|
|
47
|
+
* const response = await client.send(command);
|
|
48
|
+
* ```
|
|
49
|
+
*
|
|
50
|
+
* @see {@link AddCustomRoutingEndpointsCommandInput} for command's `input` shape.
|
|
51
|
+
* @see {@link AddCustomRoutingEndpointsCommandOutput} for command's `response` shape.
|
|
52
|
+
* @see {@link GlobalAcceleratorClientResolvedConfig | config} for command's `input` shape.
|
|
53
|
+
*
|
|
54
|
+
*/
|
|
55
|
+
export class AddCustomRoutingEndpointsCommand extends $Command<
|
|
56
|
+
AddCustomRoutingEndpointsCommandInput,
|
|
57
|
+
AddCustomRoutingEndpointsCommandOutput,
|
|
58
|
+
GlobalAcceleratorClientResolvedConfig
|
|
59
|
+
> {
|
|
60
|
+
// Start section: command_properties
|
|
61
|
+
// End section: command_properties
|
|
62
|
+
|
|
63
|
+
constructor(readonly input: AddCustomRoutingEndpointsCommandInput) {
|
|
64
|
+
// Start section: command_constructor
|
|
65
|
+
super();
|
|
66
|
+
// End section: command_constructor
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
72
|
+
resolveMiddleware(
|
|
73
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
74
|
+
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
75
|
+
options?: __HttpHandlerOptions
|
|
76
|
+
): Handler<AddCustomRoutingEndpointsCommandInput, AddCustomRoutingEndpointsCommandOutput> {
|
|
77
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
78
|
+
|
|
79
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
80
|
+
|
|
81
|
+
const { logger } = configuration;
|
|
82
|
+
const clientName = "GlobalAcceleratorClient";
|
|
83
|
+
const commandName = "AddCustomRoutingEndpointsCommand";
|
|
84
|
+
const handlerExecutionContext: HandlerExecutionContext = {
|
|
85
|
+
logger,
|
|
86
|
+
clientName,
|
|
87
|
+
commandName,
|
|
88
|
+
inputFilterSensitiveLog: AddCustomRoutingEndpointsRequest.filterSensitiveLog,
|
|
89
|
+
outputFilterSensitiveLog: AddCustomRoutingEndpointsResponse.filterSensitiveLog,
|
|
90
|
+
};
|
|
91
|
+
const { requestHandler } = configuration;
|
|
92
|
+
return stack.resolve(
|
|
93
|
+
(request: FinalizeHandlerArguments<any>) =>
|
|
94
|
+
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
95
|
+
handlerExecutionContext
|
|
96
|
+
);
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
private serialize(input: AddCustomRoutingEndpointsCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
100
|
+
return serializeAws_json1_1AddCustomRoutingEndpointsCommand(input, context);
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
private deserialize(
|
|
104
|
+
output: __HttpResponse,
|
|
105
|
+
context: __SerdeContext
|
|
106
|
+
): Promise<AddCustomRoutingEndpointsCommandOutput> {
|
|
107
|
+
return deserializeAws_json1_1AddCustomRoutingEndpointsCommand(output, context);
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
// Start section: command_body_extra
|
|
111
|
+
// End section: command_body_extra
|
|
112
|
+
}
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
|
+
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import {
|
|
5
|
+
FinalizeHandlerArguments,
|
|
6
|
+
Handler,
|
|
7
|
+
HandlerExecutionContext,
|
|
8
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
9
|
+
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
11
|
+
SerdeContext as __SerdeContext,
|
|
12
|
+
} from "@aws-sdk/types";
|
|
13
|
+
|
|
14
|
+
import {
|
|
15
|
+
GlobalAcceleratorClientResolvedConfig,
|
|
16
|
+
ServiceInputTypes,
|
|
17
|
+
ServiceOutputTypes,
|
|
18
|
+
} from "../GlobalAcceleratorClient";
|
|
19
|
+
import { AdvertiseByoipCidrRequest, AdvertiseByoipCidrResponse } from "../models/models_0";
|
|
20
|
+
import {
|
|
21
|
+
deserializeAws_json1_1AdvertiseByoipCidrCommand,
|
|
22
|
+
serializeAws_json1_1AdvertiseByoipCidrCommand,
|
|
23
|
+
} from "../protocols/Aws_json1_1";
|
|
24
|
+
|
|
25
|
+
export interface AdvertiseByoipCidrCommandInput extends AdvertiseByoipCidrRequest {}
|
|
26
|
+
export interface AdvertiseByoipCidrCommandOutput extends AdvertiseByoipCidrResponse, __MetadataBearer {}
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* <p>Advertises an IPv4 address range that is provisioned for use with your AWS resources
|
|
30
|
+
* through bring your own IP addresses (BYOIP). It can take a few minutes before traffic to
|
|
31
|
+
* the specified addresses starts routing to AWS because of propagation delays. </p>
|
|
32
|
+
* <p>To stop advertising the BYOIP address range, use <a href="https://docs.aws.amazon.com/global-accelerator/latest/api/WithdrawByoipCidr.html">
|
|
33
|
+
* WithdrawByoipCidr</a>.</p>
|
|
34
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/using-byoip.html">Bring Your Own
|
|
35
|
+
* IP Addresses (BYOIP)</a> in the <i>AWS Global Accelerator Developer Guide</i>.</p>
|
|
36
|
+
* @example
|
|
37
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
38
|
+
* ```javascript
|
|
39
|
+
* import { GlobalAcceleratorClient, AdvertiseByoipCidrCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
40
|
+
* // const { GlobalAcceleratorClient, AdvertiseByoipCidrCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
41
|
+
* const client = new GlobalAcceleratorClient(config);
|
|
42
|
+
* const command = new AdvertiseByoipCidrCommand(input);
|
|
43
|
+
* const response = await client.send(command);
|
|
44
|
+
* ```
|
|
45
|
+
*
|
|
46
|
+
* @see {@link AdvertiseByoipCidrCommandInput} for command's `input` shape.
|
|
47
|
+
* @see {@link AdvertiseByoipCidrCommandOutput} for command's `response` shape.
|
|
48
|
+
* @see {@link GlobalAcceleratorClientResolvedConfig | config} for command's `input` shape.
|
|
49
|
+
*
|
|
50
|
+
*/
|
|
51
|
+
export class AdvertiseByoipCidrCommand extends $Command<
|
|
52
|
+
AdvertiseByoipCidrCommandInput,
|
|
53
|
+
AdvertiseByoipCidrCommandOutput,
|
|
54
|
+
GlobalAcceleratorClientResolvedConfig
|
|
55
|
+
> {
|
|
56
|
+
// Start section: command_properties
|
|
57
|
+
// End section: command_properties
|
|
58
|
+
|
|
59
|
+
constructor(readonly input: AdvertiseByoipCidrCommandInput) {
|
|
60
|
+
// Start section: command_constructor
|
|
61
|
+
super();
|
|
62
|
+
// End section: command_constructor
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
68
|
+
resolveMiddleware(
|
|
69
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
70
|
+
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
71
|
+
options?: __HttpHandlerOptions
|
|
72
|
+
): Handler<AdvertiseByoipCidrCommandInput, AdvertiseByoipCidrCommandOutput> {
|
|
73
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
74
|
+
|
|
75
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
76
|
+
|
|
77
|
+
const { logger } = configuration;
|
|
78
|
+
const clientName = "GlobalAcceleratorClient";
|
|
79
|
+
const commandName = "AdvertiseByoipCidrCommand";
|
|
80
|
+
const handlerExecutionContext: HandlerExecutionContext = {
|
|
81
|
+
logger,
|
|
82
|
+
clientName,
|
|
83
|
+
commandName,
|
|
84
|
+
inputFilterSensitiveLog: AdvertiseByoipCidrRequest.filterSensitiveLog,
|
|
85
|
+
outputFilterSensitiveLog: AdvertiseByoipCidrResponse.filterSensitiveLog,
|
|
86
|
+
};
|
|
87
|
+
const { requestHandler } = configuration;
|
|
88
|
+
return stack.resolve(
|
|
89
|
+
(request: FinalizeHandlerArguments<any>) =>
|
|
90
|
+
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
91
|
+
handlerExecutionContext
|
|
92
|
+
);
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
private serialize(input: AdvertiseByoipCidrCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
96
|
+
return serializeAws_json1_1AdvertiseByoipCidrCommand(input, context);
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<AdvertiseByoipCidrCommandOutput> {
|
|
100
|
+
return deserializeAws_json1_1AdvertiseByoipCidrCommand(output, context);
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
// Start section: command_body_extra
|
|
104
|
+
// End section: command_body_extra
|
|
105
|
+
}
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
|
+
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import {
|
|
5
|
+
FinalizeHandlerArguments,
|
|
6
|
+
Handler,
|
|
7
|
+
HandlerExecutionContext,
|
|
8
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
9
|
+
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
11
|
+
SerdeContext as __SerdeContext,
|
|
12
|
+
} from "@aws-sdk/types";
|
|
13
|
+
|
|
14
|
+
import {
|
|
15
|
+
GlobalAcceleratorClientResolvedConfig,
|
|
16
|
+
ServiceInputTypes,
|
|
17
|
+
ServiceOutputTypes,
|
|
18
|
+
} from "../GlobalAcceleratorClient";
|
|
19
|
+
import { AllowCustomRoutingTrafficRequest } from "../models/models_0";
|
|
20
|
+
import {
|
|
21
|
+
deserializeAws_json1_1AllowCustomRoutingTrafficCommand,
|
|
22
|
+
serializeAws_json1_1AllowCustomRoutingTrafficCommand,
|
|
23
|
+
} from "../protocols/Aws_json1_1";
|
|
24
|
+
|
|
25
|
+
export interface AllowCustomRoutingTrafficCommandInput extends AllowCustomRoutingTrafficRequest {}
|
|
26
|
+
export interface AllowCustomRoutingTrafficCommandOutput extends __MetadataBearer {}
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* <p>Specify the Amazon EC2 instance (destination) IP addresses and ports for a VPC subnet endpoint that can receive traffic
|
|
30
|
+
* for a custom routing accelerator. You can allow traffic to all destinations in the subnet endpoint, or allow traffic to a
|
|
31
|
+
* specified list of destination IP addresses and ports in the subnet. Note that you cannot specify IP addresses or ports
|
|
32
|
+
* outside of the range that you configured for the endpoint group.</p>
|
|
33
|
+
* <p>After you make changes, you can verify that the updates are complete by checking the status of your
|
|
34
|
+
* accelerator: the status changes from IN_PROGRESS to DEPLOYED.</p>
|
|
35
|
+
* @example
|
|
36
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
37
|
+
* ```javascript
|
|
38
|
+
* import { GlobalAcceleratorClient, AllowCustomRoutingTrafficCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
39
|
+
* // const { GlobalAcceleratorClient, AllowCustomRoutingTrafficCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
40
|
+
* const client = new GlobalAcceleratorClient(config);
|
|
41
|
+
* const command = new AllowCustomRoutingTrafficCommand(input);
|
|
42
|
+
* const response = await client.send(command);
|
|
43
|
+
* ```
|
|
44
|
+
*
|
|
45
|
+
* @see {@link AllowCustomRoutingTrafficCommandInput} for command's `input` shape.
|
|
46
|
+
* @see {@link AllowCustomRoutingTrafficCommandOutput} for command's `response` shape.
|
|
47
|
+
* @see {@link GlobalAcceleratorClientResolvedConfig | config} for command's `input` shape.
|
|
48
|
+
*
|
|
49
|
+
*/
|
|
50
|
+
export class AllowCustomRoutingTrafficCommand extends $Command<
|
|
51
|
+
AllowCustomRoutingTrafficCommandInput,
|
|
52
|
+
AllowCustomRoutingTrafficCommandOutput,
|
|
53
|
+
GlobalAcceleratorClientResolvedConfig
|
|
54
|
+
> {
|
|
55
|
+
// Start section: command_properties
|
|
56
|
+
// End section: command_properties
|
|
57
|
+
|
|
58
|
+
constructor(readonly input: AllowCustomRoutingTrafficCommandInput) {
|
|
59
|
+
// Start section: command_constructor
|
|
60
|
+
super();
|
|
61
|
+
// End section: command_constructor
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
67
|
+
resolveMiddleware(
|
|
68
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
69
|
+
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
70
|
+
options?: __HttpHandlerOptions
|
|
71
|
+
): Handler<AllowCustomRoutingTrafficCommandInput, AllowCustomRoutingTrafficCommandOutput> {
|
|
72
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
73
|
+
|
|
74
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
75
|
+
|
|
76
|
+
const { logger } = configuration;
|
|
77
|
+
const clientName = "GlobalAcceleratorClient";
|
|
78
|
+
const commandName = "AllowCustomRoutingTrafficCommand";
|
|
79
|
+
const handlerExecutionContext: HandlerExecutionContext = {
|
|
80
|
+
logger,
|
|
81
|
+
clientName,
|
|
82
|
+
commandName,
|
|
83
|
+
inputFilterSensitiveLog: AllowCustomRoutingTrafficRequest.filterSensitiveLog,
|
|
84
|
+
outputFilterSensitiveLog: (output: any) => output,
|
|
85
|
+
};
|
|
86
|
+
const { requestHandler } = configuration;
|
|
87
|
+
return stack.resolve(
|
|
88
|
+
(request: FinalizeHandlerArguments<any>) =>
|
|
89
|
+
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
90
|
+
handlerExecutionContext
|
|
91
|
+
);
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
private serialize(input: AllowCustomRoutingTrafficCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
95
|
+
return serializeAws_json1_1AllowCustomRoutingTrafficCommand(input, context);
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
private deserialize(
|
|
99
|
+
output: __HttpResponse,
|
|
100
|
+
context: __SerdeContext
|
|
101
|
+
): Promise<AllowCustomRoutingTrafficCommandOutput> {
|
|
102
|
+
return deserializeAws_json1_1AllowCustomRoutingTrafficCommand(output, context);
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
// Start section: command_body_extra
|
|
106
|
+
// End section: command_body_extra
|
|
107
|
+
}
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
|
+
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import {
|
|
5
|
+
FinalizeHandlerArguments,
|
|
6
|
+
Handler,
|
|
7
|
+
HandlerExecutionContext,
|
|
8
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
9
|
+
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
11
|
+
SerdeContext as __SerdeContext,
|
|
12
|
+
} from "@aws-sdk/types";
|
|
13
|
+
|
|
14
|
+
import {
|
|
15
|
+
GlobalAcceleratorClientResolvedConfig,
|
|
16
|
+
ServiceInputTypes,
|
|
17
|
+
ServiceOutputTypes,
|
|
18
|
+
} from "../GlobalAcceleratorClient";
|
|
19
|
+
import { CreateAcceleratorRequest, CreateAcceleratorResponse } from "../models/models_0";
|
|
20
|
+
import {
|
|
21
|
+
deserializeAws_json1_1CreateAcceleratorCommand,
|
|
22
|
+
serializeAws_json1_1CreateAcceleratorCommand,
|
|
23
|
+
} from "../protocols/Aws_json1_1";
|
|
24
|
+
|
|
25
|
+
export interface CreateAcceleratorCommandInput extends CreateAcceleratorRequest {}
|
|
26
|
+
export interface CreateAcceleratorCommandOutput extends CreateAcceleratorResponse, __MetadataBearer {}
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* <p>Create an accelerator. An accelerator includes one or more listeners that process inbound connections and direct traffic
|
|
30
|
+
* to one or more endpoint groups, each of which includes endpoints, such as Network Load Balancers. </p>
|
|
31
|
+
* <important>
|
|
32
|
+
* <p>Global Accelerator is a global service that supports endpoints in multiple AWS Regions but you must specify the
|
|
33
|
+
* US West (Oregon) Region to create or update accelerators.</p>
|
|
34
|
+
* </important>
|
|
35
|
+
* @example
|
|
36
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
37
|
+
* ```javascript
|
|
38
|
+
* import { GlobalAcceleratorClient, CreateAcceleratorCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
39
|
+
* // const { GlobalAcceleratorClient, CreateAcceleratorCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
40
|
+
* const client = new GlobalAcceleratorClient(config);
|
|
41
|
+
* const command = new CreateAcceleratorCommand(input);
|
|
42
|
+
* const response = await client.send(command);
|
|
43
|
+
* ```
|
|
44
|
+
*
|
|
45
|
+
* @see {@link CreateAcceleratorCommandInput} for command's `input` shape.
|
|
46
|
+
* @see {@link CreateAcceleratorCommandOutput} for command's `response` shape.
|
|
47
|
+
* @see {@link GlobalAcceleratorClientResolvedConfig | config} for command's `input` shape.
|
|
48
|
+
*
|
|
49
|
+
*/
|
|
50
|
+
export class CreateAcceleratorCommand extends $Command<
|
|
51
|
+
CreateAcceleratorCommandInput,
|
|
52
|
+
CreateAcceleratorCommandOutput,
|
|
53
|
+
GlobalAcceleratorClientResolvedConfig
|
|
54
|
+
> {
|
|
55
|
+
// Start section: command_properties
|
|
56
|
+
// End section: command_properties
|
|
57
|
+
|
|
58
|
+
constructor(readonly input: CreateAcceleratorCommandInput) {
|
|
59
|
+
// Start section: command_constructor
|
|
60
|
+
super();
|
|
61
|
+
// End section: command_constructor
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
67
|
+
resolveMiddleware(
|
|
68
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
69
|
+
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
70
|
+
options?: __HttpHandlerOptions
|
|
71
|
+
): Handler<CreateAcceleratorCommandInput, CreateAcceleratorCommandOutput> {
|
|
72
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
73
|
+
|
|
74
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
75
|
+
|
|
76
|
+
const { logger } = configuration;
|
|
77
|
+
const clientName = "GlobalAcceleratorClient";
|
|
78
|
+
const commandName = "CreateAcceleratorCommand";
|
|
79
|
+
const handlerExecutionContext: HandlerExecutionContext = {
|
|
80
|
+
logger,
|
|
81
|
+
clientName,
|
|
82
|
+
commandName,
|
|
83
|
+
inputFilterSensitiveLog: CreateAcceleratorRequest.filterSensitiveLog,
|
|
84
|
+
outputFilterSensitiveLog: CreateAcceleratorResponse.filterSensitiveLog,
|
|
85
|
+
};
|
|
86
|
+
const { requestHandler } = configuration;
|
|
87
|
+
return stack.resolve(
|
|
88
|
+
(request: FinalizeHandlerArguments<any>) =>
|
|
89
|
+
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
90
|
+
handlerExecutionContext
|
|
91
|
+
);
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
private serialize(input: CreateAcceleratorCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
95
|
+
return serializeAws_json1_1CreateAcceleratorCommand(input, context);
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<CreateAcceleratorCommandOutput> {
|
|
99
|
+
return deserializeAws_json1_1CreateAcceleratorCommand(output, context);
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
// Start section: command_body_extra
|
|
103
|
+
// End section: command_body_extra
|
|
104
|
+
}
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
|
+
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import {
|
|
5
|
+
FinalizeHandlerArguments,
|
|
6
|
+
Handler,
|
|
7
|
+
HandlerExecutionContext,
|
|
8
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
9
|
+
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
11
|
+
SerdeContext as __SerdeContext,
|
|
12
|
+
} from "@aws-sdk/types";
|
|
13
|
+
|
|
14
|
+
import {
|
|
15
|
+
GlobalAcceleratorClientResolvedConfig,
|
|
16
|
+
ServiceInputTypes,
|
|
17
|
+
ServiceOutputTypes,
|
|
18
|
+
} from "../GlobalAcceleratorClient";
|
|
19
|
+
import { CreateCustomRoutingAcceleratorRequest, CreateCustomRoutingAcceleratorResponse } from "../models/models_0";
|
|
20
|
+
import {
|
|
21
|
+
deserializeAws_json1_1CreateCustomRoutingAcceleratorCommand,
|
|
22
|
+
serializeAws_json1_1CreateCustomRoutingAcceleratorCommand,
|
|
23
|
+
} from "../protocols/Aws_json1_1";
|
|
24
|
+
|
|
25
|
+
export interface CreateCustomRoutingAcceleratorCommandInput extends CreateCustomRoutingAcceleratorRequest {}
|
|
26
|
+
export interface CreateCustomRoutingAcceleratorCommandOutput
|
|
27
|
+
extends CreateCustomRoutingAcceleratorResponse,
|
|
28
|
+
__MetadataBearer {}
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* <p>Create a custom routing accelerator. A custom routing accelerator directs traffic to one of possibly thousands
|
|
32
|
+
* of Amazon EC2 instance destinations running in a single or multiple virtual private clouds (VPC) subnet endpoints.</p>
|
|
33
|
+
* <p>Be aware that, by default, all destination EC2 instances in a VPC subnet endpoint cannot receive
|
|
34
|
+
* traffic. To enable all destinations to receive traffic, or to specify individual port
|
|
35
|
+
* mappings that can receive traffic, see the <a href="https://docs.aws.amazon.com/global-accelerator/latest/api/API_AllowCustomRoutingTraffic.html">
|
|
36
|
+
* AllowCustomRoutingTraffic</a> operation.</p>
|
|
37
|
+
* <important>
|
|
38
|
+
* <p>Global Accelerator is a global service that supports endpoints in multiple AWS Regions but you must specify the
|
|
39
|
+
* US West (Oregon) Region to create or update accelerators.</p>
|
|
40
|
+
* </important>
|
|
41
|
+
* @example
|
|
42
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
43
|
+
* ```javascript
|
|
44
|
+
* import { GlobalAcceleratorClient, CreateCustomRoutingAcceleratorCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
45
|
+
* // const { GlobalAcceleratorClient, CreateCustomRoutingAcceleratorCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
46
|
+
* const client = new GlobalAcceleratorClient(config);
|
|
47
|
+
* const command = new CreateCustomRoutingAcceleratorCommand(input);
|
|
48
|
+
* const response = await client.send(command);
|
|
49
|
+
* ```
|
|
50
|
+
*
|
|
51
|
+
* @see {@link CreateCustomRoutingAcceleratorCommandInput} for command's `input` shape.
|
|
52
|
+
* @see {@link CreateCustomRoutingAcceleratorCommandOutput} for command's `response` shape.
|
|
53
|
+
* @see {@link GlobalAcceleratorClientResolvedConfig | config} for command's `input` shape.
|
|
54
|
+
*
|
|
55
|
+
*/
|
|
56
|
+
export class CreateCustomRoutingAcceleratorCommand extends $Command<
|
|
57
|
+
CreateCustomRoutingAcceleratorCommandInput,
|
|
58
|
+
CreateCustomRoutingAcceleratorCommandOutput,
|
|
59
|
+
GlobalAcceleratorClientResolvedConfig
|
|
60
|
+
> {
|
|
61
|
+
// Start section: command_properties
|
|
62
|
+
// End section: command_properties
|
|
63
|
+
|
|
64
|
+
constructor(readonly input: CreateCustomRoutingAcceleratorCommandInput) {
|
|
65
|
+
// Start section: command_constructor
|
|
66
|
+
super();
|
|
67
|
+
// End section: command_constructor
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
73
|
+
resolveMiddleware(
|
|
74
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
75
|
+
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
76
|
+
options?: __HttpHandlerOptions
|
|
77
|
+
): Handler<CreateCustomRoutingAcceleratorCommandInput, CreateCustomRoutingAcceleratorCommandOutput> {
|
|
78
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
79
|
+
|
|
80
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
81
|
+
|
|
82
|
+
const { logger } = configuration;
|
|
83
|
+
const clientName = "GlobalAcceleratorClient";
|
|
84
|
+
const commandName = "CreateCustomRoutingAcceleratorCommand";
|
|
85
|
+
const handlerExecutionContext: HandlerExecutionContext = {
|
|
86
|
+
logger,
|
|
87
|
+
clientName,
|
|
88
|
+
commandName,
|
|
89
|
+
inputFilterSensitiveLog: CreateCustomRoutingAcceleratorRequest.filterSensitiveLog,
|
|
90
|
+
outputFilterSensitiveLog: CreateCustomRoutingAcceleratorResponse.filterSensitiveLog,
|
|
91
|
+
};
|
|
92
|
+
const { requestHandler } = configuration;
|
|
93
|
+
return stack.resolve(
|
|
94
|
+
(request: FinalizeHandlerArguments<any>) =>
|
|
95
|
+
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
96
|
+
handlerExecutionContext
|
|
97
|
+
);
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
private serialize(
|
|
101
|
+
input: CreateCustomRoutingAcceleratorCommandInput,
|
|
102
|
+
context: __SerdeContext
|
|
103
|
+
): Promise<__HttpRequest> {
|
|
104
|
+
return serializeAws_json1_1CreateCustomRoutingAcceleratorCommand(input, context);
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
private deserialize(
|
|
108
|
+
output: __HttpResponse,
|
|
109
|
+
context: __SerdeContext
|
|
110
|
+
): Promise<CreateCustomRoutingAcceleratorCommandOutput> {
|
|
111
|
+
return deserializeAws_json1_1CreateCustomRoutingAcceleratorCommand(output, context);
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
// Start section: command_body_extra
|
|
115
|
+
// End section: command_body_extra
|
|
116
|
+
}
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
|
+
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import {
|
|
5
|
+
FinalizeHandlerArguments,
|
|
6
|
+
Handler,
|
|
7
|
+
HandlerExecutionContext,
|
|
8
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
9
|
+
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
11
|
+
SerdeContext as __SerdeContext,
|
|
12
|
+
} from "@aws-sdk/types";
|
|
13
|
+
|
|
14
|
+
import {
|
|
15
|
+
GlobalAcceleratorClientResolvedConfig,
|
|
16
|
+
ServiceInputTypes,
|
|
17
|
+
ServiceOutputTypes,
|
|
18
|
+
} from "../GlobalAcceleratorClient";
|
|
19
|
+
import { CreateCustomRoutingEndpointGroupRequest, CreateCustomRoutingEndpointGroupResponse } from "../models/models_0";
|
|
20
|
+
import {
|
|
21
|
+
deserializeAws_json1_1CreateCustomRoutingEndpointGroupCommand,
|
|
22
|
+
serializeAws_json1_1CreateCustomRoutingEndpointGroupCommand,
|
|
23
|
+
} from "../protocols/Aws_json1_1";
|
|
24
|
+
|
|
25
|
+
export interface CreateCustomRoutingEndpointGroupCommandInput extends CreateCustomRoutingEndpointGroupRequest {}
|
|
26
|
+
export interface CreateCustomRoutingEndpointGroupCommandOutput
|
|
27
|
+
extends CreateCustomRoutingEndpointGroupResponse,
|
|
28
|
+
__MetadataBearer {}
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* <p>Create an endpoint group for the specified listener for a custom routing accelerator.
|
|
32
|
+
* An endpoint group is a collection of endpoints in one AWS
|
|
33
|
+
* Region. </p>
|
|
34
|
+
* @example
|
|
35
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
36
|
+
* ```javascript
|
|
37
|
+
* import { GlobalAcceleratorClient, CreateCustomRoutingEndpointGroupCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
38
|
+
* // const { GlobalAcceleratorClient, CreateCustomRoutingEndpointGroupCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
39
|
+
* const client = new GlobalAcceleratorClient(config);
|
|
40
|
+
* const command = new CreateCustomRoutingEndpointGroupCommand(input);
|
|
41
|
+
* const response = await client.send(command);
|
|
42
|
+
* ```
|
|
43
|
+
*
|
|
44
|
+
* @see {@link CreateCustomRoutingEndpointGroupCommandInput} for command's `input` shape.
|
|
45
|
+
* @see {@link CreateCustomRoutingEndpointGroupCommandOutput} for command's `response` shape.
|
|
46
|
+
* @see {@link GlobalAcceleratorClientResolvedConfig | config} for command's `input` shape.
|
|
47
|
+
*
|
|
48
|
+
*/
|
|
49
|
+
export class CreateCustomRoutingEndpointGroupCommand extends $Command<
|
|
50
|
+
CreateCustomRoutingEndpointGroupCommandInput,
|
|
51
|
+
CreateCustomRoutingEndpointGroupCommandOutput,
|
|
52
|
+
GlobalAcceleratorClientResolvedConfig
|
|
53
|
+
> {
|
|
54
|
+
// Start section: command_properties
|
|
55
|
+
// End section: command_properties
|
|
56
|
+
|
|
57
|
+
constructor(readonly input: CreateCustomRoutingEndpointGroupCommandInput) {
|
|
58
|
+
// Start section: command_constructor
|
|
59
|
+
super();
|
|
60
|
+
// End section: command_constructor
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
/**
|
|
64
|
+
* @internal
|
|
65
|
+
*/
|
|
66
|
+
resolveMiddleware(
|
|
67
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
68
|
+
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
69
|
+
options?: __HttpHandlerOptions
|
|
70
|
+
): Handler<CreateCustomRoutingEndpointGroupCommandInput, CreateCustomRoutingEndpointGroupCommandOutput> {
|
|
71
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
72
|
+
|
|
73
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
74
|
+
|
|
75
|
+
const { logger } = configuration;
|
|
76
|
+
const clientName = "GlobalAcceleratorClient";
|
|
77
|
+
const commandName = "CreateCustomRoutingEndpointGroupCommand";
|
|
78
|
+
const handlerExecutionContext: HandlerExecutionContext = {
|
|
79
|
+
logger,
|
|
80
|
+
clientName,
|
|
81
|
+
commandName,
|
|
82
|
+
inputFilterSensitiveLog: CreateCustomRoutingEndpointGroupRequest.filterSensitiveLog,
|
|
83
|
+
outputFilterSensitiveLog: CreateCustomRoutingEndpointGroupResponse.filterSensitiveLog,
|
|
84
|
+
};
|
|
85
|
+
const { requestHandler } = configuration;
|
|
86
|
+
return stack.resolve(
|
|
87
|
+
(request: FinalizeHandlerArguments<any>) =>
|
|
88
|
+
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
89
|
+
handlerExecutionContext
|
|
90
|
+
);
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
private serialize(
|
|
94
|
+
input: CreateCustomRoutingEndpointGroupCommandInput,
|
|
95
|
+
context: __SerdeContext
|
|
96
|
+
): Promise<__HttpRequest> {
|
|
97
|
+
return serializeAws_json1_1CreateCustomRoutingEndpointGroupCommand(input, context);
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
private deserialize(
|
|
101
|
+
output: __HttpResponse,
|
|
102
|
+
context: __SerdeContext
|
|
103
|
+
): Promise<CreateCustomRoutingEndpointGroupCommandOutput> {
|
|
104
|
+
return deserializeAws_json1_1CreateCustomRoutingEndpointGroupCommand(output, context);
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
// Start section: command_body_extra
|
|
108
|
+
// End section: command_body_extra
|
|
109
|
+
}
|