@aws-sdk/client-fis 3.131.0 → 3.142.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 (41) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/CreateExperimentTemplateCommand.js +2 -2
  4. package/dist-cjs/commands/DeleteExperimentTemplateCommand.js +2 -2
  5. package/dist-cjs/commands/GetActionCommand.js +2 -2
  6. package/dist-cjs/commands/GetExperimentCommand.js +2 -2
  7. package/dist-cjs/commands/GetExperimentTemplateCommand.js +2 -2
  8. package/dist-cjs/commands/GetTargetResourceTypeCommand.js +2 -2
  9. package/dist-cjs/commands/ListActionsCommand.js +2 -2
  10. package/dist-cjs/commands/ListExperimentTemplatesCommand.js +2 -2
  11. package/dist-cjs/commands/ListExperimentsCommand.js +2 -2
  12. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  13. package/dist-cjs/commands/ListTargetResourceTypesCommand.js +2 -2
  14. package/dist-cjs/commands/StartExperimentCommand.js +2 -2
  15. package/dist-cjs/commands/StopExperimentCommand.js +2 -2
  16. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  17. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  18. package/dist-cjs/commands/UpdateExperimentTemplateCommand.js +2 -2
  19. package/dist-cjs/models/models_0.js +282 -422
  20. package/dist-cjs/protocols/Aws_restJson1.js +190 -372
  21. package/dist-es/commands/CreateExperimentTemplateCommand.js +3 -3
  22. package/dist-es/commands/DeleteExperimentTemplateCommand.js +3 -3
  23. package/dist-es/commands/GetActionCommand.js +3 -3
  24. package/dist-es/commands/GetExperimentCommand.js +3 -3
  25. package/dist-es/commands/GetExperimentTemplateCommand.js +3 -3
  26. package/dist-es/commands/GetTargetResourceTypeCommand.js +3 -3
  27. package/dist-es/commands/ListActionsCommand.js +3 -3
  28. package/dist-es/commands/ListExperimentTemplatesCommand.js +3 -3
  29. package/dist-es/commands/ListExperimentsCommand.js +3 -3
  30. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  31. package/dist-es/commands/ListTargetResourceTypesCommand.js +3 -3
  32. package/dist-es/commands/StartExperimentCommand.js +3 -3
  33. package/dist-es/commands/StopExperimentCommand.js +3 -3
  34. package/dist-es/commands/TagResourceCommand.js +3 -3
  35. package/dist-es/commands/UntagResourceCommand.js +3 -3
  36. package/dist-es/commands/UpdateExperimentTemplateCommand.js +3 -3
  37. package/dist-es/models/models_0.js +70 -280
  38. package/dist-es/protocols/Aws_restJson1.js +243 -369
  39. package/dist-types/models/models_0.d.ts +280 -420
  40. package/dist-types/ts3.4/models/models_0.d.ts +140 -280
  41. package/package.json +6 -6
@@ -13,12 +13,6 @@ export interface ActionParameter {
13
13
  */
14
14
  required?: boolean;
15
15
  }
16
- export declare namespace ActionParameter {
17
- /**
18
- * @internal
19
- */
20
- const filterSensitiveLog: (obj: ActionParameter) => any;
21
- }
22
16
  /**
23
17
  * <p>Describes a target for an action.</p>
24
18
  */
@@ -28,12 +22,6 @@ export interface ActionTarget {
28
22
  */
29
23
  resourceType?: string;
30
24
  }
31
- export declare namespace ActionTarget {
32
- /**
33
- * @internal
34
- */
35
- const filterSensitiveLog: (obj: ActionTarget) => any;
36
- }
37
25
  /**
38
26
  * <p>Describes an action. For more information, see <a href="https://docs.aws.amazon.com/fis/latest/userguide/fis-actions-reference.html">FIS actions</a>
39
27
  * in the <i>Fault Injection Simulator User Guide</i>.</p>
@@ -60,12 +48,6 @@ export interface Action {
60
48
  */
61
49
  tags?: Record<string, string>;
62
50
  }
63
- export declare namespace Action {
64
- /**
65
- * @internal
66
- */
67
- const filterSensitiveLog: (obj: Action) => any;
68
- }
69
51
  /**
70
52
  * <p>Provides a summary of an action.</p>
71
53
  */
@@ -87,12 +69,6 @@ export interface ActionSummary {
87
69
  */
88
70
  tags?: Record<string, string>;
89
71
  }
90
- export declare namespace ActionSummary {
91
- /**
92
- * @internal
93
- */
94
- const filterSensitiveLog: (obj: ActionSummary) => any;
95
- }
96
72
  /**
97
73
  * <p>The request could not be processed because of a conflict.</p>
98
74
  */
@@ -131,12 +107,6 @@ export interface CreateExperimentTemplateActionInput {
131
107
  */
132
108
  startAfter?: string[];
133
109
  }
134
- export declare namespace CreateExperimentTemplateActionInput {
135
- /**
136
- * @internal
137
- */
138
- const filterSensitiveLog: (obj: CreateExperimentTemplateActionInput) => any;
139
- }
140
110
  /**
141
111
  * <p>Specifies the configuration for experiment logging to Amazon CloudWatch Logs.</p>
142
112
  */
@@ -146,12 +116,6 @@ export interface ExperimentTemplateCloudWatchLogsLogConfigurationInput {
146
116
  */
147
117
  logGroupArn: string | undefined;
148
118
  }
149
- export declare namespace ExperimentTemplateCloudWatchLogsLogConfigurationInput {
150
- /**
151
- * @internal
152
- */
153
- const filterSensitiveLog: (obj: ExperimentTemplateCloudWatchLogsLogConfigurationInput) => any;
154
- }
155
119
  /**
156
120
  * <p>Specifies the configuration for experiment logging to Amazon S3.</p>
157
121
  */
@@ -165,12 +129,6 @@ export interface ExperimentTemplateS3LogConfigurationInput {
165
129
  */
166
130
  prefix?: string;
167
131
  }
