@aws-sdk/client-global-accelerator 3.31.0 → 3.35.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +39 -0
- package/dist-cjs/GlobalAccelerator.js +863 -0
- package/dist-cjs/GlobalAccelerator.js.map +1 -0
- package/dist-cjs/GlobalAcceleratorClient.js +191 -0
- package/dist-cjs/GlobalAcceleratorClient.js.map +1 -0
- package/dist-cjs/commands/AddCustomRoutingEndpointsCommand.js +71 -0
- package/dist-cjs/commands/AddCustomRoutingEndpointsCommand.js.map +1 -0
- package/dist-cjs/commands/AdvertiseByoipCidrCommand.js +67 -0
- package/dist-cjs/commands/AdvertiseByoipCidrCommand.js.map +1 -0
- package/dist-cjs/commands/AllowCustomRoutingTrafficCommand.js +66 -0
- package/dist-cjs/commands/AllowCustomRoutingTrafficCommand.js.map +1 -0
- package/dist-cjs/commands/CreateAcceleratorCommand.js +66 -0
- package/dist-cjs/commands/CreateAcceleratorCommand.js.map +1 -0
- package/dist-cjs/commands/CreateCustomRoutingAcceleratorCommand.js +70 -0
- package/dist-cjs/commands/CreateCustomRoutingAcceleratorCommand.js.map +1 -0
- package/dist-cjs/commands/CreateCustomRoutingEndpointGroupCommand.js +63 -0
- package/dist-cjs/commands/CreateCustomRoutingEndpointGroupCommand.js.map +1 -0
- package/dist-cjs/commands/CreateCustomRoutingListenerCommand.js +62 -0
- package/dist-cjs/commands/CreateCustomRoutingListenerCommand.js.map +1 -0
- package/dist-cjs/commands/CreateEndpointGroupCommand.js +62 -0
- package/dist-cjs/commands/CreateEndpointGroupCommand.js.map +1 -0
- package/dist-cjs/commands/CreateListenerCommand.js +62 -0
- package/dist-cjs/commands/CreateListenerCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteAcceleratorCommand.js +74 -0
- package/dist-cjs/commands/DeleteAcceleratorCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteCustomRoutingAcceleratorCommand.js +74 -0
- package/dist-cjs/commands/DeleteCustomRoutingAcceleratorCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteCustomRoutingEndpointGroupCommand.js +61 -0
- package/dist-cjs/commands/DeleteCustomRoutingEndpointGroupCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteCustomRoutingListenerCommand.js +61 -0
- package/dist-cjs/commands/DeleteCustomRoutingListenerCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteEndpointGroupCommand.js +61 -0
- package/dist-cjs/commands/DeleteEndpointGroupCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteListenerCommand.js +61 -0
- package/dist-cjs/commands/DeleteListenerCommand.js.map +1 -0
- package/dist-cjs/commands/DenyCustomRoutingTrafficCommand.js +66 -0
- package/dist-cjs/commands/DenyCustomRoutingTrafficCommand.js.map +1 -0
- package/dist-cjs/commands/DeprovisionByoipCidrCommand.js +67 -0
- package/dist-cjs/commands/DeprovisionByoipCidrCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeAcceleratorAttributesCommand.js +62 -0
- package/dist-cjs/commands/DescribeAcceleratorAttributesCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeAcceleratorCommand.js +61 -0
- package/dist-cjs/commands/DescribeAcceleratorCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js +61 -0
- package/dist-cjs/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeCustomRoutingAcceleratorCommand.js +61 -0
- package/dist-cjs/commands/DescribeCustomRoutingAcceleratorCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeCustomRoutingEndpointGroupCommand.js +61 -0
- package/dist-cjs/commands/DescribeCustomRoutingEndpointGroupCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeCustomRoutingListenerCommand.js +61 -0
- package/dist-cjs/commands/DescribeCustomRoutingListenerCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeEndpointGroupCommand.js +61 -0
- package/dist-cjs/commands/DescribeEndpointGroupCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeListenerCommand.js +61 -0
- package/dist-cjs/commands/DescribeListenerCommand.js.map +1 -0
- package/dist-cjs/commands/ListAcceleratorsCommand.js +61 -0
- package/dist-cjs/commands/ListAcceleratorsCommand.js.map +1 -0
- package/dist-cjs/commands/ListByoipCidrsCommand.js +62 -0
- package/dist-cjs/commands/ListByoipCidrsCommand.js.map +1 -0
- package/dist-cjs/commands/ListCustomRoutingAcceleratorsCommand.js +61 -0
- package/dist-cjs/commands/ListCustomRoutingAcceleratorsCommand.js.map +1 -0
- package/dist-cjs/commands/ListCustomRoutingEndpointGroupsCommand.js +61 -0
- package/dist-cjs/commands/ListCustomRoutingEndpointGroupsCommand.js.map +1 -0
- package/dist-cjs/commands/ListCustomRoutingListenersCommand.js +61 -0
- package/dist-cjs/commands/ListCustomRoutingListenersCommand.js.map +1 -0
- package/dist-cjs/commands/ListCustomRoutingPortMappingsByDestinationCommand.js +64 -0
- package/dist-cjs/commands/ListCustomRoutingPortMappingsByDestinationCommand.js.map +1 -0
- package/dist-cjs/commands/ListCustomRoutingPortMappingsCommand.js +69 -0
- package/dist-cjs/commands/ListCustomRoutingPortMappingsCommand.js.map +1 -0
- package/dist-cjs/commands/ListEndpointGroupsCommand.js +61 -0
- package/dist-cjs/commands/ListEndpointGroupsCommand.js.map +1 -0
- package/dist-cjs/commands/ListListenersCommand.js +61 -0
- package/dist-cjs/commands/ListListenersCommand.js.map +1 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +63 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js.map +1 -0
- package/dist-cjs/commands/ProvisionByoipCidrCommand.js +66 -0
- package/dist-cjs/commands/ProvisionByoipCidrCommand.js.map +1 -0
- package/dist-cjs/commands/RemoveCustomRoutingEndpointsCommand.js +61 -0
- package/dist-cjs/commands/RemoveCustomRoutingEndpointsCommand.js.map +1 -0
- package/dist-cjs/commands/TagResourceCommand.js +63 -0
- package/dist-cjs/commands/TagResourceCommand.js.map +1 -0
- package/dist-cjs/commands/UntagResourceCommand.js +64 -0
- package/dist-cjs/commands/UntagResourceCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateAcceleratorAttributesCommand.js +61 -0
- package/dist-cjs/commands/UpdateAcceleratorAttributesCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateAcceleratorCommand.js +66 -0
- package/dist-cjs/commands/UpdateAcceleratorCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js +61 -0
- package/dist-cjs/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateCustomRoutingAcceleratorCommand.js +61 -0
- package/dist-cjs/commands/UpdateCustomRoutingAcceleratorCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateCustomRoutingListenerCommand.js +61 -0
- package/dist-cjs/commands/UpdateCustomRoutingListenerCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateEndpointGroupCommand.js +61 -0
- package/dist-cjs/commands/UpdateEndpointGroupCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateListenerCommand.js +61 -0
- package/dist-cjs/commands/UpdateListenerCommand.js.map +1 -0
- package/dist-cjs/commands/WithdrawByoipCidrCommand.js +67 -0
- package/dist-cjs/commands/WithdrawByoipCidrCommand.js.map +1 -0
- package/dist-cjs/endpoints.js +57 -0
- package/dist-cjs/endpoints.js.map +1 -0
- package/dist-cjs/index.js +64 -0
- package/dist-cjs/index.js.map +1 -0
- package/dist-cjs/models/index.js +5 -0
- package/dist-cjs/models/index.js.map +1 -0
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -0
- package/dist-cjs/models/models_0.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -0
- package/dist-cjs/pagination/Interfaces.js.map +1 -0
- package/dist-cjs/pagination/ListAcceleratorsPaginator.js +46 -0
- package/dist-cjs/pagination/ListAcceleratorsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListByoipCidrsPaginator.js +46 -0
- package/dist-cjs/pagination/ListByoipCidrsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListCustomRoutingAcceleratorsPaginator.js +46 -0
- package/dist-cjs/pagination/ListCustomRoutingAcceleratorsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListCustomRoutingEndpointGroupsPaginator.js +46 -0
- package/dist-cjs/pagination/ListCustomRoutingEndpointGroupsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListCustomRoutingListenersPaginator.js +46 -0
- package/dist-cjs/pagination/ListCustomRoutingListenersPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.js +46 -0
- package/dist-cjs/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListCustomRoutingPortMappingsPaginator.js +46 -0
- package/dist-cjs/pagination/ListCustomRoutingPortMappingsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListEndpointGroupsPaginator.js +46 -0
- package/dist-cjs/pagination/ListEndpointGroupsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListListenersPaginator.js +46 -0
- package/dist-cjs/pagination/ListListenersPaginator.js.map +1 -0
- package/dist-cjs/protocols/Aws_json1_1.js +5419 -0
- package/dist-cjs/protocols/Aws_json1_1.js.map +1 -0
- package/dist-cjs/runtimeConfig.browser.js +42 -0
- package/dist-cjs/runtimeConfig.browser.js.map +1 -0
- package/dist-cjs/runtimeConfig.js +47 -0
- package/dist-cjs/runtimeConfig.js.map +1 -0
- package/dist-cjs/runtimeConfig.native.js +20 -0
- package/dist-cjs/runtimeConfig.native.js.map +1 -0
- package/dist-cjs/runtimeConfig.shared.js +21 -0
- package/dist-cjs/runtimeConfig.shared.js.map +1 -0
- package/dist-es/GlobalAccelerator.js +716 -0
- package/dist-es/GlobalAccelerator.js.map +1 -0
- package/dist-es/GlobalAcceleratorClient.js +38 -0
- package/dist-es/GlobalAcceleratorClient.js.map +1 -0
- package/dist-es/commands/AddCustomRoutingEndpointsCommand.js +40 -0
- package/dist-es/commands/AddCustomRoutingEndpointsCommand.js.map +1 -0
- package/dist-es/commands/AdvertiseByoipCidrCommand.js +40 -0
- package/dist-es/commands/AdvertiseByoipCidrCommand.js.map +1 -0
- package/dist-es/commands/AllowCustomRoutingTrafficCommand.js +40 -0
- package/dist-es/commands/AllowCustomRoutingTrafficCommand.js.map +1 -0
- package/dist-es/commands/CreateAcceleratorCommand.js +40 -0
- package/dist-es/commands/CreateAcceleratorCommand.js.map +1 -0
- package/dist-es/commands/CreateCustomRoutingAcceleratorCommand.js +40 -0
- package/dist-es/commands/CreateCustomRoutingAcceleratorCommand.js.map +1 -0
- package/dist-es/commands/CreateCustomRoutingEndpointGroupCommand.js +40 -0
- package/dist-es/commands/CreateCustomRoutingEndpointGroupCommand.js.map +1 -0
- package/dist-es/commands/CreateCustomRoutingListenerCommand.js +40 -0
- package/dist-es/commands/CreateCustomRoutingListenerCommand.js.map +1 -0
- package/dist-es/commands/CreateEndpointGroupCommand.js +40 -0
- package/dist-es/commands/CreateEndpointGroupCommand.js.map +1 -0
- package/dist-es/commands/CreateListenerCommand.js +40 -0
- package/dist-es/commands/CreateListenerCommand.js.map +1 -0
- package/dist-es/commands/DeleteAcceleratorCommand.js +40 -0
- package/dist-es/commands/DeleteAcceleratorCommand.js.map +1 -0
- package/dist-es/commands/DeleteCustomRoutingAcceleratorCommand.js +40 -0
- package/dist-es/commands/DeleteCustomRoutingAcceleratorCommand.js.map +1 -0
- package/dist-es/commands/DeleteCustomRoutingEndpointGroupCommand.js +40 -0
- package/dist-es/commands/DeleteCustomRoutingEndpointGroupCommand.js.map +1 -0
- package/dist-es/commands/DeleteCustomRoutingListenerCommand.js +40 -0
- package/dist-es/commands/DeleteCustomRoutingListenerCommand.js.map +1 -0
- package/dist-es/commands/DeleteEndpointGroupCommand.js +40 -0
- package/dist-es/commands/DeleteEndpointGroupCommand.js.map +1 -0
- package/dist-es/commands/DeleteListenerCommand.js +40 -0
- package/dist-es/commands/DeleteListenerCommand.js.map +1 -0
- package/dist-es/commands/DenyCustomRoutingTrafficCommand.js +40 -0
- package/dist-es/commands/DenyCustomRoutingTrafficCommand.js.map +1 -0
- package/dist-es/commands/DeprovisionByoipCidrCommand.js +40 -0
- package/dist-es/commands/DeprovisionByoipCidrCommand.js.map +1 -0
- package/dist-es/commands/DescribeAcceleratorAttributesCommand.js +40 -0
- package/dist-es/commands/DescribeAcceleratorAttributesCommand.js.map +1 -0
- package/dist-es/commands/DescribeAcceleratorCommand.js +40 -0
- package/dist-es/commands/DescribeAcceleratorCommand.js.map +1 -0
- package/dist-es/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js +40 -0
- package/dist-es/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js.map +1 -0
- package/dist-es/commands/DescribeCustomRoutingAcceleratorCommand.js +40 -0
- package/dist-es/commands/DescribeCustomRoutingAcceleratorCommand.js.map +1 -0
- package/dist-es/commands/DescribeCustomRoutingEndpointGroupCommand.js +40 -0
- package/dist-es/commands/DescribeCustomRoutingEndpointGroupCommand.js.map +1 -0
- package/dist-es/commands/DescribeCustomRoutingListenerCommand.js +40 -0
- package/dist-es/commands/DescribeCustomRoutingListenerCommand.js.map +1 -0
- package/dist-es/commands/DescribeEndpointGroupCommand.js +40 -0
- package/dist-es/commands/DescribeEndpointGroupCommand.js.map +1 -0
- package/dist-es/commands/DescribeListenerCommand.js +40 -0
- package/dist-es/commands/DescribeListenerCommand.js.map +1 -0
- package/dist-es/commands/ListAcceleratorsCommand.js +40 -0
- package/dist-es/commands/ListAcceleratorsCommand.js.map +1 -0
- package/dist-es/commands/ListByoipCidrsCommand.js +40 -0
- package/dist-es/commands/ListByoipCidrsCommand.js.map +1 -0
- package/dist-es/commands/ListCustomRoutingAcceleratorsCommand.js +40 -0
- package/dist-es/commands/ListCustomRoutingAcceleratorsCommand.js.map +1 -0
- package/dist-es/commands/ListCustomRoutingEndpointGroupsCommand.js +40 -0
- package/dist-es/commands/ListCustomRoutingEndpointGroupsCommand.js.map +1 -0
- package/dist-es/commands/ListCustomRoutingListenersCommand.js +40 -0
- package/dist-es/commands/ListCustomRoutingListenersCommand.js.map +1 -0
- package/dist-es/commands/ListCustomRoutingPortMappingsByDestinationCommand.js +40 -0
- package/dist-es/commands/ListCustomRoutingPortMappingsByDestinationCommand.js.map +1 -0
- package/dist-es/commands/ListCustomRoutingPortMappingsCommand.js +40 -0
- package/dist-es/commands/ListCustomRoutingPortMappingsCommand.js.map +1 -0
- package/dist-es/commands/ListEndpointGroupsCommand.js +40 -0
- package/dist-es/commands/ListEndpointGroupsCommand.js.map +1 -0
- package/dist-es/commands/ListListenersCommand.js +40 -0
- package/dist-es/commands/ListListenersCommand.js.map +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +40 -0
- package/dist-es/commands/ListTagsForResourceCommand.js.map +1 -0
- package/dist-es/commands/ProvisionByoipCidrCommand.js +40 -0
- package/dist-es/commands/ProvisionByoipCidrCommand.js.map +1 -0
- package/dist-es/commands/RemoveCustomRoutingEndpointsCommand.js +40 -0
- package/dist-es/commands/RemoveCustomRoutingEndpointsCommand.js.map +1 -0
- package/dist-es/commands/TagResourceCommand.js +40 -0
- package/dist-es/commands/TagResourceCommand.js.map +1 -0
- package/dist-es/commands/UntagResourceCommand.js +40 -0
- package/dist-es/commands/UntagResourceCommand.js.map +1 -0
- package/dist-es/commands/UpdateAcceleratorAttributesCommand.js +40 -0
- package/dist-es/commands/UpdateAcceleratorAttributesCommand.js.map +1 -0
- package/dist-es/commands/UpdateAcceleratorCommand.js +40 -0
- package/dist-es/commands/UpdateAcceleratorCommand.js.map +1 -0
- package/dist-es/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js +40 -0
- package/dist-es/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js.map +1 -0
- package/dist-es/commands/UpdateCustomRoutingAcceleratorCommand.js +40 -0
- package/dist-es/commands/UpdateCustomRoutingAcceleratorCommand.js.map +1 -0
- package/dist-es/commands/UpdateCustomRoutingListenerCommand.js +40 -0
- package/dist-es/commands/UpdateCustomRoutingListenerCommand.js.map +1 -0
- package/dist-es/commands/UpdateEndpointGroupCommand.js +40 -0
- package/dist-es/commands/UpdateEndpointGroupCommand.js.map +1 -0
- package/dist-es/commands/UpdateListenerCommand.js +40 -0
- package/dist-es/commands/UpdateListenerCommand.js.map +1 -0
- package/dist-es/commands/WithdrawByoipCidrCommand.js +40 -0
- package/dist-es/commands/WithdrawByoipCidrCommand.js.map +1 -0
- package/dist-es/endpoints.js +53 -0
- package/dist-es/endpoints.js.map +1 -0
- package/{dist/es → dist-es}/index.js +0 -0
- package/dist-es/index.js.map +1 -0
- package/{dist/es → dist-es}/models/index.js +0 -0
- package/dist-es/models/index.js.map +1 -0
- package/dist-es/models/models_0.js +549 -0
- package/dist-es/models/models_0.js.map +1 -0
- package/{dist/es → dist-es}/pagination/Interfaces.js +0 -0
- package/dist-es/pagination/Interfaces.js.map +1 -0
- package/dist-es/pagination/ListAcceleratorsPaginator.js +75 -0
- package/dist-es/pagination/ListAcceleratorsPaginator.js.map +1 -0
- package/dist-es/pagination/ListByoipCidrsPaginator.js +75 -0
- package/dist-es/pagination/ListByoipCidrsPaginator.js.map +1 -0
- package/dist-es/pagination/ListCustomRoutingAcceleratorsPaginator.js +75 -0
- package/dist-es/pagination/ListCustomRoutingAcceleratorsPaginator.js.map +1 -0
- package/dist-es/pagination/ListCustomRoutingEndpointGroupsPaginator.js +75 -0
- package/dist-es/pagination/ListCustomRoutingEndpointGroupsPaginator.js.map +1 -0
- package/dist-es/pagination/ListCustomRoutingListenersPaginator.js +75 -0
- package/dist-es/pagination/ListCustomRoutingListenersPaginator.js.map +1 -0
- package/dist-es/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.js +75 -0
- package/dist-es/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.js.map +1 -0
- package/dist-es/pagination/ListCustomRoutingPortMappingsPaginator.js +75 -0
- package/dist-es/pagination/ListCustomRoutingPortMappingsPaginator.js.map +1 -0
- package/dist-es/pagination/ListEndpointGroupsPaginator.js +75 -0
- package/dist-es/pagination/ListEndpointGroupsPaginator.js.map +1 -0
- package/dist-es/pagination/ListListenersPaginator.js +75 -0
- package/dist-es/pagination/ListListenersPaginator.js.map +1 -0
- package/dist-es/protocols/Aws_json1_1.js +5685 -0
- package/dist-es/protocols/Aws_json1_1.js.map +1 -0
- package/dist-es/runtimeConfig.browser.js +17 -0
- package/dist-es/runtimeConfig.browser.js.map +1 -0
- package/dist-es/runtimeConfig.js +22 -0
- package/dist-es/runtimeConfig.js.map +1 -0
- package/dist-es/runtimeConfig.native.js +9 -0
- package/dist-es/runtimeConfig.native.js.map +1 -0
- package/dist-es/runtimeConfig.shared.js +14 -0
- package/dist-es/runtimeConfig.shared.js.map +1 -0
- package/dist-types/GlobalAccelerator.d.ts +596 -0
- package/dist-types/GlobalAcceleratorClient.d.ts +326 -0
- package/dist-types/commands/AddCustomRoutingEndpointsCommand.d.ts +45 -0
- package/dist-types/commands/AdvertiseByoipCidrCommand.d.ts +41 -0
- package/dist-types/commands/AllowCustomRoutingTrafficCommand.d.ts +40 -0
- package/dist-types/commands/CreateAcceleratorCommand.d.ts +40 -0
- package/dist-types/commands/CreateCustomRoutingAcceleratorCommand.d.ts +44 -0
- package/dist-types/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +37 -0
- package/dist-types/commands/CreateCustomRoutingListenerCommand.d.ts +36 -0
- package/dist-types/commands/CreateEndpointGroupCommand.d.ts +36 -0
- package/dist-types/commands/CreateListenerCommand.d.ts +36 -0
- package/dist-types/commands/DeleteAcceleratorCommand.d.ts +48 -0
- package/dist-types/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +48 -0
- package/dist-types/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +35 -0
- package/dist-types/commands/DeleteCustomRoutingListenerCommand.d.ts +35 -0
- package/dist-types/commands/DeleteEndpointGroupCommand.d.ts +35 -0
- package/dist-types/commands/DeleteListenerCommand.d.ts +35 -0
- package/dist-types/commands/DenyCustomRoutingTrafficCommand.d.ts +40 -0
- package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +41 -0
- package/dist-types/commands/DescribeAcceleratorAttributesCommand.d.ts +36 -0
- package/dist-types/commands/DescribeAcceleratorCommand.d.ts +35 -0
- package/dist-types/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +35 -0
- package/dist-types/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +35 -0
- package/dist-types/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +35 -0
- package/dist-types/commands/DescribeCustomRoutingListenerCommand.d.ts +35 -0
- package/dist-types/commands/DescribeEndpointGroupCommand.d.ts +35 -0
- package/dist-types/commands/DescribeListenerCommand.d.ts +35 -0
- package/dist-types/commands/ListAcceleratorsCommand.d.ts +35 -0
- package/dist-types/commands/ListByoipCidrsCommand.d.ts +36 -0
- package/dist-types/commands/ListCustomRoutingAcceleratorsCommand.d.ts +35 -0
- package/dist-types/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +35 -0
- package/dist-types/commands/ListCustomRoutingListenersCommand.d.ts +35 -0
- package/dist-types/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +38 -0
- package/dist-types/commands/ListCustomRoutingPortMappingsCommand.d.ts +43 -0
- package/dist-types/commands/ListEndpointGroupsCommand.d.ts +35 -0
- package/dist-types/commands/ListListenersCommand.d.ts +35 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +37 -0
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +40 -0
- package/dist-types/commands/RemoveCustomRoutingEndpointsCommand.d.ts +35 -0
- package/dist-types/commands/TagResourceCommand.d.ts +37 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +38 -0
- package/dist-types/commands/UpdateAcceleratorAttributesCommand.d.ts +35 -0
- package/dist-types/commands/UpdateAcceleratorCommand.d.ts +40 -0
- package/dist-types/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +35 -0
- package/dist-types/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +35 -0
- package/dist-types/commands/UpdateCustomRoutingListenerCommand.d.ts +35 -0
- package/dist-types/commands/UpdateEndpointGroupCommand.d.ts +35 -0
- package/dist-types/commands/UpdateListenerCommand.d.ts +35 -0
- package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +41 -0
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/index.d.ts +0 -0
- package/{dist/types → dist-types}/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListAcceleratorsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListByoipCidrsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListCustomRoutingAcceleratorsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListCustomRoutingEndpointGroupsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListCustomRoutingListenersPaginator.d.ts +4 -0
- package/dist-types/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.d.ts +4 -0
- package/dist-types/pagination/ListCustomRoutingPortMappingsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListEndpointGroupsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListListenersPaginator.d.ts +4 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +143 -0
- package/dist-types/runtimeConfig.browser.d.ts +37 -0
- package/dist-types/runtimeConfig.d.ts +37 -0
- package/dist-types/runtimeConfig.native.d.ts +36 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/GlobalAccelerator.d.ts +596 -0
- package/dist-types/ts3.4/GlobalAcceleratorClient.d.ts +326 -0
- package/dist-types/ts3.4/commands/AddCustomRoutingEndpointsCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/AllowCustomRoutingTrafficCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/CreateAcceleratorCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/CreateCustomRoutingAcceleratorCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/CreateCustomRoutingListenerCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateEndpointGroupCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DeleteAcceleratorCommand.d.ts +48 -0
- package/dist-types/ts3.4/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +48 -0
- package/dist-types/ts3.4/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteCustomRoutingListenerCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteEndpointGroupCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DenyCustomRoutingTrafficCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeAcceleratorAttributesCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DescribeAcceleratorCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeCustomRoutingListenerCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeEndpointGroupCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeListenerCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListAcceleratorsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListByoipCidrsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ListCustomRoutingAcceleratorsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListCustomRoutingListenersCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/ListEndpointGroupsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListListenersCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/RemoveCustomRoutingEndpointsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/UpdateAcceleratorAttributesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateAcceleratorCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateCustomRoutingListenerCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateEndpointGroupCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateListenerCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +41 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListAcceleratorsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListByoipCidrsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListCustomRoutingAcceleratorsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListCustomRoutingEndpointGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListCustomRoutingListenersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListCustomRoutingPortMappingsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListEndpointGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListListenersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +143 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +36 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +50 -50
- package/src/GlobalAccelerator.ts +2003 -0
- package/src/GlobalAcceleratorClient.ts +617 -0
- package/src/commands/AddCustomRoutingEndpointsCommand.ts +112 -0
- package/src/commands/AdvertiseByoipCidrCommand.ts +105 -0
- package/src/commands/AllowCustomRoutingTrafficCommand.ts +107 -0
- package/src/commands/CreateAcceleratorCommand.ts +104 -0
- package/src/commands/CreateCustomRoutingAcceleratorCommand.ts +116 -0
- package/src/commands/CreateCustomRoutingEndpointGroupCommand.ts +109 -0
- package/src/commands/CreateCustomRoutingListenerCommand.ts +105 -0
- package/src/commands/CreateEndpointGroupCommand.ts +100 -0
- package/src/commands/CreateListenerCommand.ts +100 -0
- package/src/commands/DeleteAcceleratorCommand.ts +112 -0
- package/src/commands/DeleteCustomRoutingAcceleratorCommand.ts +118 -0
- package/src/commands/DeleteCustomRoutingEndpointGroupCommand.ts +105 -0
- package/src/commands/DeleteCustomRoutingListenerCommand.ts +102 -0
- package/src/commands/DeleteEndpointGroupCommand.ts +99 -0
- package/src/commands/DeleteListenerCommand.ts +99 -0
- package/src/commands/DenyCustomRoutingTrafficCommand.ts +104 -0
- package/src/commands/DeprovisionByoipCidrCommand.ts +105 -0
- package/src/commands/DescribeAcceleratorAttributesCommand.ts +105 -0
- package/src/commands/DescribeAcceleratorCommand.ts +99 -0
- package/src/commands/DescribeCustomRoutingAcceleratorAttributesCommand.ts +114 -0
- package/src/commands/DescribeCustomRoutingAcceleratorCommand.ts +107 -0
- package/src/commands/DescribeCustomRoutingEndpointGroupCommand.ts +110 -0
- package/src/commands/DescribeCustomRoutingListenerCommand.ts +104 -0
- package/src/commands/DescribeEndpointGroupCommand.ts +99 -0
- package/src/commands/DescribeListenerCommand.ts +99 -0
- package/src/commands/ListAcceleratorsCommand.ts +99 -0
- package/src/commands/ListByoipCidrsCommand.ts +100 -0
- package/src/commands/ListCustomRoutingAcceleratorsCommand.ts +104 -0
- package/src/commands/ListCustomRoutingEndpointGroupsCommand.ts +107 -0
- package/src/commands/ListCustomRoutingListenersCommand.ts +102 -0
- package/src/commands/ListCustomRoutingPortMappingsByDestinationCommand.ts +117 -0
- package/src/commands/ListCustomRoutingPortMappingsCommand.ts +112 -0
- package/src/commands/ListEndpointGroupsCommand.ts +99 -0
- package/src/commands/ListListenersCommand.ts +99 -0
- package/src/commands/ListTagsForResourceCommand.ts +101 -0
- package/src/commands/ProvisionByoipCidrCommand.ts +104 -0
- package/src/commands/RemoveCustomRoutingEndpointsCommand.ts +102 -0
- package/src/commands/TagResourceCommand.ts +101 -0
- package/src/commands/UntagResourceCommand.ts +102 -0
- package/src/commands/UpdateAcceleratorAttributesCommand.ts +104 -0
- package/src/commands/UpdateAcceleratorCommand.ts +104 -0
- package/src/commands/UpdateCustomRoutingAcceleratorAttributesCommand.ts +114 -0
- package/src/commands/UpdateCustomRoutingAcceleratorCommand.ts +107 -0
- package/src/commands/UpdateCustomRoutingListenerCommand.ts +104 -0
- package/src/commands/UpdateEndpointGroupCommand.ts +99 -0
- package/src/commands/UpdateListenerCommand.ts +99 -0
- package/src/commands/WithdrawByoipCidrCommand.ts +105 -0
- package/src/endpoints.ts +57 -0
- package/{index.ts → src/index.ts} +0 -0
- package/{models → src/models}/index.ts +0 -0
- package/{models → src/models}/models_0.ts +0 -0
- package/src/pagination/Interfaces.ts +8 -0
- package/src/pagination/ListAcceleratorsPaginator.ts +59 -0
- package/src/pagination/ListByoipCidrsPaginator.ts +59 -0
- package/src/pagination/ListCustomRoutingAcceleratorsPaginator.ts +59 -0
- package/src/pagination/ListCustomRoutingEndpointGroupsPaginator.ts +59 -0
- package/src/pagination/ListCustomRoutingListenersPaginator.ts +59 -0
- package/src/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.ts +59 -0
- package/src/pagination/ListCustomRoutingPortMappingsPaginator.ts +59 -0
- package/src/pagination/ListEndpointGroupsPaginator.ts +59 -0
- package/src/pagination/ListListenersPaginator.ts +59 -0
- package/src/protocols/Aws_json1_1.ts +6789 -0
- package/src/runtimeConfig.browser.ts +41 -0
- package/src/runtimeConfig.native.ts +17 -0
- package/src/runtimeConfig.shared.ts +17 -0
- package/src/runtimeConfig.ts +46 -0
- package/tsconfig.es.json +1 -3
- package/tsconfig.json +7 -7
- package/tsconfig.types.json +9 -0
- package/GlobalAccelerator.ts +0 -2002
- package/GlobalAcceleratorClient.ts +0 -616
- package/commands/AddCustomRoutingEndpointsCommand.ts +0 -111
- package/commands/AdvertiseByoipCidrCommand.ts +0 -104
- package/commands/AllowCustomRoutingTrafficCommand.ts +0 -106
- package/commands/CreateAcceleratorCommand.ts +0 -103
- package/commands/CreateCustomRoutingAcceleratorCommand.ts +0 -115
- package/commands/CreateCustomRoutingEndpointGroupCommand.ts +0 -108
- package/commands/CreateCustomRoutingListenerCommand.ts +0 -104
- package/commands/CreateEndpointGroupCommand.ts +0 -99
- package/commands/CreateListenerCommand.ts +0 -99
- package/commands/DeleteAcceleratorCommand.ts +0 -111
- package/commands/DeleteCustomRoutingAcceleratorCommand.ts +0 -117
- package/commands/DeleteCustomRoutingEndpointGroupCommand.ts +0 -104
- package/commands/DeleteCustomRoutingListenerCommand.ts +0 -101
- package/commands/DeleteEndpointGroupCommand.ts +0 -98
- package/commands/DeleteListenerCommand.ts +0 -98
- package/commands/DenyCustomRoutingTrafficCommand.ts +0 -103
- package/commands/DeprovisionByoipCidrCommand.ts +0 -104
- package/commands/DescribeAcceleratorAttributesCommand.ts +0 -104
- package/commands/DescribeAcceleratorCommand.ts +0 -98
- package/commands/DescribeCustomRoutingAcceleratorAttributesCommand.ts +0 -113
- package/commands/DescribeCustomRoutingAcceleratorCommand.ts +0 -106
- package/commands/DescribeCustomRoutingEndpointGroupCommand.ts +0 -109
- package/commands/DescribeCustomRoutingListenerCommand.ts +0 -103
- package/commands/DescribeEndpointGroupCommand.ts +0 -98
- package/commands/DescribeListenerCommand.ts +0 -98
- package/commands/ListAcceleratorsCommand.ts +0 -98
- package/commands/ListByoipCidrsCommand.ts +0 -99
- package/commands/ListCustomRoutingAcceleratorsCommand.ts +0 -103
- package/commands/ListCustomRoutingEndpointGroupsCommand.ts +0 -106
- package/commands/ListCustomRoutingListenersCommand.ts +0 -101
- package/commands/ListCustomRoutingPortMappingsByDestinationCommand.ts +0 -116
- package/commands/ListCustomRoutingPortMappingsCommand.ts +0 -111
- package/commands/ListEndpointGroupsCommand.ts +0 -98
- package/commands/ListListenersCommand.ts +0 -98
- package/commands/ListTagsForResourceCommand.ts +0 -100
- package/commands/ProvisionByoipCidrCommand.ts +0 -103
- package/commands/RemoveCustomRoutingEndpointsCommand.ts +0 -101
- package/commands/TagResourceCommand.ts +0 -100
- package/commands/UntagResourceCommand.ts +0 -101
- package/commands/UpdateAcceleratorAttributesCommand.ts +0 -103
- package/commands/UpdateAcceleratorCommand.ts +0 -103
- package/commands/UpdateCustomRoutingAcceleratorAttributesCommand.ts +0 -113
- package/commands/UpdateCustomRoutingAcceleratorCommand.ts +0 -106
- package/commands/UpdateCustomRoutingListenerCommand.ts +0 -103
- package/commands/UpdateEndpointGroupCommand.ts +0 -98
- package/commands/UpdateListenerCommand.ts +0 -98
- package/commands/WithdrawByoipCidrCommand.ts +0 -104
- package/dist/cjs/GlobalAccelerator.js +0 -863
- package/dist/cjs/GlobalAccelerator.js.map +0 -1
- package/dist/cjs/GlobalAcceleratorClient.js +0 -191
- package/dist/cjs/GlobalAcceleratorClient.js.map +0 -1
- package/dist/cjs/commands/AddCustomRoutingEndpointsCommand.js +0 -71
- package/dist/cjs/commands/AddCustomRoutingEndpointsCommand.js.map +0 -1
- package/dist/cjs/commands/AdvertiseByoipCidrCommand.js +0 -67
- package/dist/cjs/commands/AdvertiseByoipCidrCommand.js.map +0 -1
- package/dist/cjs/commands/AllowCustomRoutingTrafficCommand.js +0 -66
- package/dist/cjs/commands/AllowCustomRoutingTrafficCommand.js.map +0 -1
- package/dist/cjs/commands/CreateAcceleratorCommand.js +0 -66
- package/dist/cjs/commands/CreateAcceleratorCommand.js.map +0 -1
- package/dist/cjs/commands/CreateCustomRoutingAcceleratorCommand.js +0 -70
- package/dist/cjs/commands/CreateCustomRoutingAcceleratorCommand.js.map +0 -1
- package/dist/cjs/commands/CreateCustomRoutingEndpointGroupCommand.js +0 -63
- package/dist/cjs/commands/CreateCustomRoutingEndpointGroupCommand.js.map +0 -1
- package/dist/cjs/commands/CreateCustomRoutingListenerCommand.js +0 -62
- package/dist/cjs/commands/CreateCustomRoutingListenerCommand.js.map +0 -1
- package/dist/cjs/commands/CreateEndpointGroupCommand.js +0 -62
- package/dist/cjs/commands/CreateEndpointGroupCommand.js.map +0 -1
- package/dist/cjs/commands/CreateListenerCommand.js +0 -62
- package/dist/cjs/commands/CreateListenerCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteAcceleratorCommand.js +0 -74
- package/dist/cjs/commands/DeleteAcceleratorCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteCustomRoutingAcceleratorCommand.js +0 -74
- package/dist/cjs/commands/DeleteCustomRoutingAcceleratorCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteCustomRoutingEndpointGroupCommand.js +0 -61
- package/dist/cjs/commands/DeleteCustomRoutingEndpointGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteCustomRoutingListenerCommand.js +0 -61
- package/dist/cjs/commands/DeleteCustomRoutingListenerCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteEndpointGroupCommand.js +0 -61
- package/dist/cjs/commands/DeleteEndpointGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteListenerCommand.js +0 -61
- package/dist/cjs/commands/DeleteListenerCommand.js.map +0 -1
- package/dist/cjs/commands/DenyCustomRoutingTrafficCommand.js +0 -66
- package/dist/cjs/commands/DenyCustomRoutingTrafficCommand.js.map +0 -1
- package/dist/cjs/commands/DeprovisionByoipCidrCommand.js +0 -67
- package/dist/cjs/commands/DeprovisionByoipCidrCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAcceleratorAttributesCommand.js +0 -62
- package/dist/cjs/commands/DescribeAcceleratorAttributesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAcceleratorCommand.js +0 -61
- package/dist/cjs/commands/DescribeAcceleratorCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js +0 -61
- package/dist/cjs/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeCustomRoutingAcceleratorCommand.js +0 -61
- package/dist/cjs/commands/DescribeCustomRoutingAcceleratorCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeCustomRoutingEndpointGroupCommand.js +0 -61
- package/dist/cjs/commands/DescribeCustomRoutingEndpointGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeCustomRoutingListenerCommand.js +0 -61
- package/dist/cjs/commands/DescribeCustomRoutingListenerCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEndpointGroupCommand.js +0 -61
- package/dist/cjs/commands/DescribeEndpointGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeListenerCommand.js +0 -61
- package/dist/cjs/commands/DescribeListenerCommand.js.map +0 -1
- package/dist/cjs/commands/ListAcceleratorsCommand.js +0 -61
- package/dist/cjs/commands/ListAcceleratorsCommand.js.map +0 -1
- package/dist/cjs/commands/ListByoipCidrsCommand.js +0 -62
- package/dist/cjs/commands/ListByoipCidrsCommand.js.map +0 -1
- package/dist/cjs/commands/ListCustomRoutingAcceleratorsCommand.js +0 -61
- package/dist/cjs/commands/ListCustomRoutingAcceleratorsCommand.js.map +0 -1
- package/dist/cjs/commands/ListCustomRoutingEndpointGroupsCommand.js +0 -61
- package/dist/cjs/commands/ListCustomRoutingEndpointGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/ListCustomRoutingListenersCommand.js +0 -61
- package/dist/cjs/commands/ListCustomRoutingListenersCommand.js.map +0 -1
- package/dist/cjs/commands/ListCustomRoutingPortMappingsByDestinationCommand.js +0 -64
- package/dist/cjs/commands/ListCustomRoutingPortMappingsByDestinationCommand.js.map +0 -1
- package/dist/cjs/commands/ListCustomRoutingPortMappingsCommand.js +0 -69
- package/dist/cjs/commands/ListCustomRoutingPortMappingsCommand.js.map +0 -1
- package/dist/cjs/commands/ListEndpointGroupsCommand.js +0 -61
- package/dist/cjs/commands/ListEndpointGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/ListListenersCommand.js +0 -61
- package/dist/cjs/commands/ListListenersCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -63
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/ProvisionByoipCidrCommand.js +0 -66
- package/dist/cjs/commands/ProvisionByoipCidrCommand.js.map +0 -1
- package/dist/cjs/commands/RemoveCustomRoutingEndpointsCommand.js +0 -61
- package/dist/cjs/commands/RemoveCustomRoutingEndpointsCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js +0 -63
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js +0 -64
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateAcceleratorAttributesCommand.js +0 -61
- package/dist/cjs/commands/UpdateAcceleratorAttributesCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateAcceleratorCommand.js +0 -66
- package/dist/cjs/commands/UpdateAcceleratorCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js +0 -61
- package/dist/cjs/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateCustomRoutingAcceleratorCommand.js +0 -61
- package/dist/cjs/commands/UpdateCustomRoutingAcceleratorCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateCustomRoutingListenerCommand.js +0 -61
- package/dist/cjs/commands/UpdateCustomRoutingListenerCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateEndpointGroupCommand.js +0 -61
- package/dist/cjs/commands/UpdateEndpointGroupCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateListenerCommand.js +0 -61
- package/dist/cjs/commands/UpdateListenerCommand.js.map +0 -1
- package/dist/cjs/commands/WithdrawByoipCidrCommand.js +0 -67
- package/dist/cjs/commands/WithdrawByoipCidrCommand.js.map +0 -1
- package/dist/cjs/endpoints.js +0 -57
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -64
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js +0 -5
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -93
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListAcceleratorsPaginator.js +0 -46
- package/dist/cjs/pagination/ListAcceleratorsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListByoipCidrsPaginator.js +0 -46
- package/dist/cjs/pagination/ListByoipCidrsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListCustomRoutingAcceleratorsPaginator.js +0 -46
- package/dist/cjs/pagination/ListCustomRoutingAcceleratorsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListCustomRoutingEndpointGroupsPaginator.js +0 -46
- package/dist/cjs/pagination/ListCustomRoutingEndpointGroupsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListCustomRoutingListenersPaginator.js +0 -46
- package/dist/cjs/pagination/ListCustomRoutingListenersPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.js +0 -46
- package/dist/cjs/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListCustomRoutingPortMappingsPaginator.js +0 -46
- package/dist/cjs/pagination/ListCustomRoutingPortMappingsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListEndpointGroupsPaginator.js +0 -46
- package/dist/cjs/pagination/ListEndpointGroupsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListListenersPaginator.js +0 -46
- package/dist/cjs/pagination/ListListenersPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_json1_1.js +0 -5419
- package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js +0 -41
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js +0 -46
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js +0 -20
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js +0 -21
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/GlobalAccelerator.js +0 -866
- package/dist/es/GlobalAccelerator.js.map +0 -1
- package/dist/es/GlobalAcceleratorClient.js +0 -193
- package/dist/es/GlobalAcceleratorClient.js.map +0 -1
- package/dist/es/commands/AddCustomRoutingEndpointsCommand.js +0 -75
- package/dist/es/commands/AddCustomRoutingEndpointsCommand.js.map +0 -1
- package/dist/es/commands/AdvertiseByoipCidrCommand.js +0 -71
- package/dist/es/commands/AdvertiseByoipCidrCommand.js.map +0 -1
- package/dist/es/commands/AllowCustomRoutingTrafficCommand.js +0 -70
- package/dist/es/commands/AllowCustomRoutingTrafficCommand.js.map +0 -1
- package/dist/es/commands/CreateAcceleratorCommand.js +0 -70
- package/dist/es/commands/CreateAcceleratorCommand.js.map +0 -1
- package/dist/es/commands/CreateCustomRoutingAcceleratorCommand.js +0 -74
- package/dist/es/commands/CreateCustomRoutingAcceleratorCommand.js.map +0 -1
- package/dist/es/commands/CreateCustomRoutingEndpointGroupCommand.js +0 -67
- package/dist/es/commands/CreateCustomRoutingEndpointGroupCommand.js.map +0 -1
- package/dist/es/commands/CreateCustomRoutingListenerCommand.js +0 -66
- package/dist/es/commands/CreateCustomRoutingListenerCommand.js.map +0 -1
- package/dist/es/commands/CreateEndpointGroupCommand.js +0 -66
- package/dist/es/commands/CreateEndpointGroupCommand.js.map +0 -1
- package/dist/es/commands/CreateListenerCommand.js +0 -66
- package/dist/es/commands/CreateListenerCommand.js.map +0 -1
- package/dist/es/commands/DeleteAcceleratorCommand.js +0 -78
- package/dist/es/commands/DeleteAcceleratorCommand.js.map +0 -1
- package/dist/es/commands/DeleteCustomRoutingAcceleratorCommand.js +0 -78
- package/dist/es/commands/DeleteCustomRoutingAcceleratorCommand.js.map +0 -1
- package/dist/es/commands/DeleteCustomRoutingEndpointGroupCommand.js +0 -65
- package/dist/es/commands/DeleteCustomRoutingEndpointGroupCommand.js.map +0 -1
- package/dist/es/commands/DeleteCustomRoutingListenerCommand.js +0 -65
- package/dist/es/commands/DeleteCustomRoutingListenerCommand.js.map +0 -1
- package/dist/es/commands/DeleteEndpointGroupCommand.js +0 -65
- package/dist/es/commands/DeleteEndpointGroupCommand.js.map +0 -1
- package/dist/es/commands/DeleteListenerCommand.js +0 -65
- package/dist/es/commands/DeleteListenerCommand.js.map +0 -1
- package/dist/es/commands/DenyCustomRoutingTrafficCommand.js +0 -70
- package/dist/es/commands/DenyCustomRoutingTrafficCommand.js.map +0 -1
- package/dist/es/commands/DeprovisionByoipCidrCommand.js +0 -71
- package/dist/es/commands/DeprovisionByoipCidrCommand.js.map +0 -1
- package/dist/es/commands/DescribeAcceleratorAttributesCommand.js +0 -66
- package/dist/es/commands/DescribeAcceleratorAttributesCommand.js.map +0 -1
- package/dist/es/commands/DescribeAcceleratorCommand.js +0 -65
- package/dist/es/commands/DescribeAcceleratorCommand.js.map +0 -1
- package/dist/es/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js +0 -65
- package/dist/es/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js.map +0 -1
- package/dist/es/commands/DescribeCustomRoutingAcceleratorCommand.js +0 -65
- package/dist/es/commands/DescribeCustomRoutingAcceleratorCommand.js.map +0 -1
- package/dist/es/commands/DescribeCustomRoutingEndpointGroupCommand.js +0 -65
- package/dist/es/commands/DescribeCustomRoutingEndpointGroupCommand.js.map +0 -1
- package/dist/es/commands/DescribeCustomRoutingListenerCommand.js +0 -65
- package/dist/es/commands/DescribeCustomRoutingListenerCommand.js.map +0 -1
- package/dist/es/commands/DescribeEndpointGroupCommand.js +0 -65
- package/dist/es/commands/DescribeEndpointGroupCommand.js.map +0 -1
- package/dist/es/commands/DescribeListenerCommand.js +0 -65
- package/dist/es/commands/DescribeListenerCommand.js.map +0 -1
- package/dist/es/commands/ListAcceleratorsCommand.js +0 -65
- package/dist/es/commands/ListAcceleratorsCommand.js.map +0 -1
- package/dist/es/commands/ListByoipCidrsCommand.js +0 -66
- package/dist/es/commands/ListByoipCidrsCommand.js.map +0 -1
- package/dist/es/commands/ListCustomRoutingAcceleratorsCommand.js +0 -65
- package/dist/es/commands/ListCustomRoutingAcceleratorsCommand.js.map +0 -1
- package/dist/es/commands/ListCustomRoutingEndpointGroupsCommand.js +0 -65
- package/dist/es/commands/ListCustomRoutingEndpointGroupsCommand.js.map +0 -1
- package/dist/es/commands/ListCustomRoutingListenersCommand.js +0 -65
- package/dist/es/commands/ListCustomRoutingListenersCommand.js.map +0 -1
- package/dist/es/commands/ListCustomRoutingPortMappingsByDestinationCommand.js +0 -68
- package/dist/es/commands/ListCustomRoutingPortMappingsByDestinationCommand.js.map +0 -1
- package/dist/es/commands/ListCustomRoutingPortMappingsCommand.js +0 -73
- package/dist/es/commands/ListCustomRoutingPortMappingsCommand.js.map +0 -1
- package/dist/es/commands/ListEndpointGroupsCommand.js +0 -65
- package/dist/es/commands/ListEndpointGroupsCommand.js.map +0 -1
- package/dist/es/commands/ListListenersCommand.js +0 -65
- package/dist/es/commands/ListListenersCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js +0 -67
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/ProvisionByoipCidrCommand.js +0 -70
- package/dist/es/commands/ProvisionByoipCidrCommand.js.map +0 -1
- package/dist/es/commands/RemoveCustomRoutingEndpointsCommand.js +0 -65
- package/dist/es/commands/RemoveCustomRoutingEndpointsCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js +0 -67
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js +0 -68
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateAcceleratorAttributesCommand.js +0 -65
- package/dist/es/commands/UpdateAcceleratorAttributesCommand.js.map +0 -1
- package/dist/es/commands/UpdateAcceleratorCommand.js +0 -70
- package/dist/es/commands/UpdateAcceleratorCommand.js.map +0 -1
- package/dist/es/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js +0 -65
- package/dist/es/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js.map +0 -1
- package/dist/es/commands/UpdateCustomRoutingAcceleratorCommand.js +0 -65
- package/dist/es/commands/UpdateCustomRoutingAcceleratorCommand.js.map +0 -1
- package/dist/es/commands/UpdateCustomRoutingListenerCommand.js +0 -65
- package/dist/es/commands/UpdateCustomRoutingListenerCommand.js.map +0 -1
- package/dist/es/commands/UpdateEndpointGroupCommand.js +0 -65
- package/dist/es/commands/UpdateEndpointGroupCommand.js.map +0 -1
- package/dist/es/commands/UpdateListenerCommand.js +0 -65
- package/dist/es/commands/UpdateListenerCommand.js.map +0 -1
- package/dist/es/commands/WithdrawByoipCidrCommand.js +0 -71
- package/dist/es/commands/WithdrawByoipCidrCommand.js.map +0 -1
- package/dist/es/endpoints.js +0 -53
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js +0 -930
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -93
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListAcceleratorsPaginator.js +0 -87
- package/dist/es/pagination/ListAcceleratorsPaginator.js.map +0 -1
- package/dist/es/pagination/ListByoipCidrsPaginator.js +0 -87
- package/dist/es/pagination/ListByoipCidrsPaginator.js.map +0 -1
- package/dist/es/pagination/ListCustomRoutingAcceleratorsPaginator.js +0 -87
- package/dist/es/pagination/ListCustomRoutingAcceleratorsPaginator.js.map +0 -1
- package/dist/es/pagination/ListCustomRoutingEndpointGroupsPaginator.js +0 -87
- package/dist/es/pagination/ListCustomRoutingEndpointGroupsPaginator.js.map +0 -1
- package/dist/es/pagination/ListCustomRoutingListenersPaginator.js +0 -87
- package/dist/es/pagination/ListCustomRoutingListenersPaginator.js.map +0 -1
- package/dist/es/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.js +0 -87
- package/dist/es/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.js.map +0 -1
- package/dist/es/pagination/ListCustomRoutingPortMappingsPaginator.js +0 -87
- package/dist/es/pagination/ListCustomRoutingPortMappingsPaginator.js.map +0 -1
- package/dist/es/pagination/ListEndpointGroupsPaginator.js +0 -87
- package/dist/es/pagination/ListEndpointGroupsPaginator.js.map +0 -1
- package/dist/es/pagination/ListListenersPaginator.js +0 -87
- package/dist/es/pagination/ListListenersPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_json1_1.js +0 -5690
- package/dist/es/protocols/Aws_json1_1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -20
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -25
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js +0 -12
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -17
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/GlobalAccelerator.d.ts +0 -596
- package/dist/types/GlobalAcceleratorClient.d.ts +0 -326
- package/dist/types/commands/AddCustomRoutingEndpointsCommand.d.ts +0 -45
- package/dist/types/commands/AdvertiseByoipCidrCommand.d.ts +0 -41
- package/dist/types/commands/AllowCustomRoutingTrafficCommand.d.ts +0 -40
- package/dist/types/commands/CreateAcceleratorCommand.d.ts +0 -40
- package/dist/types/commands/CreateCustomRoutingAcceleratorCommand.d.ts +0 -44
- package/dist/types/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +0 -37
- package/dist/types/commands/CreateCustomRoutingListenerCommand.d.ts +0 -36
- package/dist/types/commands/CreateEndpointGroupCommand.d.ts +0 -36
- package/dist/types/commands/CreateListenerCommand.d.ts +0 -36
- package/dist/types/commands/DeleteAcceleratorCommand.d.ts +0 -48
- package/dist/types/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +0 -48
- package/dist/types/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +0 -35
- package/dist/types/commands/DeleteCustomRoutingListenerCommand.d.ts +0 -35
- package/dist/types/commands/DeleteEndpointGroupCommand.d.ts +0 -35
- package/dist/types/commands/DeleteListenerCommand.d.ts +0 -35
- package/dist/types/commands/DenyCustomRoutingTrafficCommand.d.ts +0 -40
- package/dist/types/commands/DeprovisionByoipCidrCommand.d.ts +0 -41
- package/dist/types/commands/DescribeAcceleratorAttributesCommand.d.ts +0 -36
- package/dist/types/commands/DescribeAcceleratorCommand.d.ts +0 -35
- package/dist/types/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +0 -35
- package/dist/types/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +0 -35
- package/dist/types/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +0 -35
- package/dist/types/commands/DescribeCustomRoutingListenerCommand.d.ts +0 -35
- package/dist/types/commands/DescribeEndpointGroupCommand.d.ts +0 -35
- package/dist/types/commands/DescribeListenerCommand.d.ts +0 -35
- package/dist/types/commands/ListAcceleratorsCommand.d.ts +0 -35
- package/dist/types/commands/ListByoipCidrsCommand.d.ts +0 -36
- package/dist/types/commands/ListCustomRoutingAcceleratorsCommand.d.ts +0 -35
- package/dist/types/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +0 -35
- package/dist/types/commands/ListCustomRoutingListenersCommand.d.ts +0 -35
- package/dist/types/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +0 -38
- package/dist/types/commands/ListCustomRoutingPortMappingsCommand.d.ts +0 -43
- package/dist/types/commands/ListEndpointGroupsCommand.d.ts +0 -35
- package/dist/types/commands/ListListenersCommand.d.ts +0 -35
- package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -37
- package/dist/types/commands/ProvisionByoipCidrCommand.d.ts +0 -40
- package/dist/types/commands/RemoveCustomRoutingEndpointsCommand.d.ts +0 -35
- package/dist/types/commands/TagResourceCommand.d.ts +0 -37
- package/dist/types/commands/UntagResourceCommand.d.ts +0 -38
- package/dist/types/commands/UpdateAcceleratorAttributesCommand.d.ts +0 -35
- package/dist/types/commands/UpdateAcceleratorCommand.d.ts +0 -40
- package/dist/types/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +0 -35
- package/dist/types/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +0 -35
- package/dist/types/commands/UpdateCustomRoutingListenerCommand.d.ts +0 -35
- package/dist/types/commands/UpdateEndpointGroupCommand.d.ts +0 -35
- package/dist/types/commands/UpdateListenerCommand.d.ts +0 -35
- package/dist/types/commands/WithdrawByoipCidrCommand.d.ts +0 -41
- package/dist/types/pagination/Interfaces.d.ts +0 -6
- package/dist/types/pagination/ListAcceleratorsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListByoipCidrsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListCustomRoutingAcceleratorsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListCustomRoutingEndpointGroupsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListCustomRoutingListenersPaginator.d.ts +0 -4
- package/dist/types/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.d.ts +0 -4
- package/dist/types/pagination/ListCustomRoutingPortMappingsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListEndpointGroupsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListListenersPaginator.d.ts +0 -4
- package/dist/types/protocols/Aws_json1_1.d.ts +0 -143
- package/dist/types/runtimeConfig.browser.d.ts +0 -36
- package/dist/types/runtimeConfig.d.ts +0 -36
- package/dist/types/runtimeConfig.native.d.ts +0 -35
- package/dist/types/ts3.4/GlobalAccelerator.d.ts +0 -596
- package/dist/types/ts3.4/GlobalAcceleratorClient.d.ts +0 -326
- package/dist/types/ts3.4/commands/AddCustomRoutingEndpointsCommand.d.ts +0 -45
- package/dist/types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/AllowCustomRoutingTrafficCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/CreateAcceleratorCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/CreateCustomRoutingAcceleratorCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/CreateCustomRoutingListenerCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateEndpointGroupCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateListenerCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteAcceleratorCommand.d.ts +0 -48
- package/dist/types/ts3.4/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +0 -48
- package/dist/types/ts3.4/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteCustomRoutingListenerCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteEndpointGroupCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteListenerCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DenyCustomRoutingTrafficCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/DescribeAcceleratorAttributesCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeAcceleratorCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeCustomRoutingListenerCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeEndpointGroupCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeListenerCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListAcceleratorsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListByoipCidrsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListCustomRoutingAcceleratorsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListCustomRoutingListenersCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ListCustomRoutingPortMappingsCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/ListEndpointGroupsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListListenersCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/RemoveCustomRoutingEndpointsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/UpdateAcceleratorAttributesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateAcceleratorCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateCustomRoutingListenerCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateEndpointGroupCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateListenerCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +0 -41
- package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist/types/ts3.4/pagination/ListAcceleratorsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListByoipCidrsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListCustomRoutingAcceleratorsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListCustomRoutingEndpointGroupsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListCustomRoutingListenersPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListCustomRoutingPortMappingsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListEndpointGroupsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListListenersPaginator.d.ts +0 -4
- package/dist/types/ts3.4/protocols/Aws_json1_1.d.ts +0 -143
- package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -35
- package/endpoints.ts +0 -57
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListAcceleratorsPaginator.ts +0 -58
- package/pagination/ListByoipCidrsPaginator.ts +0 -58
- package/pagination/ListCustomRoutingAcceleratorsPaginator.ts +0 -58
- package/pagination/ListCustomRoutingEndpointGroupsPaginator.ts +0 -58
- package/pagination/ListCustomRoutingListenersPaginator.ts +0 -58
- package/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.ts +0 -58
- package/pagination/ListCustomRoutingPortMappingsPaginator.ts +0 -58
- package/pagination/ListEndpointGroupsPaginator.ts +0 -58
- package/pagination/ListListenersPaginator.ts +0 -58
- package/protocols/Aws_json1_1.ts +0 -6788
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
|
@@ -1,930 +0,0 @@
|
|
|
1
|
-
import { __assign } from "tslib";
|
|
2
|
-
export var IpAddressType;
|
|
3
|
-
(function (IpAddressType) {
|
|
4
|
-
IpAddressType["IPV4"] = "IPV4";
|
|
5
|
-
})(IpAddressType || (IpAddressType = {}));
|
|
6
|
-
export var IpSet;
|
|
7
|
-
(function (IpSet) {
|
|
8
|
-
/**
|
|
9
|
-
* @internal
|
|
10
|
-
*/
|
|
11
|
-
IpSet.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
12
|
-
})(IpSet || (IpSet = {}));
|
|
13
|
-
export var Accelerator;
|
|
14
|
-
(function (Accelerator) {
|
|
15
|
-
/**
|
|
16
|
-
* @internal
|
|
17
|
-
*/
|
|
18
|
-
Accelerator.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
19
|
-
})(Accelerator || (Accelerator = {}));
|
|
20
|
-
export var AcceleratorAttributes;
|
|
21
|
-
(function (AcceleratorAttributes) {
|
|
22
|
-
/**
|
|
23
|
-
* @internal
|
|
24
|
-
*/
|
|
25
|
-
AcceleratorAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
26
|
-
})(AcceleratorAttributes || (AcceleratorAttributes = {}));
|
|
27
|
-
export var AcceleratorNotDisabledException;
|
|
28
|
-
(function (AcceleratorNotDisabledException) {
|
|
29
|
-
/**
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
32
|
-
AcceleratorNotDisabledException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
33
|
-
})(AcceleratorNotDisabledException || (AcceleratorNotDisabledException = {}));
|
|
34
|
-
export var AcceleratorNotFoundException;
|
|
35
|
-
(function (AcceleratorNotFoundException) {
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
|
-
AcceleratorNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
40
|
-
})(AcceleratorNotFoundException || (AcceleratorNotFoundException = {}));
|
|
41
|
-
export var AccessDeniedException;
|
|
42
|
-
(function (AccessDeniedException) {
|
|
43
|
-
/**
|
|
44
|
-
* @internal
|
|
45
|
-
*/
|
|
46
|
-
AccessDeniedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
47
|
-
})(AccessDeniedException || (AccessDeniedException = {}));
|
|
48
|
-
export var CustomRoutingEndpointConfiguration;
|
|
49
|
-
(function (CustomRoutingEndpointConfiguration) {
|
|
50
|
-
/**
|
|
51
|
-
* @internal
|
|
52
|
-
*/
|
|
53
|
-
CustomRoutingEndpointConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
54
|
-
})(CustomRoutingEndpointConfiguration || (CustomRoutingEndpointConfiguration = {}));
|
|
55
|
-
export var AddCustomRoutingEndpointsRequest;
|
|
56
|
-
(function (AddCustomRoutingEndpointsRequest) {
|
|
57
|
-
/**
|
|
58
|
-
* @internal
|
|
59
|
-
*/
|
|
60
|
-
AddCustomRoutingEndpointsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
61
|
-
})(AddCustomRoutingEndpointsRequest || (AddCustomRoutingEndpointsRequest = {}));
|
|
62
|
-
export var CustomRoutingEndpointDescription;
|
|
63
|
-
(function (CustomRoutingEndpointDescription) {
|
|
64
|
-
/**
|
|
65
|
-
* @internal
|
|
66
|
-
*/
|
|
67
|
-
CustomRoutingEndpointDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
68
|
-
})(CustomRoutingEndpointDescription || (CustomRoutingEndpointDescription = {}));
|
|
69
|
-
export var AddCustomRoutingEndpointsResponse;
|
|
70
|
-
(function (AddCustomRoutingEndpointsResponse) {
|
|
71
|
-
/**
|
|
72
|
-
* @internal
|
|
73
|
-
*/
|
|
74
|
-
AddCustomRoutingEndpointsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
75
|
-
})(AddCustomRoutingEndpointsResponse || (AddCustomRoutingEndpointsResponse = {}));
|
|
76
|
-
export var ConflictException;
|
|
77
|
-
(function (ConflictException) {
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
ConflictException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
82
|
-
})(ConflictException || (ConflictException = {}));
|
|
83
|
-
export var EndpointAlreadyExistsException;
|
|
84
|
-
(function (EndpointAlreadyExistsException) {
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
EndpointAlreadyExistsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
89
|
-
})(EndpointAlreadyExistsException || (EndpointAlreadyExistsException = {}));
|
|
90
|
-
export var EndpointGroupNotFoundException;
|
|
91
|
-
(function (EndpointGroupNotFoundException) {
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
EndpointGroupNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
96
|
-
})(EndpointGroupNotFoundException || (EndpointGroupNotFoundException = {}));
|
|
97
|
-
export var InternalServiceErrorException;
|
|
98
|
-
(function (InternalServiceErrorException) {
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
InternalServiceErrorException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
103
|
-
})(InternalServiceErrorException || (InternalServiceErrorException = {}));
|
|
104
|
-
export var InvalidArgumentException;
|
|
105
|
-
(function (InvalidArgumentException) {
|
|
106
|
-
/**
|
|
107
|
-
* @internal
|
|
108
|
-
*/
|
|
109
|
-
InvalidArgumentException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
110
|
-
})(InvalidArgumentException || (InvalidArgumentException = {}));
|
|
111
|
-
export var LimitExceededException;
|
|
112
|
-
(function (LimitExceededException) {
|
|
113
|
-
/**
|
|
114
|
-
* @internal
|
|
115
|
-
*/
|
|
116
|
-
LimitExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
117
|
-
})(LimitExceededException || (LimitExceededException = {}));
|
|
118
|
-
export var AdvertiseByoipCidrRequest;
|
|
119
|
-
(function (AdvertiseByoipCidrRequest) {
|
|
120
|
-
/**
|
|
121
|
-
* @internal
|
|
122
|
-
*/
|
|
123
|
-
AdvertiseByoipCidrRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
124
|
-
})(AdvertiseByoipCidrRequest || (AdvertiseByoipCidrRequest = {}));
|
|
125
|
-
export var ByoipCidrEvent;
|
|
126
|
-
(function (ByoipCidrEvent) {
|
|
127
|
-
/**
|
|
128
|
-
* @internal
|
|
129
|
-
*/
|
|
130
|
-
ByoipCidrEvent.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
131
|
-
})(ByoipCidrEvent || (ByoipCidrEvent = {}));
|
|
132
|
-
export var ByoipCidrState;
|
|
133
|
-
(function (ByoipCidrState) {
|
|
134
|
-
ByoipCidrState["ADVERTISING"] = "ADVERTISING";
|
|
135
|
-
ByoipCidrState["DEPROVISIONED"] = "DEPROVISIONED";
|
|
136
|
-
ByoipCidrState["FAILED_ADVERTISING"] = "FAILED_ADVERTISING";
|
|
137
|
-
ByoipCidrState["FAILED_DEPROVISION"] = "FAILED_DEPROVISION";
|
|
138
|
-
ByoipCidrState["FAILED_PROVISION"] = "FAILED_PROVISION";
|
|
139
|
-
ByoipCidrState["FAILED_WITHDRAW"] = "FAILED_WITHDRAW";
|
|
140
|
-
ByoipCidrState["PENDING_ADVERTISING"] = "PENDING_ADVERTISING";
|
|
141
|
-
ByoipCidrState["PENDING_DEPROVISIONING"] = "PENDING_DEPROVISIONING";
|
|
142
|
-
ByoipCidrState["PENDING_PROVISIONING"] = "PENDING_PROVISIONING";
|
|
143
|
-
ByoipCidrState["PENDING_WITHDRAWING"] = "PENDING_WITHDRAWING";
|
|
144
|
-
ByoipCidrState["READY"] = "READY";
|
|
145
|
-
})(ByoipCidrState || (ByoipCidrState = {}));
|
|
146
|
-
export var ByoipCidr;
|
|
147
|
-
(function (ByoipCidr) {
|
|
148
|
-
/**
|
|
149
|
-
* @internal
|
|
150
|
-
*/
|
|
151
|
-
ByoipCidr.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
152
|
-
})(ByoipCidr || (ByoipCidr = {}));
|
|
153
|
-
export var AdvertiseByoipCidrResponse;
|
|
154
|
-
(function (AdvertiseByoipCidrResponse) {
|
|
155
|
-
/**
|
|
156
|
-
* @internal
|
|
157
|
-
*/
|
|
158
|
-
AdvertiseByoipCidrResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
159
|
-
})(AdvertiseByoipCidrResponse || (AdvertiseByoipCidrResponse = {}));
|
|
160
|
-
export var ByoipCidrNotFoundException;
|
|
161
|
-
(function (ByoipCidrNotFoundException) {
|
|
162
|
-
/**
|
|
163
|
-
* @internal
|
|
164
|
-
*/
|
|
165
|
-
ByoipCidrNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
166
|
-
})(ByoipCidrNotFoundException || (ByoipCidrNotFoundException = {}));
|
|
167
|
-
export var IncorrectCidrStateException;
|
|
168
|
-
(function (IncorrectCidrStateException) {
|
|
169
|
-
/**
|
|
170
|
-
* @internal
|
|
171
|
-
*/
|
|
172
|
-
IncorrectCidrStateException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
173
|
-
})(IncorrectCidrStateException || (IncorrectCidrStateException = {}));
|
|
174
|
-
export var AllowCustomRoutingTrafficRequest;
|
|
175
|
-
(function (AllowCustomRoutingTrafficRequest) {
|
|
176
|
-
/**
|
|
177
|
-
* @internal
|
|
178
|
-
*/
|
|
179
|
-
AllowCustomRoutingTrafficRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
180
|
-
})(AllowCustomRoutingTrafficRequest || (AllowCustomRoutingTrafficRequest = {}));
|
|
181
|
-
export var AssociatedEndpointGroupFoundException;
|
|
182
|
-
(function (AssociatedEndpointGroupFoundException) {
|
|
183
|
-
/**
|
|
184
|
-
* @internal
|
|
185
|
-
*/
|
|
186
|
-
AssociatedEndpointGroupFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
187
|
-
})(AssociatedEndpointGroupFoundException || (AssociatedEndpointGroupFoundException = {}));
|
|
188
|
-
export var AssociatedListenerFoundException;
|
|
189
|
-
(function (AssociatedListenerFoundException) {
|
|
190
|
-
/**
|
|
191
|
-
* @internal
|
|
192
|
-
*/
|
|
193
|
-
AssociatedListenerFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
194
|
-
})(AssociatedListenerFoundException || (AssociatedListenerFoundException = {}));
|
|
195
|
-
export var CidrAuthorizationContext;
|
|
196
|
-
(function (CidrAuthorizationContext) {
|
|
197
|
-
/**
|
|
198
|
-
* @internal
|
|
199
|
-
*/
|
|
200
|
-
CidrAuthorizationContext.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
201
|
-
})(CidrAuthorizationContext || (CidrAuthorizationContext = {}));
|
|
202
|
-
export var Tag;
|
|
203
|
-
(function (Tag) {
|
|
204
|
-
/**
|
|
205
|
-
* @internal
|
|
206
|
-
*/
|
|
207
|
-
Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
208
|
-
})(Tag || (Tag = {}));
|
|
209
|
-
export var CreateAcceleratorRequest;
|
|
210
|
-
(function (CreateAcceleratorRequest) {
|
|
211
|
-
/**
|
|
212
|
-
* @internal
|
|
213
|
-
*/
|
|
214
|
-
CreateAcceleratorRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
215
|
-
})(CreateAcceleratorRequest || (CreateAcceleratorRequest = {}));
|
|
216
|
-
export var CreateAcceleratorResponse;
|
|
217
|
-
(function (CreateAcceleratorResponse) {
|
|
218
|
-
/**
|
|
219
|
-
* @internal
|
|
220
|
-
*/
|
|
221
|
-
CreateAcceleratorResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
222
|
-
})(CreateAcceleratorResponse || (CreateAcceleratorResponse = {}));
|
|
223
|
-
export var CreateCustomRoutingAcceleratorRequest;
|
|
224
|
-
(function (CreateCustomRoutingAcceleratorRequest) {
|
|
225
|
-
/**
|
|
226
|
-
* @internal
|
|
227
|
-
*/
|
|
228
|
-
CreateCustomRoutingAcceleratorRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
229
|
-
})(CreateCustomRoutingAcceleratorRequest || (CreateCustomRoutingAcceleratorRequest = {}));
|
|
230
|
-
export var CustomRoutingAccelerator;
|
|
231
|
-
(function (CustomRoutingAccelerator) {
|
|
232
|
-
/**
|
|
233
|
-
* @internal
|
|
234
|
-
*/
|
|
235
|
-
CustomRoutingAccelerator.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
236
|
-
})(CustomRoutingAccelerator || (CustomRoutingAccelerator = {}));
|
|
237
|
-
export var CreateCustomRoutingAcceleratorResponse;
|
|
238
|
-
(function (CreateCustomRoutingAcceleratorResponse) {
|
|
239
|
-
/**
|
|
240
|
-
* @internal
|
|
241
|
-
*/
|
|
242
|
-
CreateCustomRoutingAcceleratorResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
243
|
-
})(CreateCustomRoutingAcceleratorResponse || (CreateCustomRoutingAcceleratorResponse = {}));
|
|
244
|
-
export var CustomRoutingProtocol;
|
|
245
|
-
(function (CustomRoutingProtocol) {
|
|
246
|
-
CustomRoutingProtocol["TCP"] = "TCP";
|
|
247
|
-
CustomRoutingProtocol["UDP"] = "UDP";
|
|
248
|
-
})(CustomRoutingProtocol || (CustomRoutingProtocol = {}));
|
|
249
|
-
export var CustomRoutingDestinationConfiguration;
|
|
250
|
-
(function (CustomRoutingDestinationConfiguration) {
|
|
251
|
-
/**
|
|
252
|
-
* @internal
|
|
253
|
-
*/
|
|
254
|
-
CustomRoutingDestinationConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
255
|
-
})(CustomRoutingDestinationConfiguration || (CustomRoutingDestinationConfiguration = {}));
|
|
256
|
-
export var CreateCustomRoutingEndpointGroupRequest;
|
|
257
|
-
(function (CreateCustomRoutingEndpointGroupRequest) {
|
|
258
|
-
/**
|
|
259
|
-
* @internal
|
|
260
|
-
*/
|
|
261
|
-
CreateCustomRoutingEndpointGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
262
|
-
})(CreateCustomRoutingEndpointGroupRequest || (CreateCustomRoutingEndpointGroupRequest = {}));
|
|
263
|
-
export var Protocol;
|
|
264
|
-
(function (Protocol) {
|
|
265
|
-
Protocol["TCP"] = "TCP";
|
|
266
|
-
Protocol["UDP"] = "UDP";
|
|
267
|
-
})(Protocol || (Protocol = {}));
|
|
268
|
-
export var CustomRoutingDestinationDescription;
|
|
269
|
-
(function (CustomRoutingDestinationDescription) {
|
|
270
|
-
/**
|
|
271
|
-
* @internal
|
|
272
|
-
*/
|
|
273
|
-
CustomRoutingDestinationDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
274
|
-
})(CustomRoutingDestinationDescription || (CustomRoutingDestinationDescription = {}));
|
|
275
|
-
export var CustomRoutingEndpointGroup;
|
|
276
|
-
(function (CustomRoutingEndpointGroup) {
|
|
277
|
-
/**
|
|
278
|
-
* @internal
|
|
279
|
-
*/
|
|
280
|
-
CustomRoutingEndpointGroup.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
281
|
-
})(CustomRoutingEndpointGroup || (CustomRoutingEndpointGroup = {}));
|
|
282
|
-
export var CreateCustomRoutingEndpointGroupResponse;
|
|
283
|
-
(function (CreateCustomRoutingEndpointGroupResponse) {
|
|
284
|
-
/**
|
|
285
|
-
* @internal
|
|
286
|
-
*/
|
|
287
|
-
CreateCustomRoutingEndpointGroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
288
|
-
})(CreateCustomRoutingEndpointGroupResponse || (CreateCustomRoutingEndpointGroupResponse = {}));
|
|
289
|
-
export var EndpointGroupAlreadyExistsException;
|
|
290
|
-
(function (EndpointGroupAlreadyExistsException) {
|
|
291
|
-
/**
|
|
292
|
-
* @internal
|
|
293
|
-
*/
|
|
294
|
-
EndpointGroupAlreadyExistsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
295
|
-
})(EndpointGroupAlreadyExistsException || (EndpointGroupAlreadyExistsException = {}));
|
|
296
|
-
export var InvalidPortRangeException;
|
|
297
|
-
(function (InvalidPortRangeException) {
|
|
298
|
-
/**
|
|
299
|
-
* @internal
|
|
300
|
-
*/
|
|
301
|
-
InvalidPortRangeException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
302
|
-
})(InvalidPortRangeException || (InvalidPortRangeException = {}));
|
|
303
|
-
export var ListenerNotFoundException;
|
|
304
|
-
(function (ListenerNotFoundException) {
|
|
305
|
-
/**
|
|
306
|
-
* @internal
|
|
307
|
-
*/
|
|
308
|
-
ListenerNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
309
|
-
})(ListenerNotFoundException || (ListenerNotFoundException = {}));
|
|
310
|
-
export var PortRange;
|
|
311
|
-
(function (PortRange) {
|
|
312
|
-
/**
|
|
313
|
-
* @internal
|
|
314
|
-
*/
|
|
315
|
-
PortRange.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
316
|
-
})(PortRange || (PortRange = {}));
|
|
317
|
-
export var CreateCustomRoutingListenerRequest;
|
|
318
|
-
(function (CreateCustomRoutingListenerRequest) {
|
|
319
|
-
/**
|
|
320
|
-
* @internal
|
|
321
|
-
*/
|
|
322
|
-
CreateCustomRoutingListenerRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
323
|
-
})(CreateCustomRoutingListenerRequest || (CreateCustomRoutingListenerRequest = {}));
|
|
324
|
-
export var CustomRoutingListener;
|
|
325
|
-
(function (CustomRoutingListener) {
|
|
326
|
-
/**
|
|
327
|
-
* @internal
|
|
328
|
-
*/
|
|
329
|
-
CustomRoutingListener.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
330
|
-
})(CustomRoutingListener || (CustomRoutingListener = {}));
|
|
331
|
-
export var CreateCustomRoutingListenerResponse;
|
|
332
|
-
(function (CreateCustomRoutingListenerResponse) {
|
|
333
|
-
/**
|
|
334
|
-
* @internal
|
|
335
|
-
*/
|
|
336
|
-
CreateCustomRoutingListenerResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
337
|
-
})(CreateCustomRoutingListenerResponse || (CreateCustomRoutingListenerResponse = {}));
|
|
338
|
-
export var EndpointConfiguration;
|
|
339
|
-
(function (EndpointConfiguration) {
|
|
340
|
-
/**
|
|
341
|
-
* @internal
|
|
342
|
-
*/
|
|
343
|
-
EndpointConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
344
|
-
})(EndpointConfiguration || (EndpointConfiguration = {}));
|
|
345
|
-
export var HealthCheckProtocol;
|
|
346
|
-
(function (HealthCheckProtocol) {
|
|
347
|
-
HealthCheckProtocol["HTTP"] = "HTTP";
|
|
348
|
-
HealthCheckProtocol["HTTPS"] = "HTTPS";
|
|
349
|
-
HealthCheckProtocol["TCP"] = "TCP";
|
|
350
|
-
})(HealthCheckProtocol || (HealthCheckProtocol = {}));
|
|
351
|
-
export var PortOverride;
|
|
352
|
-
(function (PortOverride) {
|
|
353
|
-
/**
|
|
354
|
-
* @internal
|
|
355
|
-
*/
|
|
356
|
-
PortOverride.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
357
|
-
})(PortOverride || (PortOverride = {}));
|
|
358
|
-
export var CreateEndpointGroupRequest;
|
|
359
|
-
(function (CreateEndpointGroupRequest) {
|
|
360
|
-
/**
|
|
361
|
-
* @internal
|
|
362
|
-
*/
|
|
363
|
-
CreateEndpointGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
364
|
-
})(CreateEndpointGroupRequest || (CreateEndpointGroupRequest = {}));
|
|
365
|
-
export var EndpointDescription;
|
|
366
|
-
(function (EndpointDescription) {
|
|
367
|
-
/**
|
|
368
|
-
* @internal
|
|
369
|
-
*/
|
|
370
|
-
EndpointDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
371
|
-
})(EndpointDescription || (EndpointDescription = {}));
|
|
372
|
-
export var EndpointGroup;
|
|
373
|
-
(function (EndpointGroup) {
|
|
374
|
-
/**
|
|
375
|
-
* @internal
|
|
376
|
-
*/
|
|
377
|
-
EndpointGroup.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
378
|
-
})(EndpointGroup || (EndpointGroup = {}));
|
|
379
|
-
export var CreateEndpointGroupResponse;
|
|
380
|
-
(function (CreateEndpointGroupResponse) {
|
|
381
|
-
/**
|
|
382
|
-
* @internal
|
|
383
|
-
*/
|
|
384
|
-
CreateEndpointGroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
385
|
-
})(CreateEndpointGroupResponse || (CreateEndpointGroupResponse = {}));
|
|
386
|
-
export var CreateListenerRequest;
|
|
387
|
-
(function (CreateListenerRequest) {
|
|
388
|
-
/**
|
|
389
|
-
* @internal
|
|
390
|
-
*/
|
|
391
|
-
CreateListenerRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
392
|
-
})(CreateListenerRequest || (CreateListenerRequest = {}));
|
|
393
|
-
export var Listener;
|
|
394
|
-
(function (Listener) {
|
|
395
|
-
/**
|
|
396
|
-
* @internal
|
|
397
|
-
*/
|
|
398
|
-
Listener.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
399
|
-
})(Listener || (Listener = {}));
|
|
400
|
-
export var CreateListenerResponse;
|
|
401
|
-
(function (CreateListenerResponse) {
|
|
402
|
-
/**
|
|
403
|
-
* @internal
|
|
404
|
-
*/
|
|
405
|
-
CreateListenerResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
406
|
-
})(CreateListenerResponse || (CreateListenerResponse = {}));
|
|
407
|
-
export var CustomRoutingAcceleratorAttributes;
|
|
408
|
-
(function (CustomRoutingAcceleratorAttributes) {
|
|
409
|
-
/**
|
|
410
|
-
* @internal
|
|
411
|
-
*/
|
|
412
|
-
CustomRoutingAcceleratorAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
413
|
-
})(CustomRoutingAcceleratorAttributes || (CustomRoutingAcceleratorAttributes = {}));
|
|
414
|
-
export var CustomRoutingDestinationTrafficState;
|
|
415
|
-
(function (CustomRoutingDestinationTrafficState) {
|
|
416
|
-
CustomRoutingDestinationTrafficState["ALLOW"] = "ALLOW";
|
|
417
|
-
CustomRoutingDestinationTrafficState["DENY"] = "DENY";
|
|
418
|
-
})(CustomRoutingDestinationTrafficState || (CustomRoutingDestinationTrafficState = {}));
|
|
419
|
-
export var DeleteAcceleratorRequest;
|
|
420
|
-
(function (DeleteAcceleratorRequest) {
|
|
421
|
-
/**
|
|
422
|
-
* @internal
|
|
423
|
-
*/
|
|
424
|
-
DeleteAcceleratorRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
425
|
-
})(DeleteAcceleratorRequest || (DeleteAcceleratorRequest = {}));
|
|
426
|
-
export var DeleteCustomRoutingAcceleratorRequest;
|
|
427
|
-
(function (DeleteCustomRoutingAcceleratorRequest) {
|
|
428
|
-
/**
|
|
429
|
-
* @internal
|
|
430
|
-
*/
|
|
431
|
-
DeleteCustomRoutingAcceleratorRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
432
|
-
})(DeleteCustomRoutingAcceleratorRequest || (DeleteCustomRoutingAcceleratorRequest = {}));
|
|
433
|
-
export var DeleteCustomRoutingEndpointGroupRequest;
|
|
434
|
-
(function (DeleteCustomRoutingEndpointGroupRequest) {
|
|
435
|
-
/**
|
|
436
|
-
* @internal
|
|
437
|
-
*/
|
|
438
|
-
DeleteCustomRoutingEndpointGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
439
|
-
})(DeleteCustomRoutingEndpointGroupRequest || (DeleteCustomRoutingEndpointGroupRequest = {}));
|
|
440
|
-
export var DeleteCustomRoutingListenerRequest;
|
|
441
|
-
(function (DeleteCustomRoutingListenerRequest) {
|
|
442
|
-
/**
|
|
443
|
-
* @internal
|
|
444
|
-
*/
|
|
445
|
-
DeleteCustomRoutingListenerRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
446
|
-
})(DeleteCustomRoutingListenerRequest || (DeleteCustomRoutingListenerRequest = {}));
|
|
447
|
-
export var DeleteEndpointGroupRequest;
|
|
448
|
-
(function (DeleteEndpointGroupRequest) {
|
|
449
|
-
/**
|
|
450
|
-
* @internal
|
|
451
|
-
*/
|
|
452
|
-
DeleteEndpointGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
453
|
-
})(DeleteEndpointGroupRequest || (DeleteEndpointGroupRequest = {}));
|
|
454
|
-
export var DeleteListenerRequest;
|
|
455
|
-
(function (DeleteListenerRequest) {
|
|
456
|
-
/**
|
|
457
|
-
* @internal
|
|
458
|
-
*/
|
|
459
|
-
DeleteListenerRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
460
|
-
})(DeleteListenerRequest || (DeleteListenerRequest = {}));
|
|
461
|
-
export var DenyCustomRoutingTrafficRequest;
|
|
462
|
-
(function (DenyCustomRoutingTrafficRequest) {
|
|
463
|
-
/**
|
|
464
|
-
* @internal
|
|
465
|
-
*/
|
|
466
|
-
DenyCustomRoutingTrafficRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
467
|
-
})(DenyCustomRoutingTrafficRequest || (DenyCustomRoutingTrafficRequest = {}));
|
|
468
|
-
export var DeprovisionByoipCidrRequest;
|
|
469
|
-
(function (DeprovisionByoipCidrRequest) {
|
|
470
|
-
/**
|
|
471
|
-
* @internal
|
|
472
|
-
*/
|
|
473
|
-
DeprovisionByoipCidrRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
474
|
-
})(DeprovisionByoipCidrRequest || (DeprovisionByoipCidrRequest = {}));
|
|
475
|
-
export var DeprovisionByoipCidrResponse;
|
|
476
|
-
(function (DeprovisionByoipCidrResponse) {
|
|
477
|
-
/**
|
|
478
|
-
* @internal
|
|
479
|
-
*/
|
|
480
|
-
DeprovisionByoipCidrResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
481
|
-
})(DeprovisionByoipCidrResponse || (DeprovisionByoipCidrResponse = {}));
|
|
482
|
-
export var DescribeAcceleratorRequest;
|
|
483
|
-
(function (DescribeAcceleratorRequest) {
|
|
484
|
-
/**
|
|
485
|
-
* @internal
|
|
486
|
-
*/
|
|
487
|
-
DescribeAcceleratorRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
488
|
-
})(DescribeAcceleratorRequest || (DescribeAcceleratorRequest = {}));
|
|
489
|
-
export var DescribeAcceleratorResponse;
|
|
490
|
-
(function (DescribeAcceleratorResponse) {
|
|
491
|
-
/**
|
|
492
|
-
* @internal
|
|
493
|
-
*/
|
|
494
|
-
DescribeAcceleratorResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
495
|
-
})(DescribeAcceleratorResponse || (DescribeAcceleratorResponse = {}));
|
|
496
|
-
export var DescribeAcceleratorAttributesRequest;
|
|
497
|
-
(function (DescribeAcceleratorAttributesRequest) {
|
|
498
|
-
/**
|
|
499
|
-
* @internal
|
|
500
|
-
*/
|
|
501
|
-
DescribeAcceleratorAttributesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
502
|
-
})(DescribeAcceleratorAttributesRequest || (DescribeAcceleratorAttributesRequest = {}));
|
|
503
|
-
export var DescribeAcceleratorAttributesResponse;
|
|
504
|
-
(function (DescribeAcceleratorAttributesResponse) {
|
|
505
|
-
/**
|
|
506
|
-
* @internal
|
|
507
|
-
*/
|
|
508
|
-
DescribeAcceleratorAttributesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
509
|
-
})(DescribeAcceleratorAttributesResponse || (DescribeAcceleratorAttributesResponse = {}));
|
|
510
|
-
export var DescribeCustomRoutingAcceleratorRequest;
|
|
511
|
-
(function (DescribeCustomRoutingAcceleratorRequest) {
|
|
512
|
-
/**
|
|
513
|
-
* @internal
|
|
514
|
-
*/
|
|
515
|
-
DescribeCustomRoutingAcceleratorRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
516
|
-
})(DescribeCustomRoutingAcceleratorRequest || (DescribeCustomRoutingAcceleratorRequest = {}));
|
|
517
|
-
export var DescribeCustomRoutingAcceleratorResponse;
|
|
518
|
-
(function (DescribeCustomRoutingAcceleratorResponse) {
|
|
519
|
-
/**
|
|
520
|
-
* @internal
|
|
521
|
-
*/
|
|
522
|
-
DescribeCustomRoutingAcceleratorResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
523
|
-
})(DescribeCustomRoutingAcceleratorResponse || (DescribeCustomRoutingAcceleratorResponse = {}));
|
|
524
|
-
export var DescribeCustomRoutingAcceleratorAttributesRequest;
|
|
525
|
-
(function (DescribeCustomRoutingAcceleratorAttributesRequest) {
|
|
526
|
-
/**
|
|
527
|
-
* @internal
|
|
528
|
-
*/
|
|
529
|
-
DescribeCustomRoutingAcceleratorAttributesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
530
|
-
})(DescribeCustomRoutingAcceleratorAttributesRequest || (DescribeCustomRoutingAcceleratorAttributesRequest = {}));
|
|
531
|
-
export var DescribeCustomRoutingAcceleratorAttributesResponse;
|
|
532
|
-
(function (DescribeCustomRoutingAcceleratorAttributesResponse) {
|
|
533
|
-
/**
|
|
534
|
-
* @internal
|
|
535
|
-
*/
|
|
536
|
-
DescribeCustomRoutingAcceleratorAttributesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
537
|
-
})(DescribeCustomRoutingAcceleratorAttributesResponse || (DescribeCustomRoutingAcceleratorAttributesResponse = {}));
|
|
538
|
-
export var DescribeCustomRoutingEndpointGroupRequest;
|
|
539
|
-
(function (DescribeCustomRoutingEndpointGroupRequest) {
|
|
540
|
-
/**
|
|
541
|
-
* @internal
|
|
542
|
-
*/
|
|
543
|
-
DescribeCustomRoutingEndpointGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
544
|
-
})(DescribeCustomRoutingEndpointGroupRequest || (DescribeCustomRoutingEndpointGroupRequest = {}));
|
|
545
|
-
export var DescribeCustomRoutingEndpointGroupResponse;
|
|
546
|
-
(function (DescribeCustomRoutingEndpointGroupResponse) {
|
|
547
|
-
/**
|
|
548
|
-
* @internal
|
|
549
|
-
*/
|
|
550
|
-
DescribeCustomRoutingEndpointGroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
551
|
-
})(DescribeCustomRoutingEndpointGroupResponse || (DescribeCustomRoutingEndpointGroupResponse = {}));
|
|
552
|
-
export var DescribeCustomRoutingListenerRequest;
|
|
553
|
-
(function (DescribeCustomRoutingListenerRequest) {
|
|
554
|
-
/**
|
|
555
|
-
* @internal
|
|
556
|
-
*/
|
|
557
|
-
DescribeCustomRoutingListenerRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
558
|
-
})(DescribeCustomRoutingListenerRequest || (DescribeCustomRoutingListenerRequest = {}));
|
|
559
|
-
export var DescribeCustomRoutingListenerResponse;
|
|
560
|
-
(function (DescribeCustomRoutingListenerResponse) {
|
|
561
|
-
/**
|
|
562
|
-
* @internal
|
|
563
|
-
*/
|
|
564
|
-
DescribeCustomRoutingListenerResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
565
|
-
})(DescribeCustomRoutingListenerResponse || (DescribeCustomRoutingListenerResponse = {}));
|
|
566
|
-
export var DescribeEndpointGroupRequest;
|
|
567
|
-
(function (DescribeEndpointGroupRequest) {
|
|
568
|
-
/**
|
|
569
|
-
* @internal
|
|
570
|
-
*/
|
|
571
|
-
DescribeEndpointGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
572
|
-
})(DescribeEndpointGroupRequest || (DescribeEndpointGroupRequest = {}));
|
|
573
|
-
export var DescribeEndpointGroupResponse;
|
|
574
|
-
(function (DescribeEndpointGroupResponse) {
|
|
575
|
-
/**
|
|
576
|
-
* @internal
|
|
577
|
-
*/
|
|
578
|
-
DescribeEndpointGroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
579
|
-
})(DescribeEndpointGroupResponse || (DescribeEndpointGroupResponse = {}));
|
|
580
|
-
export var DescribeListenerRequest;
|
|
581
|
-
(function (DescribeListenerRequest) {
|
|
582
|
-
/**
|
|
583
|
-
* @internal
|
|
584
|
-
*/
|
|
585
|
-
DescribeListenerRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
586
|
-
})(DescribeListenerRequest || (DescribeListenerRequest = {}));
|
|
587
|
-
export var DescribeListenerResponse;
|
|
588
|
-
(function (DescribeListenerResponse) {
|
|
589
|
-
/**
|
|
590
|
-
* @internal
|
|
591
|
-
*/
|
|
592
|
-
DescribeListenerResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
593
|
-
})(DescribeListenerResponse || (DescribeListenerResponse = {}));
|
|
594
|
-
export var SocketAddress;
|
|
595
|
-
(function (SocketAddress) {
|
|
596
|
-
/**
|
|
597
|
-
* @internal
|
|
598
|
-
*/
|
|
599
|
-
SocketAddress.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
600
|
-
})(SocketAddress || (SocketAddress = {}));
|
|
601
|
-
export var DestinationPortMapping;
|
|
602
|
-
(function (DestinationPortMapping) {
|
|
603
|
-
/**
|
|
604
|
-
* @internal
|
|
605
|
-
*/
|
|
606
|
-
DestinationPortMapping.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
607
|
-
})(DestinationPortMapping || (DestinationPortMapping = {}));
|
|
608
|
-
export var EndpointNotFoundException;
|
|
609
|
-
(function (EndpointNotFoundException) {
|
|
610
|
-
/**
|
|
611
|
-
* @internal
|
|
612
|
-
*/
|
|
613
|
-
EndpointNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
614
|
-
})(EndpointNotFoundException || (EndpointNotFoundException = {}));
|
|
615
|
-
export var InvalidNextTokenException;
|
|
616
|
-
(function (InvalidNextTokenException) {
|
|
617
|
-
/**
|
|
618
|
-
* @internal
|
|
619
|
-
*/
|
|
620
|
-
InvalidNextTokenException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
621
|
-
})(InvalidNextTokenException || (InvalidNextTokenException = {}));
|
|
622
|
-
export var ListAcceleratorsRequest;
|
|
623
|
-
(function (ListAcceleratorsRequest) {
|
|
624
|
-
/**
|
|
625
|
-
* @internal
|
|
626
|
-
*/
|
|
627
|
-
ListAcceleratorsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
628
|
-
})(ListAcceleratorsRequest || (ListAcceleratorsRequest = {}));
|
|
629
|
-
export var ListAcceleratorsResponse;
|
|
630
|
-
(function (ListAcceleratorsResponse) {
|
|
631
|
-
/**
|
|
632
|
-
* @internal
|
|
633
|
-
*/
|
|
634
|
-
ListAcceleratorsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
635
|
-
})(ListAcceleratorsResponse || (ListAcceleratorsResponse = {}));
|
|
636
|
-
export var ListByoipCidrsRequest;
|
|
637
|
-
(function (ListByoipCidrsRequest) {
|
|
638
|
-
/**
|
|
639
|
-
* @internal
|
|
640
|
-
*/
|
|
641
|
-
ListByoipCidrsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
642
|
-
})(ListByoipCidrsRequest || (ListByoipCidrsRequest = {}));
|
|
643
|
-
export var ListByoipCidrsResponse;
|
|
644
|
-
(function (ListByoipCidrsResponse) {
|
|
645
|
-
/**
|
|
646
|
-
* @internal
|
|
647
|
-
*/
|
|
648
|
-
ListByoipCidrsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
649
|
-
})(ListByoipCidrsResponse || (ListByoipCidrsResponse = {}));
|
|
650
|
-
export var ListCustomRoutingAcceleratorsRequest;
|
|
651
|
-
(function (ListCustomRoutingAcceleratorsRequest) {
|
|
652
|
-
/**
|
|
653
|
-
* @internal
|
|
654
|
-
*/
|
|
655
|
-
ListCustomRoutingAcceleratorsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
656
|
-
})(ListCustomRoutingAcceleratorsRequest || (ListCustomRoutingAcceleratorsRequest = {}));
|
|
657
|
-
export var ListCustomRoutingAcceleratorsResponse;
|
|
658
|
-
(function (ListCustomRoutingAcceleratorsResponse) {
|
|
659
|
-
/**
|
|
660
|
-
* @internal
|
|
661
|
-
*/
|
|
662
|
-
ListCustomRoutingAcceleratorsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
663
|
-
})(ListCustomRoutingAcceleratorsResponse || (ListCustomRoutingAcceleratorsResponse = {}));
|
|
664
|
-
export var ListCustomRoutingEndpointGroupsRequest;
|
|
665
|
-
(function (ListCustomRoutingEndpointGroupsRequest) {
|
|
666
|
-
/**
|
|
667
|
-
* @internal
|
|
668
|
-
*/
|
|
669
|
-
ListCustomRoutingEndpointGroupsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
670
|
-
})(ListCustomRoutingEndpointGroupsRequest || (ListCustomRoutingEndpointGroupsRequest = {}));
|
|
671
|
-
export var ListCustomRoutingEndpointGroupsResponse;
|
|
672
|
-
(function (ListCustomRoutingEndpointGroupsResponse) {
|
|
673
|
-
/**
|
|
674
|
-
* @internal
|
|
675
|
-
*/
|
|
676
|
-
ListCustomRoutingEndpointGroupsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
677
|
-
})(ListCustomRoutingEndpointGroupsResponse || (ListCustomRoutingEndpointGroupsResponse = {}));
|
|
678
|
-
export var ListCustomRoutingListenersRequest;
|
|
679
|
-
(function (ListCustomRoutingListenersRequest) {
|
|
680
|
-
/**
|
|
681
|
-
* @internal
|
|
682
|
-
*/
|
|
683
|
-
ListCustomRoutingListenersRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
684
|
-
})(ListCustomRoutingListenersRequest || (ListCustomRoutingListenersRequest = {}));
|
|
685
|
-
export var ListCustomRoutingListenersResponse;
|
|
686
|
-
(function (ListCustomRoutingListenersResponse) {
|
|
687
|
-
/**
|
|
688
|
-
* @internal
|
|
689
|
-
*/
|
|
690
|
-
ListCustomRoutingListenersResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
691
|
-
})(ListCustomRoutingListenersResponse || (ListCustomRoutingListenersResponse = {}));
|
|
692
|
-
export var ListCustomRoutingPortMappingsRequest;
|
|
693
|
-
(function (ListCustomRoutingPortMappingsRequest) {
|
|
694
|
-
/**
|
|
695
|
-
* @internal
|
|
696
|
-
*/
|
|
697
|
-
ListCustomRoutingPortMappingsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
698
|
-
})(ListCustomRoutingPortMappingsRequest || (ListCustomRoutingPortMappingsRequest = {}));
|
|
699
|
-
export var PortMapping;
|
|
700
|
-
(function (PortMapping) {
|
|
701
|
-
/**
|
|
702
|
-
* @internal
|
|
703
|
-
*/
|
|
704
|
-
PortMapping.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
705
|
-
})(PortMapping || (PortMapping = {}));
|
|
706
|
-
export var ListCustomRoutingPortMappingsResponse;
|
|
707
|
-
(function (ListCustomRoutingPortMappingsResponse) {
|
|
708
|
-
/**
|
|
709
|
-
* @internal
|
|
710
|
-
*/
|
|
711
|
-
ListCustomRoutingPortMappingsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
712
|
-
})(ListCustomRoutingPortMappingsResponse || (ListCustomRoutingPortMappingsResponse = {}));
|
|
713
|
-
export var ListCustomRoutingPortMappingsByDestinationRequest;
|
|
714
|
-
(function (ListCustomRoutingPortMappingsByDestinationRequest) {
|
|
715
|
-
/**
|
|
716
|
-
* @internal
|
|
717
|
-
*/
|
|
718
|
-
ListCustomRoutingPortMappingsByDestinationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
719
|
-
})(ListCustomRoutingPortMappingsByDestinationRequest || (ListCustomRoutingPortMappingsByDestinationRequest = {}));
|
|
720
|
-
export var ListCustomRoutingPortMappingsByDestinationResponse;
|
|
721
|
-
(function (ListCustomRoutingPortMappingsByDestinationResponse) {
|
|
722
|
-
/**
|
|
723
|
-
* @internal
|
|
724
|
-
*/
|
|
725
|
-
ListCustomRoutingPortMappingsByDestinationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
726
|
-
})(ListCustomRoutingPortMappingsByDestinationResponse || (ListCustomRoutingPortMappingsByDestinationResponse = {}));
|
|
727
|
-
export var ListEndpointGroupsRequest;
|
|
728
|
-
(function (ListEndpointGroupsRequest) {
|
|
729
|
-
/**
|
|
730
|
-
* @internal
|
|
731
|
-
*/
|
|
732
|
-
ListEndpointGroupsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
733
|
-
})(ListEndpointGroupsRequest || (ListEndpointGroupsRequest = {}));
|
|
734
|
-
export var ListEndpointGroupsResponse;
|
|
735
|
-
(function (ListEndpointGroupsResponse) {
|
|
736
|
-
/**
|
|
737
|
-
* @internal
|
|
738
|
-
*/
|
|
739
|
-
ListEndpointGroupsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
740
|
-
})(ListEndpointGroupsResponse || (ListEndpointGroupsResponse = {}));
|
|
741
|
-
export var ListListenersRequest;
|
|
742
|
-
(function (ListListenersRequest) {
|
|
743
|
-
/**
|
|
744
|
-
* @internal
|
|
745
|
-
*/
|
|
746
|
-
ListListenersRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
747
|
-
})(ListListenersRequest || (ListListenersRequest = {}));
|
|
748
|
-
export var ListListenersResponse;
|
|
749
|
-
(function (ListListenersResponse) {
|
|
750
|
-
/**
|
|
751
|
-
* @internal
|
|
752
|
-
*/
|
|
753
|
-
ListListenersResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
754
|
-
})(ListListenersResponse || (ListListenersResponse = {}));
|
|
755
|
-
export var ListTagsForResourceRequest;
|
|
756
|
-
(function (ListTagsForResourceRequest) {
|
|
757
|
-
/**
|
|
758
|
-
* @internal
|
|
759
|
-
*/
|
|
760
|
-
ListTagsForResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
761
|
-
})(ListTagsForResourceRequest || (ListTagsForResourceRequest = {}));
|
|
762
|
-
export var ListTagsForResourceResponse;
|
|
763
|
-
(function (ListTagsForResourceResponse) {
|
|
764
|
-
/**
|
|
765
|
-
* @internal
|
|
766
|
-
*/
|
|
767
|
-
ListTagsForResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
768
|
-
})(ListTagsForResourceResponse || (ListTagsForResourceResponse = {}));
|
|
769
|
-
export var ProvisionByoipCidrRequest;
|
|
770
|
-
(function (ProvisionByoipCidrRequest) {
|
|
771
|
-
/**
|
|
772
|
-
* @internal
|
|
773
|
-
*/
|
|
774
|
-
ProvisionByoipCidrRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
775
|
-
})(ProvisionByoipCidrRequest || (ProvisionByoipCidrRequest = {}));
|
|
776
|
-
export var ProvisionByoipCidrResponse;
|
|
777
|
-
(function (ProvisionByoipCidrResponse) {
|
|
778
|
-
/**
|
|
779
|
-
* @internal
|
|
780
|
-
*/
|
|
781
|
-
ProvisionByoipCidrResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
782
|
-
})(ProvisionByoipCidrResponse || (ProvisionByoipCidrResponse = {}));
|
|
783
|
-
export var RemoveCustomRoutingEndpointsRequest;
|
|
784
|
-
(function (RemoveCustomRoutingEndpointsRequest) {
|
|
785
|
-
/**
|
|
786
|
-
* @internal
|
|
787
|
-
*/
|
|
788
|
-
RemoveCustomRoutingEndpointsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
789
|
-
})(RemoveCustomRoutingEndpointsRequest || (RemoveCustomRoutingEndpointsRequest = {}));
|
|
790
|
-
export var TagResourceRequest;
|
|
791
|
-
(function (TagResourceRequest) {
|
|
792
|
-
/**
|
|
793
|
-
* @internal
|
|
794
|
-
*/
|
|
795
|
-
TagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
796
|
-
})(TagResourceRequest || (TagResourceRequest = {}));
|
|
797
|
-
export var TagResourceResponse;
|
|
798
|
-
(function (TagResourceResponse) {
|
|
799
|
-
/**
|
|
800
|
-
* @internal
|
|
801
|
-
*/
|
|
802
|
-
TagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
803
|
-
})(TagResourceResponse || (TagResourceResponse = {}));
|
|
804
|
-
export var UntagResourceRequest;
|
|
805
|
-
(function (UntagResourceRequest) {
|
|
806
|
-
/**
|
|
807
|
-
* @internal
|
|
808
|
-
*/
|
|
809
|
-
UntagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
810
|
-
})(UntagResourceRequest || (UntagResourceRequest = {}));
|
|
811
|
-
export var UntagResourceResponse;
|
|
812
|
-
(function (UntagResourceResponse) {
|
|
813
|
-
/**
|
|
814
|
-
* @internal
|
|
815
|
-
*/
|
|
816
|
-
UntagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
817
|
-
})(UntagResourceResponse || (UntagResourceResponse = {}));
|
|
818
|
-
export var UpdateAcceleratorRequest;
|
|
819
|
-
(function (UpdateAcceleratorRequest) {
|
|
820
|
-
/**
|
|
821
|
-
* @internal
|
|
822
|
-
*/
|
|
823
|
-
UpdateAcceleratorRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
824
|
-
})(UpdateAcceleratorRequest || (UpdateAcceleratorRequest = {}));
|
|
825
|
-
export var UpdateAcceleratorResponse;
|
|
826
|
-
(function (UpdateAcceleratorResponse) {
|
|
827
|
-
/**
|
|
828
|
-
* @internal
|
|
829
|
-
*/
|
|
830
|
-
UpdateAcceleratorResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
831
|
-
})(UpdateAcceleratorResponse || (UpdateAcceleratorResponse = {}));
|
|
832
|
-
export var UpdateAcceleratorAttributesRequest;
|
|
833
|
-
(function (UpdateAcceleratorAttributesRequest) {
|
|
834
|
-
/**
|
|
835
|
-
* @internal
|
|
836
|
-
*/
|
|
837
|
-
UpdateAcceleratorAttributesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
838
|
-
})(UpdateAcceleratorAttributesRequest || (UpdateAcceleratorAttributesRequest = {}));
|
|
839
|
-
export var UpdateAcceleratorAttributesResponse;
|
|
840
|
-
(function (UpdateAcceleratorAttributesResponse) {
|
|
841
|
-
/**
|
|
842
|
-
* @internal
|
|
843
|
-
*/
|
|
844
|
-
UpdateAcceleratorAttributesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
845
|
-
})(UpdateAcceleratorAttributesResponse || (UpdateAcceleratorAttributesResponse = {}));
|
|
846
|
-
export var UpdateCustomRoutingAcceleratorRequest;
|
|
847
|
-
(function (UpdateCustomRoutingAcceleratorRequest) {
|
|
848
|
-
/**
|
|
849
|
-
* @internal
|
|
850
|
-
*/
|
|
851
|
-
UpdateCustomRoutingAcceleratorRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
852
|
-
})(UpdateCustomRoutingAcceleratorRequest || (UpdateCustomRoutingAcceleratorRequest = {}));
|
|
853
|
-
export var UpdateCustomRoutingAcceleratorResponse;
|
|
854
|
-
(function (UpdateCustomRoutingAcceleratorResponse) {
|
|
855
|
-
/**
|
|
856
|
-
* @internal
|
|
857
|
-
*/
|
|
858
|
-
UpdateCustomRoutingAcceleratorResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
859
|
-
})(UpdateCustomRoutingAcceleratorResponse || (UpdateCustomRoutingAcceleratorResponse = {}));
|
|
860
|
-
export var UpdateCustomRoutingAcceleratorAttributesRequest;
|
|
861
|
-
(function (UpdateCustomRoutingAcceleratorAttributesRequest) {
|
|
862
|
-
/**
|
|
863
|
-
* @internal
|
|
864
|
-
*/
|
|
865
|
-
UpdateCustomRoutingAcceleratorAttributesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
866
|
-
})(UpdateCustomRoutingAcceleratorAttributesRequest || (UpdateCustomRoutingAcceleratorAttributesRequest = {}));
|
|
867
|
-
export var UpdateCustomRoutingAcceleratorAttributesResponse;
|
|
868
|
-
(function (UpdateCustomRoutingAcceleratorAttributesResponse) {
|
|
869
|
-
/**
|
|
870
|
-
* @internal
|
|
871
|
-
*/
|
|
872
|
-
UpdateCustomRoutingAcceleratorAttributesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
873
|
-
})(UpdateCustomRoutingAcceleratorAttributesResponse || (UpdateCustomRoutingAcceleratorAttributesResponse = {}));
|
|
874
|
-
export var UpdateCustomRoutingListenerRequest;
|
|
875
|
-
(function (UpdateCustomRoutingListenerRequest) {
|
|
876
|
-
/**
|
|
877
|
-
* @internal
|
|
878
|
-
*/
|
|
879
|
-
UpdateCustomRoutingListenerRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
880
|
-
})(UpdateCustomRoutingListenerRequest || (UpdateCustomRoutingListenerRequest = {}));
|
|
881
|
-
export var UpdateCustomRoutingListenerResponse;
|
|
882
|
-
(function (UpdateCustomRoutingListenerResponse) {
|
|
883
|
-
/**
|
|
884
|
-
* @internal
|
|
885
|
-
*/
|
|
886
|
-
UpdateCustomRoutingListenerResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
887
|
-
})(UpdateCustomRoutingListenerResponse || (UpdateCustomRoutingListenerResponse = {}));
|
|
888
|
-
export var UpdateEndpointGroupRequest;
|
|
889
|
-
(function (UpdateEndpointGroupRequest) {
|
|
890
|
-
/**
|
|
891
|
-
* @internal
|
|
892
|
-
*/
|
|
893
|
-
UpdateEndpointGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
894
|
-
})(UpdateEndpointGroupRequest || (UpdateEndpointGroupRequest = {}));
|
|
895
|
-
export var UpdateEndpointGroupResponse;
|
|
896
|
-
(function (UpdateEndpointGroupResponse) {
|
|
897
|
-
/**
|
|
898
|
-
* @internal
|
|
899
|
-
*/
|
|
900
|
-
UpdateEndpointGroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
901
|
-
})(UpdateEndpointGroupResponse || (UpdateEndpointGroupResponse = {}));
|
|
902
|
-
export var UpdateListenerRequest;
|
|
903
|
-
(function (UpdateListenerRequest) {
|
|
904
|
-
/**
|
|
905
|
-
* @internal
|
|
906
|
-
*/
|
|
907
|
-
UpdateListenerRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
908
|
-
})(UpdateListenerRequest || (UpdateListenerRequest = {}));
|
|
909
|
-
export var UpdateListenerResponse;
|
|
910
|
-
(function (UpdateListenerResponse) {
|
|
911
|
-
/**
|
|
912
|
-
* @internal
|
|
913
|
-
*/
|
|
914
|
-
UpdateListenerResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
915
|
-
})(UpdateListenerResponse || (UpdateListenerResponse = {}));
|
|
916
|
-
export var WithdrawByoipCidrRequest;
|
|
917
|
-
(function (WithdrawByoipCidrRequest) {
|
|
918
|
-
/**
|
|
919
|
-
* @internal
|
|
920
|
-
*/
|
|
921
|
-
WithdrawByoipCidrRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
922
|
-
})(WithdrawByoipCidrRequest || (WithdrawByoipCidrRequest = {}));
|
|
923
|
-
export var WithdrawByoipCidrResponse;
|
|
924
|
-
(function (WithdrawByoipCidrResponse) {
|
|
925
|
-
/**
|
|
926
|
-
* @internal
|
|
927
|
-
*/
|
|
928
|
-
WithdrawByoipCidrResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
929
|
-
})(WithdrawByoipCidrResponse || (WithdrawByoipCidrResponse = {}));
|
|
930
|
-
//# sourceMappingURL=models_0.js.map
|