@aws-sdk/client-auto-scaling 3.226.0 → 3.227.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.
Files changed (81) hide show
  1. package/dist-cjs/AutoScaling.js +45 -0
  2. package/dist-cjs/commands/AttachTrafficSourcesCommand.js +46 -0
  3. package/dist-cjs/commands/DescribeTrafficSourcesCommand.js +46 -0
  4. package/dist-cjs/commands/DetachTrafficSourcesCommand.js +46 -0
  5. package/dist-cjs/commands/index.js +3 -0
  6. package/dist-cjs/endpoint/ruleset.js +1 -10
  7. package/dist-cjs/models/models_0.js +45 -4
  8. package/dist-cjs/protocols/Aws_query.js +420 -3
  9. package/dist-es/AutoScaling.js +45 -0
  10. package/dist-es/commands/AttachTrafficSourcesCommand.js +42 -0
  11. package/dist-es/commands/DescribeTrafficSourcesCommand.js +42 -0
  12. package/dist-es/commands/DetachTrafficSourcesCommand.js +42 -0
  13. package/dist-es/commands/index.js +3 -0
  14. package/dist-es/endpoint/ruleset.js +1 -10
  15. package/dist-es/models/models_0.js +30 -0
  16. package/dist-es/protocols/Aws_query.js +411 -0
  17. package/dist-types/AutoScaling.d.ts +217 -183
  18. package/dist-types/AutoScalingClient.d.ts +7 -17
  19. package/dist-types/commands/AttachInstancesCommand.d.ts +3 -3
  20. package/dist-types/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +8 -8
  21. package/dist-types/commands/AttachLoadBalancersCommand.d.ts +5 -5
  22. package/dist-types/commands/AttachTrafficSourcesCommand.d.ts +45 -0
  23. package/dist-types/commands/CancelInstanceRefreshCommand.d.ts +1 -1
  24. package/dist-types/commands/CompleteLifecycleActionCommand.d.ts +11 -11
  25. package/dist-types/commands/CreateAutoScalingGroupCommand.d.ts +4 -4
  26. package/dist-types/commands/CreateLaunchConfigurationCommand.d.ts +3 -3
  27. package/dist-types/commands/CreateOrUpdateTagsCommand.d.ts +2 -2
  28. package/dist-types/commands/DeleteAutoScalingGroupCommand.d.ts +5 -5
  29. package/dist-types/commands/DeleteLaunchConfigurationCommand.d.ts +1 -1
  30. package/dist-types/commands/DeleteLifecycleHookCommand.d.ts +1 -1
  31. package/dist-types/commands/DeletePolicyCommand.d.ts +2 -2
  32. package/dist-types/commands/DeleteWarmPoolCommand.d.ts +1 -1
  33. package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +1 -1
  34. package/dist-types/commands/DescribeAdjustmentTypesCommand.d.ts +11 -11
  35. package/dist-types/commands/DescribeAutoScalingGroupsCommand.d.ts +2 -2
  36. package/dist-types/commands/DescribeInstanceRefreshesCommand.d.ts +10 -10
  37. package/dist-types/commands/DescribeLifecycleHookTypesCommand.d.ts +8 -8
  38. package/dist-types/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +8 -3
  39. package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +4 -4
  40. package/dist-types/commands/DescribeScalingActivitiesCommand.d.ts +2 -2
  41. package/dist-types/commands/DescribeScheduledActionsCommand.d.ts +1 -1
  42. package/dist-types/commands/DescribeTagsCommand.d.ts +3 -3
  43. package/dist-types/commands/DescribeTerminationPolicyTypesCommand.d.ts +1 -1
  44. package/dist-types/commands/DescribeTrafficSourcesCommand.d.ts +41 -0
  45. package/dist-types/commands/DescribeWarmPoolCommand.d.ts +1 -1
  46. package/dist-types/commands/DetachInstancesCommand.d.ts +4 -4
  47. package/dist-types/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +6 -1
  48. package/dist-types/commands/DetachLoadBalancersCommand.d.ts +2 -2
  49. package/dist-types/commands/DetachTrafficSourcesCommand.d.ts +41 -0
  50. package/dist-types/commands/EnableMetricsCollectionCommand.d.ts +1 -1
  51. package/dist-types/commands/EnterStandbyCommand.d.ts +3 -3
  52. package/dist-types/commands/ExitStandbyCommand.d.ts +2 -2
  53. package/dist-types/commands/GetPredictiveScalingForecastCommand.d.ts +3 -3
  54. package/dist-types/commands/PutLifecycleHookCommand.d.ts +14 -14
  55. package/dist-types/commands/PutNotificationConfigurationCommand.d.ts +3 -3
  56. package/dist-types/commands/PutScalingPolicyCommand.d.ts +3 -3
  57. package/dist-types/commands/PutScheduledUpdateGroupActionCommand.d.ts +3 -3
  58. package/dist-types/commands/PutWarmPoolCommand.d.ts +2 -2
  59. package/dist-types/commands/RecordLifecycleActionHeartbeatCommand.d.ts +11 -11
  60. package/dist-types/commands/ResumeProcessesCommand.d.ts +1 -1
  61. package/dist-types/commands/SetDesiredCapacityCommand.d.ts +2 -2
  62. package/dist-types/commands/SetInstanceHealthCommand.d.ts +1 -1
  63. package/dist-types/commands/SetInstanceProtectionCommand.d.ts +2 -2
  64. package/dist-types/commands/StartInstanceRefreshCommand.d.ts +2 -2
  65. package/dist-types/commands/SuspendProcessesCommand.d.ts +2 -2
  66. package/dist-types/commands/TerminateInstanceInAutoScalingGroupCommand.d.ts +3 -3
  67. package/dist-types/commands/UpdateAutoScalingGroupCommand.d.ts +9 -9
  68. package/dist-types/commands/index.d.ts +3 -0
  69. package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  70. package/dist-types/models/models_0.d.ts +1040 -790
  71. package/dist-types/protocols/Aws_query.d.ts +9 -0
  72. package/dist-types/ts3.4/AutoScaling.d.ts +51 -0
  73. package/dist-types/ts3.4/AutoScalingClient.d.ts +18 -0
  74. package/dist-types/ts3.4/commands/AttachTrafficSourcesCommand.d.ts +41 -0
  75. package/dist-types/ts3.4/commands/DescribeTrafficSourcesCommand.d.ts +41 -0
  76. package/dist-types/ts3.4/commands/DetachTrafficSourcesCommand.d.ts +41 -0
  77. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  78. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  79. package/dist-types/ts3.4/models/models_0.d.ts +75 -3
  80. package/dist-types/ts3.4/protocols/Aws_query.d.ts +36 -0
  81. package/package.json +1 -1
