@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
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
|
|
4
|
+
import { UpdateAcceleratorAttributesRequest, UpdateAcceleratorAttributesResponse } from "../models/models_0";
|
|
5
|
+
export interface UpdateAcceleratorAttributesCommandInput extends UpdateAcceleratorAttributesRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateAcceleratorAttributesCommandOutput extends UpdateAcceleratorAttributesResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Update the attributes for an accelerator. </p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { GlobalAcceleratorClient, UpdateAcceleratorAttributesCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
15
|
+
* // const { GlobalAcceleratorClient, UpdateAcceleratorAttributesCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
16
|
+
* const client = new GlobalAcceleratorClient(config);
|
|
17
|
+
* const command = new UpdateAcceleratorAttributesCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link UpdateAcceleratorAttributesCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link UpdateAcceleratorAttributesCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link GlobalAcceleratorClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class UpdateAcceleratorAttributesCommand extends $Command<UpdateAcceleratorAttributesCommandInput, UpdateAcceleratorAttributesCommandOutput, GlobalAcceleratorClientResolvedConfig> {
|
|
27
|
+
readonly input: UpdateAcceleratorAttributesCommandInput;
|
|
28
|
+
constructor(input: UpdateAcceleratorAttributesCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAcceleratorAttributesCommandInput, UpdateAcceleratorAttributesCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
|
|
4
|
+
import { UpdateAcceleratorRequest, UpdateAcceleratorResponse } from "../models/models_0";
|
|
5
|
+
export interface UpdateAcceleratorCommandInput extends UpdateAcceleratorRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateAcceleratorCommandOutput extends UpdateAcceleratorResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Update an accelerator. </p>
|
|
11
|
+
*
|
|
12
|
+
* <important>
|
|
13
|
+
* <p>Global Accelerator is a global service that supports endpoints in multiple AWS Regions but you must specify the
|
|
14
|
+
* US West (Oregon) Region to create or update accelerators.</p>
|
|
15
|
+
* </important>
|
|
16
|
+
* @example
|
|
17
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
18
|
+
* ```javascript
|
|
19
|
+
* import { GlobalAcceleratorClient, UpdateAcceleratorCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
20
|
+
* // const { GlobalAcceleratorClient, UpdateAcceleratorCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
21
|
+
* const client = new GlobalAcceleratorClient(config);
|
|
22
|
+
* const command = new UpdateAcceleratorCommand(input);
|
|
23
|
+
* const response = await client.send(command);
|
|
24
|
+
* ```
|
|
25
|
+
*
|
|
26
|
+
* @see {@link UpdateAcceleratorCommandInput} for command's `input` shape.
|
|
27
|
+
* @see {@link UpdateAcceleratorCommandOutput} for command's `response` shape.
|
|
28
|
+
* @see {@link GlobalAcceleratorClientResolvedConfig | config} for command's `input` shape.
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
export declare class UpdateAcceleratorCommand extends $Command<UpdateAcceleratorCommandInput, UpdateAcceleratorCommandOutput, GlobalAcceleratorClientResolvedConfig> {
|
|
32
|
+
readonly input: UpdateAcceleratorCommandInput;
|
|
33
|
+
constructor(input: UpdateAcceleratorCommandInput);
|
|
34
|
+
/**
|
|
35
|
+
* @internal
|
|
36
|
+
*/
|
|
37
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAcceleratorCommandInput, UpdateAcceleratorCommandOutput>;
|
|
38
|
+
private serialize;
|
|
39
|
+
private deserialize;
|
|
40
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
|
|
4
|
+
import { UpdateCustomRoutingAcceleratorAttributesRequest, UpdateCustomRoutingAcceleratorAttributesResponse } from "../models/models_0";
|
|
5
|
+
export interface UpdateCustomRoutingAcceleratorAttributesCommandInput extends UpdateCustomRoutingAcceleratorAttributesRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateCustomRoutingAcceleratorAttributesCommandOutput extends UpdateCustomRoutingAcceleratorAttributesResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Update the attributes for a custom routing accelerator. </p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { GlobalAcceleratorClient, UpdateCustomRoutingAcceleratorAttributesCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
15
|
+
* // const { GlobalAcceleratorClient, UpdateCustomRoutingAcceleratorAttributesCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
16
|
+
* const client = new GlobalAcceleratorClient(config);
|
|
17
|
+
* const command = new UpdateCustomRoutingAcceleratorAttributesCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link UpdateCustomRoutingAcceleratorAttributesCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link UpdateCustomRoutingAcceleratorAttributesCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link GlobalAcceleratorClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class UpdateCustomRoutingAcceleratorAttributesCommand extends $Command<UpdateCustomRoutingAcceleratorAttributesCommandInput, UpdateCustomRoutingAcceleratorAttributesCommandOutput, GlobalAcceleratorClientResolvedConfig> {
|
|
27
|
+
readonly input: UpdateCustomRoutingAcceleratorAttributesCommandInput;
|
|
28
|
+
constructor(input: UpdateCustomRoutingAcceleratorAttributesCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateCustomRoutingAcceleratorAttributesCommandInput, UpdateCustomRoutingAcceleratorAttributesCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
|
|
4
|
+
import { UpdateCustomRoutingAcceleratorRequest, UpdateCustomRoutingAcceleratorResponse } from "../models/models_0";
|
|
5
|
+
export interface UpdateCustomRoutingAcceleratorCommandInput extends UpdateCustomRoutingAcceleratorRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateCustomRoutingAcceleratorCommandOutput extends UpdateCustomRoutingAcceleratorResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Update a custom routing accelerator. </p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { GlobalAcceleratorClient, UpdateCustomRoutingAcceleratorCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
15
|
+
* // const { GlobalAcceleratorClient, UpdateCustomRoutingAcceleratorCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
16
|
+
* const client = new GlobalAcceleratorClient(config);
|
|
17
|
+
* const command = new UpdateCustomRoutingAcceleratorCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link UpdateCustomRoutingAcceleratorCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link UpdateCustomRoutingAcceleratorCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link GlobalAcceleratorClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class UpdateCustomRoutingAcceleratorCommand extends $Command<UpdateCustomRoutingAcceleratorCommandInput, UpdateCustomRoutingAcceleratorCommandOutput, GlobalAcceleratorClientResolvedConfig> {
|
|
27
|
+
readonly input: UpdateCustomRoutingAcceleratorCommandInput;
|
|
28
|
+
constructor(input: UpdateCustomRoutingAcceleratorCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateCustomRoutingAcceleratorCommandInput, UpdateCustomRoutingAcceleratorCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
|
|
4
|
+
import { UpdateCustomRoutingListenerRequest, UpdateCustomRoutingListenerResponse } from "../models/models_0";
|
|
5
|
+
export interface UpdateCustomRoutingListenerCommandInput extends UpdateCustomRoutingListenerRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateCustomRoutingListenerCommandOutput extends UpdateCustomRoutingListenerResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Update a listener for a custom routing accelerator. </p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { GlobalAcceleratorClient, UpdateCustomRoutingListenerCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
15
|
+
* // const { GlobalAcceleratorClient, UpdateCustomRoutingListenerCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
16
|
+
* const client = new GlobalAcceleratorClient(config);
|
|
17
|
+
* const command = new UpdateCustomRoutingListenerCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link UpdateCustomRoutingListenerCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link UpdateCustomRoutingListenerCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link GlobalAcceleratorClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class UpdateCustomRoutingListenerCommand extends $Command<UpdateCustomRoutingListenerCommandInput, UpdateCustomRoutingListenerCommandOutput, GlobalAcceleratorClientResolvedConfig> {
|
|
27
|
+
readonly input: UpdateCustomRoutingListenerCommandInput;
|
|
28
|
+
constructor(input: UpdateCustomRoutingListenerCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateCustomRoutingListenerCommandInput, UpdateCustomRoutingListenerCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
|
|
4
|
+
import { UpdateEndpointGroupRequest, UpdateEndpointGroupResponse } from "../models/models_0";
|
|
5
|
+
export interface UpdateEndpointGroupCommandInput extends UpdateEndpointGroupRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateEndpointGroupCommandOutput extends UpdateEndpointGroupResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Update an endpoint group. A resource must be valid and active when you add it as an endpoint.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { GlobalAcceleratorClient, UpdateEndpointGroupCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
15
|
+
* // const { GlobalAcceleratorClient, UpdateEndpointGroupCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
16
|
+
* const client = new GlobalAcceleratorClient(config);
|
|
17
|
+
* const command = new UpdateEndpointGroupCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link UpdateEndpointGroupCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link UpdateEndpointGroupCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link GlobalAcceleratorClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class UpdateEndpointGroupCommand extends $Command<UpdateEndpointGroupCommandInput, UpdateEndpointGroupCommandOutput, GlobalAcceleratorClientResolvedConfig> {
|
|
27
|
+
readonly input: UpdateEndpointGroupCommandInput;
|
|
28
|
+
constructor(input: UpdateEndpointGroupCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateEndpointGroupCommandInput, UpdateEndpointGroupCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
|
|
4
|
+
import { UpdateListenerRequest, UpdateListenerResponse } from "../models/models_0";
|
|
5
|
+
export interface UpdateListenerCommandInput extends UpdateListenerRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateListenerCommandOutput extends UpdateListenerResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Update a listener. </p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { GlobalAcceleratorClient, UpdateListenerCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
15
|
+
* // const { GlobalAcceleratorClient, UpdateListenerCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
16
|
+
* const client = new GlobalAcceleratorClient(config);
|
|
17
|
+
* const command = new UpdateListenerCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link UpdateListenerCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link UpdateListenerCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link GlobalAcceleratorClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class UpdateListenerCommand extends $Command<UpdateListenerCommandInput, UpdateListenerCommandOutput, GlobalAcceleratorClientResolvedConfig> {
|
|
27
|
+
readonly input: UpdateListenerCommandInput;
|
|
28
|
+
constructor(input: UpdateListenerCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateListenerCommandInput, UpdateListenerCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
|
|
4
|
+
import { WithdrawByoipCidrRequest, WithdrawByoipCidrResponse } from "../models/models_0";
|
|
5
|
+
export interface WithdrawByoipCidrCommandInput extends WithdrawByoipCidrRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface WithdrawByoipCidrCommandOutput extends WithdrawByoipCidrResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Stops advertising an address range that is provisioned as an address pool.
|
|
11
|
+
* You can perform this operation at most once every 10 seconds, even if you specify different address
|
|
12
|
+
* ranges each time.</p>
|
|
13
|
+
* <p>It can take a few minutes before traffic to the specified addresses stops routing to AWS because of
|
|
14
|
+
* propagation delays.</p>
|
|
15
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/using-byoip.html">Bring Your Own
|
|
16
|
+
* IP Addresses (BYOIP)</a> in the <i>AWS Global Accelerator Developer Guide</i>.</p>
|
|
17
|
+
* @example
|
|
18
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
19
|
+
* ```javascript
|
|
20
|
+
* import { GlobalAcceleratorClient, WithdrawByoipCidrCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
21
|
+
* // const { GlobalAcceleratorClient, WithdrawByoipCidrCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
22
|
+
* const client = new GlobalAcceleratorClient(config);
|
|
23
|
+
* const command = new WithdrawByoipCidrCommand(input);
|
|
24
|
+
* const response = await client.send(command);
|
|
25
|
+
* ```
|
|
26
|
+
*
|
|
27
|
+
* @see {@link WithdrawByoipCidrCommandInput} for command's `input` shape.
|
|
28
|
+
* @see {@link WithdrawByoipCidrCommandOutput} for command's `response` shape.
|
|
29
|
+
* @see {@link GlobalAcceleratorClientResolvedConfig | config} for command's `input` shape.
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
export declare class WithdrawByoipCidrCommand extends $Command<WithdrawByoipCidrCommandInput, WithdrawByoipCidrCommandOutput, GlobalAcceleratorClientResolvedConfig> {
|
|
33
|
+
readonly input: WithdrawByoipCidrCommandInput;
|
|
34
|
+
constructor(input: WithdrawByoipCidrCommandInput);
|
|
35
|
+
/**
|
|
36
|
+
* @internal
|
|
37
|
+
*/
|
|
38
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<WithdrawByoipCidrCommandInput, WithdrawByoipCidrCommandOutput>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
+
import { GlobalAccelerator } from "../GlobalAccelerator";
|
|
3
|
+
import { GlobalAcceleratorClient } from "../GlobalAcceleratorClient";
|
|
4
|
+
export interface GlobalAcceleratorPaginationConfiguration extends PaginationConfiguration {
|
|
5
|
+
client: GlobalAccelerator | GlobalAcceleratorClient;
|
|
6
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListAcceleratorsCommandInput, ListAcceleratorsCommandOutput } from "../commands/ListAcceleratorsCommand";
|
|
3
|
+
import { GlobalAcceleratorPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListAccelerators(config: GlobalAcceleratorPaginationConfiguration, input: ListAcceleratorsCommandInput, ...additionalArguments: any): Paginator<ListAcceleratorsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListByoipCidrsCommandInput, ListByoipCidrsCommandOutput } from "../commands/ListByoipCidrsCommand";
|
|
3
|
+
import { GlobalAcceleratorPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListByoipCidrs(config: GlobalAcceleratorPaginationConfiguration, input: ListByoipCidrsCommandInput, ...additionalArguments: any): Paginator<ListByoipCidrsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListCustomRoutingAcceleratorsCommandInput, ListCustomRoutingAcceleratorsCommandOutput } from "../commands/ListCustomRoutingAcceleratorsCommand";
|
|
3
|
+
import { GlobalAcceleratorPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListCustomRoutingAccelerators(config: GlobalAcceleratorPaginationConfiguration, input: ListCustomRoutingAcceleratorsCommandInput, ...additionalArguments: any): Paginator<ListCustomRoutingAcceleratorsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListCustomRoutingEndpointGroupsCommandInput, ListCustomRoutingEndpointGroupsCommandOutput } from "../commands/ListCustomRoutingEndpointGroupsCommand";
|
|
3
|
+
import { GlobalAcceleratorPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListCustomRoutingEndpointGroups(config: GlobalAcceleratorPaginationConfiguration, input: ListCustomRoutingEndpointGroupsCommandInput, ...additionalArguments: any): Paginator<ListCustomRoutingEndpointGroupsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListCustomRoutingListenersCommandInput, ListCustomRoutingListenersCommandOutput } from "../commands/ListCustomRoutingListenersCommand";
|
|
3
|
+
import { GlobalAcceleratorPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListCustomRoutingListeners(config: GlobalAcceleratorPaginationConfiguration, input: ListCustomRoutingListenersCommandInput, ...additionalArguments: any): Paginator<ListCustomRoutingListenersCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListCustomRoutingPortMappingsByDestinationCommandInput, ListCustomRoutingPortMappingsByDestinationCommandOutput } from "../commands/ListCustomRoutingPortMappingsByDestinationCommand";
|
|
3
|
+
import { GlobalAcceleratorPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListCustomRoutingPortMappingsByDestination(config: GlobalAcceleratorPaginationConfiguration, input: ListCustomRoutingPortMappingsByDestinationCommandInput, ...additionalArguments: any): Paginator<ListCustomRoutingPortMappingsByDestinationCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListCustomRoutingPortMappingsCommandInput, ListCustomRoutingPortMappingsCommandOutput } from "../commands/ListCustomRoutingPortMappingsCommand";
|
|
3
|
+
import { GlobalAcceleratorPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListCustomRoutingPortMappings(config: GlobalAcceleratorPaginationConfiguration, input: ListCustomRoutingPortMappingsCommandInput, ...additionalArguments: any): Paginator<ListCustomRoutingPortMappingsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListEndpointGroupsCommandInput, ListEndpointGroupsCommandOutput } from "../commands/ListEndpointGroupsCommand";
|
|
3
|
+
import { GlobalAcceleratorPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListEndpointGroups(config: GlobalAcceleratorPaginationConfiguration, input: ListEndpointGroupsCommandInput, ...additionalArguments: any): Paginator<ListEndpointGroupsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListListenersCommandInput, ListListenersCommandOutput } from "../commands/ListListenersCommand";
|
|
3
|
+
import { GlobalAcceleratorPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListListeners(config: GlobalAcceleratorPaginationConfiguration, input: ListListenersCommandInput, ...additionalArguments: any): Paginator<ListListenersCommandOutput>;
|
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
2
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
3
|
+
import { AddCustomRoutingEndpointsCommandInput, AddCustomRoutingEndpointsCommandOutput } from "../commands/AddCustomRoutingEndpointsCommand";
|
|
4
|
+
import { AdvertiseByoipCidrCommandInput, AdvertiseByoipCidrCommandOutput } from "../commands/AdvertiseByoipCidrCommand";
|
|
5
|
+
import { AllowCustomRoutingTrafficCommandInput, AllowCustomRoutingTrafficCommandOutput } from "../commands/AllowCustomRoutingTrafficCommand";
|
|
6
|
+
import { CreateAcceleratorCommandInput, CreateAcceleratorCommandOutput } from "../commands/CreateAcceleratorCommand";
|
|
7
|
+
import { CreateCustomRoutingAcceleratorCommandInput, CreateCustomRoutingAcceleratorCommandOutput } from "../commands/CreateCustomRoutingAcceleratorCommand";
|
|
8
|
+
import { CreateCustomRoutingEndpointGroupCommandInput, CreateCustomRoutingEndpointGroupCommandOutput } from "../commands/CreateCustomRoutingEndpointGroupCommand";
|
|
9
|
+
import { CreateCustomRoutingListenerCommandInput, CreateCustomRoutingListenerCommandOutput } from "../commands/CreateCustomRoutingListenerCommand";
|
|
10
|
+
import { CreateEndpointGroupCommandInput, CreateEndpointGroupCommandOutput } from "../commands/CreateEndpointGroupCommand";
|
|
11
|
+
import { CreateListenerCommandInput, CreateListenerCommandOutput } from "../commands/CreateListenerCommand";
|
|
12
|
+
import { DeleteAcceleratorCommandInput, DeleteAcceleratorCommandOutput } from "../commands/DeleteAcceleratorCommand";
|
|
13
|
+
import { DeleteCustomRoutingAcceleratorCommandInput, DeleteCustomRoutingAcceleratorCommandOutput } from "../commands/DeleteCustomRoutingAcceleratorCommand";
|
|
14
|
+
import { DeleteCustomRoutingEndpointGroupCommandInput, DeleteCustomRoutingEndpointGroupCommandOutput } from "../commands/DeleteCustomRoutingEndpointGroupCommand";
|
|
15
|
+
import { DeleteCustomRoutingListenerCommandInput, DeleteCustomRoutingListenerCommandOutput } from "../commands/DeleteCustomRoutingListenerCommand";
|
|
16
|
+
import { DeleteEndpointGroupCommandInput, DeleteEndpointGroupCommandOutput } from "../commands/DeleteEndpointGroupCommand";
|
|
17
|
+
import { DeleteListenerCommandInput, DeleteListenerCommandOutput } from "../commands/DeleteListenerCommand";
|
|
18
|
+
import { DenyCustomRoutingTrafficCommandInput, DenyCustomRoutingTrafficCommandOutput } from "../commands/DenyCustomRoutingTrafficCommand";
|
|
19
|
+
import { DeprovisionByoipCidrCommandInput, DeprovisionByoipCidrCommandOutput } from "../commands/DeprovisionByoipCidrCommand";
|
|
20
|
+
import { DescribeAcceleratorAttributesCommandInput, DescribeAcceleratorAttributesCommandOutput } from "../commands/DescribeAcceleratorAttributesCommand";
|
|
21
|
+
import { DescribeAcceleratorCommandInput, DescribeAcceleratorCommandOutput } from "../commands/DescribeAcceleratorCommand";
|
|
22
|
+
import { DescribeCustomRoutingAcceleratorAttributesCommandInput, DescribeCustomRoutingAcceleratorAttributesCommandOutput } from "../commands/DescribeCustomRoutingAcceleratorAttributesCommand";
|
|
23
|
+
import { DescribeCustomRoutingAcceleratorCommandInput, DescribeCustomRoutingAcceleratorCommandOutput } from "../commands/DescribeCustomRoutingAcceleratorCommand";
|
|
24
|
+
import { DescribeCustomRoutingEndpointGroupCommandInput, DescribeCustomRoutingEndpointGroupCommandOutput } from "../commands/DescribeCustomRoutingEndpointGroupCommand";
|
|
25
|
+
import { DescribeCustomRoutingListenerCommandInput, DescribeCustomRoutingListenerCommandOutput } from "../commands/DescribeCustomRoutingListenerCommand";
|
|
26
|
+
import { DescribeEndpointGroupCommandInput, DescribeEndpointGroupCommandOutput } from "../commands/DescribeEndpointGroupCommand";
|
|
27
|
+
import { DescribeListenerCommandInput, DescribeListenerCommandOutput } from "../commands/DescribeListenerCommand";
|
|
28
|
+
import { ListAcceleratorsCommandInput, ListAcceleratorsCommandOutput } from "../commands/ListAcceleratorsCommand";
|
|
29
|
+
import { ListByoipCidrsCommandInput, ListByoipCidrsCommandOutput } from "../commands/ListByoipCidrsCommand";
|
|
30
|
+
import { ListCustomRoutingAcceleratorsCommandInput, ListCustomRoutingAcceleratorsCommandOutput } from "../commands/ListCustomRoutingAcceleratorsCommand";
|
|
31
|
+
import { ListCustomRoutingEndpointGroupsCommandInput, ListCustomRoutingEndpointGroupsCommandOutput } from "../commands/ListCustomRoutingEndpointGroupsCommand";
|
|
32
|
+
import { ListCustomRoutingListenersCommandInput, ListCustomRoutingListenersCommandOutput } from "../commands/ListCustomRoutingListenersCommand";
|
|
33
|
+
import { ListCustomRoutingPortMappingsByDestinationCommandInput, ListCustomRoutingPortMappingsByDestinationCommandOutput } from "../commands/ListCustomRoutingPortMappingsByDestinationCommand";
|
|
34
|
+
import { ListCustomRoutingPortMappingsCommandInput, ListCustomRoutingPortMappingsCommandOutput } from "../commands/ListCustomRoutingPortMappingsCommand";
|
|
35
|
+
import { ListEndpointGroupsCommandInput, ListEndpointGroupsCommandOutput } from "../commands/ListEndpointGroupsCommand";
|
|
36
|
+
import { ListListenersCommandInput, ListListenersCommandOutput } from "../commands/ListListenersCommand";
|
|
37
|
+
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
38
|
+
import { ProvisionByoipCidrCommandInput, ProvisionByoipCidrCommandOutput } from "../commands/ProvisionByoipCidrCommand";
|
|
39
|
+
import { RemoveCustomRoutingEndpointsCommandInput, RemoveCustomRoutingEndpointsCommandOutput } from "../commands/RemoveCustomRoutingEndpointsCommand";
|
|
40
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
41
|
+
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
42
|
+
import { UpdateAcceleratorAttributesCommandInput, UpdateAcceleratorAttributesCommandOutput } from "../commands/UpdateAcceleratorAttributesCommand";
|
|
43
|
+
import { UpdateAcceleratorCommandInput, UpdateAcceleratorCommandOutput } from "../commands/UpdateAcceleratorCommand";
|
|
44
|
+
import { UpdateCustomRoutingAcceleratorAttributesCommandInput, UpdateCustomRoutingAcceleratorAttributesCommandOutput } from "../commands/UpdateCustomRoutingAcceleratorAttributesCommand";
|
|
45
|
+
import { UpdateCustomRoutingAcceleratorCommandInput, UpdateCustomRoutingAcceleratorCommandOutput } from "../commands/UpdateCustomRoutingAcceleratorCommand";
|
|
46
|
+
import { UpdateCustomRoutingListenerCommandInput, UpdateCustomRoutingListenerCommandOutput } from "../commands/UpdateCustomRoutingListenerCommand";
|
|
47
|
+
import { UpdateEndpointGroupCommandInput, UpdateEndpointGroupCommandOutput } from "../commands/UpdateEndpointGroupCommand";
|
|
48
|
+
import { UpdateListenerCommandInput, UpdateListenerCommandOutput } from "../commands/UpdateListenerCommand";
|
|
49
|
+
import { WithdrawByoipCidrCommandInput, WithdrawByoipCidrCommandOutput } from "../commands/WithdrawByoipCidrCommand";
|
|
50
|
+
export declare const serializeAws_json1_1AddCustomRoutingEndpointsCommand: (input: AddCustomRoutingEndpointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
51
|
+
export declare const serializeAws_json1_1AdvertiseByoipCidrCommand: (input: AdvertiseByoipCidrCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
52
|
+
export declare const serializeAws_json1_1AllowCustomRoutingTrafficCommand: (input: AllowCustomRoutingTrafficCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
53
|
+
export declare const serializeAws_json1_1CreateAcceleratorCommand: (input: CreateAcceleratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
54
|
+
export declare const serializeAws_json1_1CreateCustomRoutingAcceleratorCommand: (input: CreateCustomRoutingAcceleratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
55
|
+
export declare const serializeAws_json1_1CreateCustomRoutingEndpointGroupCommand: (input: CreateCustomRoutingEndpointGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
56
|
+
export declare const serializeAws_json1_1CreateCustomRoutingListenerCommand: (input: CreateCustomRoutingListenerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
57
|
+
export declare const serializeAws_json1_1CreateEndpointGroupCommand: (input: CreateEndpointGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
58
|
+
export declare const serializeAws_json1_1CreateListenerCommand: (input: CreateListenerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
59
|
+
export declare const serializeAws_json1_1DeleteAcceleratorCommand: (input: DeleteAcceleratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
60
|
+
export declare const serializeAws_json1_1DeleteCustomRoutingAcceleratorCommand: (input: DeleteCustomRoutingAcceleratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
61
|
+
export declare const serializeAws_json1_1DeleteCustomRoutingEndpointGroupCommand: (input: DeleteCustomRoutingEndpointGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
62
|
+
export declare const serializeAws_json1_1DeleteCustomRoutingListenerCommand: (input: DeleteCustomRoutingListenerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
63
|
+
export declare const serializeAws_json1_1DeleteEndpointGroupCommand: (input: DeleteEndpointGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
64
|
+
export declare const serializeAws_json1_1DeleteListenerCommand: (input: DeleteListenerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
65
|
+
export declare const serializeAws_json1_1DenyCustomRoutingTrafficCommand: (input: DenyCustomRoutingTrafficCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
66
|
+
export declare const serializeAws_json1_1DeprovisionByoipCidrCommand: (input: DeprovisionByoipCidrCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
67
|
+
export declare const serializeAws_json1_1DescribeAcceleratorCommand: (input: DescribeAcceleratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
68
|
+
export declare const serializeAws_json1_1DescribeAcceleratorAttributesCommand: (input: DescribeAcceleratorAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
69
|
+
export declare const serializeAws_json1_1DescribeCustomRoutingAcceleratorCommand: (input: DescribeCustomRoutingAcceleratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
70
|
+
export declare const serializeAws_json1_1DescribeCustomRoutingAcceleratorAttributesCommand: (input: DescribeCustomRoutingAcceleratorAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
71
|
+
export declare const serializeAws_json1_1DescribeCustomRoutingEndpointGroupCommand: (input: DescribeCustomRoutingEndpointGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
72
|
+
export declare const serializeAws_json1_1DescribeCustomRoutingListenerCommand: (input: DescribeCustomRoutingListenerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
73
|
+
export declare const serializeAws_json1_1DescribeEndpointGroupCommand: (input: DescribeEndpointGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
74
|
+
export declare const serializeAws_json1_1DescribeListenerCommand: (input: DescribeListenerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
75
|
+
export declare const serializeAws_json1_1ListAcceleratorsCommand: (input: ListAcceleratorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
76
|
+
export declare const serializeAws_json1_1ListByoipCidrsCommand: (input: ListByoipCidrsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
77
|
+
export declare const serializeAws_json1_1ListCustomRoutingAcceleratorsCommand: (input: ListCustomRoutingAcceleratorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
78
|
+
export declare const serializeAws_json1_1ListCustomRoutingEndpointGroupsCommand: (input: ListCustomRoutingEndpointGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
79
|
+
export declare const serializeAws_json1_1ListCustomRoutingListenersCommand: (input: ListCustomRoutingListenersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
80
|
+
export declare const serializeAws_json1_1ListCustomRoutingPortMappingsCommand: (input: ListCustomRoutingPortMappingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
81
|
+
export declare const serializeAws_json1_1ListCustomRoutingPortMappingsByDestinationCommand: (input: ListCustomRoutingPortMappingsByDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
82
|
+
export declare const serializeAws_json1_1ListEndpointGroupsCommand: (input: ListEndpointGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
83
|
+
export declare const serializeAws_json1_1ListListenersCommand: (input: ListListenersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
84
|
+
export declare const serializeAws_json1_1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
85
|
+
export declare const serializeAws_json1_1ProvisionByoipCidrCommand: (input: ProvisionByoipCidrCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
86
|
+
export declare const serializeAws_json1_1RemoveCustomRoutingEndpointsCommand: (input: RemoveCustomRoutingEndpointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
87
|
+
export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
88
|
+
export declare const serializeAws_json1_1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
89
|
+
export declare const serializeAws_json1_1UpdateAcceleratorCommand: (input: UpdateAcceleratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
90
|
+
export declare const serializeAws_json1_1UpdateAcceleratorAttributesCommand: (input: UpdateAcceleratorAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
91
|
+
export declare const serializeAws_json1_1UpdateCustomRoutingAcceleratorCommand: (input: UpdateCustomRoutingAcceleratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
92
|
+
export declare const serializeAws_json1_1UpdateCustomRoutingAcceleratorAttributesCommand: (input: UpdateCustomRoutingAcceleratorAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
93
|
+
export declare const serializeAws_json1_1UpdateCustomRoutingListenerCommand: (input: UpdateCustomRoutingListenerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
94
|
+
export declare const serializeAws_json1_1UpdateEndpointGroupCommand: (input: UpdateEndpointGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
95
|
+
export declare const serializeAws_json1_1UpdateListenerCommand: (input: UpdateListenerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
96
|
+
export declare const serializeAws_json1_1WithdrawByoipCidrCommand: (input: WithdrawByoipCidrCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
97
|
+
export declare const deserializeAws_json1_1AddCustomRoutingEndpointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddCustomRoutingEndpointsCommandOutput>;
|
|
98
|
+
export declare const deserializeAws_json1_1AdvertiseByoipCidrCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AdvertiseByoipCidrCommandOutput>;
|
|
99
|
+
export declare const deserializeAws_json1_1AllowCustomRoutingTrafficCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AllowCustomRoutingTrafficCommandOutput>;
|
|
100
|
+
export declare const deserializeAws_json1_1CreateAcceleratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAcceleratorCommandOutput>;
|
|
101
|
+
export declare const deserializeAws_json1_1CreateCustomRoutingAcceleratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCustomRoutingAcceleratorCommandOutput>;
|
|
102
|
+
export declare const deserializeAws_json1_1CreateCustomRoutingEndpointGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCustomRoutingEndpointGroupCommandOutput>;
|
|
103
|
+
export declare const deserializeAws_json1_1CreateCustomRoutingListenerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCustomRoutingListenerCommandOutput>;
|
|
104
|
+
export declare const deserializeAws_json1_1CreateEndpointGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEndpointGroupCommandOutput>;
|
|
105
|
+
export declare const deserializeAws_json1_1CreateListenerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateListenerCommandOutput>;
|
|
106
|
+
export declare const deserializeAws_json1_1DeleteAcceleratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAcceleratorCommandOutput>;
|
|
107
|
+
export declare const deserializeAws_json1_1DeleteCustomRoutingAcceleratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCustomRoutingAcceleratorCommandOutput>;
|
|
108
|
+
export declare const deserializeAws_json1_1DeleteCustomRoutingEndpointGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCustomRoutingEndpointGroupCommandOutput>;
|
|
109
|
+
export declare const deserializeAws_json1_1DeleteCustomRoutingListenerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCustomRoutingListenerCommandOutput>;
|
|
110
|
+
export declare const deserializeAws_json1_1DeleteEndpointGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEndpointGroupCommandOutput>;
|
|
111
|
+
export declare const deserializeAws_json1_1DeleteListenerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteListenerCommandOutput>;
|
|
112
|
+
export declare const deserializeAws_json1_1DenyCustomRoutingTrafficCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DenyCustomRoutingTrafficCommandOutput>;
|
|
113
|
+
export declare const deserializeAws_json1_1DeprovisionByoipCidrCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeprovisionByoipCidrCommandOutput>;
|
|
114
|
+
export declare const deserializeAws_json1_1DescribeAcceleratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAcceleratorCommandOutput>;
|
|
115
|
+
export declare const deserializeAws_json1_1DescribeAcceleratorAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAcceleratorAttributesCommandOutput>;
|
|
116
|
+
export declare const deserializeAws_json1_1DescribeCustomRoutingAcceleratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCustomRoutingAcceleratorCommandOutput>;
|
|
117
|
+
export declare const deserializeAws_json1_1DescribeCustomRoutingAcceleratorAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCustomRoutingAcceleratorAttributesCommandOutput>;
|
|
118
|
+
export declare const deserializeAws_json1_1DescribeCustomRoutingEndpointGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCustomRoutingEndpointGroupCommandOutput>;
|
|
119
|
+
export declare const deserializeAws_json1_1DescribeCustomRoutingListenerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCustomRoutingListenerCommandOutput>;
|
|
120
|
+
export declare const deserializeAws_json1_1DescribeEndpointGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEndpointGroupCommandOutput>;
|
|
121
|
+
export declare const deserializeAws_json1_1DescribeListenerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeListenerCommandOutput>;
|
|
122
|
+
export declare const deserializeAws_json1_1ListAcceleratorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAcceleratorsCommandOutput>;
|
|
123
|
+
export declare const deserializeAws_json1_1ListByoipCidrsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListByoipCidrsCommandOutput>;
|
|
124
|
+
export declare const deserializeAws_json1_1ListCustomRoutingAcceleratorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCustomRoutingAcceleratorsCommandOutput>;
|
|
125
|
+
export declare const deserializeAws_json1_1ListCustomRoutingEndpointGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCustomRoutingEndpointGroupsCommandOutput>;
|
|
126
|
+
export declare const deserializeAws_json1_1ListCustomRoutingListenersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCustomRoutingListenersCommandOutput>;
|
|
127
|
+
export declare const deserializeAws_json1_1ListCustomRoutingPortMappingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCustomRoutingPortMappingsCommandOutput>;
|
|
128
|
+
export declare const deserializeAws_json1_1ListCustomRoutingPortMappingsByDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCustomRoutingPortMappingsByDestinationCommandOutput>;
|
|
129
|
+
export declare const deserializeAws_json1_1ListEndpointGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEndpointGroupsCommandOutput>;
|
|
130
|
+
export declare const deserializeAws_json1_1ListListenersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListListenersCommandOutput>;
|
|
131
|
+
export declare const deserializeAws_json1_1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
132
|
+
export declare const deserializeAws_json1_1ProvisionByoipCidrCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ProvisionByoipCidrCommandOutput>;
|
|
133
|
+
export declare const deserializeAws_json1_1RemoveCustomRoutingEndpointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveCustomRoutingEndpointsCommandOutput>;
|
|
134
|
+
export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
135
|
+
export declare const deserializeAws_json1_1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
136
|
+
export declare const deserializeAws_json1_1UpdateAcceleratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAcceleratorCommandOutput>;
|
|
137
|
+
export declare const deserializeAws_json1_1UpdateAcceleratorAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAcceleratorAttributesCommandOutput>;
|
|
138
|
+
export declare const deserializeAws_json1_1UpdateCustomRoutingAcceleratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCustomRoutingAcceleratorCommandOutput>;
|
|
139
|
+
export declare const deserializeAws_json1_1UpdateCustomRoutingAcceleratorAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCustomRoutingAcceleratorAttributesCommandOutput>;
|
|
140
|
+
export declare const deserializeAws_json1_1UpdateCustomRoutingListenerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCustomRoutingListenerCommandOutput>;
|
|
141
|
+
export declare const deserializeAws_json1_1UpdateEndpointGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEndpointGroupCommandOutput>;
|
|
142
|
+
export declare const deserializeAws_json1_1UpdateListenerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateListenerCommandOutput>;
|
|
143
|
+
export declare const deserializeAws_json1_1WithdrawByoipCidrCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<WithdrawByoipCidrCommandOutput>;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
|
+
import { GlobalAcceleratorClientConfig } from "./GlobalAcceleratorClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const getRuntimeConfig: (config: GlobalAcceleratorClientConfig) => {
|
|
7
|
+
runtime: string;
|
|
8
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
|
+
bodyLengthChecker: (body: any) => number | undefined;
|
|
11
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
12
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
13
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
14
|
+
region: string | import("@aws-sdk/types").Provider<any>;
|
|
15
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | FetchHttpHandler;
|
|
16
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
|
+
apiVersion: string;
|
|
22
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
23
|
+
disableHostPrefix: boolean;
|
|
24
|
+
logger: import("@aws-sdk/types").Logger;
|
|
25
|
+
serviceId: string;
|
|
26
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
|
+
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
28
|
+
tls?: boolean | undefined;
|
|
29
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
30
|
+
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
31
|
+
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
32
|
+
signingEscapePath?: boolean | undefined;
|
|
33
|
+
systemClockOffset?: number | undefined;
|
|
34
|
+
signingRegion?: string | undefined;
|
|
35
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
36
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
37
|
+
};
|