@aws-sdk/client-lookoutequipment 3.378.0 → 3.381.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 (99) hide show
  1. package/README.md +64 -0
  2. package/dist-cjs/LookoutEquipment.js +16 -0
  3. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +46 -0
  4. package/dist-cjs/commands/DescribeModelVersionCommand.js +46 -0
  5. package/dist-cjs/commands/DescribeResourcePolicyCommand.js +46 -0
  6. package/dist-cjs/commands/ImportDatasetCommand.js +46 -0
  7. package/dist-cjs/commands/ImportModelVersionCommand.js +46 -0
  8. package/dist-cjs/commands/ListModelVersionsCommand.js +46 -0
  9. package/dist-cjs/commands/PutResourcePolicyCommand.js +46 -0
  10. package/dist-cjs/commands/UpdateActiveModelVersionCommand.js +46 -0
  11. package/dist-cjs/commands/index.js +8 -0
  12. package/dist-cjs/endpoint/ruleset.js +3 -3
  13. package/dist-cjs/models/models_0.js +16 -1
  14. package/dist-cjs/pagination/ListModelVersionsPaginator.js +29 -0
  15. package/dist-cjs/pagination/index.js +1 -0
  16. package/dist-cjs/protocols/Aws_json1_0.js +559 -2
  17. package/dist-es/LookoutEquipment.js +16 -0
  18. package/dist-es/commands/DeleteResourcePolicyCommand.js +42 -0
  19. package/dist-es/commands/DescribeModelVersionCommand.js +42 -0
  20. package/dist-es/commands/DescribeResourcePolicyCommand.js +42 -0
  21. package/dist-es/commands/ImportDatasetCommand.js +42 -0
  22. package/dist-es/commands/ImportModelVersionCommand.js +42 -0
  23. package/dist-es/commands/ListModelVersionsCommand.js +42 -0
  24. package/dist-es/commands/PutResourcePolicyCommand.js +42 -0
  25. package/dist-es/commands/UpdateActiveModelVersionCommand.js +42 -0
  26. package/dist-es/commands/index.js +8 -0
  27. package/dist-es/endpoint/ruleset.js +3 -3
  28. package/dist-es/models/models_0.js +15 -0
  29. package/dist-es/pagination/ListModelVersionsPaginator.js +25 -0
  30. package/dist-es/pagination/index.js +1 -0
  31. package/dist-es/protocols/Aws_json1_0.js +541 -0
  32. package/dist-types/LookoutEquipment.d.ts +56 -0
  33. package/dist-types/LookoutEquipmentClient.d.ts +10 -2
  34. package/dist-types/commands/CreateDatasetCommand.d.ts +3 -3
  35. package/dist-types/commands/CreateInferenceSchedulerCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateLabelCommand.d.ts +3 -3
  37. package/dist-types/commands/CreateLabelGroupCommand.d.ts +3 -3
  38. package/dist-types/commands/CreateModelCommand.d.ts +2 -2
  39. package/dist-types/commands/DeleteDatasetCommand.d.ts +1 -1
  40. package/dist-types/commands/DeleteInferenceSchedulerCommand.d.ts +1 -1
  41. package/dist-types/commands/DeleteLabelCommand.d.ts +3 -3
  42. package/dist-types/commands/DeleteLabelGroupCommand.d.ts +3 -3
  43. package/dist-types/commands/DeleteModelCommand.d.ts +1 -1
  44. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +94 -0
  45. package/dist-types/commands/DescribeDataIngestionJobCommand.d.ts +3 -2
  46. package/dist-types/commands/DescribeDatasetCommand.d.ts +3 -2
  47. package/dist-types/commands/DescribeInferenceSchedulerCommand.d.ts +1 -1
  48. package/dist-types/commands/DescribeLabelCommand.d.ts +3 -3
  49. package/dist-types/commands/DescribeLabelGroupCommand.d.ts +3 -3
  50. package/dist-types/commands/DescribeModelCommand.d.ts +11 -2
  51. package/dist-types/commands/DescribeModelVersionCommand.d.ts +128 -0
  52. package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +95 -0
  53. package/dist-types/commands/ImportDatasetCommand.d.ts +111 -0
  54. package/dist-types/commands/ImportModelVersionCommand.d.ts +121 -0
  55. package/dist-types/commands/ListDataIngestionJobsCommand.d.ts +3 -3
  56. package/dist-types/commands/ListDatasetsCommand.d.ts +2 -2
  57. package/dist-types/commands/ListInferenceEventsCommand.d.ts +1 -1
  58. package/dist-types/commands/ListInferenceExecutionsCommand.d.ts +1 -1
  59. package/dist-types/commands/ListInferenceSchedulersCommand.d.ts +1 -1
  60. package/dist-types/commands/ListLabelGroupsCommand.d.ts +3 -3
  61. package/dist-types/commands/ListLabelsCommand.d.ts +3 -3
  62. package/dist-types/commands/ListModelVersionsCommand.d.ts +113 -0
  63. package/dist-types/commands/ListModelsCommand.d.ts +5 -3
  64. package/dist-types/commands/ListSensorStatisticsCommand.d.ts +1 -1
  65. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  66. package/dist-types/commands/PutResourcePolicyCommand.d.ts +103 -0
  67. package/dist-types/commands/StartDataIngestionJobCommand.d.ts +2 -2
  68. package/dist-types/commands/StartInferenceSchedulerCommand.d.ts +1 -1
  69. package/dist-types/commands/StopInferenceSchedulerCommand.d.ts +1 -1
  70. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  71. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  72. package/dist-types/commands/UpdateActiveModelVersionCommand.d.ts +102 -0
  73. package/dist-types/commands/UpdateInferenceSchedulerCommand.d.ts +1 -1
  74. package/dist-types/commands/UpdateLabelGroupCommand.d.ts +3 -3
  75. package/dist-types/commands/index.d.ts +8 -0
  76. package/dist-types/endpoint/EndpointParameters.d.ts +4 -1
  77. package/dist-types/index.d.ts +1 -0
  78. package/dist-types/models/models_0.d.ts +732 -141
  79. package/dist-types/pagination/ListModelVersionsPaginator.d.ts +7 -0
  80. package/dist-types/pagination/index.d.ts +1 -0
  81. package/dist-types/protocols/Aws_json1_0.d.ts +72 -0
  82. package/dist-types/ts3.4/LookoutEquipment.d.ts +136 -0
  83. package/dist-types/ts3.4/LookoutEquipmentClient.d.ts +48 -0
  84. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +37 -0
  85. package/dist-types/ts3.4/commands/DescribeModelVersionCommand.d.ts +42 -0
  86. package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +42 -0
  87. package/dist-types/ts3.4/commands/ImportDatasetCommand.d.ts +38 -0
  88. package/dist-types/ts3.4/commands/ImportModelVersionCommand.d.ts +39 -0
  89. package/dist-types/ts3.4/commands/ListModelVersionsCommand.d.ts +39 -0
  90. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +39 -0
  91. package/dist-types/ts3.4/commands/UpdateActiveModelVersionCommand.d.ts +42 -0
  92. package/dist-types/ts3.4/commands/index.d.ts +8 -0
  93. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  94. package/dist-types/ts3.4/index.d.ts +1 -0
  95. package/dist-types/ts3.4/models/models_0.d.ts +154 -0
  96. package/dist-types/ts3.4/pagination/ListModelVersionsPaginator.d.ts +11 -0
  97. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  98. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +96 -0
  99. package/package.json +6 -6
