@aws-sdk/client-global-accelerator 3.1087.0 → 3.1089.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/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/GlobalAccelerator.d.ts +180 -207
- package/dist-types/ts3.4/GlobalAcceleratorClient.d.ts +6 -19
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AddCustomRoutingEndpointsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AddEndpointsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/AllowCustomRoutingTrafficCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateAcceleratorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateCrossAccountAttachmentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateCustomRoutingAcceleratorCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateCustomRoutingListenerCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateEndpointGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteAcceleratorCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteCrossAccountAttachmentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteCustomRoutingListenerCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteEndpointGroupCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DenyCustomRoutingTrafficCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeAcceleratorAttributesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeAcceleratorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeCrossAccountAttachmentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeCustomRoutingListenerCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeEndpointGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeListenerCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListAcceleratorsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListByoipCidrsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListCrossAccountAttachmentsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListCrossAccountResourceAccountsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListCrossAccountResourcesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListCustomRoutingAcceleratorsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListCustomRoutingListenersCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListEndpointGroupsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListListenersCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RemoveCustomRoutingEndpointsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RemoveEndpointsCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateAcceleratorAttributesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateAcceleratorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateCrossAccountAttachmentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateCustomRoutingListenerCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateEndpointGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateListenerCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +5 -10
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +5 -10
- package/dist-types/ts3.4/models/errors.d.ts +19 -69
- package/dist-types/ts3.4/models/models_0.d.ts +1 -3
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
- package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38