168
- export declare namespace ExperimentTemplateS3LogConfigurationInput {
169
- /**
170
- * @internal
171
- */
172
- const filterSensitiveLog: (obj: ExperimentTemplateS3LogConfigurationInput) => any;
173
- }
174
132
  /**
175
133
  * <p>Specifies the configuration for experiment logging.</p>
176
134
  */
@@ -188,12 +146,6 @@ export interface CreateExperimentTemplateLogConfigurationInput {
188
146
  */
189
147
  logSchemaVersion: number | undefined;
190
148
  }
191
- export declare namespace CreateExperimentTemplateLogConfigurationInput {
192
- /**
193
- * @internal
194
- */
195
- const filterSensitiveLog: (obj: CreateExperimentTemplateLogConfigurationInput) => any;
196
- }
197
149
  /**
198
150
  * <p>Specifies a stop condition for an experiment template.</p>
199
151
  */
@@ -210,12 +162,6 @@ export interface CreateExperimentTemplateStopConditionInput {
210
162
  */
211
163
  value?: string;
212
164
  }
213
- export declare namespace CreateExperimentTemplateStopConditionInput {
214
- /**
215
- * @internal
216
- */
217
- const filterSensitiveLog: (obj: CreateExperimentTemplateStopConditionInput) => any;
218
- }
219
165
  /**
220
166
  * <p>Specifies a filter used for the target resource input in an experiment template.</p>
221
167
  * <p>For more information, see <a href="https://docs.aws.amazon.com/fis/latest/userguide/targets.html#target-filters">Resource filters</a>
@@ -231,12 +177,6 @@ export interface ExperimentTemplateTargetInputFilter {
231
177
  */
232
178
  values: string[] | undefined;
233
179
  }
234
- export declare namespace ExperimentTemplateTargetInputFilter {
235
- /**
236
- * @internal
237
- */
238
- const filterSensitiveLog: (obj: ExperimentTemplateTargetInputFilter) => any;
239
- }
240
180
  /**
241
181
  * <p>Specifies a target for an experiment. You must specify at least one Amazon Resource Name (ARN) or
242
182
  * at least one resource tag. You cannot specify both ARNs and tags.</p>
@@ -282,12 +222,6 @@ export interface CreateExperimentTemplateTargetInput {
282
222
  */
283
223
  parameters?: Record<string, string>;
284
224
  }
285
- export declare namespace CreateExperimentTemplateTargetInput {
286
- /**
287
- * @internal
288
- */
289
- const filterSensitiveLog: (obj: CreateExperimentTemplateTargetInput) => any;
290
- }
291
225
  export interface CreateExperimentTemplateRequest {
292
226
  /**
293
227
  * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>
@@ -322,12 +256,6 @@ export interface CreateExperimentTemplateRequest {
322
256
  */
323
257
  logConfiguration?: CreateExperimentTemplateLogConfigurationInput;
324
258
  }
325
- export declare namespace CreateExperimentTemplateRequest {
326
- /**
327
- * @internal
328
- */
329
- const filterSensitiveLog: (obj: CreateExperimentTemplateRequest) => any;
330
- }
331
259
  /**
332
260
  * <p>Describes an action for an experiment template.</p>
333
261
  */
@@ -353,12 +281,6 @@ export interface ExperimentTemplateAction {
353
281
  */
354
282
  startAfter?: string[];
355
283
  }
356
- export declare namespace ExperimentTemplateAction {
357
- /**
358
- * @internal
359
- */
360
- const filterSensitiveLog: (obj: ExperimentTemplateAction) => any;
361
- }
362
284
  /**
363
285
  * <p>Describes the configuration for experiment logging to Amazon CloudWatch Logs.</p>
364
286
  */
@@ -368,12 +290,6 @@ export interface ExperimentTemplateCloudWatchLogsLogConfiguration {
368
290
  */
369
291
  logGroupArn?: string;
370
292
  }
371
- export declare namespace ExperimentTemplateCloudWatchLogsLogConfiguration {
372
- /**
373
- * @internal
374
- */
375
- const filterSensitiveLog: (obj: ExperimentTemplateCloudWatchLogsLogConfiguration) => any;
376
- }
377
293
  /**
378
294
  * <p>Describes the configuration for experiment logging to Amazon S3.</p>
379
295
  */
@@ -387,12 +303,6 @@ export interface ExperimentTemplateS3LogConfiguration {
387
303
  */
388
304
  prefix?: string;
389
305
  }
390
- export declare namespace ExperimentTemplateS3LogConfiguration {
391
- /**
392
- * @internal
393
- */
394
- const filterSensitiveLog: (obj: ExperimentTemplateS3LogConfiguration) => any;
395
- }
396
306
  /**
397
307
  * <p>Describes the configuration for experiment logging.</p>
398
308
  */
@@ -410,12 +320,6 @@ export interface ExperimentTemplateLogConfiguration {
410
320
  */
411
321
  logSchemaVersion?: number;
412
322
  }
413
- export declare namespace ExperimentTemplateLogConfiguration {
414
- /**
415
- * @internal
416
- */
417
- const filterSensitiveLog: (obj: ExperimentTemplateLogConfiguration) => any;
418
- }
419
323
  /**
420
324
  * <p>Describes a stop condition for an experiment template.</p>
421
325
  */
@@ -429,12 +333,6 @@ export interface ExperimentTemplateStopCondition {
429
333
  */
430
334
  value?: string;
431
335
  }
432
- export declare namespace ExperimentTemplateStopCondition {
433
- /**
434
- * @internal
435
- */
436
- const filterSensitiveLog: (obj: ExperimentTemplateStopCondition) => any;
437
- }
438
336
  /**
439
337
  * <p>Describes a filter used for the target resources in an experiment template.</p>
440
338
  */
@@ -448,12 +346,6 @@ export interface ExperimentTemplateTargetFilter {
448
346
  */
449
347
  values?: string[];
450
348
  }
451
- export declare namespace ExperimentTemplateTargetFilter {
452
- /**
453
- * @internal
454
- */
455
- const filterSensitiveLog: (obj: ExperimentTemplateTargetFilter) => any;
456
- }
457
349
  /**
458
350
  * <p>Describes a target for an experiment template.</p>
459
351
  */
@@ -483,12 +375,6 @@ export interface ExperimentTemplateTarget {
483
375
  */
484
376
  parameters?: Record<string, string>;
485
377
  }