package/README.md CHANGED
@@ -283,6 +283,14 @@ DeleteModel
283
283
 
284
284
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/classes/deletemodelcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/interfaces/deletemodelcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/interfaces/deletemodelcommandoutput.html)
285
285
 
286
+ </details>
287
+ <details>
288
+ <summary>
289
+ DeleteResourcePolicy
290
+ </summary>
291
+
292
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/classes/deleteresourcepolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/interfaces/deleteresourcepolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/interfaces/deleteresourcepolicycommandoutput.html)
293
+
286
294
  </details>
287
295
  <details>
288
296
  <summary>
@@ -331,6 +339,38 @@ DescribeModel
331
339
 
332
340
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/classes/describemodelcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/interfaces/describemodelcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/interfaces/describemodelcommandoutput.html)
333
341
 
342
+ </details>
343
+ <details>
344
+ <summary>
345
+ DescribeModelVersion
346
+ </summary>
347
+
348
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/classes/describemodelversioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/interfaces/describemodelversioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/interfaces/describemodelversioncommandoutput.html)
349
+
350
+ </details>
351
+ <details>
352
+ <summary>
353
+ DescribeResourcePolicy
354
+ </summary>
355
+
356
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/classes/describeresourcepolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/interfaces/describeresourcepolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/interfaces/describeresourcepolicycommandoutput.html)
357
+
358
+ </details>
359
+ <details>
360
+ <summary>
361
+ ImportDataset
362
+ </summary>
363
+
364
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/classes/importdatasetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/interfaces/importdatasetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/interfaces/importdatasetcommandoutput.html)
365
+
366
+ </details>
367
+ <details>
368
+ <summary>
369
+ ImportModelVersion
370
+ </summary>
371
+
372
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/classes/importmodelversioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/interfaces/importmodelversioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/interfaces/importmodelversioncommandoutput.html)
373
+
334
374
  </details>
