@aws-sdk/client-global-accelerator 3.496.0 → 3.499.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 +38 -37
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -4909,21 +4909,15 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
4909
4909
|
// Annotate the CommonJS export names for ESM import in node:
|
|
4910
4910
|
|
|
4911
4911
|
0 && (module.exports = {
|
|
4912
|
-
|
|
4913
|
-
|
|
4914
|
-
|
|
4915
|
-
|
|
4912
|
+
GlobalAcceleratorServiceException,
|
|
4913
|
+
__Client,
|
|
4914
|
+
GlobalAcceleratorClient,
|
|
4915
|
+
GlobalAccelerator,
|
|
4916
|
+
$Command,
|
|
4916
4917
|
AddCustomRoutingEndpointsCommand,
|
|
4917
4918
|
AddEndpointsCommand,
|
|
4918
4919
|
AdvertiseByoipCidrCommand,
|
|
4919
4920
|
AllowCustomRoutingTrafficCommand,
|
|
4920
|
-
AssociatedEndpointGroupFoundException,
|
|
4921
|
-
AssociatedListenerFoundException,
|
|
4922
|
-
AttachmentNotFoundException,
|
|
4923
|
-
ByoipCidrNotFoundException,
|
|
4924
|
-
ByoipCidrState,
|
|
4925
|
-
ClientAffinity,
|
|
4926
|
-
ConflictException,
|
|
4927
4921
|
CreateAcceleratorCommand,
|
|
4928
4922
|
CreateCrossAccountAttachmentCommand,
|
|
4929
4923
|
CreateCustomRoutingAcceleratorCommand,
|
|
@@ -4931,9 +4925,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
4931
4925
|
CreateCustomRoutingListenerCommand,
|
|
4932
4926
|
CreateEndpointGroupCommand,
|
|
4933
4927
|
CreateListenerCommand,
|
|
4934
|
-
CustomRoutingAcceleratorStatus,
|
|
4935
|
-
CustomRoutingDestinationTrafficState,
|
|
4936
|
-
CustomRoutingProtocol,
|
|
4937
4928
|
DeleteAcceleratorCommand,
|
|
4938
4929
|
DeleteCrossAccountAttachmentCommand,
|
|
4939
4930
|
DeleteCustomRoutingAcceleratorCommand,
|
|
@@ -4952,23 +4943,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
4952
4943
|
DescribeCustomRoutingListenerCommand,
|
|
4953
4944
|
DescribeEndpointGroupCommand,
|
|
4954
4945
|
DescribeListenerCommand,
|
|
4955
|
-
EndpointAlreadyExistsException,
|
|
4956
|
-
EndpointGroupAlreadyExistsException,
|
|
4957
|
-
EndpointGroupNotFoundException,
|
|
4958
|
-
EndpointNotFoundException,
|
|
4959
|
-
GlobalAccelerator,
|
|
4960
|
-
GlobalAcceleratorClient,
|
|
4961
|
-
GlobalAcceleratorServiceException,
|
|
4962
|
-
HealthCheckProtocol,
|
|
4963
|
-
HealthState,
|
|
4964
|
-
IncorrectCidrStateException,
|
|
4965
|
-
InternalServiceErrorException,
|
|
4966
|
-
InvalidArgumentException,
|
|
4967
|
-
InvalidNextTokenException,
|
|
4968
|
-
InvalidPortRangeException,
|
|
4969
|
-
IpAddressFamily,
|
|
4970
|
-
IpAddressType,
|
|
4971
|
-
LimitExceededException,
|
|
4972
4946
|
ListAcceleratorsCommand,
|
|
4973
4947
|
ListByoipCidrsCommand,
|
|
4974
4948
|
ListCrossAccountAttachmentsCommand,
|
|
@@ -4982,13 +4956,10 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
4982
4956
|
ListEndpointGroupsCommand,
|
|
4983
4957
|
ListListenersCommand,
|
|
4984
4958
|
ListTagsForResourceCommand,
|
|
4985
|
-
ListenerNotFoundException,
|
|
4986
|
-
Protocol,
|
|
4987
4959
|
ProvisionByoipCidrCommand,
|
|
4988
4960
|
RemoveCustomRoutingEndpointsCommand,
|
|
4989
4961
|
RemoveEndpointsCommand,
|
|
4990
4962
|
TagResourceCommand,
|
|
4991
|
-
TransactionInProgressException,
|
|
4992
4963
|
UntagResourceCommand,
|
|
4993
4964
|
UpdateAcceleratorAttributesCommand,
|
|
4994
4965
|
UpdateAcceleratorCommand,
|
|
@@ -4999,7 +4970,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
4999
4970
|
UpdateEndpointGroupCommand,
|
|
5000
4971
|
UpdateListenerCommand,
|
|
5001
4972
|
WithdrawByoipCidrCommand,
|
|
5002
|
-
__Client,
|
|
5003
4973
|
paginateListAccelerators,
|
|
5004
4974
|
paginateListByoipCidrs,
|
|
5005
4975
|
paginateListCrossAccountAttachments,
|
|
@@ -5007,9 +4977,40 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
5007
4977
|
paginateListCustomRoutingAccelerators,
|
|
5008
4978
|
paginateListCustomRoutingEndpointGroups,
|
|
5009
4979
|
paginateListCustomRoutingListeners,
|
|
5010
|
-
paginateListCustomRoutingPortMappings,
|
|
5011
4980
|
paginateListCustomRoutingPortMappingsByDestination,
|
|
4981
|
+
paginateListCustomRoutingPortMappings,
|
|
5012
4982
|
paginateListEndpointGroups,
|
|
5013
|
-
paginateListListeners
|
|
4983
|
+
paginateListListeners,
|
|
4984
|
+
IpAddressType,
|
|
4985
|
+
IpAddressFamily,
|
|
4986
|
+
AcceleratorStatus,
|
|
4987
|
+
AcceleratorNotDisabledException,
|
|
4988
|
+
AcceleratorNotFoundException,
|
|
4989
|
+
AccessDeniedException,
|
|
4990
|
+
ConflictException,
|
|
4991
|
+
EndpointAlreadyExistsException,
|
|
4992
|
+
EndpointGroupNotFoundException,
|
|
4993
|
+
InternalServiceErrorException,
|
|
4994
|
+
InvalidArgumentException,
|
|
4995
|
+
LimitExceededException,
|
|
4996
|
+
HealthState,
|
|
4997
|
+
TransactionInProgressException,
|
|
4998
|
+
ByoipCidrState,
|
|
4999
|
+
ByoipCidrNotFoundException,
|
|
5000
|
+
IncorrectCidrStateException,
|
|
5001
|
+
AssociatedEndpointGroupFoundException,
|
|
5002
|
+
AssociatedListenerFoundException,
|
|
5003
|
+
AttachmentNotFoundException,
|
|
5004
|
+
ClientAffinity,
|
|
5005
|
+
CustomRoutingAcceleratorStatus,
|
|
5006
|
+
CustomRoutingProtocol,
|
|
5007
|
+
Protocol,
|
|
5008
|
+
EndpointGroupAlreadyExistsException,
|
|
5009
|
+
InvalidPortRangeException,
|
|
5010
|
+
ListenerNotFoundException,
|
|
5011
|
+
HealthCheckProtocol,
|
|
5012
|
+
CustomRoutingDestinationTrafficState,
|
|
5013
|
+
EndpointNotFoundException,
|
|
5014
|
+
InvalidNextTokenException
|
|
5014
5015
|
});
|
|
5015
5016
|
|
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.499.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,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|