@@ -2,6 +2,7 @@ import { AutoScalingClient } from "./AutoScalingClient";
2
2
  import { AttachInstancesCommand, } from "./commands/AttachInstancesCommand";
3
3
  import { AttachLoadBalancersCommand, } from "./commands/AttachLoadBalancersCommand";
4
4
  import { AttachLoadBalancerTargetGroupsCommand, } from "./commands/AttachLoadBalancerTargetGroupsCommand";
5
+ import { AttachTrafficSourcesCommand, } from "./commands/AttachTrafficSourcesCommand";
5
6
  import { BatchDeleteScheduledActionCommand, } from "./commands/BatchDeleteScheduledActionCommand";
6
7
  import { BatchPutScheduledUpdateGroupActionCommand, } from "./commands/BatchPutScheduledUpdateGroupActionCommand";
7
8
  import { CancelInstanceRefreshCommand, } from "./commands/CancelInstanceRefreshCommand";
@@ -36,10 +37,12 @@ import { DescribeScalingProcessTypesCommand, } from "./commands/DescribeScalingP
36
37
  import { DescribeScheduledActionsCommand, } from "./commands/DescribeScheduledActionsCommand";
37
38
  import { DescribeTagsCommand, } from "./commands/DescribeTagsCommand";
38
39
  import { DescribeTerminationPolicyTypesCommand, } from "./commands/DescribeTerminationPolicyTypesCommand";
40
+ import { DescribeTrafficSourcesCommand, } from "./commands/DescribeTrafficSourcesCommand";
39
41
  import { DescribeWarmPoolCommand, } from "./commands/DescribeWarmPoolCommand";
40
42
  import { DetachInstancesCommand, } from "./commands/DetachInstancesCommand";
41
43
  import { DetachLoadBalancersCommand, } from "./commands/DetachLoadBalancersCommand";
42
44
  import { DetachLoadBalancerTargetGroupsCommand, } from "./commands/DetachLoadBalancerTargetGroupsCommand";
45
+ import { DetachTrafficSourcesCommand, } from "./commands/DetachTrafficSourcesCommand";
43
46
  import { DisableMetricsCollectionCommand, } from "./commands/DisableMetricsCollectionCommand";
44
47
  import { EnableMetricsCollectionCommand, } from "./commands/EnableMetricsCollectionCommand";
45
48
  import { EnterStandbyCommand, } from "./commands/EnterStandbyCommand";