335
375
  <details>
336
376
  <summary>
@@ -395,6 +435,14 @@ ListModels
395
435
 
396
436
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/classes/listmodelscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/interfaces/listmodelscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/interfaces/listmodelscommandoutput.html)
397
437
 
438
+ </details>
439
+ <details>
440
+ <summary>
441
+ ListModelVersions
442
+ </summary>
443
+
444
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/classes/listmodelversionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/interfaces/listmodelversionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/interfaces/listmodelversionscommandoutput.html)
445
+
398
446
  </details>
399
447
  <details>
400
448
  <summary>
@@ -411,6 +459,14 @@ ListTagsForResource
411
459
 
412
460
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/classes/listtagsforresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/interfaces/listtagsforresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/interfaces/listtagsforresourcecommandoutput.html)
413
461
 
462
+ </details>
463
+ <details>
464
+ <summary>
465
+ PutResourcePolicy
466
+ </summary>
467
+
468
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/classes/putresourcepolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/interfaces/putresourcepolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/interfaces/putresourcepolicycommandoutput.html)
469
+
414
470
  </details>
415
471
  <details>
416
472
  <summary>
@@ -451,6 +507,14 @@ UntagResource
451
507
 
452
508
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/classes/untagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/interfaces/untagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/interfaces/untagresourcecommandoutput.html)
453
509
 
510
+ </details>
511
+ <details>
512
+ <summary>
513
+ UpdateActiveModelVersion
514
+ </summary>
515
+
516
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/classes/updateactivemodelversioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/interfaces/updateactivemodelversioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lookoutequipment/interfaces/updateactivemodelversioncommandoutput.html)
517
+
454
518
  </details>
455
519
  <details>
456
520
  <summary>