486
- export declare namespace ExperimentTemplateTarget {
487
- /**
488
- * @internal
489
- */
490
- const filterSensitiveLog: (obj: ExperimentTemplateTarget) => any;
491
- }
492
378
  /**
493
379
  * <p>Describes an experiment template.</p>
494
380
  */
@@ -534,24 +420,12 @@ export interface ExperimentTemplate {
534
420
  */
535
421
  logConfiguration?: ExperimentTemplateLogConfiguration;
536
422
  }
537
- export declare namespace ExperimentTemplate {
538
- /**
539
- * @internal
540
- */
541
- const filterSensitiveLog: (obj: ExperimentTemplate) => any;
542
- }
543
423
  export interface CreateExperimentTemplateResponse {
544
424
  /**
545
425
  * <p>Information about the experiment template.</p>
546
426
  */
547
427
  experimentTemplate?: ExperimentTemplate;
548
428
  }
549
- export declare namespace CreateExperimentTemplateResponse {
550
- /**
551
- * @internal
552
- */
553
- const filterSensitiveLog: (obj: CreateExperimentTemplateResponse) => any;
554
- }
555
429
  /**
556
430
  * <p>The specified resource cannot be found.</p>
557
431
  */
@@ -591,24 +465,12 @@ export interface DeleteExperimentTemplateRequest {
591
465
  */
592
466
  id: string | undefined;
593
467
  }
594
- export declare namespace DeleteExperimentTemplateRequest {
595
- /**
596
- * @internal
597
- */
598
- const filterSensitiveLog: (obj: DeleteExperimentTemplateRequest) => any;
599
- }
600
468
  export interface DeleteExperimentTemplateResponse {
601
469
  /**
602
470
  * <p>Information about the experiment template.</p>
603
471
  */
604
472
  experimentTemplate?: ExperimentTemplate;
605
473
  }
