@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,866 +0,0 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
|
-
import { GlobalAcceleratorClient } from "./GlobalAcceleratorClient";
|
|
3
|
-
import { AddCustomRoutingEndpointsCommand, } from "./commands/AddCustomRoutingEndpointsCommand";
|
|
4
|
-
import { AdvertiseByoipCidrCommand, } from "./commands/AdvertiseByoipCidrCommand";
|
|
5
|
-
import { AllowCustomRoutingTrafficCommand, } from "./commands/AllowCustomRoutingTrafficCommand";
|
|
6
|
-
import { CreateAcceleratorCommand, } from "./commands/CreateAcceleratorCommand";
|
|
7
|
-
import { CreateCustomRoutingAcceleratorCommand, } from "./commands/CreateCustomRoutingAcceleratorCommand";
|
|
8
|
-
import { CreateCustomRoutingEndpointGroupCommand, } from "./commands/CreateCustomRoutingEndpointGroupCommand";
|
|
9
|
-
import { CreateCustomRoutingListenerCommand, } from "./commands/CreateCustomRoutingListenerCommand";
|
|
10
|
-
import { CreateEndpointGroupCommand, } from "./commands/CreateEndpointGroupCommand";
|
|
11
|
-
import { CreateListenerCommand, } from "./commands/CreateListenerCommand";
|
|
12
|
-
import { DeleteAcceleratorCommand, } from "./commands/DeleteAcceleratorCommand";
|
|
13
|
-
import { DeleteCustomRoutingAcceleratorCommand, } from "./commands/DeleteCustomRoutingAcceleratorCommand";
|
|
14
|
-
import { DeleteCustomRoutingEndpointGroupCommand, } from "./commands/DeleteCustomRoutingEndpointGroupCommand";
|
|
15
|
-
import { DeleteCustomRoutingListenerCommand, } from "./commands/DeleteCustomRoutingListenerCommand";
|
|
16
|
-
import { DeleteEndpointGroupCommand, } from "./commands/DeleteEndpointGroupCommand";
|
|
17
|
-
import { DeleteListenerCommand, } from "./commands/DeleteListenerCommand";
|
|
18
|
-
import { DenyCustomRoutingTrafficCommand, } from "./commands/DenyCustomRoutingTrafficCommand";
|
|
19
|
-
import { DeprovisionByoipCidrCommand, } from "./commands/DeprovisionByoipCidrCommand";
|
|
20
|
-
import { DescribeAcceleratorAttributesCommand, } from "./commands/DescribeAcceleratorAttributesCommand";
|
|
21
|
-
import { DescribeAcceleratorCommand, } from "./commands/DescribeAcceleratorCommand";
|
|
22
|
-
import { DescribeCustomRoutingAcceleratorAttributesCommand, } from "./commands/DescribeCustomRoutingAcceleratorAttributesCommand";
|
|
23
|
-
import { DescribeCustomRoutingAcceleratorCommand, } from "./commands/DescribeCustomRoutingAcceleratorCommand";
|
|
24
|
-
import { DescribeCustomRoutingEndpointGroupCommand, } from "./commands/DescribeCustomRoutingEndpointGroupCommand";
|
|
25
|
-
import { DescribeCustomRoutingListenerCommand, } from "./commands/DescribeCustomRoutingListenerCommand";
|
|
26
|
-
import { DescribeEndpointGroupCommand, } from "./commands/DescribeEndpointGroupCommand";
|
|
27
|
-
import { DescribeListenerCommand, } from "./commands/DescribeListenerCommand";
|
|
28
|
-
import { ListAcceleratorsCommand, } from "./commands/ListAcceleratorsCommand";
|
|
29
|
-
import { ListByoipCidrsCommand, } from "./commands/ListByoipCidrsCommand";
|
|
30
|
-
import { ListCustomRoutingAcceleratorsCommand, } from "./commands/ListCustomRoutingAcceleratorsCommand";
|
|
31
|
-
import { ListCustomRoutingEndpointGroupsCommand, } from "./commands/ListCustomRoutingEndpointGroupsCommand";
|
|
32
|
-
import { ListCustomRoutingListenersCommand, } from "./commands/ListCustomRoutingListenersCommand";
|
|
33
|
-
import { ListCustomRoutingPortMappingsByDestinationCommand, } from "./commands/ListCustomRoutingPortMappingsByDestinationCommand";
|
|
34
|
-
import { ListCustomRoutingPortMappingsCommand, } from "./commands/ListCustomRoutingPortMappingsCommand";
|
|
35
|
-
import { ListEndpointGroupsCommand, } from "./commands/ListEndpointGroupsCommand";
|
|
36
|
-
import { ListListenersCommand, } from "./commands/ListListenersCommand";
|
|
37
|
-
import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
|
|
38
|
-
import { ProvisionByoipCidrCommand, } from "./commands/ProvisionByoipCidrCommand";
|
|
39
|
-
import { RemoveCustomRoutingEndpointsCommand, } from "./commands/RemoveCustomRoutingEndpointsCommand";
|
|
40
|
-
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
41
|
-
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
42
|
-
import { UpdateAcceleratorAttributesCommand, } from "./commands/UpdateAcceleratorAttributesCommand";
|
|
43
|
-
import { UpdateAcceleratorCommand, } from "./commands/UpdateAcceleratorCommand";
|
|
44
|
-
import { UpdateCustomRoutingAcceleratorAttributesCommand, } from "./commands/UpdateCustomRoutingAcceleratorAttributesCommand";
|
|
45
|
-
import { UpdateCustomRoutingAcceleratorCommand, } from "./commands/UpdateCustomRoutingAcceleratorCommand";
|
|
46
|
-
import { UpdateCustomRoutingListenerCommand, } from "./commands/UpdateCustomRoutingListenerCommand";
|
|
47
|
-
import { UpdateEndpointGroupCommand, } from "./commands/UpdateEndpointGroupCommand";
|
|
48
|
-
import { UpdateListenerCommand, } from "./commands/UpdateListenerCommand";
|
|
49
|
-
import { WithdrawByoipCidrCommand, } from "./commands/WithdrawByoipCidrCommand";
|
|
50
|
-
/**
|
|
51
|
-
* <fullname>AWS Global Accelerator</fullname>
|
|
52
|
-
* <p>This is the <i>AWS Global Accelerator API Reference</i>. This guide is for developers who need detailed information about
|
|
53
|
-
* AWS Global Accelerator API actions, data types, and errors. For more information about Global Accelerator features, see the
|
|
54
|
-
* <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/Welcome.html">AWS Global Accelerator Developer Guide</a>.</p>
|
|
55
|
-
*
|
|
56
|
-
* <p>AWS Global Accelerator is a service in which you create <i>accelerators</i> to improve the performance
|
|
57
|
-
* of your applications for local and global users. Depending on the type of accelerator you choose, you can
|
|
58
|
-
* gain additional benefits. </p>
|
|
59
|
-
* <ul>
|
|
60
|
-
* <li>
|
|
61
|
-
* <p>By using a standard accelerator, you can improve availability of your internet applications
|
|
62
|
-
* that are used by a global audience. With a standard accelerator, Global Accelerator directs traffic to optimal endpoints over the AWS
|
|
63
|
-
* global network. </p>
|
|
64
|
-
* </li>
|
|
65
|
-
* <li>
|
|
66
|
-
* <p>For other scenarios, you might choose a custom routing accelerator. With a custom routing accelerator, you
|
|
67
|
-
* can use application logic to directly map one or more users to a specific endpoint among many endpoints.</p>
|
|
68
|
-
* </li>
|
|
69
|
-
* </ul>
|
|
70
|
-
* <important>
|
|
71
|
-
* <p>Global Accelerator is a global service that supports endpoints in multiple AWS Regions but you must specify the
|
|
72
|
-
* US West (Oregon) Region to create or update accelerators.</p>
|
|
73
|
-
* </important>
|
|
74
|
-
* <p>By default, Global Accelerator provides you with two static IP addresses that you associate with your accelerator. With
|
|
75
|
-
* a standard accelerator, instead of using the
|
|
76
|
-
* IP addresses that Global Accelerator provides, you can configure these entry points to be IPv4 addresses from your own IP address ranges
|
|
77
|
-
* that you bring to Global Accelerator. The static IP addresses are anycast from the AWS edge network. For a standard accelerator,
|
|
78
|
-
* they distribute incoming application traffic across multiple endpoint resources in multiple AWS Regions, which increases
|
|
79
|
-
* the availability of your applications. Endpoints for standard accelerators can be Network Load Balancers, Application Load Balancers,
|
|
80
|
-
* Amazon EC2 instances, or Elastic IP addresses that are located in one AWS Region or multiple Regions. For custom routing
|
|
81
|
-
* accelerators, you map traffic that arrives to the static IP addresses to specific Amazon EC2 servers in endpoints that
|
|
82
|
-
* are virtual private cloud (VPC) subnets.</p>
|
|
83
|
-
*
|
|
84
|
-
* <important>
|
|
85
|
-
* <p>The static IP addresses remain assigned to your accelerator for as long as it exists, even if you
|
|
86
|
-
* disable the accelerator and it no longer accepts or routes traffic. However, when you
|
|
87
|
-
* <i>delete</i> an accelerator, you lose the static IP addresses that
|
|
88
|
-
* are assigned to it, so you can no longer route traffic by using them. You can use
|
|
89
|
-
* IAM policies like tag-based permissions with Global Accelerator to limit the users who have
|
|
90
|
-
* 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>
|
|
91
|
-
* </important>
|
|
92
|
-
* <p>For standard accelerators, Global Accelerator uses the AWS global network to route traffic to the optimal regional endpoint based
|
|
93
|
-
* on health, client location, and policies that you configure. The service reacts instantly to
|
|
94
|
-
* changes in health or configuration to ensure that internet traffic from clients is always
|
|
95
|
-
* directed to healthy endpoints.</p>
|
|
96
|
-
*
|
|
97
|
-
* <p>For a list of the AWS Regions where Global Accelerator and other services are currently supported, see the
|
|
98
|
-
* <a href="https://docs.aws.amazon.com/about-aws/global-infrastructure/regional-product-services/">AWS
|
|
99
|
-
* Region Table</a>.</p>
|
|
100
|
-
*
|
|
101
|
-
* <p>AWS Global Accelerator includes the following components:</p>
|
|
102
|
-
* <dl>
|
|
103
|
-
* <dt>Static IP addresses</dt>
|
|
104
|
-
* <dd>
|
|
105
|
-
* <p>Global Accelerator provides you with a set of two static IP addresses that are anycast from the AWS edge
|
|
106
|
-
* network. If you bring your own IP address range to AWS (BYOIP) to use with a standard accelerator, you
|
|
107
|
-
* can instead assign IP addresses from your own pool to use with your accelerator. For more information,
|
|
108
|
-
* see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/using-byoip.html">
|
|
109
|
-
* Bring your own IP addresses (BYOIP) in AWS Global Accelerator</a>.</p>
|
|
110
|
-
* <p>The IP addresses serve as single fixed entry points for your clients. If you already have Elastic
|
|
111
|
-
* Load Balancing load balancers, Amazon EC2 instances, or Elastic IP address resources set up for your applications,
|
|
112
|
-
* you can easily add those to a standard accelerator in Global Accelerator. This allows Global Accelerator to use static IP addresses
|
|
113
|
-
* to access the resources.</p>
|
|
114
|
-
* <p>The static IP addresses remain assigned to your accelerator for as long as it exists, even
|
|
115
|
-
* if you disable the accelerator and it no longer accepts or routes traffic.
|
|
116
|
-
* However, when you <i>delete</i> an accelerator, you lose the
|
|
117
|
-
* static IP addresses that are assigned to it, so you can no longer route
|
|
118
|
-
* traffic by using them. You can use IAM policies like tag-based permissions
|
|
119
|
-
* 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>
|
|
120
|
-
* </dd>
|
|
121
|
-
* <dt>Accelerator</dt>
|
|
122
|
-
* <dd>
|
|
123
|
-
* <p>An accelerator directs traffic to endpoints over the AWS global network to improve the
|
|
124
|
-
* performance of your internet applications. Each accelerator includes one or more listeners.</p>
|
|
125
|
-
* <p>There are two types of accelerators:</p>
|
|
126
|
-
* <ul>
|
|
127
|
-
* <li>
|
|
128
|
-
* <p>A <i>standard</i> accelerator directs traffic to the optimal AWS endpoint based
|
|
129
|
-
* on several factors, including the user’s location, the health of the endpoint, and the endpoint weights
|
|
130
|
-
* that you configure. This improves the availability and performance of your applications.
|
|
131
|
-
* Endpoints can be Network Load Balancers, Application Load Balancers, Amazon EC2 instances, or Elastic IP addresses.</p>
|
|
132
|
-
* </li>
|
|
133
|
-
* <li>
|
|
134
|
-
* <p>A <i>custom routing</i> accelerator directs traffic to one of possibly thousands of
|
|
135
|
-
* Amazon EC2 instances running in a single or multiple virtual private
|
|
136
|
-
* clouds (VPCs). With custom routing, listener ports are mapped to
|
|
137
|
-
* statically associate port ranges with VPC subnets, which
|
|
138
|
-
* allows Global Accelerator to determine an EC2 instance IP address at the time of
|
|
139
|
-
* connection. By default, all port mapping destinations in a VPC
|
|
140
|
-
* subnet can't receive traffic. You can choose to configure all
|
|
141
|
-
* destinations in the subnet to receive traffic, or to specify
|
|
142
|
-
* individual port mappings that can receive traffic.</p>
|
|
143
|
-
* </li>
|
|
144
|
-
* </ul>
|
|
145
|
-
* <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>
|
|
146
|
-
* </dd>
|
|
147
|
-
* <dt>DNS name</dt>
|
|
148
|
-
* <dd>
|
|
149
|
-
* <p>Global Accelerator assigns each accelerator a default Domain Name System (DNS) name, similar to
|
|
150
|
-
* <code>a1234567890abcdef.awsglobalaccelerator.com</code>, that points to
|
|
151
|
-
* the static IP addresses that Global Accelerator assigns to you or that you choose from your
|
|
152
|
-
* own IP address range. Depending on the use
|
|
153
|
-
* case, you can use your accelerator's static IP addresses or DNS name to
|
|
154
|
-
* route traffic to your accelerator, or set up DNS records to route traffic using
|
|
155
|
-
* your own custom domain name.</p>
|
|
156
|
-
* </dd>
|
|
157
|
-
* <dt>Network zone</dt>
|
|
158
|
-
* <dd>
|
|
159
|
-
* <p>A network zone services the static IP addresses for your accelerator from a unique IP subnet. Similar to an
|
|
160
|
-
* AWS Availability Zone, a network zone is an isolated unit with its own set of physical infrastructure.
|
|
161
|
-
* When you configure an accelerator, by default, Global Accelerator allocates two IPv4 addresses for it. If one IP address from a
|
|
162
|
-
* network zone becomes unavailable due to IP address blocking by certain client networks, or network
|
|
163
|
-
* disruptions, then client applications can retry on the healthy static IP address from the other isolated
|
|
164
|
-
* network zone.</p>
|
|
165
|
-
* </dd>
|
|
166
|
-
* <dt>Listener</dt>
|
|
167
|
-
* <dd>
|
|
168
|
-
* <p>A listener processes inbound connections from clients to Global Accelerator, based on the port (or port range)
|
|
169
|
-
* and protocol (or protocols) that you configure. A listener can be configured for TCP, UDP, or both TCP and UDP protocols. Each
|
|
170
|
-
* listener has one or more endpoint groups associated with it, and traffic is forwarded
|
|
171
|
-
* to endpoints in one of the groups. You associate endpoint groups with listeners by specifying the Regions that you
|
|
172
|
-
* want to distribute traffic to. With a standard accelerator, traffic is distributed to optimal endpoints within the endpoint
|
|
173
|
-
* groups associated with a listener.</p>
|
|
174
|
-
* </dd>
|
|
175
|
-
* <dt>Endpoint group</dt>
|
|
176
|
-
* <dd>
|
|
177
|
-
* <p>Each endpoint group is associated with a specific AWS Region. Endpoint groups include one or
|
|
178
|
-
* more endpoints in the Region. With a standard accelerator, you can increase or reduce the percentage of
|
|
179
|
-
* traffic that would be otherwise directed to an endpoint group by adjusting a
|
|
180
|
-
* setting called a <i>traffic dial</i>. The traffic dial lets
|
|
181
|
-
* you easily do performance testing or blue/green deployment testing, for example, for new
|
|
182
|
-
* releases across different AWS Regions. </p>
|
|
183
|
-
* </dd>
|
|
184
|
-
* <dt>Endpoint</dt>
|
|
185
|
-
* <dd>
|
|
186
|
-
* <p>An endpoint is a resource that Global Accelerator directs traffic to.</p>
|
|
187
|
-
* <p>Endpoints for standard accelerators can be Network Load Balancers, Application Load Balancers, Amazon EC2 instances, or Elastic IP
|
|
188
|
-
* addresses. An Application Load Balancer endpoint can be internet-facing or internal. Traffic for
|
|
189
|
-
* standard accelerators is routed to endpoints based on the health of the
|
|
190
|
-
* endpoint along with configuration options that you choose, such as endpoint
|
|
191
|
-
* weights. For each endpoint, you can configure weights, which are numbers
|
|
192
|
-
* that you can use to specify the proportion of traffic to route to each one.
|
|
193
|
-
* This can be useful, for example, to do performance testing within a
|
|
194
|
-
* Region.</p>
|
|
195
|
-
* <p>Endpoints for custom routing accelerators are virtual private cloud (VPC) subnets with one
|
|
196
|
-
* or many EC2 instances.</p>
|
|
197
|
-
* </dd>
|
|
198
|
-
* </dl>
|
|
199
|
-
*/
|
|
200
|
-
var GlobalAccelerator = /** @class */ (function (_super) {
|
|
201
|
-
__extends(GlobalAccelerator, _super);
|
|
202
|
-
function GlobalAccelerator() {
|
|
203
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
204
|
-
}
|
|
205
|
-
GlobalAccelerator.prototype.addCustomRoutingEndpoints = function (args, optionsOrCb, cb) {
|
|
206
|
-
var command = new AddCustomRoutingEndpointsCommand(args);
|
|
207
|
-
if (typeof optionsOrCb === "function") {
|
|
208
|
-
this.send(command, optionsOrCb);
|
|
209
|
-
}
|
|
210
|
-
else if (typeof cb === "function") {
|
|
211
|
-
if (typeof optionsOrCb !== "object")
|
|
212
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
213
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
214
|
-
}
|
|
215
|
-
else {
|
|
216
|
-
return this.send(command, optionsOrCb);
|
|
217
|
-
}
|
|
218
|
-
};
|
|
219
|
-
GlobalAccelerator.prototype.advertiseByoipCidr = function (args, optionsOrCb, cb) {
|
|
220
|
-
var command = new AdvertiseByoipCidrCommand(args);
|
|
221
|
-
if (typeof optionsOrCb === "function") {
|
|
222
|
-
this.send(command, optionsOrCb);
|
|
223
|
-
}
|
|
224
|
-
else if (typeof cb === "function") {
|
|
225
|
-
if (typeof optionsOrCb !== "object")
|
|
226
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
227
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
228
|
-
}
|
|
229
|
-
else {
|
|
230
|
-
return this.send(command, optionsOrCb);
|
|
231
|
-
}
|
|
232
|
-
};
|
|
233
|
-
GlobalAccelerator.prototype.allowCustomRoutingTraffic = function (args, optionsOrCb, cb) {
|
|
234
|
-
var command = new AllowCustomRoutingTrafficCommand(args);
|
|
235
|
-
if (typeof optionsOrCb === "function") {
|
|
236
|
-
this.send(command, optionsOrCb);
|
|
237
|
-
}
|
|
238
|
-
else if (typeof cb === "function") {
|
|
239
|
-
if (typeof optionsOrCb !== "object")
|
|
240
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
241
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
242
|
-
}
|
|
243
|
-
else {
|
|
244
|
-
return this.send(command, optionsOrCb);
|
|
245
|
-
}
|
|
246
|
-
};
|
|
247
|
-
GlobalAccelerator.prototype.createAccelerator = function (args, optionsOrCb, cb) {
|
|
248
|
-
var command = new CreateAcceleratorCommand(args);
|
|
249
|
-
if (typeof optionsOrCb === "function") {
|
|
250
|
-
this.send(command, optionsOrCb);
|
|
251
|
-
}
|
|
252
|
-
else if (typeof cb === "function") {
|
|
253
|
-
if (typeof optionsOrCb !== "object")
|
|
254
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
255
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
256
|
-
}
|
|
257
|
-
else {
|
|
258
|
-
return this.send(command, optionsOrCb);
|
|
259
|
-
}
|
|
260
|
-
};
|
|
261
|
-
GlobalAccelerator.prototype.createCustomRoutingAccelerator = function (args, optionsOrCb, cb) {
|
|
262
|
-
var command = new CreateCustomRoutingAcceleratorCommand(args);
|
|
263
|
-
if (typeof optionsOrCb === "function") {
|
|
264
|
-
this.send(command, optionsOrCb);
|
|
265
|
-
}
|
|
266
|
-
else if (typeof cb === "function") {
|
|
267
|
-
if (typeof optionsOrCb !== "object")
|
|
268
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
269
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
270
|
-
}
|
|
271
|
-
else {
|
|
272
|
-
return this.send(command, optionsOrCb);
|
|
273
|
-
}
|
|
274
|
-
};
|
|
275
|
-
GlobalAccelerator.prototype.createCustomRoutingEndpointGroup = function (args, optionsOrCb, cb) {
|
|
276
|
-
var command = new CreateCustomRoutingEndpointGroupCommand(args);
|
|
277
|
-
if (typeof optionsOrCb === "function") {
|
|
278
|
-
this.send(command, optionsOrCb);
|
|
279
|
-
}
|
|
280
|
-
else if (typeof cb === "function") {
|
|
281
|
-
if (typeof optionsOrCb !== "object")
|
|
282
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
283
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
284
|
-
}
|
|
285
|
-
else {
|
|
286
|
-
return this.send(command, optionsOrCb);
|
|
287
|
-
}
|
|
288
|
-
};
|
|
289
|
-
GlobalAccelerator.prototype.createCustomRoutingListener = function (args, optionsOrCb, cb) {
|
|
290
|
-
var command = new CreateCustomRoutingListenerCommand(args);
|
|
291
|
-
if (typeof optionsOrCb === "function") {
|
|
292
|
-
this.send(command, optionsOrCb);
|
|
293
|
-
}
|
|
294
|
-
else if (typeof cb === "function") {
|
|
295
|
-
if (typeof optionsOrCb !== "object")
|
|
296
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
297
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
298
|
-
}
|
|
299
|
-
else {
|
|
300
|
-
return this.send(command, optionsOrCb);
|
|
301
|
-
}
|
|
302
|
-
};
|
|
303
|
-
GlobalAccelerator.prototype.createEndpointGroup = function (args, optionsOrCb, cb) {
|
|
304
|
-
var command = new CreateEndpointGroupCommand(args);
|
|
305
|
-
if (typeof optionsOrCb === "function") {
|
|
306
|
-
this.send(command, optionsOrCb);
|
|
307
|
-
}
|
|
308
|
-
else if (typeof cb === "function") {
|
|
309
|
-
if (typeof optionsOrCb !== "object")
|
|
310
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
311
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
312
|
-
}
|
|
313
|
-
else {
|
|
314
|
-
return this.send(command, optionsOrCb);
|
|
315
|
-
}
|
|
316
|
-
};
|
|
317
|
-
GlobalAccelerator.prototype.createListener = function (args, optionsOrCb, cb) {
|
|
318
|
-
var command = new CreateListenerCommand(args);
|
|
319
|
-
if (typeof optionsOrCb === "function") {
|
|
320
|
-
this.send(command, optionsOrCb);
|
|
321
|
-
}
|
|
322
|
-
else if (typeof cb === "function") {
|
|
323
|
-
if (typeof optionsOrCb !== "object")
|
|
324
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
325
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
326
|
-
}
|
|
327
|
-
else {
|
|
328
|
-
return this.send(command, optionsOrCb);
|
|
329
|
-
}
|
|
330
|
-
};
|
|
331
|
-
GlobalAccelerator.prototype.deleteAccelerator = function (args, optionsOrCb, cb) {
|
|
332
|
-
var command = new DeleteAcceleratorCommand(args);
|
|
333
|
-
if (typeof optionsOrCb === "function") {
|
|
334
|
-
this.send(command, optionsOrCb);
|
|
335
|
-
}
|
|
336
|
-
else if (typeof cb === "function") {
|
|
337
|
-
if (typeof optionsOrCb !== "object")
|
|
338
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
339
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
340
|
-
}
|
|
341
|
-
else {
|
|
342
|
-
return this.send(command, optionsOrCb);
|
|
343
|
-
}
|
|
344
|
-
};
|
|
345
|
-
GlobalAccelerator.prototype.deleteCustomRoutingAccelerator = function (args, optionsOrCb, cb) {
|
|
346
|
-
var command = new DeleteCustomRoutingAcceleratorCommand(args);
|
|
347
|
-
if (typeof optionsOrCb === "function") {
|
|
348
|
-
this.send(command, optionsOrCb);
|
|
349
|
-
}
|
|
350
|
-
else if (typeof cb === "function") {
|
|
351
|
-
if (typeof optionsOrCb !== "object")
|
|
352
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
353
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
354
|
-
}
|
|
355
|
-
else {
|
|
356
|
-
return this.send(command, optionsOrCb);
|
|
357
|
-
}
|
|
358
|
-
};
|
|
359
|
-
GlobalAccelerator.prototype.deleteCustomRoutingEndpointGroup = function (args, optionsOrCb, cb) {
|
|
360
|
-
var command = new DeleteCustomRoutingEndpointGroupCommand(args);
|
|
361
|
-
if (typeof optionsOrCb === "function") {
|
|
362
|
-
this.send(command, optionsOrCb);
|
|
363
|
-
}
|
|
364
|
-
else if (typeof cb === "function") {
|
|
365
|
-
if (typeof optionsOrCb !== "object")
|
|
366
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
367
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
368
|
-
}
|
|
369
|
-
else {
|
|
370
|
-
return this.send(command, optionsOrCb);
|
|
371
|
-
}
|
|
372
|
-
};
|
|
373
|
-
GlobalAccelerator.prototype.deleteCustomRoutingListener = function (args, optionsOrCb, cb) {
|
|
374
|
-
var command = new DeleteCustomRoutingListenerCommand(args);
|
|
375
|
-
if (typeof optionsOrCb === "function") {
|
|
376
|
-
this.send(command, optionsOrCb);
|
|
377
|
-
}
|
|
378
|
-
else if (typeof cb === "function") {
|
|
379
|
-
if (typeof optionsOrCb !== "object")
|
|
380
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
381
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
382
|
-
}
|
|
383
|
-
else {
|
|
384
|
-
return this.send(command, optionsOrCb);
|
|
385
|
-
}
|
|
386
|
-
};
|
|
387
|
-
GlobalAccelerator.prototype.deleteEndpointGroup = function (args, optionsOrCb, cb) {
|
|
388
|
-
var command = new DeleteEndpointGroupCommand(args);
|
|
389
|
-
if (typeof optionsOrCb === "function") {
|
|
390
|
-
this.send(command, optionsOrCb);
|
|
391
|
-
}
|
|
392
|
-
else if (typeof cb === "function") {
|
|
393
|
-
if (typeof optionsOrCb !== "object")
|
|
394
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
395
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
396
|
-
}
|
|
397
|
-
else {
|
|
398
|
-
return this.send(command, optionsOrCb);
|
|
399
|
-
}
|
|
400
|
-
};
|
|
401
|
-
GlobalAccelerator.prototype.deleteListener = function (args, optionsOrCb, cb) {
|
|
402
|
-
var command = new DeleteListenerCommand(args);
|
|
403
|
-
if (typeof optionsOrCb === "function") {
|
|
404
|
-
this.send(command, optionsOrCb);
|
|
405
|
-
}
|
|
406
|
-
else if (typeof cb === "function") {
|
|
407
|
-
if (typeof optionsOrCb !== "object")
|
|
408
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
409
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
410
|
-
}
|
|
411
|
-
else {
|
|
412
|
-
return this.send(command, optionsOrCb);
|
|
413
|
-
}
|
|
414
|
-
};
|
|
415
|
-
GlobalAccelerator.prototype.denyCustomRoutingTraffic = function (args, optionsOrCb, cb) {
|
|
416
|
-
var command = new DenyCustomRoutingTrafficCommand(args);
|
|
417
|
-
if (typeof optionsOrCb === "function") {
|
|
418
|
-
this.send(command, optionsOrCb);
|
|
419
|
-
}
|
|
420
|
-
else if (typeof cb === "function") {
|
|
421
|
-
if (typeof optionsOrCb !== "object")
|
|
422
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
423
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
424
|
-
}
|
|
425
|
-
else {
|
|
426
|
-
return this.send(command, optionsOrCb);
|
|
427
|
-
}
|
|
428
|
-
};
|
|
429
|
-
GlobalAccelerator.prototype.deprovisionByoipCidr = function (args, optionsOrCb, cb) {
|
|
430
|
-
var command = new DeprovisionByoipCidrCommand(args);
|
|
431
|
-
if (typeof optionsOrCb === "function") {
|
|
432
|
-
this.send(command, optionsOrCb);
|
|
433
|
-
}
|
|
434
|
-
else if (typeof cb === "function") {
|
|
435
|
-
if (typeof optionsOrCb !== "object")
|
|
436
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
437
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
438
|
-
}
|
|
439
|
-
else {
|
|
440
|
-
return this.send(command, optionsOrCb);
|
|
441
|
-
}
|
|
442
|
-
};
|
|
443
|
-
GlobalAccelerator.prototype.describeAccelerator = function (args, optionsOrCb, cb) {
|
|
444
|
-
var command = new DescribeAcceleratorCommand(args);
|
|
445
|
-
if (typeof optionsOrCb === "function") {
|
|
446
|
-
this.send(command, optionsOrCb);
|
|
447
|
-
}
|
|
448
|
-
else if (typeof cb === "function") {
|
|
449
|
-
if (typeof optionsOrCb !== "object")
|
|
450
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
451
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
452
|
-
}
|
|
453
|
-
else {
|
|
454
|
-
return this.send(command, optionsOrCb);
|
|
455
|
-
}
|
|
456
|
-
};
|
|
457
|
-
GlobalAccelerator.prototype.describeAcceleratorAttributes = function (args, optionsOrCb, cb) {
|
|
458
|
-
var command = new DescribeAcceleratorAttributesCommand(args);
|
|
459
|
-
if (typeof optionsOrCb === "function") {
|
|
460
|
-
this.send(command, optionsOrCb);
|
|
461
|
-
}
|
|
462
|
-
else if (typeof cb === "function") {
|
|
463
|
-
if (typeof optionsOrCb !== "object")
|
|
464
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
465
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
466
|
-
}
|
|
467
|
-
else {
|
|
468
|
-
return this.send(command, optionsOrCb);
|
|
469
|
-
}
|
|
470
|
-
};
|
|
471
|
-
GlobalAccelerator.prototype.describeCustomRoutingAccelerator = function (args, optionsOrCb, cb) {
|
|
472
|
-
var command = new DescribeCustomRoutingAcceleratorCommand(args);
|
|
473
|
-
if (typeof optionsOrCb === "function") {
|
|
474
|
-
this.send(command, optionsOrCb);
|
|
475
|
-
}
|
|
476
|
-
else if (typeof cb === "function") {
|
|
477
|
-
if (typeof optionsOrCb !== "object")
|
|
478
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
479
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
480
|
-
}
|
|
481
|
-
else {
|
|
482
|
-
return this.send(command, optionsOrCb);
|
|
483
|
-
}
|
|
484
|
-
};
|
|
485
|
-
GlobalAccelerator.prototype.describeCustomRoutingAcceleratorAttributes = function (args, optionsOrCb, cb) {
|
|
486
|
-
var command = new DescribeCustomRoutingAcceleratorAttributesCommand(args);
|
|
487
|
-
if (typeof optionsOrCb === "function") {
|
|
488
|
-
this.send(command, optionsOrCb);
|
|
489
|
-
}
|
|
490
|
-
else if (typeof cb === "function") {
|
|
491
|
-
if (typeof optionsOrCb !== "object")
|
|
492
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
493
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
494
|
-
}
|
|
495
|
-
else {
|
|
496
|
-
return this.send(command, optionsOrCb);
|
|
497
|
-
}
|
|
498
|
-
};
|
|
499
|
-
GlobalAccelerator.prototype.describeCustomRoutingEndpointGroup = function (args, optionsOrCb, cb) {
|
|
500
|
-
var command = new DescribeCustomRoutingEndpointGroupCommand(args);
|
|
501
|
-
if (typeof optionsOrCb === "function") {
|
|
502
|
-
this.send(command, optionsOrCb);
|
|
503
|
-
}
|
|
504
|
-
else if (typeof cb === "function") {
|
|
505
|
-
if (typeof optionsOrCb !== "object")
|
|
506
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
507
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
508
|
-
}
|
|
509
|
-
else {
|
|
510
|
-
return this.send(command, optionsOrCb);
|
|
511
|
-
}
|
|
512
|
-
};
|
|
513
|
-
GlobalAccelerator.prototype.describeCustomRoutingListener = function (args, optionsOrCb, cb) {
|
|
514
|
-
var command = new DescribeCustomRoutingListenerCommand(args);
|
|
515
|
-
if (typeof optionsOrCb === "function") {
|
|
516
|
-
this.send(command, optionsOrCb);
|
|
517
|
-
}
|
|
518
|
-
else if (typeof cb === "function") {
|
|
519
|
-
if (typeof optionsOrCb !== "object")
|
|
520
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
521
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
522
|
-
}
|
|
523
|
-
else {
|
|
524
|
-
return this.send(command, optionsOrCb);
|
|
525
|
-
}
|
|
526
|
-
};
|
|
527
|
-
GlobalAccelerator.prototype.describeEndpointGroup = function (args, optionsOrCb, cb) {
|
|
528
|
-
var command = new DescribeEndpointGroupCommand(args);
|
|
529
|
-
if (typeof optionsOrCb === "function") {
|
|
530
|
-
this.send(command, optionsOrCb);
|
|
531
|
-
}
|
|
532
|
-
else if (typeof cb === "function") {
|
|
533
|
-
if (typeof optionsOrCb !== "object")
|
|
534
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
535
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
536
|
-
}
|
|
537
|
-
else {
|
|
538
|
-
return this.send(command, optionsOrCb);
|
|
539
|
-
}
|
|
540
|
-
};
|
|
541
|
-
GlobalAccelerator.prototype.describeListener = function (args, optionsOrCb, cb) {
|
|
542
|
-
var command = new DescribeListenerCommand(args);
|
|
543
|
-
if (typeof optionsOrCb === "function") {
|
|
544
|
-
this.send(command, optionsOrCb);
|
|
545
|
-
}
|
|
546
|
-
else if (typeof cb === "function") {
|
|
547
|
-
if (typeof optionsOrCb !== "object")
|
|
548
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
549
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
550
|
-
}
|
|
551
|
-
else {
|
|
552
|
-
return this.send(command, optionsOrCb);
|
|
553
|
-
}
|
|
554
|
-
};
|
|
555
|
-
GlobalAccelerator.prototype.listAccelerators = function (args, optionsOrCb, cb) {
|
|
556
|
-
var command = new ListAcceleratorsCommand(args);
|
|
557
|
-
if (typeof optionsOrCb === "function") {
|
|
558
|
-
this.send(command, optionsOrCb);
|
|
559
|
-
}
|
|
560
|
-
else if (typeof cb === "function") {
|
|
561
|
-
if (typeof optionsOrCb !== "object")
|
|
562
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
563
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
564
|
-
}
|
|
565
|
-
else {
|
|
566
|
-
return this.send(command, optionsOrCb);
|
|
567
|
-
}
|
|
568
|
-
};
|
|
569
|
-
GlobalAccelerator.prototype.listByoipCidrs = function (args, optionsOrCb, cb) {
|
|
570
|
-
var command = new ListByoipCidrsCommand(args);
|
|
571
|
-
if (typeof optionsOrCb === "function") {
|
|
572
|
-
this.send(command, optionsOrCb);
|
|
573
|
-
}
|
|
574
|
-
else if (typeof cb === "function") {
|
|
575
|
-
if (typeof optionsOrCb !== "object")
|
|
576
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
577
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
578
|
-
}
|
|
579
|
-
else {
|
|
580
|
-
return this.send(command, optionsOrCb);
|
|
581
|
-
}
|
|
582
|
-
};
|
|
583
|
-
GlobalAccelerator.prototype.listCustomRoutingAccelerators = function (args, optionsOrCb, cb) {
|
|
584
|
-
var command = new ListCustomRoutingAcceleratorsCommand(args);
|
|
585
|
-
if (typeof optionsOrCb === "function") {
|
|
586
|
-
this.send(command, optionsOrCb);
|
|
587
|
-
}
|
|
588
|
-
else if (typeof cb === "function") {
|
|
589
|
-
if (typeof optionsOrCb !== "object")
|
|
590
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
591
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
592
|
-
}
|
|
593
|
-
else {
|
|
594
|
-
return this.send(command, optionsOrCb);
|
|
595
|
-
}
|
|
596
|
-
};
|
|
597
|
-
GlobalAccelerator.prototype.listCustomRoutingEndpointGroups = function (args, optionsOrCb, cb) {
|
|
598
|
-
var command = new ListCustomRoutingEndpointGroupsCommand(args);
|
|
599
|
-
if (typeof optionsOrCb === "function") {
|
|
600
|
-
this.send(command, optionsOrCb);
|
|
601
|
-
}
|
|
602
|
-
else if (typeof cb === "function") {
|
|
603
|
-
if (typeof optionsOrCb !== "object")
|
|
604
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
605
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
606
|
-
}
|
|
607
|
-
else {
|
|
608
|
-
return this.send(command, optionsOrCb);
|
|
609
|
-
}
|
|
610
|
-
};
|
|
611
|
-
GlobalAccelerator.prototype.listCustomRoutingListeners = function (args, optionsOrCb, cb) {
|
|
612
|
-
var command = new ListCustomRoutingListenersCommand(args);
|
|
613
|
-
if (typeof optionsOrCb === "function") {
|
|
614
|
-
this.send(command, optionsOrCb);
|
|
615
|
-
}
|
|
616
|
-
else if (typeof cb === "function") {
|
|
617
|
-
if (typeof optionsOrCb !== "object")
|
|
618
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
619
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
620
|
-
}
|
|
621
|
-
else {
|
|
622
|
-
return this.send(command, optionsOrCb);
|
|
623
|
-
}
|
|
624
|
-
};
|
|
625
|
-
GlobalAccelerator.prototype.listCustomRoutingPortMappings = function (args, optionsOrCb, cb) {
|
|
626
|
-
var command = new ListCustomRoutingPortMappingsCommand(args);
|
|
627
|
-
if (typeof optionsOrCb === "function") {
|
|
628
|
-
this.send(command, optionsOrCb);
|
|
629
|
-
}
|
|
630
|
-
else if (typeof cb === "function") {
|
|
631
|
-
if (typeof optionsOrCb !== "object")
|
|
632
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
633
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
634
|
-
}
|
|
635
|
-
else {
|
|
636
|
-
return this.send(command, optionsOrCb);
|
|
637
|
-
}
|
|
638
|
-
};
|
|
639
|
-
GlobalAccelerator.prototype.listCustomRoutingPortMappingsByDestination = function (args, optionsOrCb, cb) {
|
|
640
|
-
var command = new ListCustomRoutingPortMappingsByDestinationCommand(args);
|
|
641
|
-
if (typeof optionsOrCb === "function") {
|
|
642
|
-
this.send(command, optionsOrCb);
|
|
643
|
-
}
|
|
644
|
-
else if (typeof cb === "function") {
|
|
645
|
-
if (typeof optionsOrCb !== "object")
|
|
646
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
647
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
648
|
-
}
|
|
649
|
-
else {
|
|
650
|
-
return this.send(command, optionsOrCb);
|
|
651
|
-
}
|
|
652
|
-
};
|
|
653
|
-
GlobalAccelerator.prototype.listEndpointGroups = function (args, optionsOrCb, cb) {
|
|
654
|
-
var command = new ListEndpointGroupsCommand(args);
|
|
655
|
-
if (typeof optionsOrCb === "function") {
|
|
656
|
-
this.send(command, optionsOrCb);
|
|
657
|
-
}
|
|
658
|
-
else if (typeof cb === "function") {
|
|
659
|
-
if (typeof optionsOrCb !== "object")
|
|
660
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
661
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
662
|
-
}
|
|
663
|
-
else {
|
|
664
|
-
return this.send(command, optionsOrCb);
|
|
665
|
-
}
|
|
666
|
-
};
|
|
667
|
-
GlobalAccelerator.prototype.listListeners = function (args, optionsOrCb, cb) {
|
|
668
|
-
var command = new ListListenersCommand(args);
|
|
669
|
-
if (typeof optionsOrCb === "function") {
|
|
670
|
-
this.send(command, optionsOrCb);
|
|
671
|
-
}
|
|
672
|
-
else if (typeof cb === "function") {
|
|
673
|
-
if (typeof optionsOrCb !== "object")
|
|
674
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
675
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
676
|
-
}
|
|
677
|
-
else {
|
|
678
|
-
return this.send(command, optionsOrCb);
|
|
679
|
-
}
|
|
680
|
-
};
|
|
681
|
-
GlobalAccelerator.prototype.listTagsForResource = function (args, optionsOrCb, cb) {
|
|
682
|
-
var command = new ListTagsForResourceCommand(args);
|
|
683
|
-
if (typeof optionsOrCb === "function") {
|
|
684
|
-
this.send(command, optionsOrCb);
|
|
685
|
-
}
|
|
686
|
-
else if (typeof cb === "function") {
|
|
687
|
-
if (typeof optionsOrCb !== "object")
|
|
688
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
689
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
690
|
-
}
|
|
691
|
-
else {
|
|
692
|
-
return this.send(command, optionsOrCb);
|
|
693
|
-
}
|
|
694
|
-
};
|
|
695
|
-
GlobalAccelerator.prototype.provisionByoipCidr = function (args, optionsOrCb, cb) {
|
|
696
|
-
var command = new ProvisionByoipCidrCommand(args);
|
|
697
|
-
if (typeof optionsOrCb === "function") {
|
|
698
|
-
this.send(command, optionsOrCb);
|
|
699
|
-
}
|
|
700
|
-
else if (typeof cb === "function") {
|
|
701
|
-
if (typeof optionsOrCb !== "object")
|
|
702
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
703
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
704
|
-
}
|
|
705
|
-
else {
|
|
706
|
-
return this.send(command, optionsOrCb);
|
|
707
|
-
}
|
|
708
|
-
};
|
|
709
|
-
GlobalAccelerator.prototype.removeCustomRoutingEndpoints = function (args, optionsOrCb, cb) {
|
|
710
|
-
var command = new RemoveCustomRoutingEndpointsCommand(args);
|
|
711
|
-
if (typeof optionsOrCb === "function") {
|
|
712
|
-
this.send(command, optionsOrCb);
|
|
713
|
-
}
|
|
714
|
-
else if (typeof cb === "function") {
|
|
715
|
-
if (typeof optionsOrCb !== "object")
|
|
716
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
717
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
718
|
-
}
|
|
719
|
-
else {
|
|
720
|
-
return this.send(command, optionsOrCb);
|
|
721
|
-
}
|
|
722
|
-
};
|
|
723
|
-
GlobalAccelerator.prototype.tagResource = function (args, optionsOrCb, cb) {
|
|
724
|
-
var command = new TagResourceCommand(args);
|
|
725
|
-
if (typeof optionsOrCb === "function") {
|
|
726
|
-
this.send(command, optionsOrCb);
|
|
727
|
-
}
|
|
728
|
-
else if (typeof cb === "function") {
|
|
729
|
-
if (typeof optionsOrCb !== "object")
|
|
730
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
731
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
732
|
-
}
|
|
733
|
-
else {
|
|
734
|
-
return this.send(command, optionsOrCb);
|
|
735
|
-
}
|
|
736
|
-
};
|
|
737
|
-
GlobalAccelerator.prototype.untagResource = function (args, optionsOrCb, cb) {
|
|
738
|
-
var command = new UntagResourceCommand(args);
|
|
739
|
-
if (typeof optionsOrCb === "function") {
|
|
740
|
-
this.send(command, optionsOrCb);
|
|
741
|
-
}
|
|
742
|
-
else if (typeof cb === "function") {
|
|
743
|
-
if (typeof optionsOrCb !== "object")
|
|
744
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
745
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
746
|
-
}
|
|
747
|
-
else {
|
|
748
|
-
return this.send(command, optionsOrCb);
|
|
749
|
-
}
|
|
750
|
-
};
|
|
751
|
-
GlobalAccelerator.prototype.updateAccelerator = function (args, optionsOrCb, cb) {
|
|
752
|
-
var command = new UpdateAcceleratorCommand(args);
|
|
753
|
-
if (typeof optionsOrCb === "function") {
|
|
754
|
-
this.send(command, optionsOrCb);
|
|
755
|
-
}
|
|
756
|
-
else if (typeof cb === "function") {
|
|
757
|
-
if (typeof optionsOrCb !== "object")
|
|
758
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
759
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
760
|
-
}
|
|
761
|
-
else {
|
|
762
|
-
return this.send(command, optionsOrCb);
|
|
763
|
-
}
|
|
764
|
-
};
|
|
765
|
-
GlobalAccelerator.prototype.updateAcceleratorAttributes = function (args, optionsOrCb, cb) {
|
|
766
|
-
var command = new UpdateAcceleratorAttributesCommand(args);
|
|
767
|
-
if (typeof optionsOrCb === "function") {
|
|
768
|
-
this.send(command, optionsOrCb);
|
|
769
|
-
}
|
|
770
|
-
else if (typeof cb === "function") {
|
|
771
|
-
if (typeof optionsOrCb !== "object")
|
|
772
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
773
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
774
|
-
}
|
|
775
|
-
else {
|
|
776
|
-
return this.send(command, optionsOrCb);
|
|
777
|
-
}
|
|
778
|
-
};
|
|
779
|
-
GlobalAccelerator.prototype.updateCustomRoutingAccelerator = function (args, optionsOrCb, cb) {
|
|
780
|
-
var command = new UpdateCustomRoutingAcceleratorCommand(args);
|
|
781
|
-
if (typeof optionsOrCb === "function") {
|
|
782
|
-
this.send(command, optionsOrCb);
|
|
783
|
-
}
|
|
784
|
-
else if (typeof cb === "function") {
|
|
785
|
-
if (typeof optionsOrCb !== "object")
|
|
786
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
787
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
788
|
-
}
|
|
789
|
-
else {
|
|
790
|
-
return this.send(command, optionsOrCb);
|
|
791
|
-
}
|
|
792
|
-
};
|
|
793
|
-
GlobalAccelerator.prototype.updateCustomRoutingAcceleratorAttributes = function (args, optionsOrCb, cb) {
|
|
794
|
-
var command = new UpdateCustomRoutingAcceleratorAttributesCommand(args);
|
|
795
|
-
if (typeof optionsOrCb === "function") {
|
|
796
|
-
this.send(command, optionsOrCb);
|
|
797
|
-
}
|
|
798
|
-
else if (typeof cb === "function") {
|
|
799
|
-
if (typeof optionsOrCb !== "object")
|
|
800
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
801
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
802
|
-
}
|
|
803
|
-
else {
|
|
804
|
-
return this.send(command, optionsOrCb);
|
|
805
|
-
}
|
|
806
|
-
};
|
|
807
|
-
GlobalAccelerator.prototype.updateCustomRoutingListener = function (args, optionsOrCb, cb) {
|
|
808
|
-
var command = new UpdateCustomRoutingListenerCommand(args);
|
|
809
|
-
if (typeof optionsOrCb === "function") {
|
|
810
|
-
this.send(command, optionsOrCb);
|
|
811
|
-
}
|
|
812
|
-
else if (typeof cb === "function") {
|
|
813
|
-
if (typeof optionsOrCb !== "object")
|
|
814
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
815
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
816
|
-
}
|
|
817
|
-
else {
|
|
818
|
-
return this.send(command, optionsOrCb);
|
|
819
|
-
}
|
|
820
|
-
};
|
|
821
|
-
GlobalAccelerator.prototype.updateEndpointGroup = function (args, optionsOrCb, cb) {
|
|
822
|
-
var command = new UpdateEndpointGroupCommand(args);
|
|
823
|
-
if (typeof optionsOrCb === "function") {
|
|
824
|
-
this.send(command, optionsOrCb);
|
|
825
|
-
}
|
|
826
|
-
else if (typeof cb === "function") {
|
|
827
|
-
if (typeof optionsOrCb !== "object")
|
|
828
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
829
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
830
|
-
}
|
|
831
|
-
else {
|
|
832
|
-
return this.send(command, optionsOrCb);
|
|
833
|
-
}
|
|
834
|
-
};
|
|
835
|
-
GlobalAccelerator.prototype.updateListener = function (args, optionsOrCb, cb) {
|
|
836
|
-
var command = new UpdateListenerCommand(args);
|
|
837
|
-
if (typeof optionsOrCb === "function") {
|
|
838
|
-
this.send(command, optionsOrCb);
|
|
839
|
-
}
|
|
840
|
-
else if (typeof cb === "function") {
|
|
841
|
-
if (typeof optionsOrCb !== "object")
|
|
842
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
843
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
844
|
-
}
|
|
845
|
-
else {
|
|
846
|
-
return this.send(command, optionsOrCb);
|
|
847
|
-
}
|
|
848
|
-
};
|
|
849
|
-
GlobalAccelerator.prototype.withdrawByoipCidr = function (args, optionsOrCb, cb) {
|
|
850
|
-
var command = new WithdrawByoipCidrCommand(args);
|
|
851
|
-
if (typeof optionsOrCb === "function") {
|
|
852
|
-
this.send(command, optionsOrCb);
|
|
853
|
-
}
|
|
854
|
-
else if (typeof cb === "function") {
|
|
855
|
-
if (typeof optionsOrCb !== "object")
|
|
856
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
857
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
858
|
-
}
|
|
859
|
-
else {
|
|
860
|
-
return this.send(command, optionsOrCb);
|
|
861
|
-
}
|
|
862
|
-
};
|
|
863
|
-
return GlobalAccelerator;
|
|
864
|
-
}(GlobalAcceleratorClient));
|
|
865
|
-
export { GlobalAccelerator };
|
|
866
|
-
//# sourceMappingURL=GlobalAccelerator.js.map
|