@@ -103,6 +106,20 @@ export class AutoScaling extends AutoScalingClient {
103
106
  return this.send(command, optionsOrCb);
104
107
  }
105
108
  }
109
+ attachTrafficSources(args, optionsOrCb, cb) {
110
+ const command = new AttachTrafficSourcesCommand(args);
111
+ if (typeof optionsOrCb === "function") {
112
+ this.send(command, optionsOrCb);
113
+ }
114
+ else if (typeof cb === "function") {
115
+ if (typeof optionsOrCb !== "object")
116
+ throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
117
+ this.send(command, optionsOrCb || {}, cb);
118
+ }
119
+ else {
120
+ return this.send(command, optionsOrCb);
121
+ }
122
+ }
106
123
  batchDeleteScheduledAction(args, optionsOrCb, cb) {
107
124
  const command = new BatchDeleteScheduledActionCommand(args);
108
125
  if (typeof optionsOrCb === "function") {
@@ -579,6 +596,20 @@ export class AutoScaling extends AutoScalingClient {
579
596
  return this.send(command, optionsOrCb);
580
597
  }
581
598
  }
599
+ describeTrafficSources(args, optionsOrCb, cb) {
600
+ const command = new DescribeTrafficSourcesCommand(args);
601
+ if (typeof optionsOrCb === "function") {
602
+ this.send(command, optionsOrCb);
603
+ }
604
+ else if (typeof cb === "function") {
605
+ if (typeof optionsOrCb !== "object")
606
+ throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
607
+ this.send(command, optionsOrCb || {}, cb);
608
+ }
609
+ else {
610
+ return this.send(command, optionsOrCb);
611
+ }
612
+ }
582
613
  describeWarmPool(args, optionsOrCb, cb) {
583
614
  const command = new DescribeWarmPoolCommand(args);
584
615
  if (typeof optionsOrCb === "function") {
@@ -635,6 +666,20 @@ export class AutoScaling extends AutoScalingClient {
635
666
  return this.send(command, optionsOrCb);
636
667
  }
637
668
  }
669
+ detachTrafficSources(args, optionsOrCb, cb) {
670
+ const command = new DetachTrafficSourcesCommand(args);
671
+ if (typeof optionsOrCb === "function") {
672
+ this.send(command, optionsOrCb);
673
+ }
674
+ else if (typeof cb === "function") {
675
+ if (typeof optionsOrCb !== "object")
676
+ throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
677
+ this.send(command, optionsOrCb || {}, cb);
678
+ }
679
+ else {
680
+ return this.send(command, optionsOrCb);
681
+ }
682
+ }
638
683
  disableMetricsCollection(args, optionsOrCb, cb) {
639
684
  const command = new DisableMetricsCollectionCommand(args);
640
685
  if (typeof optionsOrCb === "function") {
@@ -0,0 +1,42 @@
1
+ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { AttachTrafficSourcesResultTypeFilterSensitiveLog, AttachTrafficSourcesTypeFilterSensitiveLog, } from "../models/models_0";
5
+ import { deserializeAws_queryAttachTrafficSourcesCommand, serializeAws_queryAttachTrafficSourcesCommand, } from "../protocols/Aws_query";
6
+ export class AttachTrafficSourcesCommand extends $Command {
7
+ constructor(input) {
8
+ super();
9
+ this.input = input;
10
+ }
11
+ static getEndpointParameterInstructions() {
12
+ return {
13
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
+ Endpoint: { type: "builtInParams", name: "endpoint" },
15
+ Region: { type: "builtInParams", name: "region" },
16
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
+ };
18
+ }
19
+ resolveMiddleware(clientStack, configuration, options) {
20
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
+ this.middlewareStack.use(getEndpointPlugin(configuration, AttachTrafficSourcesCommand.getEndpointParameterInstructions()));
22
+ const stack = clientStack.concat(this.middlewareStack);
23
+ const { logger } = configuration;
24
+ const clientName = "AutoScalingClient";
25
+ const commandName = "AttachTrafficSourcesCommand";
26
+ const handlerExecutionContext = {
27
+ logger,
28
+ clientName,
29
+ commandName,
30
+ inputFilterSensitiveLog: AttachTrafficSourcesTypeFilterSensitiveLog,
31
+ outputFilterSensitiveLog: AttachTrafficSourcesResultTypeFilterSensitiveLog,
32
+ };
33
+ const { requestHandler } = configuration;
34
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
+ }
36
+ serialize(input, context) {
37
+ return serializeAws_queryAttachTrafficSourcesCommand(input, context);
38
+ }
39
+ deserialize(output, context) {
40
+ return deserializeAws_queryAttachTrafficSourcesCommand(output, context);
41
+ }
42
+ }
@@ -0,0 +1,42 @@
1
+ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { DescribeTrafficSourcesRequestFilterSensitiveLog, DescribeTrafficSourcesResponseFilterSensitiveLog, } from "../models/models_0";
5
+ import { deserializeAws_queryDescribeTrafficSourcesCommand, serializeAws_queryDescribeTrafficSourcesCommand, } from "../protocols/Aws_query";
6
+ export class DescribeTrafficSourcesCommand extends $Command {
7
+ constructor(input) {
8
+ super();
9
+ this.input = input;
10
+ }
11
+ static getEndpointParameterInstructions() {
12
+ return {
13
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
+ Endpoint: { type: "builtInParams", name: "endpoint" },
15
+ Region: { type: "builtInParams", name: "region" },
16
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
+ };
18
+ }
19
+ resolveMiddleware(clientStack, configuration, options) {
20
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
+ this.middlewareStack.use(getEndpointPlugin(configuration, DescribeTrafficSourcesCommand.getEndpointParameterInstructions()));
22
+ const stack = clientStack.concat(this.middlewareStack);
23
+ const { logger } = configuration;
24
+ const clientName = "AutoScalingClient";
25
+ const commandName = "DescribeTrafficSourcesCommand";
26
+ const handlerExecutionContext = {
27
+ logger,
28
+ clientName,
29
+ commandName,
30
+ inputFilterSensitiveLog: DescribeTrafficSourcesRequestFilterSensitiveLog,
31
+ outputFilterSensitiveLog: DescribeTrafficSourcesResponseFilterSensitiveLog,
32
+ };
33
+ const { requestHandler } = configuration;
34
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
+ }
36
+ serialize(input, context) {
37
+ return serializeAws_queryDescribeTrafficSourcesCommand(input, context);
38
+ }
39
+ deserialize(output, context) {
40
+ return deserializeAws_queryDescribeTrafficSourcesCommand(output, context);
41
+ }
42
+ }
@@ -0,0 +1,42 @@
1
+ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { DetachTrafficSourcesResultTypeFilterSensitiveLog, DetachTrafficSourcesTypeFilterSensitiveLog, } from "../models/models_0";
5
+ import { deserializeAws_queryDetachTrafficSourcesCommand, serializeAws_queryDetachTrafficSourcesCommand, } from "../protocols/Aws_query";
6
+ export class DetachTrafficSourcesCommand extends $Command {
7
+ constructor(input) {
8
+ super();
9
+ this.input = input;
10
+ }
11
+ static getEndpointParameterInstructions() {
12
+ return {
13
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
+ Endpoint: { type: "builtInParams", name: "endpoint" },
15
+ Region: { type: "builtInParams", name: "region" },
16
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
+ };
18
+ }
19
+ resolveMiddleware(clientStack, configuration, options) {
20
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
+ this.middlewareStack.use(getEndpointPlugin(configuration, DetachTrafficSourcesCommand.getEndpointParameterInstructions()));
22
+ const stack = clientStack.concat(this.middlewareStack);
23
+ const { logger } = configuration;
24
+ const clientName = "AutoScalingClient";
25
+ const commandName = "DetachTrafficSourcesCommand";
26
+ const handlerExecutionContext = {
27
+ logger,
28
+ clientName,
29
+ commandName,
30
+ inputFilterSensitiveLog: DetachTrafficSourcesTypeFilterSensitiveLog,
31
+ outputFilterSensitiveLog: DetachTrafficSourcesResultTypeFilterSensitiveLog,
32
+ };
33
+ const { requestHandler } = configuration;
34
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
+ }
36
+ serialize(input, context) {
37
+ return serializeAws_queryDetachTrafficSourcesCommand(input, context);
38
+ }
39
+ deserialize(output, context) {
40
+ return deserializeAws_queryDetachTrafficSourcesCommand(output, context);
41
+ }
42
+ }
@@ -1,6 +1,7 @@
1
1
  export * from "./AttachInstancesCommand";
2
2
  export * from "./AttachLoadBalancerTargetGroupsCommand";
3
3
  export * from "./AttachLoadBalancersCommand";
4
+ export * from "./AttachTrafficSourcesCommand";
4
5
  export * from "./BatchDeleteScheduledActionCommand";
5
6
  export * from "./BatchPutScheduledUpdateGroupActionCommand";
6
7
  export * from "./CancelInstanceRefreshCommand";
@@ -35,10 +36,12 @@ export * from "./DescribeScalingProcessTypesCommand";
35
36
  export * from "./DescribeScheduledActionsCommand";
36
37
  export * from "./DescribeTagsCommand";
37
38
  export * from "./DescribeTerminationPolicyTypesCommand";
39
+ export * from "./DescribeTrafficSourcesCommand";
38
40
  export * from "./DescribeWarmPoolCommand";
39
41
  export * from "./DetachInstancesCommand";
40
42
  export * from "./DetachLoadBalancerTargetGroupsCommand";
41
43
  export * from "./DetachLoadBalancersCommand";
44
+ export * from "./DetachTrafficSourcesCommand";
42
45
  export * from "./DisableMetricsCollectionCommand";
43
46
  export * from "./EnableMetricsCollectionCommand";
44
47
  export * from "./EnterStandbyCommand";
@@ -3,7 +3,7 @@ export const ruleSet = {
3
3
  parameters: {
4
4
  Region: {
5
5
  builtIn: "AWS::Region",
6
- required: false,
6
+ required: true,
7
7
  documentation: "The AWS region used to dispatch the request.",
8
8
  type: "String",
9
9
  },
@@ -53,15 +53,6 @@ export const ruleSet = {
53
53
  },
54
54
  ],
55
55
  },
56
- {
57
- fn: "parseURL",
58
- argv: [
59
- {
60
- ref: "Endpoint",
61
- },
62
- ],
63
- assign: "url",
64
- },
65
56
  ],
66
57
  type: "tree",
67
58
  rules: [
@@ -320,6 +320,15 @@ export const AttachLoadBalancerTargetGroupsResultTypeFilterSensitiveLog = (obj)
320
320
  export const AttachLoadBalancerTargetGroupsTypeFilterSensitiveLog = (obj) => ({
321
321
  ...obj,
322
322
  });
323
+ export const AttachTrafficSourcesResultTypeFilterSensitiveLog = (obj) => ({
324
+ ...obj,
325
+ });
326
+ export const TrafficSourceIdentifierFilterSensitiveLog = (obj) => ({
327
+ ...obj,
328
+ });
329
+ export const AttachTrafficSourcesTypeFilterSensitiveLog = (obj) => ({
330
+ ...obj,
331
+ });
323
332
  export const FailedScheduledUpdateGroupActionRequestFilterSensitiveLog = (obj) => ({
324
333
  ...obj,
325
334
  });
@@ -617,6 +626,12 @@ export const PredictiveScalingConfigurationFilterSensitiveLog = (obj) => ({
617
626
  export const StepAdjustmentFilterSensitiveLog = (obj) => ({
618
627
  ...obj,
619
628
  });
629
+ export const TargetTrackingMetricStatFilterSensitiveLog = (obj) => ({
630
+ ...obj,
631
+ });
632
+ export const TargetTrackingMetricDataQueryFilterSensitiveLog = (obj) => ({
633
+ ...obj,
634
+ });
620
635
  export const CustomizedMetricSpecificationFilterSensitiveLog = (obj) => ({
621
636
  ...obj,
622
637
  });
@@ -659,6 +674,15 @@ export const TagsTypeFilterSensitiveLog = (obj) => ({
659
674
  export const DescribeTerminationPolicyTypesAnswerFilterSensitiveLog = (obj) => ({
660
675
  ...obj,
661
676
  });
677
+ export const DescribeTrafficSourcesRequestFilterSensitiveLog = (obj) => ({
678
+ ...obj,
679
+ });
680
+ export const TrafficSourceStateFilterSensitiveLog = (obj) => ({
681
+ ...obj,
682
+ });
683
+ export const DescribeTrafficSourcesResponseFilterSensitiveLog = (obj) => ({
684
+ ...obj,
685
+ });
662
686
  export const DescribeWarmPoolAnswerFilterSensitiveLog = (obj) => ({
663
687
  ...obj,
664
688
  });
@@ -683,6 +707,12 @@ export const DetachLoadBalancerTargetGroupsResultTypeFilterSensitiveLog = (obj)
683
707
  export const DetachLoadBalancerTargetGroupsTypeFilterSensitiveLog = (obj) => ({
684
708
  ...obj,
685
709
  });
710
+ export const DetachTrafficSourcesResultTypeFilterSensitiveLog = (obj) => ({
711
+ ...obj,
712
+ });
713
+ export const DetachTrafficSourcesTypeFilterSensitiveLog = (obj) => ({
714
+ ...obj,
715
+ });
686
716
  export const DisableMetricsCollectionQueryFilterSensitiveLog = (obj) => ({
687
717
  ...obj,
688
718
  });