@@ -12,12 +12,17 @@ const DeleteInferenceSchedulerCommand_1 = require("./commands/DeleteInferenceSch
12
12
  const DeleteLabelCommand_1 = require("./commands/DeleteLabelCommand");
13
13
  const DeleteLabelGroupCommand_1 = require("./commands/DeleteLabelGroupCommand");
14
14
  const DeleteModelCommand_1 = require("./commands/DeleteModelCommand");
15
+ const DeleteResourcePolicyCommand_1 = require("./commands/DeleteResourcePolicyCommand");
15
16
  const DescribeDataIngestionJobCommand_1 = require("./commands/DescribeDataIngestionJobCommand");
16
17
  const DescribeDatasetCommand_1 = require("./commands/DescribeDatasetCommand");
17
18
  const DescribeInferenceSchedulerCommand_1 = require("./commands/DescribeInferenceSchedulerCommand");
18
19
  const DescribeLabelCommand_1 = require("./commands/DescribeLabelCommand");
19
20
  const DescribeLabelGroupCommand_1 = require("./commands/DescribeLabelGroupCommand");
20
21
  const DescribeModelCommand_1 = require("./commands/DescribeModelCommand");
22
+ const DescribeModelVersionCommand_1 = require("./commands/DescribeModelVersionCommand");
23
+ const DescribeResourcePolicyCommand_1 = require("./commands/DescribeResourcePolicyCommand");
24
+ const ImportDatasetCommand_1 = require("./commands/ImportDatasetCommand");
25
+ const ImportModelVersionCommand_1 = require("./commands/ImportModelVersionCommand");
21
26
  const ListDataIngestionJobsCommand_1 = require("./commands/ListDataIngestionJobsCommand");
22
27
  const ListDatasetsCommand_1 = require("./commands/ListDatasetsCommand");
23
28
  const ListInferenceEventsCommand_1 = require("./commands/ListInferenceEventsCommand");
@@ -26,13 +31,16 @@ const ListInferenceSchedulersCommand_1 = require("./commands/ListInferenceSchedu
26
31
  const ListLabelGroupsCommand_1 = require("./commands/ListLabelGroupsCommand");
27
32
  const ListLabelsCommand_1 = require("./commands/ListLabelsCommand");
28
33
  const ListModelsCommand_1 = require("./commands/ListModelsCommand");
34
+ const ListModelVersionsCommand_1 = require("./commands/ListModelVersionsCommand");
29
35
  const ListSensorStatisticsCommand_1 = require("./commands/ListSensorStatisticsCommand");
30
36
  const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
37
+ const PutResourcePolicyCommand_1 = require("./commands/PutResourcePolicyCommand");
31
38
  const StartDataIngestionJobCommand_1 = require("./commands/StartDataIngestionJobCommand");
32
39
  const StartInferenceSchedulerCommand_1 = require("./commands/StartInferenceSchedulerCommand");
33
40
  const StopInferenceSchedulerCommand_1 = require("./commands/StopInferenceSchedulerCommand");
34
41
  const TagResourceCommand_1 = require("./commands/TagResourceCommand");
35
42
  const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
43
+ const UpdateActiveModelVersionCommand_1 = require("./commands/UpdateActiveModelVersionCommand");
36
44
  const UpdateInferenceSchedulerCommand_1 = require("./commands/UpdateInferenceSchedulerCommand");
37
45
  const UpdateLabelGroupCommand_1 = require("./commands/UpdateLabelGroupCommand");
38
46
  const LookoutEquipmentClient_1 = require("./LookoutEquipmentClient");
@@ -47,12 +55,17 @@ const commands = {
47
55
  DeleteLabelCommand: DeleteLabelCommand_1.DeleteLabelCommand,
48
56
  DeleteLabelGroupCommand: DeleteLabelGroupCommand_1.DeleteLabelGroupCommand,
49
57
  DeleteModelCommand: DeleteModelCommand_1.DeleteModelCommand,
58
+ DeleteResourcePolicyCommand: DeleteResourcePolicyCommand_1.DeleteResourcePolicyCommand,
50
59
  DescribeDataIngestionJobCommand: DescribeDataIngestionJobCommand_1.DescribeDataIngestionJobCommand,
51
60
  DescribeDatasetCommand: DescribeDatasetCommand_1.DescribeDatasetCommand,
52
61
  DescribeInferenceSchedulerCommand: DescribeInferenceSchedulerCommand_1.DescribeInferenceSchedulerCommand,
53
62
  DescribeLabelCommand: DescribeLabelCommand_1.DescribeLabelCommand,
54
63
  DescribeLabelGroupCommand: DescribeLabelGroupCommand_1.DescribeLabelGroupCommand,
55
64
  DescribeModelCommand: DescribeModelCommand_1.DescribeModelCommand,
65
+ DescribeModelVersionCommand: DescribeModelVersionCommand_1.DescribeModelVersionCommand,
66
+ DescribeResourcePolicyCommand: DescribeResourcePolicyCommand_1.DescribeResourcePolicyCommand,
67
+ ImportDatasetCommand: ImportDatasetCommand_1.ImportDatasetCommand,
68
+ ImportModelVersionCommand: ImportModelVersionCommand_1.ImportModelVersionCommand,
56
69
  ListDataIngestionJobsCommand: ListDataIngestionJobsCommand_1.ListDataIngestionJobsCommand,
57
70
  ListDatasetsCommand: ListDatasetsCommand_1.ListDatasetsCommand,
58
71
  ListInferenceEventsCommand: ListInferenceEventsCommand_1.ListInferenceEventsCommand,
@@ -61,13 +74,16 @@ const commands = {
61
74
  ListLabelGroupsCommand: ListLabelGroupsCommand_1.ListLabelGroupsCommand,
62
75
  ListLabelsCommand: ListLabelsCommand_1.ListLabelsCommand,
63
76
  ListModelsCommand: ListModelsCommand_1.ListModelsCommand,
77
+ ListModelVersionsCommand: ListModelVersionsCommand_1.ListModelVersionsCommand,
64
78
  ListSensorStatisticsCommand: ListSensorStatisticsCommand_1.ListSensorStatisticsCommand,
65
79
  ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
80
+ PutResourcePolicyCommand: PutResourcePolicyCommand_1.PutResourcePolicyCommand,
66
81
  StartDataIngestionJobCommand: StartDataIngestionJobCommand_1.StartDataIngestionJobCommand,
67
82
  StartInferenceSchedulerCommand: StartInferenceSchedulerCommand_1.StartInferenceSchedulerCommand,
68
83
  StopInferenceSchedulerCommand: StopInferenceSchedulerCommand_1.StopInferenceSchedulerCommand,
69
84
  TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
70
85
  UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
86
+ UpdateActiveModelVersionCommand: UpdateActiveModelVersionCommand_1.UpdateActiveModelVersionCommand,
71
87
  UpdateInferenceSchedulerCommand: UpdateInferenceSchedulerCommand_1.UpdateInferenceSchedulerCommand,
72
88
  UpdateLabelGroupCommand: UpdateLabelGroupCommand_1.UpdateLabelGroupCommand,
73
89
  };
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DeleteResourcePolicyCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
+ class DeleteResourcePolicyCommand extends smithy_client_1.Command {
10
+ static getEndpointParameterInstructions() {
11
+ return {
12
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
13
+ Endpoint: { type: "builtInParams", name: "endpoint" },
14
+ Region: { type: "builtInParams", name: "region" },
15
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
16
+ };
17
+ }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
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, DeleteResourcePolicyCommand.getEndpointParameterInstructions()));
25
+ const stack = clientStack.concat(this.middlewareStack);
26
+ const { logger } = configuration;
27
+ const clientName = "LookoutEquipmentClient";
28
+ const commandName = "DeleteResourcePolicyCommand";
29
+ const handlerExecutionContext = {
30
+ logger,
31
+ clientName,
32
+ commandName,
33
+ inputFilterSensitiveLog: (_) => _,
34
+ outputFilterSensitiveLog: (_) => _,
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_json1_0_1.se_DeleteResourcePolicyCommand)(input, context);
41
+ }
42
+ deserialize(output, context) {
43
+ return (0, Aws_json1_0_1.de_DeleteResourcePolicyCommand)(output, context);
44
+ }
45
+ }
46
+ exports.DeleteResourcePolicyCommand = DeleteResourcePolicyCommand;
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DescribeModelVersionCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
+ class DescribeModelVersionCommand extends smithy_client_1.Command {
10
+ static getEndpointParameterInstructions() {
11
+ return {
12
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
13
+ Endpoint: { type: "builtInParams", name: "endpoint" },
14
+ Region: { type: "builtInParams", name: "region" },
15
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
16
+ };
17
+ }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
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, DescribeModelVersionCommand.getEndpointParameterInstructions()));
25
+ const stack = clientStack.concat(this.middlewareStack);
26
+ const { logger } = configuration;
27
+ const clientName = "LookoutEquipmentClient";
28
+ const commandName = "DescribeModelVersionCommand";
29
+ const handlerExecutionContext = {
30
+ logger,
31
+ clientName,
32
+ commandName,
33
+ inputFilterSensitiveLog: (_) => _,
34
+ outputFilterSensitiveLog: (_) => _,
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_json1_0_1.se_DescribeModelVersionCommand)(input, context);
41
+ }
42
+ deserialize(output, context) {
43
+ return (0, Aws_json1_0_1.de_DescribeModelVersionCommand)(output, context);
44
+ }
45
+ }
46
+ exports.DescribeModelVersionCommand = DescribeModelVersionCommand;
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DescribeResourcePolicyCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
+ class DescribeResourcePolicyCommand extends smithy_client_1.Command {
10
+ static getEndpointParameterInstructions() {
11
+ return {
12
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
13
+ Endpoint: { type: "builtInParams", name: "endpoint" },
14
+ Region: { type: "builtInParams", name: "region" },
15
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
16
+ };
17
+ }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
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, DescribeResourcePolicyCommand.getEndpointParameterInstructions()));
25
+ const stack = clientStack.concat(this.middlewareStack);
26
+ const { logger } = configuration;
27
+ const clientName = "LookoutEquipmentClient";
28
+ const commandName = "DescribeResourcePolicyCommand";
29
+ const handlerExecutionContext = {
30
+ logger,
31
+ clientName,
32
+ commandName,
33
+ inputFilterSensitiveLog: (_) => _,
34
+ outputFilterSensitiveLog: (_) => _,
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_json1_0_1.se_DescribeResourcePolicyCommand)(input, context);
41
+ }
42
+ deserialize(output, context) {
43
+ return (0, Aws_json1_0_1.de_DescribeResourcePolicyCommand)(output, context);
44
+ }
45
+ }
46
+ exports.DescribeResourcePolicyCommand = DescribeResourcePolicyCommand;
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ImportDatasetCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
+ class ImportDatasetCommand extends smithy_client_1.Command {
10
+ static getEndpointParameterInstructions() {
11
+ return {
12
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
13
+ Endpoint: { type: "builtInParams", name: "endpoint" },
14
+ Region: { type: "builtInParams", name: "region" },
15
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
16
+ };
17
+ }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
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, ImportDatasetCommand.getEndpointParameterInstructions()));
25
+ const stack = clientStack.concat(this.middlewareStack);
26
+ const { logger } = configuration;
27
+ const clientName = "LookoutEquipmentClient";
28
+ const commandName = "ImportDatasetCommand";
29
+ const handlerExecutionContext = {
30
+ logger,
31
+ clientName,
32
+ commandName,
33
+ inputFilterSensitiveLog: (_) => _,
34
+ outputFilterSensitiveLog: (_) => _,
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_json1_0_1.se_ImportDatasetCommand)(input, context);
41
+ }
42
+ deserialize(output, context) {
43
+ return (0, Aws_json1_0_1.de_ImportDatasetCommand)(output, context);
44
+ }
45
+ }
46
+ exports.ImportDatasetCommand = ImportDatasetCommand;
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ImportModelVersionCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
+ class ImportModelVersionCommand extends smithy_client_1.Command {
10
+ static getEndpointParameterInstructions() {
11
+ return {
12
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
13
+ Endpoint: { type: "builtInParams", name: "endpoint" },
14
+ Region: { type: "builtInParams", name: "region" },
15
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
16
+ };
17
+ }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
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, ImportModelVersionCommand.getEndpointParameterInstructions()));
25
+ const stack = clientStack.concat(this.middlewareStack);
26
+ const { logger } = configuration;
27
+ const clientName = "LookoutEquipmentClient";
28
+ const commandName = "ImportModelVersionCommand";
29
+ const handlerExecutionContext = {
30
+ logger,
31
+ clientName,
32
+ commandName,
33
+ inputFilterSensitiveLog: (_) => _,
34
+ outputFilterSensitiveLog: (_) => _,
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_json1_0_1.se_ImportModelVersionCommand)(input, context);
41
+ }
42
+ deserialize(output, context) {
43
+ return (0, Aws_json1_0_1.de_ImportModelVersionCommand)(output, context);
44
+ }
45
+ }
46
+ exports.ImportModelVersionCommand = ImportModelVersionCommand;
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ListModelVersionsCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
+ class ListModelVersionsCommand extends smithy_client_1.Command {
10
+ static getEndpointParameterInstructions() {
11
+ return {
12
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
13
+ Endpoint: { type: "builtInParams", name: "endpoint" },
14
+ Region: { type: "builtInParams", name: "region" },
15
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
16
+ };
17
+ }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
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, ListModelVersionsCommand.getEndpointParameterInstructions()));
25
+ const stack = clientStack.concat(this.middlewareStack);
26
+ const { logger } = configuration;
27
+ const clientName = "LookoutEquipmentClient";
28
+ const commandName = "ListModelVersionsCommand";
29
+ const handlerExecutionContext = {
30
+ logger,
31
+ clientName,
32
+ commandName,
33
+ inputFilterSensitiveLog: (_) => _,
34
+ outputFilterSensitiveLog: (_) => _,
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_json1_0_1.se_ListModelVersionsCommand)(input, context);
41
+ }
42
+ deserialize(output, context) {
43
+ return (0, Aws_json1_0_1.de_ListModelVersionsCommand)(output, context);
44
+ }
45
+ }
46
+ exports.ListModelVersionsCommand = ListModelVersionsCommand;
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.PutResourcePolicyCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
+ class PutResourcePolicyCommand extends smithy_client_1.Command {
10
+ static getEndpointParameterInstructions() {
11
+ return {
12
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
13
+ Endpoint: { type: "builtInParams", name: "endpoint" },
14
+ Region: { type: "builtInParams", name: "region" },
15
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
16
+ };
17
+ }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
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, PutResourcePolicyCommand.getEndpointParameterInstructions()));
25
+ const stack = clientStack.concat(this.middlewareStack);
26
+ const { logger } = configuration;
27
+ const clientName = "LookoutEquipmentClient";
28
+ const commandName = "PutResourcePolicyCommand";
29
+ const handlerExecutionContext = {
30
+ logger,
31
+ clientName,
32
+ commandName,
33
+ inputFilterSensitiveLog: (_) => _,
34
+ outputFilterSensitiveLog: (_) => _,
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_json1_0_1.se_PutResourcePolicyCommand)(input, context);
41
+ }
42
+ deserialize(output, context) {
43
+ return (0, Aws_json1_0_1.de_PutResourcePolicyCommand)(output, context);
44
+ }
45
+ }
46
+ exports.PutResourcePolicyCommand = PutResourcePolicyCommand;
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UpdateActiveModelVersionCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
+ class UpdateActiveModelVersionCommand extends smithy_client_1.Command {
10
+ static getEndpointParameterInstructions() {
11
+ return {
12
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
13
+ Endpoint: { type: "builtInParams", name: "endpoint" },
14
+ Region: { type: "builtInParams", name: "region" },
15
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
16
+ };
17
+ }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
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, UpdateActiveModelVersionCommand.getEndpointParameterInstructions()));
25
+ const stack = clientStack.concat(this.middlewareStack);
26
+ const { logger } = configuration;
27
+ const clientName = "LookoutEquipmentClient";
28
+ const commandName = "UpdateActiveModelVersionCommand";
29
+ const handlerExecutionContext = {
30
+ logger,
31
+ clientName,
32
+ commandName,
33
+ inputFilterSensitiveLog: (_) => _,
34
+ outputFilterSensitiveLog: (_) => _,
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_json1_0_1.se_UpdateActiveModelVersionCommand)(input, context);
41
+ }
42
+ deserialize(output, context) {
43
+ return (0, Aws_json1_0_1.de_UpdateActiveModelVersionCommand)(output, context);
44
+ }
45
+ }
46
+ exports.UpdateActiveModelVersionCommand = UpdateActiveModelVersionCommand;
@@ -11,12 +11,17 @@ tslib_1.__exportStar(require("./DeleteInferenceSchedulerCommand"), exports);
11
11
  tslib_1.__exportStar(require("./DeleteLabelCommand"), exports);
