@aws-sdk/client-global-accelerator 3.183.0 → 3.185.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 +11 -0
- package/dist-cjs/protocols/Aws_json1_1.js +2 -2
- package/dist-es/GlobalAccelerator.js +197 -190
- package/dist-es/GlobalAcceleratorClient.js +28 -22
- package/dist-es/commands/AddCustomRoutingEndpointsCommand.js +28 -21
- package/dist-es/commands/AdvertiseByoipCidrCommand.js +28 -21
- package/dist-es/commands/AllowCustomRoutingTrafficCommand.js +29 -22
- package/dist-es/commands/CreateAcceleratorCommand.js +28 -21
- package/dist-es/commands/CreateCustomRoutingAcceleratorCommand.js +28 -21
- package/dist-es/commands/CreateCustomRoutingEndpointGroupCommand.js +28 -21
- package/dist-es/commands/CreateCustomRoutingListenerCommand.js +28 -21
- package/dist-es/commands/CreateEndpointGroupCommand.js +28 -21
- package/dist-es/commands/CreateListenerCommand.js +28 -21
- package/dist-es/commands/DeleteAcceleratorCommand.js +29 -22
- package/dist-es/commands/DeleteCustomRoutingAcceleratorCommand.js +29 -22
- package/dist-es/commands/DeleteCustomRoutingEndpointGroupCommand.js +29 -22
- package/dist-es/commands/DeleteCustomRoutingListenerCommand.js +29 -22
- package/dist-es/commands/DeleteEndpointGroupCommand.js +29 -22
- package/dist-es/commands/DeleteListenerCommand.js +29 -22
- package/dist-es/commands/DenyCustomRoutingTrafficCommand.js +29 -22
- package/dist-es/commands/DeprovisionByoipCidrCommand.js +28 -21
- package/dist-es/commands/DescribeAcceleratorAttributesCommand.js +28 -21
- package/dist-es/commands/DescribeAcceleratorCommand.js +28 -21
- package/dist-es/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js +28 -21
- package/dist-es/commands/DescribeCustomRoutingAcceleratorCommand.js +28 -21
- package/dist-es/commands/DescribeCustomRoutingEndpointGroupCommand.js +28 -21
- package/dist-es/commands/DescribeCustomRoutingListenerCommand.js +28 -21
- package/dist-es/commands/DescribeEndpointGroupCommand.js +28 -21
- package/dist-es/commands/DescribeListenerCommand.js +28 -21
- package/dist-es/commands/ListAcceleratorsCommand.js +28 -21
- package/dist-es/commands/ListByoipCidrsCommand.js +28 -21
- package/dist-es/commands/ListCustomRoutingAcceleratorsCommand.js +28 -21
- package/dist-es/commands/ListCustomRoutingEndpointGroupsCommand.js +28 -21
- package/dist-es/commands/ListCustomRoutingListenersCommand.js +28 -21
- package/dist-es/commands/ListCustomRoutingPortMappingsByDestinationCommand.js +28 -21
- package/dist-es/commands/ListCustomRoutingPortMappingsCommand.js +28 -21
- package/dist-es/commands/ListEndpointGroupsCommand.js +28 -21
- package/dist-es/commands/ListListenersCommand.js +28 -21
- package/dist-es/commands/ListTagsForResourceCommand.js +28 -21
- package/dist-es/commands/ProvisionByoipCidrCommand.js +28 -21
- package/dist-es/commands/RemoveCustomRoutingEndpointsCommand.js +29 -22
- package/dist-es/commands/TagResourceCommand.js +28 -21
- package/dist-es/commands/UntagResourceCommand.js +28 -21
- package/dist-es/commands/UpdateAcceleratorAttributesCommand.js +28 -21
- package/dist-es/commands/UpdateAcceleratorCommand.js +28 -21
- package/dist-es/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js +28 -21
- package/dist-es/commands/UpdateCustomRoutingAcceleratorCommand.js +28 -21
- package/dist-es/commands/UpdateCustomRoutingListenerCommand.js +28 -21
- package/dist-es/commands/UpdateEndpointGroupCommand.js +28 -21
- package/dist-es/commands/UpdateListenerCommand.js +28 -21
- package/dist-es/commands/WithdrawByoipCidrCommand.js +28 -21
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/GlobalAcceleratorServiceException.js +10 -5
- package/dist-es/models/models_0.js +327 -546
- package/dist-es/pagination/ListAcceleratorsPaginator.js +68 -25
- package/dist-es/pagination/ListByoipCidrsPaginator.js +68 -25
- package/dist-es/pagination/ListCustomRoutingAcceleratorsPaginator.js +68 -25
- package/dist-es/pagination/ListCustomRoutingEndpointGroupsPaginator.js +68 -25
- package/dist-es/pagination/ListCustomRoutingListenersPaginator.js +68 -25
- package/dist-es/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.js +68 -25
- package/dist-es/pagination/ListCustomRoutingPortMappingsPaginator.js +68 -25
- package/dist-es/pagination/ListEndpointGroupsPaginator.js +68 -25
- package/dist-es/pagination/ListListenersPaginator.js +68 -25
- package/dist-es/protocols/Aws_json1_1.js +4071 -3127
- package/dist-es/runtimeConfig.browser.js +12 -26
- package/dist-es/runtimeConfig.js +12 -30
- package/dist-es/runtimeConfig.native.js +5 -8
- package/dist-es/runtimeConfig.shared.js +11 -8
- package/package.json +5 -5
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.