@aws-sdk/client-global-accelerator 3.31.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 +39 -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/endpoints.js +57 -0
- package/dist-cjs/endpoints.js.map +1 -0
- package/dist-cjs/index.js +64 -0
- package/dist-cjs/index.js.map +1 -0
- package/dist-cjs/models/index.js +5 -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/protocols/Aws_json1_1.js +5419 -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/runtimeConfig.native.js +20 -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/endpoints.js +53 -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/models/models_0.js +549 -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/protocols/Aws_json1_1.js +5685 -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/runtimeConfig.native.js +9 -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/runtimeConfig.browser.d.ts +37 -0
- package/dist-types/runtimeConfig.d.ts +37 -0
- package/dist-types/runtimeConfig.native.d.ts +36 -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/ts3.4/runtimeConfig.browser.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +36 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +50 -50
- 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 -3
- package/tsconfig.json +7 -7
- package/tsconfig.types.json +9 -0
- 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 +0 -57
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -64
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js +0 -5
- 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 +0 -5419
- 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 +0 -20
- 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 -866
- package/dist/es/GlobalAccelerator.js.map +0 -1
- package/dist/es/GlobalAcceleratorClient.js +0 -193
- package/dist/es/GlobalAcceleratorClient.js.map +0 -1
- package/dist/es/commands/AddCustomRoutingEndpointsCommand.js +0 -75
- package/dist/es/commands/AddCustomRoutingEndpointsCommand.js.map +0 -1
- package/dist/es/commands/AdvertiseByoipCidrCommand.js +0 -71
- package/dist/es/commands/AdvertiseByoipCidrCommand.js.map +0 -1
- package/dist/es/commands/AllowCustomRoutingTrafficCommand.js +0 -70
- package/dist/es/commands/AllowCustomRoutingTrafficCommand.js.map +0 -1
- package/dist/es/commands/CreateAcceleratorCommand.js +0 -70
- package/dist/es/commands/CreateAcceleratorCommand.js.map +0 -1
- package/dist/es/commands/CreateCustomRoutingAcceleratorCommand.js +0 -74
- package/dist/es/commands/CreateCustomRoutingAcceleratorCommand.js.map +0 -1
- package/dist/es/commands/CreateCustomRoutingEndpointGroupCommand.js +0 -67
- package/dist/es/commands/CreateCustomRoutingEndpointGroupCommand.js.map +0 -1
- package/dist/es/commands/CreateCustomRoutingListenerCommand.js +0 -66
- package/dist/es/commands/CreateCustomRoutingListenerCommand.js.map +0 -1
- package/dist/es/commands/CreateEndpointGroupCommand.js +0 -66
- package/dist/es/commands/CreateEndpointGroupCommand.js.map +0 -1
- package/dist/es/commands/CreateListenerCommand.js +0 -66
- package/dist/es/commands/CreateListenerCommand.js.map +0 -1
- package/dist/es/commands/DeleteAcceleratorCommand.js +0 -78
- package/dist/es/commands/DeleteAcceleratorCommand.js.map +0 -1
- package/dist/es/commands/DeleteCustomRoutingAcceleratorCommand.js +0 -78
- package/dist/es/commands/DeleteCustomRoutingAcceleratorCommand.js.map +0 -1
- package/dist/es/commands/DeleteCustomRoutingEndpointGroupCommand.js +0 -65
- package/dist/es/commands/DeleteCustomRoutingEndpointGroupCommand.js.map +0 -1
- package/dist/es/commands/DeleteCustomRoutingListenerCommand.js +0 -65
- package/dist/es/commands/DeleteCustomRoutingListenerCommand.js.map +0 -1
- package/dist/es/commands/DeleteEndpointGroupCommand.js +0 -65
- package/dist/es/commands/DeleteEndpointGroupCommand.js.map +0 -1
- package/dist/es/commands/DeleteListenerCommand.js +0 -65
- package/dist/es/commands/DeleteListenerCommand.js.map +0 -1
- package/dist/es/commands/DenyCustomRoutingTrafficCommand.js +0 -70
- package/dist/es/commands/DenyCustomRoutingTrafficCommand.js.map +0 -1
- package/dist/es/commands/DeprovisionByoipCidrCommand.js +0 -71
- package/dist/es/commands/DeprovisionByoipCidrCommand.js.map +0 -1
- package/dist/es/commands/DescribeAcceleratorAttributesCommand.js +0 -66
- package/dist/es/commands/DescribeAcceleratorAttributesCommand.js.map +0 -1
- package/dist/es/commands/DescribeAcceleratorCommand.js +0 -65
- package/dist/es/commands/DescribeAcceleratorCommand.js.map +0 -1
- package/dist/es/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js +0 -65
- package/dist/es/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js.map +0 -1
- package/dist/es/commands/DescribeCustomRoutingAcceleratorCommand.js +0 -65
- package/dist/es/commands/DescribeCustomRoutingAcceleratorCommand.js.map +0 -1
- package/dist/es/commands/DescribeCustomRoutingEndpointGroupCommand.js +0 -65
- package/dist/es/commands/DescribeCustomRoutingEndpointGroupCommand.js.map +0 -1
- package/dist/es/commands/DescribeCustomRoutingListenerCommand.js +0 -65
- package/dist/es/commands/DescribeCustomRoutingListenerCommand.js.map +0 -1
- package/dist/es/commands/DescribeEndpointGroupCommand.js +0 -65
- package/dist/es/commands/DescribeEndpointGroupCommand.js.map +0 -1
- package/dist/es/commands/DescribeListenerCommand.js +0 -65
- package/dist/es/commands/DescribeListenerCommand.js.map +0 -1
- package/dist/es/commands/ListAcceleratorsCommand.js +0 -65
- package/dist/es/commands/ListAcceleratorsCommand.js.map +0 -1
- package/dist/es/commands/ListByoipCidrsCommand.js +0 -66
- package/dist/es/commands/ListByoipCidrsCommand.js.map +0 -1
- package/dist/es/commands/ListCustomRoutingAcceleratorsCommand.js +0 -65
- package/dist/es/commands/ListCustomRoutingAcceleratorsCommand.js.map +0 -1
- package/dist/es/commands/ListCustomRoutingEndpointGroupsCommand.js +0 -65
- package/dist/es/commands/ListCustomRoutingEndpointGroupsCommand.js.map +0 -1
- package/dist/es/commands/ListCustomRoutingListenersCommand.js +0 -65
- package/dist/es/commands/ListCustomRoutingListenersCommand.js.map +0 -1
- package/dist/es/commands/ListCustomRoutingPortMappingsByDestinationCommand.js +0 -68
- package/dist/es/commands/ListCustomRoutingPortMappingsByDestinationCommand.js.map +0 -1
- package/dist/es/commands/ListCustomRoutingPortMappingsCommand.js +0 -73
- package/dist/es/commands/ListCustomRoutingPortMappingsCommand.js.map +0 -1
- package/dist/es/commands/ListEndpointGroupsCommand.js +0 -65
- package/dist/es/commands/ListEndpointGroupsCommand.js.map +0 -1
- package/dist/es/commands/ListListenersCommand.js +0 -65
- package/dist/es/commands/ListListenersCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js +0 -67
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/ProvisionByoipCidrCommand.js +0 -70
- package/dist/es/commands/ProvisionByoipCidrCommand.js.map +0 -1
- package/dist/es/commands/RemoveCustomRoutingEndpointsCommand.js +0 -65
- package/dist/es/commands/RemoveCustomRoutingEndpointsCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js +0 -67
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js +0 -68
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateAcceleratorAttributesCommand.js +0 -65
- package/dist/es/commands/UpdateAcceleratorAttributesCommand.js.map +0 -1
- package/dist/es/commands/UpdateAcceleratorCommand.js +0 -70
- package/dist/es/commands/UpdateAcceleratorCommand.js.map +0 -1
- package/dist/es/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js +0 -65
- package/dist/es/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js.map +0 -1
- package/dist/es/commands/UpdateCustomRoutingAcceleratorCommand.js +0 -65
- package/dist/es/commands/UpdateCustomRoutingAcceleratorCommand.js.map +0 -1
- package/dist/es/commands/UpdateCustomRoutingListenerCommand.js +0 -65
- package/dist/es/commands/UpdateCustomRoutingListenerCommand.js.map +0 -1
- package/dist/es/commands/UpdateEndpointGroupCommand.js +0 -65
- package/dist/es/commands/UpdateEndpointGroupCommand.js.map +0 -1
- package/dist/es/commands/UpdateListenerCommand.js +0 -65
- package/dist/es/commands/UpdateListenerCommand.js.map +0 -1
- package/dist/es/commands/WithdrawByoipCidrCommand.js +0 -71
- package/dist/es/commands/WithdrawByoipCidrCommand.js.map +0 -1
- package/dist/es/endpoints.js +0 -53
- 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 +0 -930
- 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 -87
- package/dist/es/pagination/ListAcceleratorsPaginator.js.map +0 -1
- package/dist/es/pagination/ListByoipCidrsPaginator.js +0 -87
- package/dist/es/pagination/ListByoipCidrsPaginator.js.map +0 -1
- package/dist/es/pagination/ListCustomRoutingAcceleratorsPaginator.js +0 -87
- package/dist/es/pagination/ListCustomRoutingAcceleratorsPaginator.js.map +0 -1
- package/dist/es/pagination/ListCustomRoutingEndpointGroupsPaginator.js +0 -87
- package/dist/es/pagination/ListCustomRoutingEndpointGroupsPaginator.js.map +0 -1
- package/dist/es/pagination/ListCustomRoutingListenersPaginator.js +0 -87
- package/dist/es/pagination/ListCustomRoutingListenersPaginator.js.map +0 -1
- package/dist/es/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.js +0 -87
- package/dist/es/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.js.map +0 -1
- package/dist/es/pagination/ListCustomRoutingPortMappingsPaginator.js +0 -87
- package/dist/es/pagination/ListCustomRoutingPortMappingsPaginator.js.map +0 -1
- package/dist/es/pagination/ListEndpointGroupsPaginator.js +0 -87
- package/dist/es/pagination/ListEndpointGroupsPaginator.js.map +0 -1
- package/dist/es/pagination/ListListenersPaginator.js +0 -87
- package/dist/es/pagination/ListListenersPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_json1_1.js +0 -5690
- package/dist/es/protocols/Aws_json1_1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -20
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -25
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js +0 -12
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -17
- 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.browser.d.ts +0 -36
- package/dist/types/runtimeConfig.d.ts +0 -36
- package/dist/types/runtimeConfig.native.d.ts +0 -35
- 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.browser.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -35
- 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
|
@@ -1,326 +0,0 @@
|
|
|
1
|
-
import { AddCustomRoutingEndpointsCommandInput, AddCustomRoutingEndpointsCommandOutput } from "./commands/AddCustomRoutingEndpointsCommand";
|
|
2
|
-
import { AdvertiseByoipCidrCommandInput, AdvertiseByoipCidrCommandOutput } from "./commands/AdvertiseByoipCidrCommand";
|
|
3
|
-
import { AllowCustomRoutingTrafficCommandInput, AllowCustomRoutingTrafficCommandOutput } from "./commands/AllowCustomRoutingTrafficCommand";
|
|
4
|
-
import { CreateAcceleratorCommandInput, CreateAcceleratorCommandOutput } from "./commands/CreateAcceleratorCommand";
|
|
5
|
-
import { CreateCustomRoutingAcceleratorCommandInput, CreateCustomRoutingAcceleratorCommandOutput } from "./commands/CreateCustomRoutingAcceleratorCommand";
|
|
6
|
-
import { CreateCustomRoutingEndpointGroupCommandInput, CreateCustomRoutingEndpointGroupCommandOutput } from "./commands/CreateCustomRoutingEndpointGroupCommand";
|
|
7
|
-
import { CreateCustomRoutingListenerCommandInput, CreateCustomRoutingListenerCommandOutput } from "./commands/CreateCustomRoutingListenerCommand";
|
|
8
|
-
import { CreateEndpointGroupCommandInput, CreateEndpointGroupCommandOutput } from "./commands/CreateEndpointGroupCommand";
|
|
9
|
-
import { CreateListenerCommandInput, CreateListenerCommandOutput } from "./commands/CreateListenerCommand";
|
|
10
|
-
import { DeleteAcceleratorCommandInput, DeleteAcceleratorCommandOutput } from "./commands/DeleteAcceleratorCommand";
|
|
11
|
-
import { DeleteCustomRoutingAcceleratorCommandInput, DeleteCustomRoutingAcceleratorCommandOutput } from "./commands/DeleteCustomRoutingAcceleratorCommand";
|
|
12
|
-
import { DeleteCustomRoutingEndpointGroupCommandInput, DeleteCustomRoutingEndpointGroupCommandOutput } from "./commands/DeleteCustomRoutingEndpointGroupCommand";
|
|
13
|
-
import { DeleteCustomRoutingListenerCommandInput, DeleteCustomRoutingListenerCommandOutput } from "./commands/DeleteCustomRoutingListenerCommand";
|
|
14
|
-
import { DeleteEndpointGroupCommandInput, DeleteEndpointGroupCommandOutput } from "./commands/DeleteEndpointGroupCommand";
|
|
15
|
-
import { DeleteListenerCommandInput, DeleteListenerCommandOutput } from "./commands/DeleteListenerCommand";
|
|
16
|
-
import { DenyCustomRoutingTrafficCommandInput, DenyCustomRoutingTrafficCommandOutput } from "./commands/DenyCustomRoutingTrafficCommand";
|
|
17
|
-
import { DeprovisionByoipCidrCommandInput, DeprovisionByoipCidrCommandOutput } from "./commands/DeprovisionByoipCidrCommand";
|
|
18
|
-
import { DescribeAcceleratorAttributesCommandInput, DescribeAcceleratorAttributesCommandOutput } from "./commands/DescribeAcceleratorAttributesCommand";
|
|
19
|
-
import { DescribeAcceleratorCommandInput, DescribeAcceleratorCommandOutput } from "./commands/DescribeAcceleratorCommand";
|
|
20
|
-
import { DescribeCustomRoutingAcceleratorAttributesCommandInput, DescribeCustomRoutingAcceleratorAttributesCommandOutput } from "./commands/DescribeCustomRoutingAcceleratorAttributesCommand";
|
|
21
|
-
import { DescribeCustomRoutingAcceleratorCommandInput, DescribeCustomRoutingAcceleratorCommandOutput } from "./commands/DescribeCustomRoutingAcceleratorCommand";
|
|
22
|
-
import { DescribeCustomRoutingEndpointGroupCommandInput, DescribeCustomRoutingEndpointGroupCommandOutput } from "./commands/DescribeCustomRoutingEndpointGroupCommand";
|
|
23
|
-
import { DescribeCustomRoutingListenerCommandInput, DescribeCustomRoutingListenerCommandOutput } from "./commands/DescribeCustomRoutingListenerCommand";
|
|
24
|
-
import { DescribeEndpointGroupCommandInput, DescribeEndpointGroupCommandOutput } from "./commands/DescribeEndpointGroupCommand";
|
|
25
|
-
import { DescribeListenerCommandInput, DescribeListenerCommandOutput } from "./commands/DescribeListenerCommand";
|
|
26
|
-
import { ListAcceleratorsCommandInput, ListAcceleratorsCommandOutput } from "./commands/ListAcceleratorsCommand";
|
|
27
|
-
import { ListByoipCidrsCommandInput, ListByoipCidrsCommandOutput } from "./commands/ListByoipCidrsCommand";
|
|
28
|
-
import { ListCustomRoutingAcceleratorsCommandInput, ListCustomRoutingAcceleratorsCommandOutput } from "./commands/ListCustomRoutingAcceleratorsCommand";
|
|
29
|
-
import { ListCustomRoutingEndpointGroupsCommandInput, ListCustomRoutingEndpointGroupsCommandOutput } from "./commands/ListCustomRoutingEndpointGroupsCommand";
|
|
30
|
-
import { ListCustomRoutingListenersCommandInput, ListCustomRoutingListenersCommandOutput } from "./commands/ListCustomRoutingListenersCommand";
|
|
31
|
-
import { ListCustomRoutingPortMappingsByDestinationCommandInput, ListCustomRoutingPortMappingsByDestinationCommandOutput } from "./commands/ListCustomRoutingPortMappingsByDestinationCommand";
|
|
32
|
-
import { ListCustomRoutingPortMappingsCommandInput, ListCustomRoutingPortMappingsCommandOutput } from "./commands/ListCustomRoutingPortMappingsCommand";
|
|
33
|
-
import { ListEndpointGroupsCommandInput, ListEndpointGroupsCommandOutput } from "./commands/ListEndpointGroupsCommand";
|
|
34
|
-
import { ListListenersCommandInput, ListListenersCommandOutput } from "./commands/ListListenersCommand";
|
|
35
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
36
|
-
import { ProvisionByoipCidrCommandInput, ProvisionByoipCidrCommandOutput } from "./commands/ProvisionByoipCidrCommand";
|
|
37
|
-
import { RemoveCustomRoutingEndpointsCommandInput, RemoveCustomRoutingEndpointsCommandOutput } from "./commands/RemoveCustomRoutingEndpointsCommand";
|
|
38
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
39
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
40
|
-
import { UpdateAcceleratorAttributesCommandInput, UpdateAcceleratorAttributesCommandOutput } from "./commands/UpdateAcceleratorAttributesCommand";
|
|
41
|
-
import { UpdateAcceleratorCommandInput, UpdateAcceleratorCommandOutput } from "./commands/UpdateAcceleratorCommand";
|
|
42
|
-
import { UpdateCustomRoutingAcceleratorAttributesCommandInput, UpdateCustomRoutingAcceleratorAttributesCommandOutput } from "./commands/UpdateCustomRoutingAcceleratorAttributesCommand";
|
|
43
|
-
import { UpdateCustomRoutingAcceleratorCommandInput, UpdateCustomRoutingAcceleratorCommandOutput } from "./commands/UpdateCustomRoutingAcceleratorCommand";
|
|
44
|
-
import { UpdateCustomRoutingListenerCommandInput, UpdateCustomRoutingListenerCommandOutput } from "./commands/UpdateCustomRoutingListenerCommand";
|
|
45
|
-
import { UpdateEndpointGroupCommandInput, UpdateEndpointGroupCommandOutput } from "./commands/UpdateEndpointGroupCommand";
|
|
46
|
-
import { UpdateListenerCommandInput, UpdateListenerCommandOutput } from "./commands/UpdateListenerCommand";
|
|
47
|
-
import { WithdrawByoipCidrCommandInput, WithdrawByoipCidrCommandOutput } from "./commands/WithdrawByoipCidrCommand";
|
|
48
|
-
import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
|
|
49
|
-
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
50
|
-
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
51
|
-
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
52
|
-
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
53
|
-
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
54
|
-
import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
55
|
-
import { Provider, RegionInfoProvider, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
56
|
-
export declare type ServiceInputTypes = AddCustomRoutingEndpointsCommandInput | AdvertiseByoipCidrCommandInput | AllowCustomRoutingTrafficCommandInput | CreateAcceleratorCommandInput | CreateCustomRoutingAcceleratorCommandInput | CreateCustomRoutingEndpointGroupCommandInput | CreateCustomRoutingListenerCommandInput | CreateEndpointGroupCommandInput | CreateListenerCommandInput | DeleteAcceleratorCommandInput | DeleteCustomRoutingAcceleratorCommandInput | DeleteCustomRoutingEndpointGroupCommandInput | DeleteCustomRoutingListenerCommandInput | DeleteEndpointGroupCommandInput | DeleteListenerCommandInput | DenyCustomRoutingTrafficCommandInput | DeprovisionByoipCidrCommandInput | DescribeAcceleratorAttributesCommandInput | DescribeAcceleratorCommandInput | DescribeCustomRoutingAcceleratorAttributesCommandInput | DescribeCustomRoutingAcceleratorCommandInput | DescribeCustomRoutingEndpointGroupCommandInput | DescribeCustomRoutingListenerCommandInput | DescribeEndpointGroupCommandInput | DescribeListenerCommandInput | ListAcceleratorsCommandInput | ListByoipCidrsCommandInput | ListCustomRoutingAcceleratorsCommandInput | ListCustomRoutingEndpointGroupsCommandInput | ListCustomRoutingListenersCommandInput | ListCustomRoutingPortMappingsByDestinationCommandInput | ListCustomRoutingPortMappingsCommandInput | ListEndpointGroupsCommandInput | ListListenersCommandInput | ListTagsForResourceCommandInput | ProvisionByoipCidrCommandInput | RemoveCustomRoutingEndpointsCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAcceleratorAttributesCommandInput | UpdateAcceleratorCommandInput | UpdateCustomRoutingAcceleratorAttributesCommandInput | UpdateCustomRoutingAcceleratorCommandInput | UpdateCustomRoutingListenerCommandInput | UpdateEndpointGroupCommandInput | UpdateListenerCommandInput | WithdrawByoipCidrCommandInput;
|
|
57
|
-
export declare type ServiceOutputTypes = AddCustomRoutingEndpointsCommandOutput | AdvertiseByoipCidrCommandOutput | AllowCustomRoutingTrafficCommandOutput | CreateAcceleratorCommandOutput | CreateCustomRoutingAcceleratorCommandOutput | CreateCustomRoutingEndpointGroupCommandOutput | CreateCustomRoutingListenerCommandOutput | CreateEndpointGroupCommandOutput | CreateListenerCommandOutput | DeleteAcceleratorCommandOutput | DeleteCustomRoutingAcceleratorCommandOutput | DeleteCustomRoutingEndpointGroupCommandOutput | DeleteCustomRoutingListenerCommandOutput | DeleteEndpointGroupCommandOutput | DeleteListenerCommandOutput | DenyCustomRoutingTrafficCommandOutput | DeprovisionByoipCidrCommandOutput | DescribeAcceleratorAttributesCommandOutput | DescribeAcceleratorCommandOutput | DescribeCustomRoutingAcceleratorAttributesCommandOutput | DescribeCustomRoutingAcceleratorCommandOutput | DescribeCustomRoutingEndpointGroupCommandOutput | DescribeCustomRoutingListenerCommandOutput | DescribeEndpointGroupCommandOutput | DescribeListenerCommandOutput | ListAcceleratorsCommandOutput | ListByoipCidrsCommandOutput | ListCustomRoutingAcceleratorsCommandOutput | ListCustomRoutingEndpointGroupsCommandOutput | ListCustomRoutingListenersCommandOutput | ListCustomRoutingPortMappingsByDestinationCommandOutput | ListCustomRoutingPortMappingsCommandOutput | ListEndpointGroupsCommandOutput | ListListenersCommandOutput | ListTagsForResourceCommandOutput | ProvisionByoipCidrCommandOutput | RemoveCustomRoutingEndpointsCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAcceleratorAttributesCommandOutput | UpdateAcceleratorCommandOutput | UpdateCustomRoutingAcceleratorAttributesCommandOutput | UpdateCustomRoutingAcceleratorCommandOutput | UpdateCustomRoutingListenerCommandOutput | UpdateEndpointGroupCommandOutput | UpdateListenerCommandOutput | WithdrawByoipCidrCommandOutput;
|
|
58
|
-
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
59
|
-
/**
|
|
60
|
-
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
61
|
-
*/
|
|
62
|
-
requestHandler?: __HttpHandler;
|
|
63
|
-
/**
|
|
64
|
-
* A constructor for a class implementing the {@link __Hash} interface
|
|
65
|
-
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
66
|
-
* @internal
|
|
67
|
-
*/
|
|
68
|
-
sha256?: __HashConstructor;
|
|
69
|
-
/**
|
|
70
|
-
* The function that will be used to convert strings into HTTP endpoints.
|
|
71
|
-
* @internal
|
|
72
|
-
*/
|
|
73
|
-
urlParser?: __UrlParser;
|
|
74
|
-
/**
|
|
75
|
-
* A function that can calculate the length of a request body.
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
78
|
-
bodyLengthChecker?: (body: any) => number | undefined;
|
|
79
|
-
/**
|
|
80
|
-
* A function that converts a stream into an array of bytes.
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
streamCollector?: __StreamCollector;
|
|
84
|
-
/**
|
|
85
|
-
* The function that will be used to convert a base64-encoded string to a byte array.
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
base64Decoder?: __Decoder;
|
|
89
|
-
/**
|
|
90
|
-
* The function that will be used to convert binary data to a base64-encoded string.
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
base64Encoder?: __Encoder;
|
|
94
|
-
/**
|
|
95
|
-
* The function that will be used to convert a UTF8-encoded string to a byte array.
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
utf8Decoder?: __Decoder;
|
|
99
|
-
/**
|
|
100
|
-
* The function that will be used to convert binary data to a UTF-8 encoded string.
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
utf8Encoder?: __Encoder;
|
|
104
|
-
/**
|
|
105
|
-
* The runtime environment.
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
runtime?: string;
|
|
109
|
-
/**
|
|
110
|
-
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
|
|
111
|
-
* trait of an operation.
|
|
112
|
-
*/
|
|
113
|
-
disableHostPrefix?: boolean;
|
|
114
|
-
/**
|
|
115
|
-
* Value for how many times a request will be made at most in case of retry.
|
|
116
|
-
*/
|
|
117
|
-
maxAttempts?: number | __Provider<number>;
|
|
118
|
-
/**
|
|
119
|
-
* Specifies which retry algorithm to use.
|
|
120
|
-
*/
|
|
121
|
-
retryMode?: string | __Provider<string>;
|
|
122
|
-
/**
|
|
123
|
-
* Optional logger for logging debug/info/warn/error.
|
|
124
|
-
*/
|
|
125
|
-
logger?: __Logger;
|
|
126
|
-
/**
|
|
127
|
-
* Unique service identifier.
|
|
128
|
-
* @internal
|
|
129
|
-
*/
|
|
130
|
-
serviceId?: string;
|
|
131
|
-
/**
|
|
132
|
-
* The AWS region to which this client will send requests
|
|
133
|
-
*/
|
|
134
|
-
region?: string | __Provider<string>;
|
|
135
|
-
/**
|
|
136
|
-
* Default credentials provider; Not available in browser runtime.
|
|
137
|
-
* @internal
|
|
138
|
-
*/
|
|
139
|
-
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
140
|
-
/**
|
|
141
|
-
* Fetch related hostname, signing name or signing region with given region.
|
|
142
|
-
* @internal
|
|
143
|
-
*/
|
|
144
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
145
|
-
/**
|
|
146
|
-
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
147
|
-
* @internal
|
|
148
|
-
*/
|
|
149
|
-
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
150
|
-
}
|
|
151
|
-
declare type GlobalAcceleratorClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
152
|
-
/**
|
|
153
|
-
* The configuration interface of GlobalAcceleratorClient class constructor that set the region, credentials and other options.
|
|
154
|
-
*/
|
|
155
|
-
export interface GlobalAcceleratorClientConfig extends GlobalAcceleratorClientConfigType {
|
|
156
|
-
}
|
|
157
|
-
declare type GlobalAcceleratorClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
|
|
158
|
-
/**
|
|
159
|
-
* The resolved configuration interface of GlobalAcceleratorClient class. This is resolved and normalized from the {@link GlobalAcceleratorClientConfig | constructor configuration interface}.
|
|
160
|
-
*/
|
|
161
|
-
export interface GlobalAcceleratorClientResolvedConfig extends GlobalAcceleratorClientResolvedConfigType {
|
|
162
|
-
}
|
|
163
|
-
/**
|
|
164
|
-
* <fullname>AWS Global Accelerator</fullname>
|
|
165
|
-
* <p>This is the <i>AWS Global Accelerator API Reference</i>. This guide is for developers who need detailed information about
|
|
166
|
-
* AWS Global Accelerator API actions, data types, and errors. For more information about Global Accelerator features, see the
|
|
167
|
-
* <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/Welcome.html">AWS Global Accelerator Developer Guide</a>.</p>
|
|
168
|
-
*
|
|
169
|
-
* <p>AWS Global Accelerator is a service in which you create <i>accelerators</i> to improve the performance
|
|
170
|
-
* of your applications for local and global users. Depending on the type of accelerator you choose, you can
|
|
171
|
-
* gain additional benefits. </p>
|
|
172
|
-
* <ul>
|
|
173
|
-
* <li>
|
|
174
|
-
* <p>By using a standard accelerator, you can improve availability of your internet applications
|
|
175
|
-
* that are used by a global audience. With a standard accelerator, Global Accelerator directs traffic to optimal endpoints over the AWS
|
|
176
|
-
* global network. </p>
|
|
177
|
-
* </li>
|
|
178
|
-
* <li>
|
|
179
|
-
* <p>For other scenarios, you might choose a custom routing accelerator. With a custom routing accelerator, you
|
|
180
|
-
* can use application logic to directly map one or more users to a specific endpoint among many endpoints.</p>
|
|
181
|
-
* </li>
|
|
182
|
-
* </ul>
|
|
183
|
-
* <important>
|
|
184
|
-
* <p>Global Accelerator is a global service that supports endpoints in multiple AWS Regions but you must specify the
|
|
185
|
-
* US West (Oregon) Region to create or update accelerators.</p>
|
|
186
|
-
* </important>
|
|
187
|
-
* <p>By default, Global Accelerator provides you with two static IP addresses that you associate with your accelerator. With
|
|
188
|
-
* a standard accelerator, instead of using the
|
|
189
|
-
* IP addresses that Global Accelerator provides, you can configure these entry points to be IPv4 addresses from your own IP address ranges
|
|
190
|
-
* that you bring to Global Accelerator. The static IP addresses are anycast from the AWS edge network. For a standard accelerator,
|
|
191
|
-
* they distribute incoming application traffic across multiple endpoint resources in multiple AWS Regions, which increases
|
|
192
|
-
* the availability of your applications. Endpoints for standard accelerators can be Network Load Balancers, Application Load Balancers,
|
|
193
|
-
* Amazon EC2 instances, or Elastic IP addresses that are located in one AWS Region or multiple Regions. For custom routing
|
|
194
|
-
* accelerators, you map traffic that arrives to the static IP addresses to specific Amazon EC2 servers in endpoints that
|
|
195
|
-
* are virtual private cloud (VPC) subnets.</p>
|
|
196
|
-
*
|
|
197
|
-
* <important>
|
|
198
|
-
* <p>The static IP addresses remain assigned to your accelerator for as long as it exists, even if you
|
|
199
|
-
* disable the accelerator and it no longer accepts or routes traffic. However, when you
|
|
200
|
-
* <i>delete</i> an accelerator, you lose the static IP addresses that
|
|
201
|
-
* are assigned to it, so you can no longer route traffic by using them. You can use
|
|
202
|
-
* IAM policies like tag-based permissions with Global Accelerator to limit the users who have
|
|
203
|
-
* permissions to delete an accelerator. For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/access-control-manage-access-tag-policies.html">Tag-based policies</a>.</p>
|
|
204
|
-
* </important>
|
|
205
|
-
* <p>For standard accelerators, Global Accelerator uses the AWS global network to route traffic to the optimal regional endpoint based
|
|
206
|
-
* on health, client location, and policies that you configure. The service reacts instantly to
|
|
207
|
-
* changes in health or configuration to ensure that internet traffic from clients is always
|
|
208
|
-
* directed to healthy endpoints.</p>
|
|
209
|
-
*
|
|
210
|
-
* <p>For a list of the AWS Regions where Global Accelerator and other services are currently supported, see the
|
|
211
|
-
* <a href="https://docs.aws.amazon.com/about-aws/global-infrastructure/regional-product-services/">AWS
|
|
212
|
-
* Region Table</a>.</p>
|
|
213
|
-
*
|
|
214
|
-
* <p>AWS Global Accelerator includes the following components:</p>
|
|
215
|
-
* <dl>
|
|
216
|
-
* <dt>Static IP addresses</dt>
|
|
217
|
-
* <dd>
|
|
218
|
-
* <p>Global Accelerator provides you with a set of two static IP addresses that are anycast from the AWS edge
|
|
219
|
-
* network. If you bring your own IP address range to AWS (BYOIP) to use with a standard accelerator, you
|
|
220
|
-
* can instead assign IP addresses from your own pool to use with your accelerator. For more information,
|
|
221
|
-
* see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/using-byoip.html">
|
|
222
|
-
* Bring your own IP addresses (BYOIP) in AWS Global Accelerator</a>.</p>
|
|
223
|
-
* <p>The IP addresses serve as single fixed entry points for your clients. If you already have Elastic
|
|
224
|
-
* Load Balancing load balancers, Amazon EC2 instances, or Elastic IP address resources set up for your applications,
|
|
225
|
-
* you can easily add those to a standard accelerator in Global Accelerator. This allows Global Accelerator to use static IP addresses
|
|
226
|
-
* to access the resources.</p>
|
|
227
|
-
* <p>The static IP addresses remain assigned to your accelerator for as long as it exists, even
|
|
228
|
-
* if you disable the accelerator and it no longer accepts or routes traffic.
|
|
229
|
-
* However, when you <i>delete</i> an accelerator, you lose the
|
|
230
|
-
* static IP addresses that are assigned to it, so you can no longer route
|
|
231
|
-
* traffic by using them. You can use IAM policies like tag-based permissions
|
|
232
|
-
* with Global Accelerator to delete an accelerator. For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/access-control-manage-access-tag-policies.html">Tag-based policies</a>.</p>
|
|
233
|
-
* </dd>
|
|
234
|
-
* <dt>Accelerator</dt>
|
|
235
|
-
* <dd>
|
|
236
|
-
* <p>An accelerator directs traffic to endpoints over the AWS global network to improve the
|
|
237
|
-
* performance of your internet applications. Each accelerator includes one or more listeners.</p>
|
|
238
|
-
* <p>There are two types of accelerators:</p>
|
|
239
|
-
* <ul>
|
|
240
|
-
* <li>
|
|
241
|
-
* <p>A <i>standard</i> accelerator directs traffic to the optimal AWS endpoint based
|
|
242
|
-
* on several factors, including the user’s location, the health of the endpoint, and the endpoint weights
|
|
243
|
-
* that you configure. This improves the availability and performance of your applications.
|
|
244
|
-
* Endpoints can be Network Load Balancers, Application Load Balancers, Amazon EC2 instances, or Elastic IP addresses.</p>
|
|
245
|
-
* </li>
|
|
246
|
-
* <li>
|
|
247
|
-
* <p>A <i>custom routing</i> accelerator directs traffic to one of possibly thousands of
|
|
248
|
-
* Amazon EC2 instances running in a single or multiple virtual private
|
|
249
|
-
* clouds (VPCs). With custom routing, listener ports are mapped to
|
|
250
|
-
* statically associate port ranges with VPC subnets, which
|
|
251
|
-
* allows Global Accelerator to determine an EC2 instance IP address at the time of
|
|
252
|
-
* connection. By default, all port mapping destinations in a VPC
|
|
253
|
-
* subnet can't receive traffic. You can choose to configure all
|
|
254
|
-
* destinations in the subnet to receive traffic, or to specify
|
|
255
|
-
* individual port mappings that can receive traffic.</p>
|
|
256
|
-
* </li>
|
|
257
|
-
* </ul>
|
|
258
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/introduction-accelerator-types.html">Types of accelerators</a>.</p>
|
|
259
|
-
* </dd>
|
|
260
|
-
* <dt>DNS name</dt>
|
|
261
|
-
* <dd>
|
|
262
|
-
* <p>Global Accelerator assigns each accelerator a default Domain Name System (DNS) name, similar to
|
|
263
|
-
* <code>a1234567890abcdef.awsglobalaccelerator.com</code>, that points to
|
|
264
|
-
* the static IP addresses that Global Accelerator assigns to you or that you choose from your
|
|
265
|
-
* own IP address range. Depending on the use
|
|
266
|
-
* case, you can use your accelerator's static IP addresses or DNS name to
|
|
267
|
-
* route traffic to your accelerator, or set up DNS records to route traffic using
|
|
268
|
-
* your own custom domain name.</p>
|
|
269
|
-
* </dd>
|
|
270
|
-
* <dt>Network zone</dt>
|
|
271
|
-
* <dd>
|
|
272
|
-
* <p>A network zone services the static IP addresses for your accelerator from a unique IP subnet. Similar to an
|
|
273
|
-
* AWS Availability Zone, a network zone is an isolated unit with its own set of physical infrastructure.
|
|
274
|
-
* When you configure an accelerator, by default, Global Accelerator allocates two IPv4 addresses for it. If one IP address from a
|
|
275
|
-
* network zone becomes unavailable due to IP address blocking by certain client networks, or network
|
|
276
|
-
* disruptions, then client applications can retry on the healthy static IP address from the other isolated
|
|
277
|
-
* network zone.</p>
|
|
278
|
-
* </dd>
|
|
279
|
-
* <dt>Listener</dt>
|
|
280
|
-
* <dd>
|
|
281
|
-
* <p>A listener processes inbound connections from clients to Global Accelerator, based on the port (or port range)
|
|
282
|
-
* and protocol (or protocols) that you configure. A listener can be configured for TCP, UDP, or both TCP and UDP protocols. Each
|
|
283
|
-
* listener has one or more endpoint groups associated with it, and traffic is forwarded
|
|
284
|
-
* to endpoints in one of the groups. You associate endpoint groups with listeners by specifying the Regions that you
|
|
285
|
-
* want to distribute traffic to. With a standard accelerator, traffic is distributed to optimal endpoints within the endpoint
|
|
286
|
-
* groups associated with a listener.</p>
|
|
287
|
-
* </dd>
|
|
288
|
-
* <dt>Endpoint group</dt>
|
|
289
|
-
* <dd>
|
|
290
|
-
* <p>Each endpoint group is associated with a specific AWS Region. Endpoint groups include one or
|
|
291
|
-
* more endpoints in the Region. With a standard accelerator, you can increase or reduce the percentage of
|
|
292
|
-
* traffic that would be otherwise directed to an endpoint group by adjusting a
|
|
293
|
-
* setting called a <i>traffic dial</i>. The traffic dial lets
|
|
294
|
-
* you easily do performance testing or blue/green deployment testing, for example, for new
|
|
295
|
-
* releases across different AWS Regions. </p>
|
|
296
|
-
* </dd>
|
|
297
|
-
* <dt>Endpoint</dt>
|
|
298
|
-
* <dd>
|
|
299
|
-
* <p>An endpoint is a resource that Global Accelerator directs traffic to.</p>
|
|
300
|
-
* <p>Endpoints for standard accelerators can be Network Load Balancers, Application Load Balancers, Amazon EC2 instances, or Elastic IP
|
|
301
|
-
* addresses. An Application Load Balancer endpoint can be internet-facing or internal. Traffic for
|
|
302
|
-
* standard accelerators is routed to endpoints based on the health of the
|
|
303
|
-
* endpoint along with configuration options that you choose, such as endpoint
|
|
304
|
-
* weights. For each endpoint, you can configure weights, which are numbers
|
|
305
|
-
* that you can use to specify the proportion of traffic to route to each one.
|
|
306
|
-
* This can be useful, for example, to do performance testing within a
|
|
307
|
-
* Region.</p>
|
|
308
|
-
* <p>Endpoints for custom routing accelerators are virtual private cloud (VPC) subnets with one
|
|
309
|
-
* or many EC2 instances.</p>
|
|
310
|
-
* </dd>
|
|
311
|
-
* </dl>
|
|
312
|
-
*/
|
|
313
|
-
export declare class GlobalAcceleratorClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, GlobalAcceleratorClientResolvedConfig> {
|
|
314
|
-
/**
|
|
315
|
-
* The resolved configuration of GlobalAcceleratorClient class. This is resolved and normalized from the {@link GlobalAcceleratorClientConfig | constructor configuration interface}.
|
|
316
|
-
*/
|
|
317
|
-
readonly config: GlobalAcceleratorClientResolvedConfig;
|
|
318
|
-
constructor(configuration: GlobalAcceleratorClientConfig);
|
|
319
|
-
/**
|
|
320
|
-
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
321
|
-
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
322
|
-
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
323
|
-
*/
|
|
324
|
-
destroy(): void;
|
|
325
|
-
}
|
|
326
|
-
export {};
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
|
|
2
|
-
import { AddCustomRoutingEndpointsRequest, AddCustomRoutingEndpointsResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface AddCustomRoutingEndpointsCommandInput extends AddCustomRoutingEndpointsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface AddCustomRoutingEndpointsCommandOutput extends AddCustomRoutingEndpointsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Associate a virtual private cloud (VPC) subnet endpoint with your custom routing accelerator.</p>
|
|
11
|
-
* <p>The listener port range must be large enough to support the number of IP addresses that can be
|
|
12
|
-
* specified in your subnet. The number of ports required is: subnet size times the number
|
|
13
|
-
* of ports per destination EC2 instances. For example, a subnet defined as /24 requires a listener
|
|
14
|
-
* port range of at least 255 ports. </p>
|
|
15
|
-
* <p>Note: You must have enough remaining listener ports available to
|
|
16
|
-
* map to the subnet ports, or the call will fail with a LimitExceededException.</p>
|
|
17
|
-
* <p>By default, all destinations in a subnet in a custom routing accelerator cannot receive traffic. To enable all
|
|
18
|
-
* destinations to receive traffic, or to specify individual port mappings that can receive
|
|
19
|
-
* traffic, see the <a href="https://docs.aws.amazon.com/global-accelerator/latest/api/API_AllowCustomRoutingTraffic.html">
|
|
20
|
-
* AllowCustomRoutingTraffic</a> operation.</p>
|
|
21
|
-
* @example
|
|
22
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
23
|
-
* ```javascript
|
|
24
|
-
* import { GlobalAcceleratorClient, AddCustomRoutingEndpointsCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
25
|
-
* // const { GlobalAcceleratorClient, AddCustomRoutingEndpointsCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
26
|
-
* const client = new GlobalAcceleratorClient(config);
|
|
27
|
-
* const command = new AddCustomRoutingEndpointsCommand(input);
|
|
28
|
-
* const response = await client.send(command);
|
|
29
|
-
* ```
|
|
30
|
-
*
|
|
31
|
-
* @see {@link AddCustomRoutingEndpointsCommandInput} for command's `input` shape.
|
|
32
|
-
* @see {@link AddCustomRoutingEndpointsCommandOutput} for command's `response` shape.
|
|
33
|
-
* @see {@link GlobalAcceleratorClientResolvedConfig | config} for command's `input` shape.
|
|
34
|
-
*
|
|
35
|
-
*/
|
|
36
|
-
export declare class AddCustomRoutingEndpointsCommand extends $Command<AddCustomRoutingEndpointsCommandInput, AddCustomRoutingEndpointsCommandOutput, GlobalAcceleratorClientResolvedConfig> {
|
|
37
|
-
readonly input: AddCustomRoutingEndpointsCommandInput;
|
|
38
|
-
constructor(input: AddCustomRoutingEndpointsCommandInput);
|
|
39
|
-
/**
|
|
40
|
-
* @internal
|
|
41
|
-
*/
|
|
42
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddCustomRoutingEndpointsCommandInput, AddCustomRoutingEndpointsCommandOutput>;
|
|
43
|
-
private serialize;
|
|
44
|
-
private deserialize;
|
|
45
|
-
}
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
|
|
2
|
-
import { AdvertiseByoipCidrRequest, AdvertiseByoipCidrResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface AdvertiseByoipCidrCommandInput extends AdvertiseByoipCidrRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface AdvertiseByoipCidrCommandOutput extends AdvertiseByoipCidrResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Advertises an IPv4 address range that is provisioned for use with your AWS resources
|
|
11
|
-
* through bring your own IP addresses (BYOIP). It can take a few minutes before traffic to
|
|
12
|
-
* the specified addresses starts routing to AWS because of propagation delays. </p>
|
|
13
|
-
* <p>To stop advertising the BYOIP address range, use <a href="https://docs.aws.amazon.com/global-accelerator/latest/api/WithdrawByoipCidr.html">
|
|
14
|
-
* WithdrawByoipCidr</a>.</p>
|
|
15
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/using-byoip.html">Bring Your Own
|
|
16
|
-
* IP Addresses (BYOIP)</a> in the <i>AWS Global Accelerator Developer Guide</i>.</p>
|
|
17
|
-
* @example
|
|
18
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
19
|
-
* ```javascript
|
|
20
|
-
* import { GlobalAcceleratorClient, AdvertiseByoipCidrCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
21
|
-
* // const { GlobalAcceleratorClient, AdvertiseByoipCidrCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
22
|
-
* const client = new GlobalAcceleratorClient(config);
|
|
23
|
-
* const command = new AdvertiseByoipCidrCommand(input);
|
|
24
|
-
* const response = await client.send(command);
|
|
25
|
-
* ```
|
|
26
|
-
*
|
|
27
|
-
* @see {@link AdvertiseByoipCidrCommandInput} for command's `input` shape.
|
|
28
|
-
* @see {@link AdvertiseByoipCidrCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link GlobalAcceleratorClientResolvedConfig | config} for command's `input` shape.
|
|
30
|
-
*
|
|
31
|
-
*/
|
|
32
|
-
export declare class AdvertiseByoipCidrCommand extends $Command<AdvertiseByoipCidrCommandInput, AdvertiseByoipCidrCommandOutput, GlobalAcceleratorClientResolvedConfig> {
|
|
33
|
-
readonly input: AdvertiseByoipCidrCommandInput;
|
|
34
|
-
constructor(input: AdvertiseByoipCidrCommandInput);
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AdvertiseByoipCidrCommandInput, AdvertiseByoipCidrCommandOutput>;
|
|
39
|
-
private serialize;
|
|
40
|
-
private deserialize;
|
|
41
|
-
}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
|
|
2
|
-
import { AllowCustomRoutingTrafficRequest } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface AllowCustomRoutingTrafficCommandInput extends AllowCustomRoutingTrafficRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface AllowCustomRoutingTrafficCommandOutput extends __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Specify the Amazon EC2 instance (destination) IP addresses and ports for a VPC subnet endpoint that can receive traffic
|
|
11
|
-
* for a custom routing accelerator. You can allow traffic to all destinations in the subnet endpoint, or allow traffic to a
|
|
12
|
-
* specified list of destination IP addresses and ports in the subnet. Note that you cannot specify IP addresses or ports
|
|
13
|
-
* outside of the range that you configured for the endpoint group.</p>
|
|
14
|
-
* <p>After you make changes, you can verify that the updates are complete by checking the status of your
|
|
15
|
-
* accelerator: the status changes from IN_PROGRESS to DEPLOYED.</p>
|
|
16
|
-
* @example
|
|
17
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
18
|
-
* ```javascript
|
|
19
|
-
* import { GlobalAcceleratorClient, AllowCustomRoutingTrafficCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
20
|
-
* // const { GlobalAcceleratorClient, AllowCustomRoutingTrafficCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
21
|
-
* const client = new GlobalAcceleratorClient(config);
|
|
22
|
-
* const command = new AllowCustomRoutingTrafficCommand(input);
|
|
23
|
-
* const response = await client.send(command);
|
|
24
|
-
* ```
|
|
25
|
-
*
|
|
26
|
-
* @see {@link AllowCustomRoutingTrafficCommandInput} for command's `input` shape.
|
|
27
|
-
* @see {@link AllowCustomRoutingTrafficCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link GlobalAcceleratorClientResolvedConfig | config} for command's `input` shape.
|
|
29
|
-
*
|
|
30
|
-
*/
|
|
31
|
-
export declare class AllowCustomRoutingTrafficCommand extends $Command<AllowCustomRoutingTrafficCommandInput, AllowCustomRoutingTrafficCommandOutput, GlobalAcceleratorClientResolvedConfig> {
|
|
32
|
-
readonly input: AllowCustomRoutingTrafficCommandInput;
|
|
33
|
-
constructor(input: AllowCustomRoutingTrafficCommandInput);
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AllowCustomRoutingTrafficCommandInput, AllowCustomRoutingTrafficCommandOutput>;
|
|
38
|
-
private serialize;
|
|
39
|
-
private deserialize;
|
|
40
|
-
}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
|
|
2
|
-
import { CreateAcceleratorRequest, CreateAcceleratorResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface CreateAcceleratorCommandInput extends CreateAcceleratorRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface CreateAcceleratorCommandOutput extends CreateAcceleratorResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Create an accelerator. An accelerator includes one or more listeners that process inbound connections and direct traffic
|
|
11
|
-
* to one or more endpoint groups, each of which includes endpoints, such as Network Load Balancers. </p>
|
|
12
|
-
* <important>
|
|
13
|
-
* <p>Global Accelerator is a global service that supports endpoints in multiple AWS Regions but you must specify the
|
|
14
|
-
* US West (Oregon) Region to create or update accelerators.</p>
|
|
15
|
-
* </important>
|
|
16
|
-
* @example
|
|
17
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
18
|
-
* ```javascript
|
|
19
|
-
* import { GlobalAcceleratorClient, CreateAcceleratorCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
20
|
-
* // const { GlobalAcceleratorClient, CreateAcceleratorCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
21
|
-
* const client = new GlobalAcceleratorClient(config);
|
|
22
|
-
* const command = new CreateAcceleratorCommand(input);
|
|
23
|
-
* const response = await client.send(command);
|
|
24
|
-
* ```
|
|
25
|
-
*
|
|
26
|
-
* @see {@link CreateAcceleratorCommandInput} for command's `input` shape.
|
|
27
|
-
* @see {@link CreateAcceleratorCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link GlobalAcceleratorClientResolvedConfig | config} for command's `input` shape.
|
|
29
|
-
*
|
|
30
|
-
*/
|
|
31
|
-
export declare class CreateAcceleratorCommand extends $Command<CreateAcceleratorCommandInput, CreateAcceleratorCommandOutput, GlobalAcceleratorClientResolvedConfig> {
|
|
32
|
-
readonly input: CreateAcceleratorCommandInput;
|
|
33
|
-
constructor(input: CreateAcceleratorCommandInput);
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAcceleratorCommandInput, CreateAcceleratorCommandOutput>;
|
|
38
|
-
private serialize;
|
|
39
|
-
private deserialize;
|
|
40
|
-
}
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
|
|
2
|
-
import { CreateCustomRoutingAcceleratorRequest, CreateCustomRoutingAcceleratorResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface CreateCustomRoutingAcceleratorCommandInput extends CreateCustomRoutingAcceleratorRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface CreateCustomRoutingAcceleratorCommandOutput extends CreateCustomRoutingAcceleratorResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Create a custom routing accelerator. A custom routing accelerator directs traffic to one of possibly thousands
|
|
11
|
-
* of Amazon EC2 instance destinations running in a single or multiple virtual private clouds (VPC) subnet endpoints.</p>
|
|
12
|
-
* <p>Be aware that, by default, all destination EC2 instances in a VPC subnet endpoint cannot receive
|
|
13
|
-
* traffic. To enable all destinations to receive traffic, or to specify individual port
|
|
14
|
-
* mappings that can receive traffic, see the <a href="https://docs.aws.amazon.com/global-accelerator/latest/api/API_AllowCustomRoutingTraffic.html">
|
|
15
|
-
* AllowCustomRoutingTraffic</a> operation.</p>
|
|
16
|
-
* <important>
|
|
17
|
-
* <p>Global Accelerator is a global service that supports endpoints in multiple AWS Regions but you must specify the
|
|
18
|
-
* US West (Oregon) Region to create or update accelerators.</p>
|
|
19
|
-
* </important>
|
|
20
|
-
* @example
|
|
21
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
22
|
-
* ```javascript
|
|
23
|
-
* import { GlobalAcceleratorClient, CreateCustomRoutingAcceleratorCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
24
|
-
* // const { GlobalAcceleratorClient, CreateCustomRoutingAcceleratorCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
25
|
-
* const client = new GlobalAcceleratorClient(config);
|
|
26
|
-
* const command = new CreateCustomRoutingAcceleratorCommand(input);
|
|
27
|
-
* const response = await client.send(command);
|
|
28
|
-
* ```
|
|
29
|
-
*
|
|
30
|
-
* @see {@link CreateCustomRoutingAcceleratorCommandInput} for command's `input` shape.
|
|
31
|
-
* @see {@link CreateCustomRoutingAcceleratorCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link GlobalAcceleratorClientResolvedConfig | config} for command's `input` shape.
|
|
33
|
-
*
|
|
34
|
-
*/
|
|
35
|
-
export declare class CreateCustomRoutingAcceleratorCommand extends $Command<CreateCustomRoutingAcceleratorCommandInput, CreateCustomRoutingAcceleratorCommandOutput, GlobalAcceleratorClientResolvedConfig> {
|
|
36
|
-
readonly input: CreateCustomRoutingAcceleratorCommandInput;
|
|
37
|
-
constructor(input: CreateCustomRoutingAcceleratorCommandInput);
|
|
38
|
-
/**
|
|
39
|
-
* @internal
|
|
40
|
-
*/
|
|
41
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateCustomRoutingAcceleratorCommandInput, CreateCustomRoutingAcceleratorCommandOutput>;
|
|
42
|
-
private serialize;
|
|
43
|
-
private deserialize;
|
|
44
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
|
|
2
|
-
import { CreateCustomRoutingEndpointGroupRequest, CreateCustomRoutingEndpointGroupResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface CreateCustomRoutingEndpointGroupCommandInput extends CreateCustomRoutingEndpointGroupRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface CreateCustomRoutingEndpointGroupCommandOutput extends CreateCustomRoutingEndpointGroupResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Create an endpoint group for the specified listener for a custom routing accelerator.
|
|
11
|
-
* An endpoint group is a collection of endpoints in one AWS
|
|
12
|
-
* Region. </p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { GlobalAcceleratorClient, CreateCustomRoutingEndpointGroupCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
17
|
-
* // const { GlobalAcceleratorClient, CreateCustomRoutingEndpointGroupCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
18
|
-
* const client = new GlobalAcceleratorClient(config);
|
|
19
|
-
* const command = new CreateCustomRoutingEndpointGroupCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link CreateCustomRoutingEndpointGroupCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link CreateCustomRoutingEndpointGroupCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link GlobalAcceleratorClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
28
|
-
export declare class CreateCustomRoutingEndpointGroupCommand extends $Command<CreateCustomRoutingEndpointGroupCommandInput, CreateCustomRoutingEndpointGroupCommandOutput, GlobalAcceleratorClientResolvedConfig> {
|
|
29
|
-
readonly input: CreateCustomRoutingEndpointGroupCommandInput;
|
|
30
|
-
constructor(input: CreateCustomRoutingEndpointGroupCommandInput);
|
|
31
|
-
/**
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
34
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateCustomRoutingEndpointGroupCommandInput, CreateCustomRoutingEndpointGroupCommandOutput>;
|
|
35
|
-
private serialize;
|
|
36
|
-
private deserialize;
|
|
37
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
|
|
2
|
-
import { CreateCustomRoutingListenerRequest, CreateCustomRoutingListenerResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface CreateCustomRoutingListenerCommandInput extends CreateCustomRoutingListenerRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface CreateCustomRoutingListenerCommandOutput extends CreateCustomRoutingListenerResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Create a listener to process inbound connections from clients to a custom routing accelerator.
|
|
11
|
-
* Connections arrive to assigned static IP addresses on the port range that you specify. </p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { GlobalAcceleratorClient, CreateCustomRoutingListenerCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
16
|
-
* // const { GlobalAcceleratorClient, CreateCustomRoutingListenerCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
17
|
-
* const client = new GlobalAcceleratorClient(config);
|
|
18
|
-
* const command = new CreateCustomRoutingListenerCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link CreateCustomRoutingListenerCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link CreateCustomRoutingListenerCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link GlobalAcceleratorClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
|
-
export declare class CreateCustomRoutingListenerCommand extends $Command<CreateCustomRoutingListenerCommandInput, CreateCustomRoutingListenerCommandOutput, GlobalAcceleratorClientResolvedConfig> {
|
|
28
|
-
readonly input: CreateCustomRoutingListenerCommandInput;
|
|
29
|
-
constructor(input: CreateCustomRoutingListenerCommandInput);
|
|
30
|
-
/**
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
33
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateCustomRoutingListenerCommandInput, CreateCustomRoutingListenerCommandOutput>;
|
|
34
|
-
private serialize;
|
|
35
|
-
private deserialize;
|
|
36
|
-
}
|