606
- export declare namespace DeleteExperimentTemplateResponse {
607
- /**
608
- * @internal
609
- */
610
- const filterSensitiveLog: (obj: DeleteExperimentTemplateResponse) => any;
611
- }
612
474
  export declare enum ExperimentActionStatus {
613
475
  cancelled = "cancelled",
614
476
  completed = "completed",
@@ -632,12 +494,6 @@ export interface ExperimentActionState {
632
494
  */
633
495
  reason?: string;
634
496
  }
635
- export declare namespace ExperimentActionState {
636
- /**
637
- * @internal
638
- */
639
- const filterSensitiveLog: (obj: ExperimentActionState) => any;
640
- }
641
497
  /**
642
498
  * <p>Describes the action for an experiment.</p>
643
499
  */
@@ -675,12 +531,6 @@ export interface ExperimentAction {
675
531
  */
676
532
  endTime?: Date;
677
533
  }
678
- export declare namespace ExperimentAction {
679
- /**
680
- * @internal
681
- */
682
- const filterSensitiveLog: (obj: ExperimentAction) => any;
683
- }
684
534
  /**
685
535
  * <p>Describes the configuration for experiment logging to Amazon CloudWatch Logs.</p>
686
536
  */
@@ -690,12 +540,6 @@ export interface ExperimentCloudWatchLogsLogConfiguration {
690
540
  */
691
541
  logGroupArn?: string;
692
542
  }
693
- export declare namespace ExperimentCloudWatchLogsLogConfiguration {
694
- /**
695
- * @internal
696
- */
697
- const filterSensitiveLog: (obj: ExperimentCloudWatchLogsLogConfiguration) => any;
698
- }
699
543
  /**
700
544
  * <p>Describes the configuration for experiment logging to Amazon S3.</p>
701
545
  */
@@ -709,12 +553,6 @@ export interface ExperimentS3LogConfiguration {
709
553
  */
710
554
  prefix?: string;
711
555
  }
712
- export declare namespace ExperimentS3LogConfiguration {
713
- /**
714
- * @internal
715
- */
716
- const filterSensitiveLog: (obj: ExperimentS3LogConfiguration) => any;
717
- }
718
556
  /**
719
557
  * <p>Describes the configuration for experiment logging.</p>
720
558
  */
@@ -732,12 +570,6 @@ export interface ExperimentLogConfiguration {
732
570
  */
733
571
  logSchemaVersion?: number;
734
572
  }
735
- export declare namespace ExperimentLogConfiguration {
736
- /**
737
- * @internal
738
- */
739
- const filterSensitiveLog: (obj: ExperimentLogConfiguration) => any;
740
- }
741
573
  export declare enum ExperimentStatus {
742
574
  completed = "completed",
743
575
  failed = "failed",
@@ -760,12 +592,6 @@ export interface ExperimentState {
760
592
  */
761
593
  reason?: string;
762
594
  }
763
- export declare namespace ExperimentState {
764
- /**
765
- * @internal
766
- */
767
- const filterSensitiveLog: (obj: ExperimentState) => any;
768
- }
769
595
  /**
770
596
  * <p>Describes the stop condition for an experiment.</p>
771
597
  */
@@ -779,12 +605,6 @@ export interface ExperimentStopCondition {
779
605
  */
780
606
  value?: string;
781
607
  }
782
- export declare namespace ExperimentStopCondition {
783
- /**
784
- * @internal
785
- */
786
- const filterSensitiveLog: (obj: ExperimentStopCondition) => any;
787
- }
788
608
  /**
789
609
  * <p>Describes a filter used for the target resources in an experiment.</p>
790
610
  */
@@ -798,12 +618,6 @@ export interface ExperimentTargetFilter {
798
618
  */
799
619
  values?: string[];
800
620
  }
801
- export declare namespace ExperimentTargetFilter {
802
- /**
803
- * @internal
804
- */
805
- const filterSensitiveLog: (obj: ExperimentTargetFilter) => any;
806
- }
807
621
  /**
808
622
  * <p>Describes a target for an experiment.</p>
809
623
  */
@@ -833,12 +647,6 @@ export interface ExperimentTarget {
833
647
  */
834
648
  parameters?: Record<string, string>;
835
649
  }
836
- export declare namespace ExperimentTarget {
837
- /**
838
- * @internal
839
- */
840
- const filterSensitiveLog: (obj: ExperimentTarget) => any;
841
- }
842
650
  /**
843
651
  * <p>Describes an experiment.</p>
844
652
  */
@@ -892,12 +700,6 @@ export interface Experiment {
892
700
  */
893
701
  logConfiguration?: ExperimentLogConfiguration;
894
702
  }
895
- export declare namespace Experiment {
896
- /**
897
- * @internal
898
- */
899
- const filterSensitiveLog: (obj: Experiment) => any;
900
- }
901
703
  /**
902
704
  * <p>Provides a summary of an experiment.</p>
903
705
  */
@@ -923,12 +725,6 @@ export interface ExperimentSummary {
923
725
  */
924
726
  tags?: Record<string, string>;
925
727
  }
926
- export declare namespace ExperimentSummary {
927
- /**
928
- * @internal
929
- */
930
- const filterSensitiveLog: (obj: ExperimentSummary) => any;
931
- }
932
728
  /**
933
729
  * <p>Provides a summary of an experiment template.</p>
934
730
  */
@@ -954,96 +750,48 @@ export interface ExperimentTemplateSummary {
954
750
  */
955
751
  tags?: Record<string, string>;
956
752
  }
957
- export declare namespace ExperimentTemplateSummary {
958
- /**
959
- * @internal
960
- */
961
- const filterSensitiveLog: (obj: ExperimentTemplateSummary) => any;
962
- }
963
753
  export interface GetActionRequest {
964
754
  /**
965
755
  * <p>The ID of the action.</p>
966
756
  */
967
757
  id: string | undefined;
968
758
  }
969
- export declare namespace GetActionRequest {
970
- /**
971
- * @internal
972
- */
973
- const filterSensitiveLog: (obj: GetActionRequest) => any;
974
- }
975
759
  export interface GetActionResponse {
976
760
  /**
977
761
  * <p>Information about the action.</p>
978
762
  */
979
763
  action?: Action;
980
764
  }
981
- export declare namespace GetActionResponse {
982
- /**
983
- * @internal
984
- */
985
- const filterSensitiveLog: (obj: GetActionResponse) => any;
986
- }
987
765
  export interface GetExperimentRequest {
988
766
  /**
989
767
  * <p>The ID of the experiment.</p>
990
768
  */
991
769
  id: string | undefined;
992
770
  }
993
- export declare namespace GetExperimentRequest {
994
- /**
995
- * @internal
996
- */
997
- const filterSensitiveLog: (obj: GetExperimentRequest) => any;
998
- }
999
771
  export interface GetExperimentResponse {
1000
772
  /**
1001
773
  * <p>Information about the experiment.</p>
1002
774
  */
1003
775
  experiment?: Experiment;
1004
776
  }
1005
- export declare namespace GetExperimentResponse {
1006
- /**
1007
- * @internal
1008
- */
1009
- const filterSensitiveLog: (obj: GetExperimentResponse) => any;
1010
- }
1011
777
  export interface GetExperimentTemplateRequest {
1012
778
  /**
1013
779
  * <p>The ID of the experiment template.</p>
1014
780
  */
1015
781
  id: string | undefined;
1016
782
  }
1017
- export declare namespace GetExperimentTemplateRequest {
1018
- /**
1019
- * @internal
1020
- */
1021
- const filterSensitiveLog: (obj: GetExperimentTemplateRequest) => any;
1022
- }
1023
783
  export interface GetExperimentTemplateResponse {
1024
784
  /**
1025
785
  * <p>Information about the experiment template.</p>
1026
786
  */
1027
787
  experimentTemplate?: ExperimentTemplate;
1028
788
  }
1029
- export declare namespace GetExperimentTemplateResponse {
1030
- /**
1031
- * @internal
1032
- */
1033
- const filterSensitiveLog: (obj: GetExperimentTemplateResponse) => any;
1034
- }
1035
789
  export interface GetTargetResourceTypeRequest {
1036
790
  /**
1037
791
  * <p>The resource type.</p>
1038
792
  */
1039
793
  resourceType: string | undefined;
1040
794
  }
1041
- export declare namespace GetTargetResourceTypeRequest {
1042
- /**
1043
- * @internal
1044
- */
1045
- const filterSensitiveLog: (obj: GetTargetResourceTypeRequest) => any;
1046
- }
1047
795
  /**
1048
796
  * <p>Describes the parameters for a resource type. Use parameters to determine which tasks are
1049
797
  * identified during target resolution.</p>
@@ -1058,12 +806,6 @@ export interface TargetResourceTypeParameter {
1058
806
  */
1059
807
  required?: boolean;
1060
808
  }
1061
- export declare namespace TargetResourceTypeParameter {
1062
- /**
1063
- * @internal
1064
- */
1065
- const filterSensitiveLog: (obj: TargetResourceTypeParameter) => any;
1066
- }
1067
809
  /**
1068
810
  * <p>Describes a resource type.</p>
1069
811
  */
@@ -1081,24 +823,12 @@ export interface TargetResourceType {
1081
823
  */
1082
824
  parameters?: Record<string, TargetResourceTypeParameter>;
1083
825
  }
1084
- export declare namespace TargetResourceType {
1085
- /**
1086
- * @internal
1087
- */
1088
- const filterSensitiveLog: (obj: TargetResourceType) => any;
1089
- }
1090
826
  export interface GetTargetResourceTypeResponse {
1091
827
  /**
1092
828
  * <p>Information about the resource type.</p>
1093
829
  */
1094
830
  targetResourceType?: TargetResourceType;
1095
831
  }
1096
- export declare namespace GetTargetResourceTypeResponse {
1097
- /**
1098
- * @internal
1099
- */
1100
- const filterSensitiveLog: (obj: GetTargetResourceTypeResponse) => any;
1101
- }
1102
832
  export interface ListActionsRequest {
1103
833
  /**
1104
834
  * <p>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
@@ -1109,12 +839,6 @@ export interface ListActionsRequest {
1109
839
  */
1110
840
  nextToken?: string;
1111
841
  }
1112
- export declare namespace ListActionsRequest {
1113
- /**
1114
- * @internal
1115
- */
1116
- const filterSensitiveLog: (obj: ListActionsRequest) => any;
1117
- }
1118
842
  export interface ListActionsResponse {
1119
843
  /**
1120
844
  * <p>The actions.</p>
@@ -1125,12 +849,6 @@ export interface ListActionsResponse {
1125
849
  */
1126
850
  nextToken?: string;
1127
851
  }
1128
- export declare namespace ListActionsResponse {
1129
- /**
1130
- * @internal
1131
- */
1132
- const filterSensitiveLog: (obj: ListActionsResponse) => any;
1133
- }
1134
852
  export interface ListExperimentsRequest {
1135
853
  /**
1136
854
  * <p>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
@@ -1141,12 +859,6 @@ export interface ListExperimentsRequest {
1141
859
  */
1142
860
  nextToken?: string;
1143
861
  }
1144
- export declare namespace ListExperimentsRequest {
1145
- /**
1146
- * @internal
1147
- */
1148
- const filterSensitiveLog: (obj: ListExperimentsRequest) => any;
1149
- }
1150
862
  export interface ListExperimentsResponse {
1151
863
  /**
1152
864
  * <p>The experiments.</p>
@@ -1157,12 +869,6 @@ export interface ListExperimentsResponse {
1157
869
  */
1158
870
  nextToken?: string;
1159
871
  }
1160
- export declare namespace ListExperimentsResponse {
1161
- /**
1162
- * @internal
1163
- */
1164
- const filterSensitiveLog: (obj: ListExperimentsResponse) => any;
1165
- }
1166
872
  export interface ListExperimentTemplatesRequest {
1167
873
  /**
1168
874
  * <p>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
@@ -1173,12 +879,6 @@ export interface ListExperimentTemplatesRequest {
1173
879
  */
1174
880
  nextToken?: string;
1175
881
  }
1176
- export declare namespace ListExperimentTemplatesRequest {
1177
- /**
1178
- * @internal
1179
- */
1180
- const filterSensitiveLog: (obj: ListExperimentTemplatesRequest) => any;
1181
- }
1182
882
  export interface ListExperimentTemplatesResponse {
1183
883
  /**
1184
884
  * <p>The experiment templates.</p>
@@ -1189,36 +889,18 @@ export interface ListExperimentTemplatesResponse {
1189
889
  */
1190
890
  nextToken?: string;
1191
891
  }
1192
- export declare namespace ListExperimentTemplatesResponse {
1193
- /**
1194
- * @internal
1195
- */
1196
- const filterSensitiveLog: (obj: ListExperimentTemplatesResponse) => any;
1197
- }
1198
892
  export interface ListTagsForResourceRequest {
1199
893
  /**
1200
894
  * <p>The Amazon Resource Name (ARN) of the resource.</p>
1201
895
  */
1202
896
  resourceArn: string | undefined;
1203
897
  }
1204
- export declare namespace ListTagsForResourceRequest {
1205
- /**
1206
- * @internal
1207
- */
1208
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1209
- }
1210
898
  export interface ListTagsForResourceResponse {
1211
899
  /**
1212
900
  * <p>The tags for the resource.</p>
1213
901
  */
1214
902
  tags?: Record<string, string>;
1215
903
  }
1216
- export declare namespace ListTagsForResourceResponse {
1217
- /**
1218
- * @internal
1219
- */
1220
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1221
- }
1222
904
  export interface ListTargetResourceTypesRequest {
1223
905
  /**
1224
906
  * <p>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
@@ -1229,12 +911,6 @@ export interface ListTargetResourceTypesRequest {
1229
911
  */
1230
912
  nextToken?: string;
1231
913
  }
1232
- export declare namespace ListTargetResourceTypesRequest {
1233
- /**
1234
- * @internal
1235
- */
1236
- const filterSensitiveLog: (obj: ListTargetResourceTypesRequest) => any;
1237
- }
1238
914
  /**
1239
915
  * <p>Describes a resource type.</p>
1240
916
  */
@@ -1248,12 +924,6 @@ export interface TargetResourceTypeSummary {
1248
924
  */
1249
925
  description?: string;
1250
926
  }
1251
- export declare namespace TargetResourceTypeSummary {
1252
- /**
1253
- * @internal
1254
- */
1255
- const filterSensitiveLog: (obj: TargetResourceTypeSummary) => any;
1256
- }
1257
927
  export interface ListTargetResourceTypesResponse {
1258
928
  /**
1259
929
  * <p>The target resource types.</p>
@@ -1264,12 +934,6 @@ export interface ListTargetResourceTypesResponse {
1264
934
  */
1265
935
  nextToken?: string;
1266
936
  }
1267
- export declare namespace ListTargetResourceTypesResponse {
1268
- /**
1269
- * @internal
1270
- */
1271
- const filterSensitiveLog: (obj: ListTargetResourceTypesResponse) => any;
1272
- }
1273
937
  export interface StartExperimentRequest {
1274
938
  /**
1275
939
  * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>
@@ -1284,48 +948,24 @@ export interface StartExperimentRequest {
1284
948
  */
1285
949
  tags?: Record<string, string>;
1286
950
  }
1287
- export declare namespace StartExperimentRequest {
1288
- /**
1289
- * @internal
1290
- */
1291
- const filterSensitiveLog: (obj: StartExperimentRequest) => any;
1292
- }
1293
951
  export interface StartExperimentResponse {
1294
952
  /**
1295
953
  * <p>Information about the experiment.</p>
1296
954
  */
1297
955
  experiment?: Experiment;
1298
956
  }
1299
- export declare namespace StartExperimentResponse {
1300
- /**
1301
- * @internal
1302
- */
1303
- const filterSensitiveLog: (obj: StartExperimentResponse) => any;
1304
- }
1305
957
  export interface StopExperimentRequest {
1306
958
  /**
1307
959
  * <p>The ID of the experiment.</p>
1308
960
  */
1309
961
  id: string | undefined;
1310
962
  }
1311
- export declare namespace StopExperimentRequest {
1312
- /**
1313
- * @internal
1314
- */
1315
- const filterSensitiveLog: (obj: StopExperimentRequest) => any;
1316
- }
1317
963
  export interface StopExperimentResponse {
1318
964
  /**
1319
965
  * <p>Information about the experiment.</p>
1320
966
  */
1321
967
  experiment?: Experiment;
1322
968
  }
1323
- export declare namespace StopExperimentResponse {
1324
- /**
1325
- * @internal
1326
- */
1327
- const filterSensitiveLog: (obj: StopExperimentResponse) => any;
1328
- }
1329
969
  export interface TagResourceRequest {
1330
970
  /**
1331
971
  * <p>The Amazon Resource Name (ARN) of the resource.</p>
@@ -1336,20 +976,8 @@ export interface TagResourceRequest {
1336
976
  */
1337
977
  tags: Record<string, string> | undefined;
1338
978
  }
1339
- export declare namespace TagResourceRequest {
1340
- /**
1341
- * @internal
1342
- */
1343
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
1344
- }
1345
979
  export interface TagResourceResponse {
1346
980
  }
1347
- export declare namespace TagResourceResponse {
1348
- /**
1349
- * @internal
1350
- */
1351
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
1352
- }
1353
981
  export interface UntagResourceRequest {
1354
982
  /**
1355
983
  * <p>The Amazon Resource Name (ARN) of the resource.</p>
@@ -1360,20 +988,8 @@ export interface UntagResourceRequest {
1360
988
  */
1361
989
  tagKeys?: string[];
1362
990
  }
1363
- export declare namespace UntagResourceRequest {
1364
- /**
1365
- * @internal
1366
- */
1367
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
1368
- }
1369
991
  export interface UntagResourceResponse {
1370
992
  }
1371
- export declare namespace UntagResourceResponse {
1372
- /**
1373
- * @internal
1374
- */
1375
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
1376
- }
1377
993
  /**
1378
994
  * <p>Specifies an action for an experiment template.</p>
1379
995
  */
@@ -1399,12 +1015,6 @@ export interface UpdateExperimentTemplateActionInputItem {
1399
1015
  */
1400
1016
  startAfter?: string[];
1401
1017
  }
1402
- export declare namespace UpdateExperimentTemplateActionInputItem {
1403
- /**
1404
- * @internal
1405
- */
1406
- const filterSensitiveLog: (obj: UpdateExperimentTemplateActionInputItem) => any;
1407
- }
1408
1018
  /**
1409
1019
  * <p>Specifies the configuration for experiment logging.</p>
1410
1020
  */
@@ -1422,12 +1032,6 @@ export interface UpdateExperimentTemplateLogConfigurationInput {
1422
1032
  */
1423
1033
  logSchemaVersion?: number;
1424
1034
  }
1425
- export declare namespace UpdateExperimentTemplateLogConfigurationInput {
1426
- /**
1427
- * @internal
1428
- */
1429
- const filterSensitiveLog: (obj: UpdateExperimentTemplateLogConfigurationInput) => any;
1430
- }
1431
1035
  /**
1432
1036
  * <p>Specifies a stop condition for an experiment. You can define a stop condition as a CloudWatch alarm.</p>
1433
1037
  */
@@ -1443,12 +1047,6 @@ export interface UpdateExperimentTemplateStopConditionInput {
1443
1047
  */
1444
1048
  value?: string;
1445
1049
  }
1446
- export declare namespace UpdateExperimentTemplateStopConditionInput {
1447
- /**
1448
- * @internal
1449
- */
1450
- const filterSensitiveLog: (obj: UpdateExperimentTemplateStopConditionInput) => any;
1451
- }
1452
1050
  /**
1453
1051
  * <p>Specifies a target for an experiment. You must specify at least one Amazon Resource Name (ARN) or at least one resource tag. You cannot specify both.</p>
1454
1052
  */
@@ -1478,12 +1076,6 @@ export interface UpdateExperimentTemplateTargetInput {
1478
1076
  */
1479
1077
  parameters?: Record<string, string>;
1480
1078
  }
1481
- export declare namespace UpdateExperimentTemplateTargetInput {
1482
- /**
1483
- * @internal
1484
- */
1485
- const filterSensitiveLog: (obj: UpdateExperimentTemplateTargetInput) => any;
1486
- }
1487
1079
  export interface UpdateExperimentTemplateRequest {
1488
1080
  /**
1489
1081
  * <p>The ID of the experiment template.</p>
@@ -1514,21 +1106,289 @@ export interface UpdateExperimentTemplateRequest {
1514
1106
  */
1515
1107
  logConfiguration?: UpdateExperimentTemplateLogConfigurationInput;
1516
1108
  }
1517
- export declare namespace UpdateExperimentTemplateRequest {
1518
- /**
1519
- * @internal
1520
- */
1521
- const filterSensitiveLog: (obj: UpdateExperimentTemplateRequest) => any;
1522
- }
1523
1109
  export interface UpdateExperimentTemplateResponse {
1524
1110
  /**
1525
1111
  * <p>Information about the experiment template.</p>
1526
1112
  */
1527
1113
  experimentTemplate?: ExperimentTemplate;
1528
1114
  }
1529
- export declare namespace UpdateExperimentTemplateResponse {
1530
- /**
1531
- * @internal
1532
- */
1533
- const filterSensitiveLog: (obj: UpdateExperimentTemplateResponse) => any;
1534
- }
1115
+ /**
1116
+ * @internal
1117
+ */
1118
+ export declare const ActionParameterFilterSensitiveLog: (obj: ActionParameter) => any;
1119
+ /**
1120
+ * @internal
1121
+ */
1122
+ export declare const ActionTargetFilterSensitiveLog: (obj: ActionTarget) => any;
1123
+ /**
1124
+ * @internal
1125
+ */
1126
+ export declare const ActionFilterSensitiveLog: (obj: Action) => any;
1127
+ /**
1128
+ * @internal
1129
+ */
1130
+ export declare const ActionSummaryFilterSensitiveLog: (obj: ActionSummary) => any;
1131
+ /**
1132
+ * @internal
1133
+ */
1134
+ export declare const CreateExperimentTemplateActionInputFilterSensitiveLog: (obj: CreateExperimentTemplateActionInput) => any;
1135
+ /**
1136
+ * @internal
1137
+ */
1138
+ export declare const ExperimentTemplateCloudWatchLogsLogConfigurationInputFilterSensitiveLog: (obj: ExperimentTemplateCloudWatchLogsLogConfigurationInput) => any;
1139
+ /**
1140
+ * @internal
1141
+ */
1142
+ export declare const ExperimentTemplateS3LogConfigurationInputFilterSensitiveLog: (obj: ExperimentTemplateS3LogConfigurationInput) => any;
1143
+ /**
1144
+ * @internal
1145
+ */
1146
+ export declare const CreateExperimentTemplateLogConfigurationInputFilterSensitiveLog: (obj: CreateExperimentTemplateLogConfigurationInput) => any;
1147
+ /**
1148
+ * @internal
1149
+ */
1150
+ export declare const CreateExperimentTemplateStopConditionInputFilterSensitiveLog: (obj: CreateExperimentTemplateStopConditionInput) => any;
1151
+ /**
1152
+ * @internal
1153
+ */
1154
+ export declare const ExperimentTemplateTargetInputFilterFilterSensitiveLog: (obj: ExperimentTemplateTargetInputFilter) => any;
1155
+ /**
1156
+ * @internal
1157
+ */
1158
+ export declare const CreateExperimentTemplateTargetInputFilterSensitiveLog: (obj: CreateExperimentTemplateTargetInput) => any;
1159
+ /**
1160
+ * @internal
1161
+ */
1162
+ export declare const CreateExperimentTemplateRequestFilterSensitiveLog: (obj: CreateExperimentTemplateRequest) => any;
1163
+ /**
1164
+ * @internal
1165
+ */
1166
+ export declare const ExperimentTemplateActionFilterSensitiveLog: (obj: ExperimentTemplateAction) => any;
1167
+ /**
1168
+ * @internal
1169
+ */
1170
+ export declare const ExperimentTemplateCloudWatchLogsLogConfigurationFilterSensitiveLog: (obj: ExperimentTemplateCloudWatchLogsLogConfiguration) => any;
1171
+ /**
1172
+ * @internal
1173
+ */
1174
+ export declare const ExperimentTemplateS3LogConfigurationFilterSensitiveLog: (obj: ExperimentTemplateS3LogConfiguration) => any;
1175
+ /**
1176
+ * @internal
1177
+ */
1178
+ export declare const ExperimentTemplateLogConfigurationFilterSensitiveLog: (obj: ExperimentTemplateLogConfiguration) => any;
1179
+ /**
1180
+ * @internal
1181
+ */
1182
+ export declare const ExperimentTemplateStopConditionFilterSensitiveLog: (obj: ExperimentTemplateStopCondition) => any;
1183
+ /**
1184
+ * @internal
1185
+ */
1186
+ export declare const ExperimentTemplateTargetFilterFilterSensitiveLog: (obj: ExperimentTemplateTargetFilter) => any;
1187
+ /**
1188
+ * @internal
1189
+ */
1190
+ export declare const ExperimentTemplateTargetFilterSensitiveLog: (obj: ExperimentTemplateTarget) => any;
1191
+ /**
1192
+ * @internal
1193
+ */
1194
+ export declare const ExperimentTemplateFilterSensitiveLog: (obj: ExperimentTemplate) => any;
1195
+ /**
1196
+ * @internal
1197
+ */
1198
+ export declare const CreateExperimentTemplateResponseFilterSensitiveLog: (obj: CreateExperimentTemplateResponse) => any;
1199
+ /**
1200
+ * @internal
1201
+ */
1202
+ export declare const DeleteExperimentTemplateRequestFilterSensitiveLog: (obj: DeleteExperimentTemplateRequest) => any;
1203
+ /**
1204
+ * @internal
1205
+ */
1206
+ export declare const DeleteExperimentTemplateResponseFilterSensitiveLog: (obj: DeleteExperimentTemplateResponse) => any;
1207
+ /**
1208
+ * @internal
1209
+ */
1210
+ export declare const ExperimentActionStateFilterSensitiveLog: (obj: ExperimentActionState) => any;
1211
+ /**
1212
+ * @internal
1213
+ */
1214
+ export declare const ExperimentActionFilterSensitiveLog: (obj: ExperimentAction) => any;
1215
+ /**
1216
+ * @internal
1217
+ */
1218
+ export declare const ExperimentCloudWatchLogsLogConfigurationFilterSensitiveLog: (obj: ExperimentCloudWatchLogsLogConfiguration) => any;
1219
+ /**
1220
+ * @internal
1221
+ */
1222
+ export declare const ExperimentS3LogConfigurationFilterSensitiveLog: (obj: ExperimentS3LogConfiguration) => any;
1223
+ /**
1224
+ * @internal
1225
+ */
1226
+ export declare const ExperimentLogConfigurationFilterSensitiveLog: (obj: ExperimentLogConfiguration) => any;
1227
+ /**
1228
+ * @internal
1229
+ */
1230
+ export declare const ExperimentStateFilterSensitiveLog: (obj: ExperimentState) => any;
1231
+ /**
1232
+ * @internal
1233
+ */
1234
+ export declare const ExperimentStopConditionFilterSensitiveLog: (obj: ExperimentStopCondition) => any;
1235
+ /**
1236
+ * @internal
1237
+ */
1238
+ export declare const ExperimentTargetFilterFilterSensitiveLog: (obj: ExperimentTargetFilter) => any;
1239
+ /**
1240
+ * @internal
1241
+ */
1242
+ export declare const ExperimentTargetFilterSensitiveLog: (obj: ExperimentTarget) => any;
1243
+ /**
1244
+ * @internal
1245
+ */
1246
+ export declare const ExperimentFilterSensitiveLog: (obj: Experiment) => any;
1247
+ /**
1248
+ * @internal
1249
+ */
1250
+ export declare const ExperimentSummaryFilterSensitiveLog: (obj: ExperimentSummary) => any;
1251
+ /**
1252
+ * @internal
1253
+ */
1254
+ export declare const ExperimentTemplateSummaryFilterSensitiveLog: (obj: ExperimentTemplateSummary) => any;
1255
+ /**
1256
+ * @internal
1257
+ */
1258
+ export declare const GetActionRequestFilterSensitiveLog: (obj: GetActionRequest) => any;
1259
+ /**
1260
+ * @internal
1261
+ */
1262
+ export declare const GetActionResponseFilterSensitiveLog: (obj: GetActionResponse) => any;
1263
+ /**
1264
+ * @internal
1265
+ */
1266
+ export declare const GetExperimentRequestFilterSensitiveLog: (obj: GetExperimentRequest) => any;
1267
+ /**
1268
+ * @internal
1269
+ */
1270
+ export declare const GetExperimentResponseFilterSensitiveLog: (obj: GetExperimentResponse) => any;
1271
+ /**
1272
+ * @internal
1273
+ */
1274
+ export declare const GetExperimentTemplateRequestFilterSensitiveLog: (obj: GetExperimentTemplateRequest) => any;
1275
+ /**
1276
+ * @internal
1277
+ */
1278
+ export declare const GetExperimentTemplateResponseFilterSensitiveLog: (obj: GetExperimentTemplateResponse) => any;
1279
+ /**
1280
+ * @internal
1281
+ */
1282
+ export declare const GetTargetResourceTypeRequestFilterSensitiveLog: (obj: GetTargetResourceTypeRequest) => any;
1283
+ /**
1284
+ * @internal
1285
+ */
1286
+ export declare const TargetResourceTypeParameterFilterSensitiveLog: (obj: TargetResourceTypeParameter) => any;
1287
+ /**
1288
+ * @internal
1289
+ */
1290
+ export declare const TargetResourceTypeFilterSensitiveLog: (obj: TargetResourceType) => any;
1291
+ /**
1292
+ * @internal
1293
+ */
1294
+ export declare const GetTargetResourceTypeResponseFilterSensitiveLog: (obj: GetTargetResourceTypeResponse) => any;
1295
+ /**
1296
+ * @internal
1297
+ */
1298
+ export declare const ListActionsRequestFilterSensitiveLog: (obj: ListActionsRequest) => any;
1299
+ /**
1300
+ * @internal
1301
+ */
1302
+ export declare const ListActionsResponseFilterSensitiveLog: (obj: ListActionsResponse) => any;
1303
+ /**
1304
+ * @internal
1305
+ */
1306
+ export declare const ListExperimentsRequestFilterSensitiveLog: (obj: ListExperimentsRequest) => any;
1307
+ /**
1308
+ * @internal
1309
+ */
1310
+ export declare const ListExperimentsResponseFilterSensitiveLog: (obj: ListExperimentsResponse) => any;
1311
+ /**
1312
+ * @internal
1313
+ */
1314
+ export declare const ListExperimentTemplatesRequestFilterSensitiveLog: (obj: ListExperimentTemplatesRequest) => any;
1315
+ /**
1316
+ * @internal
1317
+ */
1318
+ export declare const ListExperimentTemplatesResponseFilterSensitiveLog: (obj: ListExperimentTemplatesResponse) => any;
1319
+ /**
1320
+ * @internal
1321
+ */
1322
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1323
+ /**
1324
+ * @internal
1325
+ */
1326
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1327
+ /**
1328
+ * @internal
1329
+ */
1330
+ export declare const ListTargetResourceTypesRequestFilterSensitiveLog: (obj: ListTargetResourceTypesRequest) => any;
1331
+ /**
1332
+ * @internal
1333
+ */
1334
+ export declare const TargetResourceTypeSummaryFilterSensitiveLog: (obj: TargetResourceTypeSummary) => any;
1335
+ /**
1336
+ * @internal
1337
+ */
1338
+ export declare const ListTargetResourceTypesResponseFilterSensitiveLog: (obj: ListTargetResourceTypesResponse) => any;
1339
+ /**
1340
+ * @internal
1341
+ */
1342
+ export declare const StartExperimentRequestFilterSensitiveLog: (obj: StartExperimentRequest) => any;
1343
+ /**
1344
+ * @internal
1345
+ */
1346
+ export declare const StartExperimentResponseFilterSensitiveLog: (obj: StartExperimentResponse) => any;
1347
+ /**
1348
+ * @internal
1349
+ */
1350
+ export declare const StopExperimentRequestFilterSensitiveLog: (obj: StopExperimentRequest) => any;
1351
+ /**
1352
+ * @internal
1353
+ */
1354
+ export declare const StopExperimentResponseFilterSensitiveLog: (obj: StopExperimentResponse) => any;
1355
+ /**
1356
+ * @internal
1357
+ */
1358
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
1359
+ /**
1360
+ * @internal
1361
+ */
1362
+ export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
1363
+ /**
1364
+ * @internal
1365
+ */
1366
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
1367
+ /**
1368
+ * @internal
1369
+ */
1370
+ export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
1371
+ /**
1372
+ * @internal
1373
+ */
1374
+ export declare const UpdateExperimentTemplateActionInputItemFilterSensitiveLog: (obj: UpdateExperimentTemplateActionInputItem) => any;
1375
+ /**
1376
+ * @internal
1377
+ */
1378
+ export declare const UpdateExperimentTemplateLogConfigurationInputFilterSensitiveLog: (obj: UpdateExperimentTemplateLogConfigurationInput) => any;
1379
+ /**
1380
+ * @internal
1381
+ */
1382
+ export declare const UpdateExperimentTemplateStopConditionInputFilterSensitiveLog: (obj: UpdateExperimentTemplateStopConditionInput) => any;
1383
+ /**
1384
+ * @internal
1385
+ */
1386
+ export declare const UpdateExperimentTemplateTargetInputFilterSensitiveLog: (obj: UpdateExperimentTemplateTargetInput) => any;
1387
+ /**
1388
+ * @internal
1389
+ */
1390
+ export declare const UpdateExperimentTemplateRequestFilterSensitiveLog: (obj: UpdateExperimentTemplateRequest) => any;
1391
+ /**
1392
+ * @internal
1393
+ */
1394
+ export declare const UpdateExperimentTemplateResponseFilterSensitiveLog: (obj: UpdateExperimentTemplateResponse) => any;