@aws-sdk/client-connect 3.223.0 → 3.225.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/Connect.js +75 -0
- package/dist-cjs/commands/CreateRuleCommand.js +46 -0
- package/dist-cjs/commands/DeleteRuleCommand.js +46 -0
- package/dist-cjs/commands/DescribeRuleCommand.js +46 -0
- package/dist-cjs/commands/ListContactReferencesCommand.js +2 -1
- package/dist-cjs/commands/ListDefaultVocabulariesCommand.js +3 -3
- package/dist-cjs/commands/ListHoursOfOperationsCommand.js +3 -3
- package/dist-cjs/commands/ListInstanceAttributesCommand.js +3 -3
- package/dist-cjs/commands/ListInstanceStorageConfigsCommand.js +3 -3
- package/dist-cjs/commands/ListInstancesCommand.js +3 -3
- package/dist-cjs/commands/ListIntegrationAssociationsCommand.js +3 -3
- package/dist-cjs/commands/ListRulesCommand.js +46 -0
- package/dist-cjs/commands/UpdateRuleCommand.js +46 -0
- package/dist-cjs/commands/index.js +5 -0
- package/dist-cjs/endpoint/ruleset.js +1 -10
- package/dist-cjs/models/models_0.js +104 -134
- package/dist-cjs/models/models_1.js +139 -8
- package/dist-cjs/pagination/ListRulesPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_restJson1.js +606 -7
- package/dist-es/Connect.js +75 -0
- package/dist-es/commands/CreateRuleCommand.js +42 -0
- package/dist-es/commands/DeleteRuleCommand.js +42 -0
- package/dist-es/commands/DescribeRuleCommand.js +42 -0
- package/dist-es/commands/ListContactReferencesCommand.js +2 -1
- package/dist-es/commands/ListDefaultVocabulariesCommand.js +1 -1
- package/dist-es/commands/ListHoursOfOperationsCommand.js +1 -1
- package/dist-es/commands/ListInstanceAttributesCommand.js +1 -1
- package/dist-es/commands/ListInstanceStorageConfigsCommand.js +1 -1
- package/dist-es/commands/ListInstancesCommand.js +1 -1
- package/dist-es/commands/ListIntegrationAssociationsCommand.js +1 -1
- package/dist-es/commands/ListRulesCommand.js +42 -0
- package/dist-es/commands/UpdateRuleCommand.js +42 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/endpoint/ruleset.js +1 -10
- package/dist-es/models/models_0.js +83 -107
- package/dist-es/models/models_1.js +111 -3
- package/dist-es/pagination/ListRulesPaginator.js +32 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +589 -0
- package/dist-types/Connect.d.ts +44 -4
- package/dist-types/ConnectClient.d.ts +7 -2
- package/dist-types/commands/ClaimPhoneNumberCommand.d.ts +5 -1
- package/dist-types/commands/CreateRuleCommand.d.ts +37 -0
- package/dist-types/commands/DeleteRuleCommand.d.ts +37 -0
- package/dist-types/commands/DescribeRuleCommand.d.ts +37 -0
- package/dist-types/commands/DismissUserContactCommand.d.ts +1 -1
- package/dist-types/commands/ListContactReferencesCommand.d.ts +2 -1
- package/dist-types/commands/ListDefaultVocabulariesCommand.d.ts +1 -1
- package/dist-types/commands/ListHoursOfOperationsCommand.d.ts +1 -1
- package/dist-types/commands/ListInstanceAttributesCommand.d.ts +1 -1
- package/dist-types/commands/ListInstanceStorageConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ListIntegrationAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/ListRulesCommand.d.ts +37 -0
- package/dist-types/commands/MonitorContactCommand.d.ts +3 -2
- package/dist-types/commands/UpdateRuleCommand.d.ts +37 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +373 -516
- package/dist-types/models/models_1.d.ts +628 -29
- package/dist-types/pagination/ListRulesPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +15 -0
- package/dist-types/ts3.4/Connect.d.ts +85 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +30 -0
- package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +32 -0
- package/dist-types/ts3.4/commands/DescribeRuleCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/ListContactReferencesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListDefaultVocabulariesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListHoursOfOperationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInstanceAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInstanceStorageConfigsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListIntegrationAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/UpdateRuleCommand.d.ts +32 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +147 -249
- package/dist-types/ts3.4/models/models_1.d.ts +294 -6
- package/dist-types/ts3.4/pagination/ListRulesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +60 -0
- package/package.json +28 -28
package/dist-cjs/Connect.js
CHANGED
|
@@ -21,6 +21,7 @@ const CreateIntegrationAssociationCommand_1 = require("./commands/CreateIntegrat
|
|
|
21
21
|
const CreateQueueCommand_1 = require("./commands/CreateQueueCommand");
|
|
22
22
|
const CreateQuickConnectCommand_1 = require("./commands/CreateQuickConnectCommand");
|
|
23
23
|
const CreateRoutingProfileCommand_1 = require("./commands/CreateRoutingProfileCommand");
|
|
24
|
+
const CreateRuleCommand_1 = require("./commands/CreateRuleCommand");
|
|
24
25
|
const CreateSecurityProfileCommand_1 = require("./commands/CreateSecurityProfileCommand");
|
|
25
26
|
const CreateTaskTemplateCommand_1 = require("./commands/CreateTaskTemplateCommand");
|
|
26
27
|
const CreateTrafficDistributionGroupCommand_1 = require("./commands/CreateTrafficDistributionGroupCommand");
|
|
@@ -34,6 +35,7 @@ const DeleteHoursOfOperationCommand_1 = require("./commands/DeleteHoursOfOperati
|
|
|
34
35
|
const DeleteInstanceCommand_1 = require("./commands/DeleteInstanceCommand");
|
|
35
36
|
const DeleteIntegrationAssociationCommand_1 = require("./commands/DeleteIntegrationAssociationCommand");
|
|
36
37
|
const DeleteQuickConnectCommand_1 = require("./commands/DeleteQuickConnectCommand");
|
|
38
|
+
const DeleteRuleCommand_1 = require("./commands/DeleteRuleCommand");
|
|
37
39
|
const DeleteSecurityProfileCommand_1 = require("./commands/DeleteSecurityProfileCommand");
|
|
38
40
|
const DeleteTaskTemplateCommand_1 = require("./commands/DeleteTaskTemplateCommand");
|
|
39
41
|
const DeleteTrafficDistributionGroupCommand_1 = require("./commands/DeleteTrafficDistributionGroupCommand");
|
|
@@ -53,6 +55,7 @@ const DescribePhoneNumberCommand_1 = require("./commands/DescribePhoneNumberComm
|
|
|
53
55
|
const DescribeQueueCommand_1 = require("./commands/DescribeQueueCommand");
|
|
54
56
|
const DescribeQuickConnectCommand_1 = require("./commands/DescribeQuickConnectCommand");
|
|
55
57
|
const DescribeRoutingProfileCommand_1 = require("./commands/DescribeRoutingProfileCommand");
|
|
58
|
+
const DescribeRuleCommand_1 = require("./commands/DescribeRuleCommand");
|
|
56
59
|
const DescribeSecurityProfileCommand_1 = require("./commands/DescribeSecurityProfileCommand");
|
|
57
60
|
const DescribeTrafficDistributionGroupCommand_1 = require("./commands/DescribeTrafficDistributionGroupCommand");
|
|
58
61
|
const DescribeUserCommand_1 = require("./commands/DescribeUserCommand");
|
|
@@ -98,6 +101,7 @@ const ListQueuesCommand_1 = require("./commands/ListQueuesCommand");
|
|
|
98
101
|
const ListQuickConnectsCommand_1 = require("./commands/ListQuickConnectsCommand");
|
|
99
102
|
const ListRoutingProfileQueuesCommand_1 = require("./commands/ListRoutingProfileQueuesCommand");
|
|
100
103
|
const ListRoutingProfilesCommand_1 = require("./commands/ListRoutingProfilesCommand");
|
|
104
|
+
const ListRulesCommand_1 = require("./commands/ListRulesCommand");
|
|
101
105
|
const ListSecurityKeysCommand_1 = require("./commands/ListSecurityKeysCommand");
|
|
102
106
|
const ListSecurityProfilePermissionsCommand_1 = require("./commands/ListSecurityProfilePermissionsCommand");
|
|
103
107
|
const ListSecurityProfilesCommand_1 = require("./commands/ListSecurityProfilesCommand");
|
|
@@ -154,6 +158,7 @@ const UpdateRoutingProfileConcurrencyCommand_1 = require("./commands/UpdateRouti
|
|
|
154
158
|
const UpdateRoutingProfileDefaultOutboundQueueCommand_1 = require("./commands/UpdateRoutingProfileDefaultOutboundQueueCommand");
|
|
155
159
|
const UpdateRoutingProfileNameCommand_1 = require("./commands/UpdateRoutingProfileNameCommand");
|
|
156
160
|
const UpdateRoutingProfileQueuesCommand_1 = require("./commands/UpdateRoutingProfileQueuesCommand");
|
|
161
|
+
const UpdateRuleCommand_1 = require("./commands/UpdateRuleCommand");
|
|
157
162
|
const UpdateSecurityProfileCommand_1 = require("./commands/UpdateSecurityProfileCommand");
|
|
158
163
|
const UpdateTaskTemplateCommand_1 = require("./commands/UpdateTaskTemplateCommand");
|
|
159
164
|
const UpdateTrafficDistributionCommand_1 = require("./commands/UpdateTrafficDistributionCommand");
|
|
@@ -446,6 +451,20 @@ class Connect extends ConnectClient_1.ConnectClient {
|
|
|
446
451
|
return this.send(command, optionsOrCb);
|
|
447
452
|
}
|
|
448
453
|
}
|
|
454
|
+
createRule(args, optionsOrCb, cb) {
|
|
455
|
+
const command = new CreateRuleCommand_1.CreateRuleCommand(args);
|
|
456
|
+
if (typeof optionsOrCb === "function") {
|
|
457
|
+
this.send(command, optionsOrCb);
|
|
458
|
+
}
|
|
459
|
+
else if (typeof cb === "function") {
|
|
460
|
+
if (typeof optionsOrCb !== "object")
|
|
461
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
462
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
463
|
+
}
|
|
464
|
+
else {
|
|
465
|
+
return this.send(command, optionsOrCb);
|
|
466
|
+
}
|
|
467
|
+
}
|
|
449
468
|
createSecurityProfile(args, optionsOrCb, cb) {
|
|
450
469
|
const command = new CreateSecurityProfileCommand_1.CreateSecurityProfileCommand(args);
|
|
451
470
|
if (typeof optionsOrCb === "function") {
|
|
@@ -628,6 +647,20 @@ class Connect extends ConnectClient_1.ConnectClient {
|
|
|
628
647
|
return this.send(command, optionsOrCb);
|
|
629
648
|
}
|
|
630
649
|
}
|
|
650
|
+
deleteRule(args, optionsOrCb, cb) {
|
|
651
|
+
const command = new DeleteRuleCommand_1.DeleteRuleCommand(args);
|
|
652
|
+
if (typeof optionsOrCb === "function") {
|
|
653
|
+
this.send(command, optionsOrCb);
|
|
654
|
+
}
|
|
655
|
+
else if (typeof cb === "function") {
|
|
656
|
+
if (typeof optionsOrCb !== "object")
|
|
657
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
658
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
659
|
+
}
|
|
660
|
+
else {
|
|
661
|
+
return this.send(command, optionsOrCb);
|
|
662
|
+
}
|
|
663
|
+
}
|
|
631
664
|
deleteSecurityProfile(args, optionsOrCb, cb) {
|
|
632
665
|
const command = new DeleteSecurityProfileCommand_1.DeleteSecurityProfileCommand(args);
|
|
633
666
|
if (typeof optionsOrCb === "function") {
|
|
@@ -894,6 +927,20 @@ class Connect extends ConnectClient_1.ConnectClient {
|
|
|
894
927
|
return this.send(command, optionsOrCb);
|
|
895
928
|
}
|
|
896
929
|
}
|
|
930
|
+
describeRule(args, optionsOrCb, cb) {
|
|
931
|
+
const command = new DescribeRuleCommand_1.DescribeRuleCommand(args);
|
|
932
|
+
if (typeof optionsOrCb === "function") {
|
|
933
|
+
this.send(command, optionsOrCb);
|
|
934
|
+
}
|
|
935
|
+
else if (typeof cb === "function") {
|
|
936
|
+
if (typeof optionsOrCb !== "object")
|
|
937
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
938
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
939
|
+
}
|
|
940
|
+
else {
|
|
941
|
+
return this.send(command, optionsOrCb);
|
|
942
|
+
}
|
|
943
|
+
}
|
|
897
944
|
describeSecurityProfile(args, optionsOrCb, cb) {
|
|
898
945
|
const command = new DescribeSecurityProfileCommand_1.DescribeSecurityProfileCommand(args);
|
|
899
946
|
if (typeof optionsOrCb === "function") {
|
|
@@ -1524,6 +1571,20 @@ class Connect extends ConnectClient_1.ConnectClient {
|
|
|
1524
1571
|
return this.send(command, optionsOrCb);
|
|
1525
1572
|
}
|
|
1526
1573
|
}
|
|
1574
|
+
listRules(args, optionsOrCb, cb) {
|
|
1575
|
+
const command = new ListRulesCommand_1.ListRulesCommand(args);
|
|
1576
|
+
if (typeof optionsOrCb === "function") {
|
|
1577
|
+
this.send(command, optionsOrCb);
|
|
1578
|
+
}
|
|
1579
|
+
else if (typeof cb === "function") {
|
|
1580
|
+
if (typeof optionsOrCb !== "object")
|
|
1581
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1582
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1583
|
+
}
|
|
1584
|
+
else {
|
|
1585
|
+
return this.send(command, optionsOrCb);
|
|
1586
|
+
}
|
|
1587
|
+
}
|
|
1527
1588
|
listSecurityKeys(args, optionsOrCb, cb) {
|
|
1528
1589
|
const command = new ListSecurityKeysCommand_1.ListSecurityKeysCommand(args);
|
|
1529
1590
|
if (typeof optionsOrCb === "function") {
|
|
@@ -2308,6 +2369,20 @@ class Connect extends ConnectClient_1.ConnectClient {
|
|
|
2308
2369
|
return this.send(command, optionsOrCb);
|
|
2309
2370
|
}
|
|
2310
2371
|
}
|
|
2372
|
+
updateRule(args, optionsOrCb, cb) {
|
|
2373
|
+
const command = new UpdateRuleCommand_1.UpdateRuleCommand(args);
|
|
2374
|
+
if (typeof optionsOrCb === "function") {
|
|
2375
|
+
this.send(command, optionsOrCb);
|
|
2376
|
+
}
|
|
2377
|
+
else if (typeof cb === "function") {
|
|
2378
|
+
if (typeof optionsOrCb !== "object")
|
|
2379
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2380
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2381
|
+
}
|
|
2382
|
+
else {
|
|
2383
|
+
return this.send(command, optionsOrCb);
|
|
2384
|
+
}
|
|
2385
|
+
}
|
|
2311
2386
|
updateSecurityProfile(args, optionsOrCb, cb) {
|
|
2312
2387
|
const command = new UpdateSecurityProfileCommand_1.UpdateSecurityProfileCommand(args);
|
|
2313
2388
|
if (typeof optionsOrCb === "function") {
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateRuleCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
const models_0_1 = require("../models/models_0");
|
|
8
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
|
+
class CreateRuleCommand extends smithy_client_1.Command {
|
|
10
|
+
constructor(input) {
|
|
11
|
+
super();
|
|
12
|
+
this.input = input;
|
|
13
|
+
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateRuleCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "ConnectClient";
|
|
28
|
+
const commandName = "CreateRuleCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: models_0_1.CreateRuleRequestFilterSensitiveLog,
|
|
34
|
+
outputFilterSensitiveLog: models_0_1.CreateRuleResponseFilterSensitiveLog,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_restJson1_1.serializeAws_restJson1CreateRuleCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_restJson1_1.deserializeAws_restJson1CreateRuleCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.CreateRuleCommand = CreateRuleCommand;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeleteRuleCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
const models_0_1 = require("../models/models_0");
|
|
8
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
|
+
class DeleteRuleCommand extends smithy_client_1.Command {
|
|
10
|
+
constructor(input) {
|
|
11
|
+
super();
|
|
12
|
+
this.input = input;
|
|
13
|
+
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteRuleCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "ConnectClient";
|
|
28
|
+
const commandName = "DeleteRuleCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: models_0_1.DeleteRuleRequestFilterSensitiveLog,
|
|
34
|
+
outputFilterSensitiveLog: (output) => output,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_restJson1_1.serializeAws_restJson1DeleteRuleCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteRuleCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.DeleteRuleCommand = DeleteRuleCommand;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DescribeRuleCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
const models_0_1 = require("../models/models_0");
|
|
8
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
|
+
class DescribeRuleCommand extends smithy_client_1.Command {
|
|
10
|
+
constructor(input) {
|
|
11
|
+
super();
|
|
12
|
+
this.input = input;
|
|
13
|
+
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeRuleCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "ConnectClient";
|
|
28
|
+
const commandName = "DescribeRuleCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: models_0_1.DescribeRuleRequestFilterSensitiveLog,
|
|
34
|
+
outputFilterSensitiveLog: models_0_1.DescribeRuleResponseFilterSensitiveLog,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_restJson1_1.serializeAws_restJson1DescribeRuleCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeRuleCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.DescribeRuleCommand = DescribeRuleCommand;
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
7
|
const models_0_1 = require("../models/models_0");
|
|
8
|
+
const models_1_1 = require("../models/models_1");
|
|
8
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
10
|
class ListContactReferencesCommand extends smithy_client_1.Command {
|
|
10
11
|
constructor(input) {
|
|
@@ -31,7 +32,7 @@ class ListContactReferencesCommand extends smithy_client_1.Command {
|
|
|
31
32
|
clientName,
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: models_0_1.ListContactReferencesRequestFilterSensitiveLog,
|
|
34
|
-
outputFilterSensitiveLog:
|
|
35
|
+
outputFilterSensitiveLog: models_1_1.ListContactReferencesResponseFilterSensitiveLog,
|
|
35
36
|
};
|
|
36
37
|
const { requestHandler } = configuration;
|
|
37
38
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,7 @@ exports.ListDefaultVocabulariesCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const
|
|
7
|
+
const models_1_1 = require("../models/models_1");
|
|
8
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
9
|
class ListDefaultVocabulariesCommand extends smithy_client_1.Command {
|
|
10
10
|
constructor(input) {
|
|
@@ -30,8 +30,8 @@ class ListDefaultVocabulariesCommand extends smithy_client_1.Command {
|
|
|
30
30
|
logger,
|
|
31
31
|
clientName,
|
|
32
32
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
33
|
+
inputFilterSensitiveLog: models_1_1.ListDefaultVocabulariesRequestFilterSensitiveLog,
|
|
34
|
+
outputFilterSensitiveLog: models_1_1.ListDefaultVocabulariesResponseFilterSensitiveLog,
|
|
35
35
|
};
|
|
36
36
|
const { requestHandler } = configuration;
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,7 @@ exports.ListHoursOfOperationsCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const
|
|
7
|
+
const models_1_1 = require("../models/models_1");
|
|
8
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
9
|
class ListHoursOfOperationsCommand extends smithy_client_1.Command {
|
|
10
10
|
constructor(input) {
|
|
@@ -30,8 +30,8 @@ class ListHoursOfOperationsCommand extends smithy_client_1.Command {
|
|
|
30
30
|
logger,
|
|
31
31
|
clientName,
|
|
32
32
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
33
|
+
inputFilterSensitiveLog: models_1_1.ListHoursOfOperationsRequestFilterSensitiveLog,
|
|
34
|
+
outputFilterSensitiveLog: models_1_1.ListHoursOfOperationsResponseFilterSensitiveLog,
|
|
35
35
|
};
|
|
36
36
|
const { requestHandler } = configuration;
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,7 @@ exports.ListInstanceAttributesCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const
|
|
7
|
+
const models_1_1 = require("../models/models_1");
|
|
8
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
9
|
class ListInstanceAttributesCommand extends smithy_client_1.Command {
|
|
10
10
|
constructor(input) {
|
|
@@ -30,8 +30,8 @@ class ListInstanceAttributesCommand extends smithy_client_1.Command {
|
|
|
30
30
|
logger,
|
|
31
31
|
clientName,
|
|
32
32
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
33
|
+
inputFilterSensitiveLog: models_1_1.ListInstanceAttributesRequestFilterSensitiveLog,
|
|
34
|
+
outputFilterSensitiveLog: models_1_1.ListInstanceAttributesResponseFilterSensitiveLog,
|
|
35
35
|
};
|
|
36
36
|
const { requestHandler } = configuration;
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,7 @@ exports.ListInstanceStorageConfigsCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const
|
|
7
|
+
const models_1_1 = require("../models/models_1");
|
|
8
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
9
|
class ListInstanceStorageConfigsCommand extends smithy_client_1.Command {
|
|
10
10
|
constructor(input) {
|
|
@@ -30,8 +30,8 @@ class ListInstanceStorageConfigsCommand extends smithy_client_1.Command {
|
|
|
30
30
|
logger,
|
|
31
31
|
clientName,
|
|
32
32
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
33
|
+
inputFilterSensitiveLog: models_1_1.ListInstanceStorageConfigsRequestFilterSensitiveLog,
|
|
34
|
+
outputFilterSensitiveLog: models_1_1.ListInstanceStorageConfigsResponseFilterSensitiveLog,
|
|
35
35
|
};
|
|
36
36
|
const { requestHandler } = configuration;
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,7 @@ exports.ListInstancesCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const
|
|
7
|
+
const models_1_1 = require("../models/models_1");
|
|
8
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
9
|
class ListInstancesCommand extends smithy_client_1.Command {
|
|
10
10
|
constructor(input) {
|
|
@@ -30,8 +30,8 @@ class ListInstancesCommand extends smithy_client_1.Command {
|
|
|
30
30
|
logger,
|
|
31
31
|
clientName,
|
|
32
32
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
33
|
+
inputFilterSensitiveLog: models_1_1.ListInstancesRequestFilterSensitiveLog,
|
|
34
|
+
outputFilterSensitiveLog: models_1_1.ListInstancesResponseFilterSensitiveLog,
|
|
35
35
|
};
|
|
36
36
|
const { requestHandler } = configuration;
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,7 @@ exports.ListIntegrationAssociationsCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const
|
|
7
|
+
const models_1_1 = require("../models/models_1");
|
|
8
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
9
|
class ListIntegrationAssociationsCommand extends smithy_client_1.Command {
|
|
10
10
|
constructor(input) {
|
|
@@ -30,8 +30,8 @@ class ListIntegrationAssociationsCommand extends smithy_client_1.Command {
|
|
|
30
30
|
logger,
|
|
31
31
|
clientName,
|
|
32
32
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
33
|
+
inputFilterSensitiveLog: models_1_1.ListIntegrationAssociationsRequestFilterSensitiveLog,
|
|
34
|
+
outputFilterSensitiveLog: models_1_1.ListIntegrationAssociationsResponseFilterSensitiveLog,
|
|
35
35
|
};
|
|
36
36
|
const { requestHandler } = configuration;
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListRulesCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
const models_1_1 = require("../models/models_1");
|
|
8
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
|
+
class ListRulesCommand extends smithy_client_1.Command {
|
|
10
|
+
constructor(input) {
|
|
11
|
+
super();
|
|
12
|
+
this.input = input;
|
|
13
|
+
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListRulesCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "ConnectClient";
|
|
28
|
+
const commandName = "ListRulesCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: models_1_1.ListRulesRequestFilterSensitiveLog,
|
|
34
|
+
outputFilterSensitiveLog: models_1_1.ListRulesResponseFilterSensitiveLog,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_restJson1_1.serializeAws_restJson1ListRulesCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_restJson1_1.deserializeAws_restJson1ListRulesCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.ListRulesCommand = ListRulesCommand;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpdateRuleCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
const models_1_1 = require("../models/models_1");
|
|
8
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
|
+
class UpdateRuleCommand extends smithy_client_1.Command {
|
|
10
|
+
constructor(input) {
|
|
11
|
+
super();
|
|
12
|
+
this.input = input;
|
|
13
|
+
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UpdateRuleCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "ConnectClient";
|
|
28
|
+
const commandName = "UpdateRuleCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: models_1_1.UpdateRuleRequestFilterSensitiveLog,
|
|
34
|
+
outputFilterSensitiveLog: (output) => output,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_restJson1_1.serializeAws_restJson1UpdateRuleCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateRuleCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.UpdateRuleCommand = UpdateRuleCommand;
|
|
@@ -21,6 +21,7 @@ tslib_1.__exportStar(require("./CreateIntegrationAssociationCommand"), exports);
|
|
|
21
21
|
tslib_1.__exportStar(require("./CreateQueueCommand"), exports);
|
|
22
22
|
tslib_1.__exportStar(require("./CreateQuickConnectCommand"), exports);
|
|
23
23
|
tslib_1.__exportStar(require("./CreateRoutingProfileCommand"), exports);
|
|
24
|
+
tslib_1.__exportStar(require("./CreateRuleCommand"), exports);
|
|
24
25
|
tslib_1.__exportStar(require("./CreateSecurityProfileCommand"), exports);
|
|
25
26
|
tslib_1.__exportStar(require("./CreateTaskTemplateCommand"), exports);
|
|
26
27
|
tslib_1.__exportStar(require("./CreateTrafficDistributionGroupCommand"), exports);
|
|
@@ -34,6 +35,7 @@ tslib_1.__exportStar(require("./DeleteHoursOfOperationCommand"), exports);
|
|
|
34
35
|
tslib_1.__exportStar(require("./DeleteInstanceCommand"), exports);
|
|
35
36
|
tslib_1.__exportStar(require("./DeleteIntegrationAssociationCommand"), exports);
|
|
36
37
|
tslib_1.__exportStar(require("./DeleteQuickConnectCommand"), exports);
|
|
38
|
+
tslib_1.__exportStar(require("./DeleteRuleCommand"), exports);
|
|
37
39
|
tslib_1.__exportStar(require("./DeleteSecurityProfileCommand"), exports);
|
|
38
40
|
tslib_1.__exportStar(require("./DeleteTaskTemplateCommand"), exports);
|
|
39
41
|
tslib_1.__exportStar(require("./DeleteTrafficDistributionGroupCommand"), exports);
|
|
@@ -53,6 +55,7 @@ tslib_1.__exportStar(require("./DescribePhoneNumberCommand"), exports);
|
|
|
53
55
|
tslib_1.__exportStar(require("./DescribeQueueCommand"), exports);
|
|
54
56
|
tslib_1.__exportStar(require("./DescribeQuickConnectCommand"), exports);
|
|
55
57
|
tslib_1.__exportStar(require("./DescribeRoutingProfileCommand"), exports);
|
|
58
|
+
tslib_1.__exportStar(require("./DescribeRuleCommand"), exports);
|
|
56
59
|
tslib_1.__exportStar(require("./DescribeSecurityProfileCommand"), exports);
|
|
57
60
|
tslib_1.__exportStar(require("./DescribeTrafficDistributionGroupCommand"), exports);
|
|
58
61
|
tslib_1.__exportStar(require("./DescribeUserCommand"), exports);
|
|
@@ -98,6 +101,7 @@ tslib_1.__exportStar(require("./ListQueuesCommand"), exports);
|
|
|
98
101
|
tslib_1.__exportStar(require("./ListQuickConnectsCommand"), exports);
|
|
99
102
|
tslib_1.__exportStar(require("./ListRoutingProfileQueuesCommand"), exports);
|
|
100
103
|
tslib_1.__exportStar(require("./ListRoutingProfilesCommand"), exports);
|
|
104
|
+
tslib_1.__exportStar(require("./ListRulesCommand"), exports);
|
|
101
105
|
tslib_1.__exportStar(require("./ListSecurityKeysCommand"), exports);
|
|
102
106
|
tslib_1.__exportStar(require("./ListSecurityProfilePermissionsCommand"), exports);
|
|
103
107
|
tslib_1.__exportStar(require("./ListSecurityProfilesCommand"), exports);
|
|
@@ -154,6 +158,7 @@ tslib_1.__exportStar(require("./UpdateRoutingProfileConcurrencyCommand"), export
|
|
|
154
158
|
tslib_1.__exportStar(require("./UpdateRoutingProfileDefaultOutboundQueueCommand"), exports);
|
|
155
159
|
tslib_1.__exportStar(require("./UpdateRoutingProfileNameCommand"), exports);
|
|
156
160
|
tslib_1.__exportStar(require("./UpdateRoutingProfileQueuesCommand"), exports);
|
|
161
|
+
tslib_1.__exportStar(require("./UpdateRuleCommand"), exports);
|
|
157
162
|
tslib_1.__exportStar(require("./UpdateSecurityProfileCommand"), exports);
|
|
158
163
|
tslib_1.__exportStar(require("./UpdateTaskTemplateCommand"), exports);
|
|
159
164
|
tslib_1.__exportStar(require("./UpdateTrafficDistributionCommand"), exports);
|
|
@@ -6,7 +6,7 @@ exports.ruleSet = {
|
|
|
6
6
|
parameters: {
|
|
7
7
|
Region: {
|
|
8
8
|
builtIn: "AWS::Region",
|
|
9
|
-
required:
|
|
9
|
+
required: true,
|
|
10
10
|
documentation: "The AWS region used to dispatch the request.",
|
|
11
11
|
type: "String",
|
|
12
12
|
},
|
|
@@ -56,15 +56,6 @@ exports.ruleSet = {
|
|
|
56
56
|
},
|
|
57
57
|
],
|
|
58
58
|
},
|
|
59
|
-
{
|
|
60
|
-
fn: "parseURL",
|
|
61
|
-
argv: [
|
|
62
|
-
{
|
|
63
|
-
ref: "Endpoint",
|
|
64
|
-
},
|
|
65
|
-
],
|
|
66
|
-
assign: "url",
|
|
67
|
-
},
|
|
68
59
|
],
|
|
69
60
|
type: "tree",
|
|
70
61
|
rules: [
|