@aws-sdk/client-global-accelerator 3.649.0 → 3.650.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 +56 -168
- package/dist-es/commands/AddCustomRoutingEndpointsCommand.js +1 -3
- package/dist-es/commands/AddEndpointsCommand.js +1 -3
- package/dist-es/commands/AdvertiseByoipCidrCommand.js +1 -3
- package/dist-es/commands/AllowCustomRoutingTrafficCommand.js +1 -3
- package/dist-es/commands/CreateAcceleratorCommand.js +1 -3
- package/dist-es/commands/CreateCrossAccountAttachmentCommand.js +1 -3
- package/dist-es/commands/CreateCustomRoutingAcceleratorCommand.js +1 -3
- package/dist-es/commands/CreateCustomRoutingEndpointGroupCommand.js +1 -3
- package/dist-es/commands/CreateCustomRoutingListenerCommand.js +1 -3
- package/dist-es/commands/CreateEndpointGroupCommand.js +1 -3
- package/dist-es/commands/CreateListenerCommand.js +1 -3
- package/dist-es/commands/DeleteAcceleratorCommand.js +1 -3
- package/dist-es/commands/DeleteCrossAccountAttachmentCommand.js +1 -3
- package/dist-es/commands/DeleteCustomRoutingAcceleratorCommand.js +1 -3
- package/dist-es/commands/DeleteCustomRoutingEndpointGroupCommand.js +1 -3
- package/dist-es/commands/DeleteCustomRoutingListenerCommand.js +1 -3
- package/dist-es/commands/DeleteEndpointGroupCommand.js +1 -3
- package/dist-es/commands/DeleteListenerCommand.js +1 -3
- package/dist-es/commands/DenyCustomRoutingTrafficCommand.js +1 -3
- package/dist-es/commands/DeprovisionByoipCidrCommand.js +1 -3
- package/dist-es/commands/DescribeAcceleratorAttributesCommand.js +1 -3
- package/dist-es/commands/DescribeAcceleratorCommand.js +1 -3
- package/dist-es/commands/DescribeCrossAccountAttachmentCommand.js +1 -3
- package/dist-es/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js +1 -3
- package/dist-es/commands/DescribeCustomRoutingAcceleratorCommand.js +1 -3
- package/dist-es/commands/DescribeCustomRoutingEndpointGroupCommand.js +1 -3
- package/dist-es/commands/DescribeCustomRoutingListenerCommand.js +1 -3
- package/dist-es/commands/DescribeEndpointGroupCommand.js +1 -3
- package/dist-es/commands/DescribeListenerCommand.js +1 -3
- package/dist-es/commands/ListAcceleratorsCommand.js +1 -3
- package/dist-es/commands/ListByoipCidrsCommand.js +1 -3
- package/dist-es/commands/ListCrossAccountAttachmentsCommand.js +1 -3
- package/dist-es/commands/ListCrossAccountResourceAccountsCommand.js +1 -3
- package/dist-es/commands/ListCrossAccountResourcesCommand.js +1 -3
- package/dist-es/commands/ListCustomRoutingAcceleratorsCommand.js +1 -3
- package/dist-es/commands/ListCustomRoutingEndpointGroupsCommand.js +1 -3
- package/dist-es/commands/ListCustomRoutingListenersCommand.js +1 -3
- package/dist-es/commands/ListCustomRoutingPortMappingsByDestinationCommand.js +1 -3
- package/dist-es/commands/ListCustomRoutingPortMappingsCommand.js +1 -3
- package/dist-es/commands/ListEndpointGroupsCommand.js +1 -3
- package/dist-es/commands/ListListenersCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/ProvisionByoipCidrCommand.js +1 -3
- package/dist-es/commands/RemoveCustomRoutingEndpointsCommand.js +1 -3
- package/dist-es/commands/RemoveEndpointsCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateAcceleratorAttributesCommand.js +1 -3
- package/dist-es/commands/UpdateAcceleratorCommand.js +1 -3
- package/dist-es/commands/UpdateCrossAccountAttachmentCommand.js +1 -3
- package/dist-es/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js +1 -3
- package/dist-es/commands/UpdateCustomRoutingAcceleratorCommand.js +1 -3
- package/dist-es/commands/UpdateCustomRoutingListenerCommand.js +1 -3
- package/dist-es/commands/UpdateEndpointGroupCommand.js +1 -3
- package/dist-es/commands/UpdateListenerCommand.js +1 -3
- package/dist-es/commands/WithdrawByoipCidrCommand.js +1 -3
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-global-accelerator",
|
|
3
3
|
"description": "AWS SDK for JavaScript Global Accelerator Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.650.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-global-accelerator",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.650.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.650.0",
|
|
25
25
|
"@aws-sdk/core": "3.649.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.650.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|