12
12
  tslib_1.__exportStar(require("./DeleteLabelGroupCommand"), exports);
13
13
  tslib_1.__exportStar(require("./DeleteModelCommand"), exports);
14
+ tslib_1.__exportStar(require("./DeleteResourcePolicyCommand"), exports);
14
15
  tslib_1.__exportStar(require("./DescribeDataIngestionJobCommand"), exports);
15
16
  tslib_1.__exportStar(require("./DescribeDatasetCommand"), exports);
16
17
  tslib_1.__exportStar(require("./DescribeInferenceSchedulerCommand"), exports);
17
18
  tslib_1.__exportStar(require("./DescribeLabelCommand"), exports);
18
19
  tslib_1.__exportStar(require("./DescribeLabelGroupCommand"), exports);
19
20
  tslib_1.__exportStar(require("./DescribeModelCommand"), exports);
21
+ tslib_1.__exportStar(require("./DescribeModelVersionCommand"), exports);
22
+ tslib_1.__exportStar(require("./DescribeResourcePolicyCommand"), exports);
23
+ tslib_1.__exportStar(require("./ImportDatasetCommand"), exports);
24
+ tslib_1.__exportStar(require("./ImportModelVersionCommand"), exports);
20
25
  tslib_1.__exportStar(require("./ListDataIngestionJobsCommand"), exports);
