@aws-sdk/client-global-accelerator 3.890.0 → 3.891.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-types/commands/AddCustomRoutingEndpointsCommand.d.ts +2 -0
- package/dist-types/commands/AddEndpointsCommand.d.ts +2 -0
- package/dist-types/commands/AdvertiseByoipCidrCommand.d.ts +2 -0
- package/dist-types/commands/AllowCustomRoutingTrafficCommand.d.ts +2 -0
- package/dist-types/commands/CreateAcceleratorCommand.d.ts +2 -0
- package/dist-types/commands/CreateCrossAccountAttachmentCommand.d.ts +2 -0
- package/dist-types/commands/CreateCustomRoutingAcceleratorCommand.d.ts +2 -0
- package/dist-types/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +2 -0
- package/dist-types/commands/CreateCustomRoutingListenerCommand.d.ts +2 -0
- package/dist-types/commands/CreateEndpointGroupCommand.d.ts +2 -0
- package/dist-types/commands/CreateListenerCommand.d.ts +2 -0
- package/dist-types/commands/DeleteAcceleratorCommand.d.ts +2 -0
- package/dist-types/commands/DeleteCrossAccountAttachmentCommand.d.ts +2 -0
- package/dist-types/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +2 -0
- package/dist-types/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +2 -0
- package/dist-types/commands/DeleteCustomRoutingListenerCommand.d.ts +2 -0
- package/dist-types/commands/DeleteEndpointGroupCommand.d.ts +2 -0
- package/dist-types/commands/DeleteListenerCommand.d.ts +2 -0
- package/dist-types/commands/DenyCustomRoutingTrafficCommand.d.ts +2 -0
- package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAcceleratorAttributesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAcceleratorCommand.d.ts +2 -0
- package/dist-types/commands/DescribeCrossAccountAttachmentCommand.d.ts +2 -0
- package/dist-types/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +2 -0
- package/dist-types/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +2 -0
- package/dist-types/commands/DescribeCustomRoutingListenerCommand.d.ts +2 -0
- package/dist-types/commands/DescribeEndpointGroupCommand.d.ts +2 -0
- package/dist-types/commands/DescribeListenerCommand.d.ts +2 -0
- package/dist-types/commands/ListAcceleratorsCommand.d.ts +2 -0
- package/dist-types/commands/ListByoipCidrsCommand.d.ts +2 -0
- package/dist-types/commands/ListCrossAccountAttachmentsCommand.d.ts +2 -0
- package/dist-types/commands/ListCrossAccountResourceAccountsCommand.d.ts +2 -0
- package/dist-types/commands/ListCrossAccountResourcesCommand.d.ts +2 -0
- package/dist-types/commands/ListCustomRoutingAcceleratorsCommand.d.ts +2 -0
- package/dist-types/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +2 -0
- package/dist-types/commands/ListCustomRoutingListenersCommand.d.ts +2 -0
- package/dist-types/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +2 -0
- package/dist-types/commands/ListCustomRoutingPortMappingsCommand.d.ts +2 -0
- package/dist-types/commands/ListEndpointGroupsCommand.d.ts +2 -0
- package/dist-types/commands/ListListenersCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +2 -0
- package/dist-types/commands/RemoveCustomRoutingEndpointsCommand.d.ts +2 -0
- package/dist-types/commands/RemoveEndpointsCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateAcceleratorAttributesCommand.d.ts +2 -0
- package/dist-types/commands/UpdateAcceleratorCommand.d.ts +2 -0
- package/dist-types/commands/UpdateCrossAccountAttachmentCommand.d.ts +2 -0
- package/dist-types/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +2 -0
- package/dist-types/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +2 -0
- package/dist-types/commands/UpdateCustomRoutingListenerCommand.d.ts +2 -0
- package/dist-types/commands/UpdateEndpointGroupCommand.d.ts +2 -0
- package/dist-types/commands/UpdateListenerCommand.d.ts +2 -0
- package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +2 -0
- package/package.json +10 -10
|
@@ -43,6 +43,8 @@ declare const AddCustomRoutingEndpointsCommand_base: {
|
|
|
43
43
|
* ```javascript
|
|
44
44
|
* import { GlobalAcceleratorClient, AddCustomRoutingEndpointsCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
45
45
|
* // const { GlobalAcceleratorClient, AddCustomRoutingEndpointsCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
46
|
+
* // import type { GlobalAcceleratorClientConfig } from "@aws-sdk/client-global-accelerator";
|
|
47
|
+
* const config = {}; // type is GlobalAcceleratorClientConfig
|
|
46
48
|
* const client = new GlobalAcceleratorClient(config);
|
|
47
49
|
* const input = { // AddCustomRoutingEndpointsRequest
|
|
48
50
|
* EndpointConfigurations: [ // CustomRoutingEndpointConfigurations // required
|
|
@@ -52,6 +52,8 @@ declare const AddEndpointsCommand_base: {
|
|
|
52
52
|
* ```javascript
|
|
53
53
|
* import { GlobalAcceleratorClient, AddEndpointsCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
54
54
|
* // const { GlobalAcceleratorClient, AddEndpointsCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
55
|
+
* // import type { GlobalAcceleratorClientConfig } from "@aws-sdk/client-global-accelerator";
|
|
56
|
+
* const config = {}; // type is GlobalAcceleratorClientConfig
|
|
55
57
|
* const client = new GlobalAcceleratorClient(config);
|
|
56
58
|
* const input = { // AddEndpointsRequest
|
|
57
59
|
* EndpointConfigurations: [ // EndpointConfigurations // required
|
|
@@ -39,6 +39,8 @@ declare const AdvertiseByoipCidrCommand_base: {
|
|
|
39
39
|
* ```javascript
|
|
40
40
|
* import { GlobalAcceleratorClient, AdvertiseByoipCidrCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
41
41
|
* // const { GlobalAcceleratorClient, AdvertiseByoipCidrCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
42
|
+
* // import type { GlobalAcceleratorClientConfig } from "@aws-sdk/client-global-accelerator";
|
|
43
|
+
* const config = {}; // type is GlobalAcceleratorClientConfig
|
|
42
44
|
* const client = new GlobalAcceleratorClient(config);
|
|
43
45
|
* const input = { // AdvertiseByoipCidrRequest
|
|
44
46
|
* Cidr: "STRING_VALUE", // required
|
|
@@ -38,6 +38,8 @@ declare const AllowCustomRoutingTrafficCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { GlobalAcceleratorClient, AllowCustomRoutingTrafficCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
40
40
|
* // const { GlobalAcceleratorClient, AllowCustomRoutingTrafficCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
41
|
+
* // import type { GlobalAcceleratorClientConfig } from "@aws-sdk/client-global-accelerator";
|
|
42
|
+
* const config = {}; // type is GlobalAcceleratorClientConfig
|
|
41
43
|
* const client = new GlobalAcceleratorClient(config);
|
|
42
44
|
* const input = { // AllowCustomRoutingTrafficRequest
|
|
43
45
|
* EndpointGroupArn: "STRING_VALUE", // required
|
|
@@ -39,6 +39,8 @@ declare const CreateAcceleratorCommand_base: {
|
|
|
39
39
|
* ```javascript
|
|
40
40
|
* import { GlobalAcceleratorClient, CreateAcceleratorCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
41
41
|
* // const { GlobalAcceleratorClient, CreateAcceleratorCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
42
|
+
* // import type { GlobalAcceleratorClientConfig } from "@aws-sdk/client-global-accelerator";
|
|
43
|
+
* const config = {}; // type is GlobalAcceleratorClientConfig
|
|
42
44
|
* const client = new GlobalAcceleratorClient(config);
|
|
43
45
|
* const input = { // CreateAcceleratorRequest
|
|
44
46
|
* Name: "STRING_VALUE", // required
|
|
@@ -50,6 +50,8 @@ declare const CreateCrossAccountAttachmentCommand_base: {
|
|
|
50
50
|
* ```javascript
|
|
51
51
|
* import { GlobalAcceleratorClient, CreateCrossAccountAttachmentCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
52
52
|
* // const { GlobalAcceleratorClient, CreateCrossAccountAttachmentCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
53
|
+
* // import type { GlobalAcceleratorClientConfig } from "@aws-sdk/client-global-accelerator";
|
|
54
|
+
* const config = {}; // type is GlobalAcceleratorClientConfig
|
|
53
55
|
* const client = new GlobalAcceleratorClient(config);
|
|
54
56
|
* const input = { // CreateCrossAccountAttachmentRequest
|
|
55
57
|
* Name: "STRING_VALUE", // required
|
|
@@ -43,6 +43,8 @@ declare const CreateCustomRoutingAcceleratorCommand_base: {
|
|
|
43
43
|
* ```javascript
|
|
44
44
|
* import { GlobalAcceleratorClient, CreateCustomRoutingAcceleratorCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
45
45
|
* // const { GlobalAcceleratorClient, CreateCustomRoutingAcceleratorCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
46
|
+
* // import type { GlobalAcceleratorClientConfig } from "@aws-sdk/client-global-accelerator";
|
|
47
|
+
* const config = {}; // type is GlobalAcceleratorClientConfig
|
|
46
48
|
* const client = new GlobalAcceleratorClient(config);
|
|
47
49
|
* const input = { // CreateCustomRoutingAcceleratorRequest
|
|
48
50
|
* Name: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const CreateCustomRoutingEndpointGroupCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { GlobalAcceleratorClient, CreateCustomRoutingEndpointGroupCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
37
37
|
* // const { GlobalAcceleratorClient, CreateCustomRoutingEndpointGroupCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
38
|
+
* // import type { GlobalAcceleratorClientConfig } from "@aws-sdk/client-global-accelerator";
|
|
39
|
+
* const config = {}; // type is GlobalAcceleratorClientConfig
|
|
38
40
|
* const client = new GlobalAcceleratorClient(config);
|
|
39
41
|
* const input = { // CreateCustomRoutingEndpointGroupRequest
|
|
40
42
|
* ListenerArn: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const CreateCustomRoutingListenerCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { GlobalAcceleratorClient, CreateCustomRoutingListenerCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
36
36
|
* // const { GlobalAcceleratorClient, CreateCustomRoutingListenerCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
37
|
+
* // import type { GlobalAcceleratorClientConfig } from "@aws-sdk/client-global-accelerator";
|
|
38
|
+
* const config = {}; // type is GlobalAcceleratorClientConfig
|
|
37
39
|
* const client = new GlobalAcceleratorClient(config);
|
|
38
40
|
* const input = { // CreateCustomRoutingListenerRequest
|
|
39
41
|
* AcceleratorArn: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const CreateEndpointGroupCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { GlobalAcceleratorClient, CreateEndpointGroupCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
39
39
|
* // const { GlobalAcceleratorClient, CreateEndpointGroupCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
40
|
+
* // import type { GlobalAcceleratorClientConfig } from "@aws-sdk/client-global-accelerator";
|
|
41
|
+
* const config = {}; // type is GlobalAcceleratorClientConfig
|
|
40
42
|
* const client = new GlobalAcceleratorClient(config);
|
|
41
43
|
* const input = { // CreateEndpointGroupRequest
|
|
42
44
|
* ListenerArn: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const CreateListenerCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { GlobalAcceleratorClient, CreateListenerCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
36
36
|
* // const { GlobalAcceleratorClient, CreateListenerCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
37
|
+
* // import type { GlobalAcceleratorClientConfig } from "@aws-sdk/client-global-accelerator";
|
|
38
|
+
* const config = {}; // type is GlobalAcceleratorClientConfig
|
|
37
39
|
* const client = new GlobalAcceleratorClient(config);
|
|
38
40
|
* const input = { // CreateListenerRequest
|
|
39
41
|
* AcceleratorArn: "STRING_VALUE", // required
|
|
@@ -46,6 +46,8 @@ declare const DeleteAcceleratorCommand_base: {
|
|
|
46
46
|
* ```javascript
|
|
47
47
|
* import { GlobalAcceleratorClient, DeleteAcceleratorCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
48
48
|
* // const { GlobalAcceleratorClient, DeleteAcceleratorCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
49
|
+
* // import type { GlobalAcceleratorClientConfig } from "@aws-sdk/client-global-accelerator";
|
|
50
|
+
* const config = {}; // type is GlobalAcceleratorClientConfig
|
|
49
51
|
* const client = new GlobalAcceleratorClient(config);
|
|
50
52
|
* const input = { // DeleteAcceleratorRequest
|
|
51
53
|
* AcceleratorArn: "STRING_VALUE", // required
|
|
@@ -38,6 +38,8 @@ declare const DeleteCrossAccountAttachmentCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { GlobalAcceleratorClient, DeleteCrossAccountAttachmentCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
40
40
|
* // const { GlobalAcceleratorClient, DeleteCrossAccountAttachmentCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
41
|
+
* // import type { GlobalAcceleratorClientConfig } from "@aws-sdk/client-global-accelerator";
|
|
42
|
+
* const config = {}; // type is GlobalAcceleratorClientConfig
|
|
41
43
|
* const client = new GlobalAcceleratorClient(config);
|
|
42
44
|
* const input = { // DeleteCrossAccountAttachmentRequest
|
|
43
45
|
* AttachmentArn: "STRING_VALUE", // required
|
|
@@ -46,6 +46,8 @@ declare const DeleteCustomRoutingAcceleratorCommand_base: {
|
|
|
46
46
|
* ```javascript
|
|
47
47
|
* import { GlobalAcceleratorClient, DeleteCustomRoutingAcceleratorCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
48
48
|
* // const { GlobalAcceleratorClient, DeleteCustomRoutingAcceleratorCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
49
|
+
* // import type { GlobalAcceleratorClientConfig } from "@aws-sdk/client-global-accelerator";
|
|
50
|
+
* const config = {}; // type is GlobalAcceleratorClientConfig
|
|
49
51
|
* const client = new GlobalAcceleratorClient(config);
|
|
50
52
|
* const input = { // DeleteCustomRoutingAcceleratorRequest
|
|
51
53
|
* AcceleratorArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteCustomRoutingEndpointGroupCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { GlobalAcceleratorClient, DeleteCustomRoutingEndpointGroupCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
35
35
|
* // const { GlobalAcceleratorClient, DeleteCustomRoutingEndpointGroupCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
36
|
+
* // import type { GlobalAcceleratorClientConfig } from "@aws-sdk/client-global-accelerator";
|
|
37
|
+
* const config = {}; // type is GlobalAcceleratorClientConfig
|
|
36
38
|
* const client = new GlobalAcceleratorClient(config);
|
|
37
39
|
* const input = { // DeleteCustomRoutingEndpointGroupRequest
|
|
38
40
|
* EndpointGroupArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteCustomRoutingListenerCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { GlobalAcceleratorClient, DeleteCustomRoutingListenerCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
35
35
|
* // const { GlobalAcceleratorClient, DeleteCustomRoutingListenerCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
36
|
+
* // import type { GlobalAcceleratorClientConfig } from "@aws-sdk/client-global-accelerator";
|
|
37
|
+
* const config = {}; // type is GlobalAcceleratorClientConfig
|
|
36
38
|
* const client = new GlobalAcceleratorClient(config);
|
|
37
39
|
* const input = { // DeleteCustomRoutingListenerRequest
|
|
38
40
|
* ListenerArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteEndpointGroupCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { GlobalAcceleratorClient, DeleteEndpointGroupCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
35
35
|
* // const { GlobalAcceleratorClient, DeleteEndpointGroupCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
36
|
+
* // import type { GlobalAcceleratorClientConfig } from "@aws-sdk/client-global-accelerator";
|
|
37
|
+
* const config = {}; // type is GlobalAcceleratorClientConfig
|
|
36
38
|
* const client = new GlobalAcceleratorClient(config);
|
|
37
39
|
* const input = { // DeleteEndpointGroupRequest
|
|
38
40
|
* EndpointGroupArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteListenerCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { GlobalAcceleratorClient, DeleteListenerCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
35
35
|
* // const { GlobalAcceleratorClient, DeleteListenerCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
36
|
+
* // import type { GlobalAcceleratorClientConfig } from "@aws-sdk/client-global-accelerator";
|
|
37
|
+
* const config = {}; // type is GlobalAcceleratorClientConfig
|
|
36
38
|
* const client = new GlobalAcceleratorClient(config);
|
|
37
39
|
* const input = { // DeleteListenerRequest
|
|
38
40
|
* ListenerArn: "STRING_VALUE", // required
|
|
@@ -38,6 +38,8 @@ declare const DenyCustomRoutingTrafficCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { GlobalAcceleratorClient, DenyCustomRoutingTrafficCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
40
40
|
* // const { GlobalAcceleratorClient, DenyCustomRoutingTrafficCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
41
|
+
* // import type { GlobalAcceleratorClientConfig } from "@aws-sdk/client-global-accelerator";
|
|
42
|
+
* const config = {}; // type is GlobalAcceleratorClientConfig
|
|
41
43
|
* const client = new GlobalAcceleratorClient(config);
|
|
42
44
|
* const input = { // DenyCustomRoutingTrafficRequest
|
|
43
45
|
* EndpointGroupArn: "STRING_VALUE", // required
|
|
@@ -39,6 +39,8 @@ declare const DeprovisionByoipCidrCommand_base: {
|
|
|
39
39
|
* ```javascript
|
|
40
40
|
* import { GlobalAcceleratorClient, DeprovisionByoipCidrCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
41
41
|
* // const { GlobalAcceleratorClient, DeprovisionByoipCidrCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
42
|
+
* // import type { GlobalAcceleratorClientConfig } from "@aws-sdk/client-global-accelerator";
|
|
43
|
+
* const config = {}; // type is GlobalAcceleratorClientConfig
|
|
42
44
|
* const client = new GlobalAcceleratorClient(config);
|
|
43
45
|
* const input = { // DeprovisionByoipCidrRequest
|
|
44
46
|
* Cidr: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DescribeAcceleratorAttributesCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { GlobalAcceleratorClient, DescribeAcceleratorAttributesCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
36
36
|
* // const { GlobalAcceleratorClient, DescribeAcceleratorAttributesCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
37
|
+
* // import type { GlobalAcceleratorClientConfig } from "@aws-sdk/client-global-accelerator";
|
|
38
|
+
* const config = {}; // type is GlobalAcceleratorClientConfig
|
|
37
39
|
* const client = new GlobalAcceleratorClient(config);
|
|
38
40
|
* const input = { // DescribeAcceleratorAttributesRequest
|
|
39
41
|
* AcceleratorArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeAcceleratorCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { GlobalAcceleratorClient, DescribeAcceleratorCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
35
35
|
* // const { GlobalAcceleratorClient, DescribeAcceleratorCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
36
|
+
* // import type { GlobalAcceleratorClientConfig } from "@aws-sdk/client-global-accelerator";
|
|
37
|
+
* const config = {}; // type is GlobalAcceleratorClientConfig
|
|
36
38
|
* const client = new GlobalAcceleratorClient(config);
|
|
37
39
|
* const input = { // DescribeAcceleratorRequest
|
|
38
40
|
* AcceleratorArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeCrossAccountAttachmentCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { GlobalAcceleratorClient, DescribeCrossAccountAttachmentCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
35
35
|
* // const { GlobalAcceleratorClient, DescribeCrossAccountAttachmentCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
36
|
+
* // import type { GlobalAcceleratorClientConfig } from "@aws-sdk/client-global-accelerator";
|
|
37
|
+
* const config = {}; // type is GlobalAcceleratorClientConfig
|
|
36
38
|
* const client = new GlobalAcceleratorClient(config);
|
|
37
39
|
* const input = { // DescribeCrossAccountAttachmentRequest
|
|
38
40
|
* AttachmentArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeCustomRoutingAcceleratorAttributesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { GlobalAcceleratorClient, DescribeCustomRoutingAcceleratorAttributesCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
35
35
|
* // const { GlobalAcceleratorClient, DescribeCustomRoutingAcceleratorAttributesCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
36
|
+
* // import type { GlobalAcceleratorClientConfig } from "@aws-sdk/client-global-accelerator";
|
|
37
|
+
* const config = {}; // type is GlobalAcceleratorClientConfig
|
|
36
38
|
* const client = new GlobalAcceleratorClient(config);
|
|
37
39
|
* const input = { // DescribeCustomRoutingAcceleratorAttributesRequest
|
|
38
40
|
* AcceleratorArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeCustomRoutingAcceleratorCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { GlobalAcceleratorClient, DescribeCustomRoutingAcceleratorCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
35
35
|
* // const { GlobalAcceleratorClient, DescribeCustomRoutingAcceleratorCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
36
|
+
* // import type { GlobalAcceleratorClientConfig } from "@aws-sdk/client-global-accelerator";
|
|
37
|
+
* const config = {}; // type is GlobalAcceleratorClientConfig
|
|
36
38
|
* const client = new GlobalAcceleratorClient(config);
|
|
37
39
|
* const input = { // DescribeCustomRoutingAcceleratorRequest
|
|
38
40
|
* AcceleratorArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeCustomRoutingEndpointGroupCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { GlobalAcceleratorClient, DescribeCustomRoutingEndpointGroupCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
35
35
|
* // const { GlobalAcceleratorClient, DescribeCustomRoutingEndpointGroupCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
36
|
+
* // import type { GlobalAcceleratorClientConfig } from "@aws-sdk/client-global-accelerator";
|
|
37
|
+
* const config = {}; // type is GlobalAcceleratorClientConfig
|
|
36
38
|
* const client = new GlobalAcceleratorClient(config);
|
|
37
39
|
* const input = { // DescribeCustomRoutingEndpointGroupRequest
|
|
38
40
|
* EndpointGroupArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeCustomRoutingListenerCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { GlobalAcceleratorClient, DescribeCustomRoutingListenerCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
35
35
|
* // const { GlobalAcceleratorClient, DescribeCustomRoutingListenerCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
36
|
+
* // import type { GlobalAcceleratorClientConfig } from "@aws-sdk/client-global-accelerator";
|
|
37
|
+
* const config = {}; // type is GlobalAcceleratorClientConfig
|
|
36
38
|
* const client = new GlobalAcceleratorClient(config);
|
|
37
39
|
* const input = { // DescribeCustomRoutingListenerRequest
|
|
38
40
|
* ListenerArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeEndpointGroupCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { GlobalAcceleratorClient, DescribeEndpointGroupCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
35
35
|
* // const { GlobalAcceleratorClient, DescribeEndpointGroupCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
36
|
+
* // import type { GlobalAcceleratorClientConfig } from "@aws-sdk/client-global-accelerator";
|
|
37
|
+
* const config = {}; // type is GlobalAcceleratorClientConfig
|
|
36
38
|
* const client = new GlobalAcceleratorClient(config);
|
|
37
39
|
* const input = { // DescribeEndpointGroupRequest
|
|
38
40
|
* EndpointGroupArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeListenerCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { GlobalAcceleratorClient, DescribeListenerCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
35
35
|
* // const { GlobalAcceleratorClient, DescribeListenerCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
36
|
+
* // import type { GlobalAcceleratorClientConfig } from "@aws-sdk/client-global-accelerator";
|
|
37
|
+
* const config = {}; // type is GlobalAcceleratorClientConfig
|
|
36
38
|
* const client = new GlobalAcceleratorClient(config);
|
|
37
39
|
* const input = { // DescribeListenerRequest
|
|
38
40
|
* ListenerArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListAcceleratorsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { GlobalAcceleratorClient, ListAcceleratorsCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
35
35
|
* // const { GlobalAcceleratorClient, ListAcceleratorsCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
36
|
+
* // import type { GlobalAcceleratorClientConfig } from "@aws-sdk/client-global-accelerator";
|
|
37
|
+
* const config = {}; // type is GlobalAcceleratorClientConfig
|
|
36
38
|
* const client = new GlobalAcceleratorClient(config);
|
|
37
39
|
* const input = { // ListAcceleratorsRequest
|
|
38
40
|
* MaxResults: Number("int"),
|
|
@@ -34,6 +34,8 @@ declare const ListByoipCidrsCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { GlobalAcceleratorClient, ListByoipCidrsCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
36
36
|
* // const { GlobalAcceleratorClient, ListByoipCidrsCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
37
|
+
* // import type { GlobalAcceleratorClientConfig } from "@aws-sdk/client-global-accelerator";
|
|
38
|
+
* const config = {}; // type is GlobalAcceleratorClientConfig
|
|
37
39
|
* const client = new GlobalAcceleratorClient(config);
|
|
38
40
|
* const input = { // ListByoipCidrsRequest
|
|
39
41
|
* MaxResults: Number("int"),
|
|
@@ -33,6 +33,8 @@ declare const ListCrossAccountAttachmentsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { GlobalAcceleratorClient, ListCrossAccountAttachmentsCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
35
35
|
* // const { GlobalAcceleratorClient, ListCrossAccountAttachmentsCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
36
|
+
* // import type { GlobalAcceleratorClientConfig } from "@aws-sdk/client-global-accelerator";
|
|
37
|
+
* const config = {}; // type is GlobalAcceleratorClientConfig
|
|
36
38
|
* const client = new GlobalAcceleratorClient(config);
|
|
37
39
|
* const input = { // ListCrossAccountAttachmentsRequest
|
|
38
40
|
* MaxResults: Number("int"),
|
|
@@ -36,6 +36,8 @@ declare const ListCrossAccountResourceAccountsCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { GlobalAcceleratorClient, ListCrossAccountResourceAccountsCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
38
38
|
* // const { GlobalAcceleratorClient, ListCrossAccountResourceAccountsCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
39
|
+
* // import type { GlobalAcceleratorClientConfig } from "@aws-sdk/client-global-accelerator";
|
|
40
|
+
* const config = {}; // type is GlobalAcceleratorClientConfig
|
|
39
41
|
* const client = new GlobalAcceleratorClient(config);
|
|
40
42
|
* const input = {};
|
|
41
43
|
* const command = new ListCrossAccountResourceAccountsCommand(input);
|
|
@@ -33,6 +33,8 @@ declare const ListCrossAccountResourcesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { GlobalAcceleratorClient, ListCrossAccountResourcesCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
35
35
|
* // const { GlobalAcceleratorClient, ListCrossAccountResourcesCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
36
|
+
* // import type { GlobalAcceleratorClientConfig } from "@aws-sdk/client-global-accelerator";
|
|
37
|
+
* const config = {}; // type is GlobalAcceleratorClientConfig
|
|
36
38
|
* const client = new GlobalAcceleratorClient(config);
|
|
37
39
|
* const input = { // ListCrossAccountResourcesRequest
|
|
38
40
|
* AcceleratorArn: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListCustomRoutingAcceleratorsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { GlobalAcceleratorClient, ListCustomRoutingAcceleratorsCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
35
35
|
* // const { GlobalAcceleratorClient, ListCustomRoutingAcceleratorsCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
36
|
+
* // import type { GlobalAcceleratorClientConfig } from "@aws-sdk/client-global-accelerator";
|
|
37
|
+
* const config = {}; // type is GlobalAcceleratorClientConfig
|
|
36
38
|
* const client = new GlobalAcceleratorClient(config);
|
|
37
39
|
* const input = { // ListCustomRoutingAcceleratorsRequest
|
|
38
40
|
* MaxResults: Number("int"),
|
|
@@ -33,6 +33,8 @@ declare const ListCustomRoutingEndpointGroupsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { GlobalAcceleratorClient, ListCustomRoutingEndpointGroupsCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
35
35
|
* // const { GlobalAcceleratorClient, ListCustomRoutingEndpointGroupsCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
36
|
+
* // import type { GlobalAcceleratorClientConfig } from "@aws-sdk/client-global-accelerator";
|
|
37
|
+
* const config = {}; // type is GlobalAcceleratorClientConfig
|
|
36
38
|
* const client = new GlobalAcceleratorClient(config);
|
|
37
39
|
* const input = { // ListCustomRoutingEndpointGroupsRequest
|
|
38
40
|
* ListenerArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListCustomRoutingListenersCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { GlobalAcceleratorClient, ListCustomRoutingListenersCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
35
35
|
* // const { GlobalAcceleratorClient, ListCustomRoutingListenersCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
36
|
+
* // import type { GlobalAcceleratorClientConfig } from "@aws-sdk/client-global-accelerator";
|
|
37
|
+
* const config = {}; // type is GlobalAcceleratorClientConfig
|
|
36
38
|
* const client = new GlobalAcceleratorClient(config);
|
|
37
39
|
* const input = { // ListCustomRoutingListenersRequest
|
|
38
40
|
* AcceleratorArn: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const ListCustomRoutingPortMappingsByDestinationCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { GlobalAcceleratorClient, ListCustomRoutingPortMappingsByDestinationCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
38
38
|
* // const { GlobalAcceleratorClient, ListCustomRoutingPortMappingsByDestinationCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
39
|
+
* // import type { GlobalAcceleratorClientConfig } from "@aws-sdk/client-global-accelerator";
|
|
40
|
+
* const config = {}; // type is GlobalAcceleratorClientConfig
|
|
39
41
|
* const client = new GlobalAcceleratorClient(config);
|
|
40
42
|
* const input = { // ListCustomRoutingPortMappingsByDestinationRequest
|
|
41
43
|
* EndpointId: "STRING_VALUE", // required
|
|
@@ -41,6 +41,8 @@ declare const ListCustomRoutingPortMappingsCommand_base: {
|
|
|
41
41
|
* ```javascript
|
|
42
42
|
* import { GlobalAcceleratorClient, ListCustomRoutingPortMappingsCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
43
43
|
* // const { GlobalAcceleratorClient, ListCustomRoutingPortMappingsCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
44
|
+
* // import type { GlobalAcceleratorClientConfig } from "@aws-sdk/client-global-accelerator";
|
|
45
|
+
* const config = {}; // type is GlobalAcceleratorClientConfig
|
|
44
46
|
* const client = new GlobalAcceleratorClient(config);
|
|
45
47
|
* const input = { // ListCustomRoutingPortMappingsRequest
|
|
46
48
|
* AcceleratorArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListEndpointGroupsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { GlobalAcceleratorClient, ListEndpointGroupsCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
35
35
|
* // const { GlobalAcceleratorClient, ListEndpointGroupsCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
36
|
+
* // import type { GlobalAcceleratorClientConfig } from "@aws-sdk/client-global-accelerator";
|
|
37
|
+
* const config = {}; // type is GlobalAcceleratorClientConfig
|
|
36
38
|
* const client = new GlobalAcceleratorClient(config);
|
|
37
39
|
* const input = { // ListEndpointGroupsRequest
|
|
38
40
|
* ListenerArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListListenersCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { GlobalAcceleratorClient, ListListenersCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
35
35
|
* // const { GlobalAcceleratorClient, ListListenersCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
36
|
+
* // import type { GlobalAcceleratorClientConfig } from "@aws-sdk/client-global-accelerator";
|
|
37
|
+
* const config = {}; // type is GlobalAcceleratorClientConfig
|
|
36
38
|
* const client = new GlobalAcceleratorClient(config);
|
|
37
39
|
* const input = { // ListListenersRequest
|
|
38
40
|
* AcceleratorArn: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { GlobalAcceleratorClient, ListTagsForResourceCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
37
37
|
* // const { GlobalAcceleratorClient, ListTagsForResourceCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
38
|
+
* // import type { GlobalAcceleratorClientConfig } from "@aws-sdk/client-global-accelerator";
|
|
39
|
+
* const config = {}; // type is GlobalAcceleratorClientConfig
|
|
38
40
|
* const client = new GlobalAcceleratorClient(config);
|
|
39
41
|
* const input = { // ListTagsForResourceRequest
|
|
40
42
|
* ResourceArn: "STRING_VALUE", // required
|
|
@@ -38,6 +38,8 @@ declare const ProvisionByoipCidrCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { GlobalAcceleratorClient, ProvisionByoipCidrCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
40
40
|
* // const { GlobalAcceleratorClient, ProvisionByoipCidrCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
41
|
+
* // import type { GlobalAcceleratorClientConfig } from "@aws-sdk/client-global-accelerator";
|
|
42
|
+
* const config = {}; // type is GlobalAcceleratorClientConfig
|
|
41
43
|
* const client = new GlobalAcceleratorClient(config);
|
|
42
44
|
* const input = { // ProvisionByoipCidrRequest
|
|
43
45
|
* Cidr: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const RemoveCustomRoutingEndpointsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { GlobalAcceleratorClient, RemoveCustomRoutingEndpointsCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
35
35
|
* // const { GlobalAcceleratorClient, RemoveCustomRoutingEndpointsCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
36
|
+
* // import type { GlobalAcceleratorClientConfig } from "@aws-sdk/client-global-accelerator";
|
|
37
|
+
* const config = {}; // type is GlobalAcceleratorClientConfig
|
|
36
38
|
* const client = new GlobalAcceleratorClient(config);
|
|
37
39
|
* const input = { // RemoveCustomRoutingEndpointsRequest
|
|
38
40
|
* EndpointIds: [ // EndpointIds // required
|
|
@@ -49,6 +49,8 @@ declare const RemoveEndpointsCommand_base: {
|
|
|
49
49
|
* ```javascript
|
|
50
50
|
* import { GlobalAcceleratorClient, RemoveEndpointsCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
51
51
|
* // const { GlobalAcceleratorClient, RemoveEndpointsCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
52
|
+
* // import type { GlobalAcceleratorClientConfig } from "@aws-sdk/client-global-accelerator";
|
|
53
|
+
* const config = {}; // type is GlobalAcceleratorClientConfig
|
|
52
54
|
* const client = new GlobalAcceleratorClient(config);
|
|
53
55
|
* const input = { // RemoveEndpointsRequest
|
|
54
56
|
* EndpointIdentifiers: [ // EndpointIdentifiers // required
|
|
@@ -35,6 +35,8 @@ declare const TagResourceCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { GlobalAcceleratorClient, TagResourceCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
37
37
|
* // const { GlobalAcceleratorClient, TagResourceCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
38
|
+
* // import type { GlobalAcceleratorClientConfig } from "@aws-sdk/client-global-accelerator";
|
|
39
|
+
* const config = {}; // type is GlobalAcceleratorClientConfig
|
|
38
40
|
* const client = new GlobalAcceleratorClient(config);
|
|
39
41
|
* const input = { // TagResourceRequest
|
|
40
42
|
* ResourceArn: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const UntagResourceCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { GlobalAcceleratorClient, UntagResourceCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
38
38
|
* // const { GlobalAcceleratorClient, UntagResourceCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
39
|
+
* // import type { GlobalAcceleratorClientConfig } from "@aws-sdk/client-global-accelerator";
|
|
40
|
+
* const config = {}; // type is GlobalAcceleratorClientConfig
|
|
39
41
|
* const client = new GlobalAcceleratorClient(config);
|
|
40
42
|
* const input = { // UntagResourceRequest
|
|
41
43
|
* ResourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateAcceleratorAttributesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { GlobalAcceleratorClient, UpdateAcceleratorAttributesCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
35
35
|
* // const { GlobalAcceleratorClient, UpdateAcceleratorAttributesCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
36
|
+
* // import type { GlobalAcceleratorClientConfig } from "@aws-sdk/client-global-accelerator";
|
|
37
|
+
* const config = {}; // type is GlobalAcceleratorClientConfig
|
|
36
38
|
* const client = new GlobalAcceleratorClient(config);
|
|
37
39
|
* const input = { // UpdateAcceleratorAttributesRequest
|
|
38
40
|
* AcceleratorArn: "STRING_VALUE", // required
|
|
@@ -55,6 +55,8 @@ declare const UpdateAcceleratorCommand_base: {
|
|
|
55
55
|
* ```javascript
|
|
56
56
|
* import { GlobalAcceleratorClient, UpdateAcceleratorCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
57
57
|
* // const { GlobalAcceleratorClient, UpdateAcceleratorCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
58
|
+
* // import type { GlobalAcceleratorClientConfig } from "@aws-sdk/client-global-accelerator";
|
|
59
|
+
* const config = {}; // type is GlobalAcceleratorClientConfig
|
|
58
60
|
* const client = new GlobalAcceleratorClient(config);
|
|
59
61
|
* const input = { // UpdateAcceleratorRequest
|
|
60
62
|
* AcceleratorArn: "STRING_VALUE", // required
|
|
@@ -38,6 +38,8 @@ declare const UpdateCrossAccountAttachmentCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { GlobalAcceleratorClient, UpdateCrossAccountAttachmentCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
40
40
|
* // const { GlobalAcceleratorClient, UpdateCrossAccountAttachmentCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
41
|
+
* // import type { GlobalAcceleratorClientConfig } from "@aws-sdk/client-global-accelerator";
|
|
42
|
+
* const config = {}; // type is GlobalAcceleratorClientConfig
|
|
41
43
|
* const client = new GlobalAcceleratorClient(config);
|
|
42
44
|
* const input = { // UpdateCrossAccountAttachmentRequest
|
|
43
45
|
* AttachmentArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateCustomRoutingAcceleratorAttributesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { GlobalAcceleratorClient, UpdateCustomRoutingAcceleratorAttributesCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
35
35
|
* // const { GlobalAcceleratorClient, UpdateCustomRoutingAcceleratorAttributesCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
36
|
+
* // import type { GlobalAcceleratorClientConfig } from "@aws-sdk/client-global-accelerator";
|
|
37
|
+
* const config = {}; // type is GlobalAcceleratorClientConfig
|
|
36
38
|
* const client = new GlobalAcceleratorClient(config);
|
|
37
39
|
* const input = { // UpdateCustomRoutingAcceleratorAttributesRequest
|
|
38
40
|
* AcceleratorArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateCustomRoutingAcceleratorCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { GlobalAcceleratorClient, UpdateCustomRoutingAcceleratorCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
35
35
|
* // const { GlobalAcceleratorClient, UpdateCustomRoutingAcceleratorCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
36
|
+
* // import type { GlobalAcceleratorClientConfig } from "@aws-sdk/client-global-accelerator";
|
|
37
|
+
* const config = {}; // type is GlobalAcceleratorClientConfig
|
|
36
38
|
* const client = new GlobalAcceleratorClient(config);
|
|
37
39
|
* const input = { // UpdateCustomRoutingAcceleratorRequest
|
|
38
40
|
* AcceleratorArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateCustomRoutingListenerCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { GlobalAcceleratorClient, UpdateCustomRoutingListenerCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
35
35
|
* // const { GlobalAcceleratorClient, UpdateCustomRoutingListenerCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
36
|
+
* // import type { GlobalAcceleratorClientConfig } from "@aws-sdk/client-global-accelerator";
|
|
37
|
+
* const config = {}; // type is GlobalAcceleratorClientConfig
|
|
36
38
|
* const client = new GlobalAcceleratorClient(config);
|
|
37
39
|
* const input = { // UpdateCustomRoutingListenerRequest
|
|
38
40
|
* ListenerArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateEndpointGroupCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { GlobalAcceleratorClient, UpdateEndpointGroupCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
35
35
|
* // const { GlobalAcceleratorClient, UpdateEndpointGroupCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
36
|
+
* // import type { GlobalAcceleratorClientConfig } from "@aws-sdk/client-global-accelerator";
|
|
37
|
+
* const config = {}; // type is GlobalAcceleratorClientConfig
|
|
36
38
|
* const client = new GlobalAcceleratorClient(config);
|
|
37
39
|
* const input = { // UpdateEndpointGroupRequest
|
|
38
40
|
* EndpointGroupArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateListenerCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { GlobalAcceleratorClient, UpdateListenerCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
35
35
|
* // const { GlobalAcceleratorClient, UpdateListenerCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
36
|
+
* // import type { GlobalAcceleratorClientConfig } from "@aws-sdk/client-global-accelerator";
|
|
37
|
+
* const config = {}; // type is GlobalAcceleratorClientConfig
|
|
36
38
|
* const client = new GlobalAcceleratorClient(config);
|
|
37
39
|
* const input = { // UpdateListenerRequest
|
|
38
40
|
* ListenerArn: "STRING_VALUE", // required
|
|
@@ -39,6 +39,8 @@ declare const WithdrawByoipCidrCommand_base: {
|
|
|
39
39
|
* ```javascript
|
|
40
40
|
* import { GlobalAcceleratorClient, WithdrawByoipCidrCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
41
41
|
* // const { GlobalAcceleratorClient, WithdrawByoipCidrCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
42
|
+
* // import type { GlobalAcceleratorClientConfig } from "@aws-sdk/client-global-accelerator";
|
|
43
|
+
* const config = {}; // type is GlobalAcceleratorClientConfig
|
|
42
44
|
* const client = new GlobalAcceleratorClient(config);
|
|
43
45
|
* const input = { // WithdrawByoipCidrRequest
|
|
44
46
|
* Cidr: "STRING_VALUE", // required
|
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.891.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",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.890.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.891.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.891.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.891.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.891.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.891.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.890.0",
|
|
30
30
|
"@aws-sdk/types": "3.887.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.891.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.887.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.891.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.2.2",
|
|
35
35
|
"@smithy/core": "^3.11.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.2.1",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@smithy/invalid-dependency": "^4.1.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.1.1",
|
|
40
40
|
"@smithy/middleware-endpoint": "^4.2.2",
|
|
41
|
-
"@smithy/middleware-retry": "^4.2.
|
|
41
|
+
"@smithy/middleware-retry": "^4.2.3",
|
|
42
42
|
"@smithy/middleware-serde": "^4.1.1",
|
|
43
43
|
"@smithy/middleware-stack": "^4.1.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.2.2",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"@smithy/util-defaults-mode-node": "^4.1.2",
|
|
55
55
|
"@smithy/util-endpoints": "^3.1.2",
|
|
56
56
|
"@smithy/util-middleware": "^4.1.1",
|
|
57
|
-
"@smithy/util-retry": "^4.1.
|
|
57
|
+
"@smithy/util-retry": "^4.1.2",
|
|
58
58
|
"@smithy/util-utf8": "^4.1.0",
|
|
59
59
|
"@types/uuid": "^9.0.1",
|
|
60
60
|
"tslib": "^2.6.2",
|