21
26
  tslib_1.__exportStar(require("./ListDatasetsCommand"), exports);
22
27
  tslib_1.__exportStar(require("./ListInferenceEventsCommand"), exports);
@@ -24,13 +29,16 @@ tslib_1.__exportStar(require("./ListInferenceExecutionsCommand"), exports);
24
29
  tslib_1.__exportStar(require("./ListInferenceSchedulersCommand"), exports);
25
30
  tslib_1.__exportStar(require("./ListLabelGroupsCommand"), exports);
26
31
  tslib_1.__exportStar(require("./ListLabelsCommand"), exports);
32
+ tslib_1.__exportStar(require("./ListModelVersionsCommand"), exports);
27
33
  tslib_1.__exportStar(require("./ListModelsCommand"), exports);
28
34
  tslib_1.__exportStar(require("./ListSensorStatisticsCommand"), exports);
29
35
  tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
36
+ tslib_1.__exportStar(require("./PutResourcePolicyCommand"), exports);
30
37
  tslib_1.__exportStar(require("./StartDataIngestionJobCommand"), exports);
31
38
  tslib_1.__exportStar(require("./StartInferenceSchedulerCommand"), exports);
32
39
  tslib_1.__exportStar(require("./StopInferenceSchedulerCommand"), exports);
33
40
  tslib_1.__exportStar(require("./TagResourceCommand"), exports);
34
41
  tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
42
+ tslib_1.__exportStar(require("./UpdateActiveModelVersionCommand"), exports);
35
43
  tslib_1.__exportStar(require("./UpdateInferenceSchedulerCommand"), exports);
36
44
  tslib_1.__exportStar(require("./UpdateLabelGroupCommand"), exports);
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ruleSet = void 0;
4
- const q = "fn", r = "argv", s = "ref";
5
- const a = true, b = false, c = "String", d = "PartitionResult", e = "tree", f = "error", g = "endpoint", h = { "required": true, "default": false, "type": "Boolean" }, i = { [s]: "Endpoint" }, j = { [q]: "booleanEquals", [r]: [{ [s]: "UseFIPS" }, true] }, k = { [q]: "booleanEquals", [r]: [{ [s]: "UseDualStack" }, true] }, l = {}, m = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: d }, "supportsFIPS"] }] }, n = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: d }, "supportsDualStack"] }] }, o = [j], p = [k];
6
- const _data = { version: "1.0", parameters: { Region: { required: a, type: c }, UseDualStack: h, UseFIPS: h, Endpoint: { required: b, type: c } }, rules: [{ conditions: [{ [q]: "aws.partition", [r]: [{ [s]: "Region" }], assign: d }], type: e, rules: [{ conditions: [{ [q]: "isSet", [r]: [i] }], type: e, rules: [{ conditions: o, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: f }, { type: e, rules: [{ conditions: p, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: f }, { endpoint: { url: i, properties: l, headers: l }, type: g }] }] }, { conditions: [j, k], type: e, rules: [{ conditions: [m, n], type: e, rules: [{ endpoint: { url: "https://lookoutequipment-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: g }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: f }] }, { conditions: o, type: e, rules: [{ conditions: [m], type: e, rules: [{ type: e, rules: [{ endpoint: { url: "https://lookoutequipment-fips.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: g }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: f }] }, { conditions: p, type: e, rules: [{ conditions: [n], type: e, rules: [{ endpoint: { url: "https://lookoutequipment.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: g }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: f }] }, { endpoint: { url: "https://lookoutequipment.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: g }] }] };
4
+ const q = "required", r = "fn", s = "argv", t = "ref";
5
+ const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = { [q]: false, "type": "String" }, g = { [q]: true, "default": false, "type": "Boolean" }, h = { [t]: "Endpoint" }, i = { [r]: "booleanEquals", [s]: [{ [t]: "UseFIPS" }, true] }, j = { [r]: "booleanEquals", [s]: [{ [t]: "UseDualStack" }, true] }, k = {}, l = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsFIPS"] }] }, m = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsDualStack"] }] }, n = [i], o = [j], p = [{ [t]: "Region" }];
6
+ const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: h, properties: k, headers: k }, type: d }] }, { conditions: [{ [r]: a, [s]: p }], type: b, rules: [{ conditions: [{ [r]: "aws.partition", [s]: p, assign: e }], type: b, rules: [{ conditions: [i, j], type: b, rules: [{ conditions: [l, m], type: b, rules: [{ endpoint: { url: "https://lookoutequipment-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [l], type: b, rules: [{ endpoint: { url: "https://lookoutequipment-fips.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [m], type: b, rules: [{ endpoint: { url: "https://lookoutequipment.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { endpoint: { url: "https://lookoutequipment.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] };
7
7
  exports.ruleSet = _data;