@aws-sdk/client-fis 3.128.0 → 3.137.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 (40) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist-cjs/commands/CreateExperimentTemplateCommand.js +2 -2
  3. package/dist-cjs/commands/DeleteExperimentTemplateCommand.js +2 -2
  4. package/dist-cjs/commands/GetActionCommand.js +2 -2
  5. package/dist-cjs/commands/GetExperimentCommand.js +2 -2
  6. package/dist-cjs/commands/GetExperimentTemplateCommand.js +2 -2
  7. package/dist-cjs/commands/GetTargetResourceTypeCommand.js +2 -2
  8. package/dist-cjs/commands/ListActionsCommand.js +2 -2
  9. package/dist-cjs/commands/ListExperimentTemplatesCommand.js +2 -2
  10. package/dist-cjs/commands/ListExperimentsCommand.js +2 -2
  11. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  12. package/dist-cjs/commands/ListTargetResourceTypesCommand.js +2 -2
  13. package/dist-cjs/commands/StartExperimentCommand.js +2 -2
  14. package/dist-cjs/commands/StopExperimentCommand.js +2 -2
  15. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  16. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  17. package/dist-cjs/commands/UpdateExperimentTemplateCommand.js +2 -2
  18. package/dist-cjs/models/models_0.js +282 -422
  19. package/dist-cjs/protocols/Aws_restJson1.js +3 -0
  20. package/dist-es/commands/CreateExperimentTemplateCommand.js +3 -3
  21. package/dist-es/commands/DeleteExperimentTemplateCommand.js +3 -3
  22. package/dist-es/commands/GetActionCommand.js +3 -3
  23. package/dist-es/commands/GetExperimentCommand.js +3 -3
  24. package/dist-es/commands/GetExperimentTemplateCommand.js +3 -3
  25. package/dist-es/commands/GetTargetResourceTypeCommand.js +3 -3
  26. package/dist-es/commands/ListActionsCommand.js +3 -3
  27. package/dist-es/commands/ListExperimentTemplatesCommand.js +3 -3
  28. package/dist-es/commands/ListExperimentsCommand.js +3 -3
  29. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  30. package/dist-es/commands/ListTargetResourceTypesCommand.js +3 -3
  31. package/dist-es/commands/StartExperimentCommand.js +3 -3
  32. package/dist-es/commands/StopExperimentCommand.js +3 -3
  33. package/dist-es/commands/TagResourceCommand.js +3 -3
  34. package/dist-es/commands/UntagResourceCommand.js +3 -3
  35. package/dist-es/commands/UpdateExperimentTemplateCommand.js +3 -3
  36. package/dist-es/models/models_0.js +70 -280
  37. package/dist-es/protocols/Aws_restJson1.js +3 -0
  38. package/dist-types/models/models_0.d.ts +280 -420
  39. package/dist-types/ts3.4/models/models_0.d.ts +140 -280
  40. package/package.json +9 -9
@@ -7,19 +7,11 @@ export interface ActionParameter {
7
7
 
8
8
  required?: boolean;
9
9
  }
10
- export declare namespace ActionParameter {
11
-
12
- const filterSensitiveLog: (obj: ActionParameter) => any;
13
- }
14
10
 
15
11
  export interface ActionTarget {
16
12
 
17
13
  resourceType?: string;
18
14
  }
19
- export declare namespace ActionTarget {
20
-
21
- const filterSensitiveLog: (obj: ActionTarget) => any;
22
- }
23
15
 
24
16
  export interface Action {
25
17
 
@@ -33,10 +25,6 @@ export interface Action {
33
25
 
34
26
  tags?: Record<string, string>;
35
27
  }
36
- export declare namespace Action {
37
-
38
- const filterSensitiveLog: (obj: Action) => any;
39
- }
40
28
 
41
29
  export interface ActionSummary {
42
30
 
@@ -48,10 +36,6 @@ export interface ActionSummary {
48
36
 
49
37
  tags?: Record<string, string>;
50
38
  }
51
- export declare namespace ActionSummary {
52
-
53
- const filterSensitiveLog: (obj: ActionSummary) => any;
54
- }
55
39
 
56
40
  export declare class ConflictException extends __BaseException {
57
41
  readonly name: "ConflictException";
@@ -72,19 +56,11 @@ export interface CreateExperimentTemplateActionInput {
72
56
 
73
57
  startAfter?: string[];
74
58
  }
75
- export declare namespace CreateExperimentTemplateActionInput {
76
-
77
- const filterSensitiveLog: (obj: CreateExperimentTemplateActionInput) => any;
78
- }
79
59
 
80
60
  export interface ExperimentTemplateCloudWatchLogsLogConfigurationInput {
81
61
 
82
62
  logGroupArn: string | undefined;
83
63
  }
84
- export declare namespace ExperimentTemplateCloudWatchLogsLogConfigurationInput {
85
-
86
- const filterSensitiveLog: (obj: ExperimentTemplateCloudWatchLogsLogConfigurationInput) => any;
87
- }
88
64
 
89
65
  export interface ExperimentTemplateS3LogConfigurationInput {
90
66
 
@@ -92,10 +68,6 @@ export interface ExperimentTemplateS3LogConfigurationInput {
92
68
 
93
69
  prefix?: string;
94
70
  }
95
- export declare namespace ExperimentTemplateS3LogConfigurationInput {
96
-
97
- const filterSensitiveLog: (obj: ExperimentTemplateS3LogConfigurationInput) => any;
98
- }
99
71
 
100
72
  export interface CreateExperimentTemplateLogConfigurationInput {
101
73
 
@@ -105,10 +77,6 @@ export interface CreateExperimentTemplateLogConfigurationInput {
105
77
 
106
78
  logSchemaVersion: number | undefined;
107
79
  }
108
- export declare namespace CreateExperimentTemplateLogConfigurationInput {
109
-
110
- const filterSensitiveLog: (obj: CreateExperimentTemplateLogConfigurationInput) => any;
111
- }
112
80
 
113
81
  export interface CreateExperimentTemplateStopConditionInput {
114
82
 
@@ -116,10 +84,6 @@ export interface CreateExperimentTemplateStopConditionInput {
116
84
 
117
85
  value?: string;
118
86
  }
119
- export declare namespace CreateExperimentTemplateStopConditionInput {
120
-
121
- const filterSensitiveLog: (obj: CreateExperimentTemplateStopConditionInput) => any;
122
- }
123
87
 
124
88
  export interface ExperimentTemplateTargetInputFilter {
125
89
 
@@ -127,10 +91,6 @@ export interface ExperimentTemplateTargetInputFilter {
127
91
 
128
92
  values: string[] | undefined;
129
93
  }
130
- export declare namespace ExperimentTemplateTargetInputFilter {
131
-
132
- const filterSensitiveLog: (obj: ExperimentTemplateTargetInputFilter) => any;
133
- }
134
94
 
135
95
  export interface CreateExperimentTemplateTargetInput {
136
96
 
@@ -146,10 +106,6 @@ export interface CreateExperimentTemplateTargetInput {
146
106
 
147
107
  parameters?: Record<string, string>;
148
108
  }
149
- export declare namespace CreateExperimentTemplateTargetInput {
150
-
151
- const filterSensitiveLog: (obj: CreateExperimentTemplateTargetInput) => any;
152
- }
153
109
  export interface CreateExperimentTemplateRequest {
154
110
 
155
111
  clientToken?: string;
@@ -168,10 +124,6 @@ export interface CreateExperimentTemplateRequest {
168
124
 
169
125
  logConfiguration?: CreateExperimentTemplateLogConfigurationInput;
170
126
  }
171
- export declare namespace CreateExperimentTemplateRequest {
172
-
173
- const filterSensitiveLog: (obj: CreateExperimentTemplateRequest) => any;
174
- }
175
127
 
176
128
  export interface ExperimentTemplateAction {
177
129
 
@@ -185,19 +137,11 @@ export interface ExperimentTemplateAction {
185
137
 
186
138
  startAfter?: string[];
187
139
  }
188
- export declare namespace ExperimentTemplateAction {
189
-
190
- const filterSensitiveLog: (obj: ExperimentTemplateAction) => any;
191
- }
192
140
 
193
141
  export interface ExperimentTemplateCloudWatchLogsLogConfiguration {
194
142
 
195
143
  logGroupArn?: string;
196
144
  }
197
- export declare namespace ExperimentTemplateCloudWatchLogsLogConfiguration {
198
-
199
- const filterSensitiveLog: (obj: ExperimentTemplateCloudWatchLogsLogConfiguration) => any;
200
- }
201
145
 
202
146
  export interface ExperimentTemplateS3LogConfiguration {
203
147
 
@@ -205,10 +149,6 @@ export interface ExperimentTemplateS3LogConfiguration {
205
149
 
206
150
  prefix?: string;
207
151
  }
208
- export declare namespace ExperimentTemplateS3LogConfiguration {
209
-
210
- const filterSensitiveLog: (obj: ExperimentTemplateS3LogConfiguration) => any;
211
- }
212
152
 
213
153
  export interface ExperimentTemplateLogConfiguration {
214
154
 
@@ -218,10 +158,6 @@ export interface ExperimentTemplateLogConfiguration {
218
158
 
219
159
  logSchemaVersion?: number;
220
160
  }
221
- export declare namespace ExperimentTemplateLogConfiguration {
222
-
223
- const filterSensitiveLog: (obj: ExperimentTemplateLogConfiguration) => any;
224
- }
225
161
 
226
162
  export interface ExperimentTemplateStopCondition {
227
163
 
@@ -229,10 +165,6 @@ export interface ExperimentTemplateStopCondition {
229
165
 
230
166
  value?: string;
231
167
  }
232
- export declare namespace ExperimentTemplateStopCondition {
233
-
234
- const filterSensitiveLog: (obj: ExperimentTemplateStopCondition) => any;
235
- }
236
168
 
237
169
  export interface ExperimentTemplateTargetFilter {
238
170
 
@@ -240,10 +172,6 @@ export interface ExperimentTemplateTargetFilter {
240
172
 
241
173
  values?: string[];
242
174
  }
243
- export declare namespace ExperimentTemplateTargetFilter {
244
-
245
- const filterSensitiveLog: (obj: ExperimentTemplateTargetFilter) => any;
246
- }
247
175
 
248
176
  export interface ExperimentTemplateTarget {
249
177
 
@@ -259,10 +187,6 @@ export interface ExperimentTemplateTarget {
259
187
 
260
188
  parameters?: Record<string, string>;
261
189
  }
262
- export declare namespace ExperimentTemplateTarget {
263
-
264
- const filterSensitiveLog: (obj: ExperimentTemplateTarget) => any;
265
- }
266
190
 
267
191
  export interface ExperimentTemplate {
268
192
 
@@ -286,18 +210,10 @@ export interface ExperimentTemplate {
286
210
 
287
211
  logConfiguration?: ExperimentTemplateLogConfiguration;
288
212
  }
289
- export declare namespace ExperimentTemplate {
290
-
291
- const filterSensitiveLog: (obj: ExperimentTemplate) => any;
292
- }
293
213
  export interface CreateExperimentTemplateResponse {
294
214
 
295
215
  experimentTemplate?: ExperimentTemplate;
296
216
  }
297
- export declare namespace CreateExperimentTemplateResponse {
298
-
299
- const filterSensitiveLog: (obj: CreateExperimentTemplateResponse) => any;
300
- }
301
217
 
302
218
  export declare class ResourceNotFoundException extends __BaseException {
303
219
  readonly name: "ResourceNotFoundException";
@@ -323,18 +239,10 @@ export interface DeleteExperimentTemplateRequest {
323
239
 
324
240
  id: string | undefined;
325
241
  }
326
- export declare namespace DeleteExperimentTemplateRequest {
327
-
328
- const filterSensitiveLog: (obj: DeleteExperimentTemplateRequest) => any;
329
- }
330
242
  export interface DeleteExperimentTemplateResponse {
331
243
 
332
244
  experimentTemplate?: ExperimentTemplate;
333
245
  }
334
- export declare namespace DeleteExperimentTemplateResponse {
335
-
336
- const filterSensitiveLog: (obj: DeleteExperimentTemplateResponse) => any;
337
- }
338
246
  export declare enum ExperimentActionStatus {
339
247
  cancelled = "cancelled",
340
248
  completed = "completed",
@@ -352,10 +260,6 @@ export interface ExperimentActionState {
352
260
 
353
261
  reason?: string;
354
262
  }
355
- export declare namespace ExperimentActionState {
356
-
357
- const filterSensitiveLog: (obj: ExperimentActionState) => any;
358
- }
359
263
 
360
264
  export interface ExperimentAction {
361
265
 
@@ -375,19 +279,11 @@ export interface ExperimentAction {
375
279
 
376
280
  endTime?: Date;
377
281
  }
378
- export declare namespace ExperimentAction {
379
-
380
- const filterSensitiveLog: (obj: ExperimentAction) => any;
381
- }
382
282
 
383
283
  export interface ExperimentCloudWatchLogsLogConfiguration {
384
284
 
385
285
  logGroupArn?: string;
386
286
  }
387
- export declare namespace ExperimentCloudWatchLogsLogConfiguration {
388
-
389
- const filterSensitiveLog: (obj: ExperimentCloudWatchLogsLogConfiguration) => any;
390
- }
391
287
 
392
288
  export interface ExperimentS3LogConfiguration {
393
289
 
@@ -395,10 +291,6 @@ export interface ExperimentS3LogConfiguration {
395
291
 
396
292
  prefix?: string;
397
293
  }
398
- export declare namespace ExperimentS3LogConfiguration {
399
-
400
- const filterSensitiveLog: (obj: ExperimentS3LogConfiguration) => any;
401
- }
402
294
 
403
295
  export interface ExperimentLogConfiguration {
404
296
 
@@ -408,10 +300,6 @@ export interface ExperimentLogConfiguration {
408
300
 
409
301
  logSchemaVersion?: number;
410
302
  }
411
- export declare namespace ExperimentLogConfiguration {
412
-
413
- const filterSensitiveLog: (obj: ExperimentLogConfiguration) => any;
414
- }
415
303
  export declare enum ExperimentStatus {
416
304
  completed = "completed",
417
305
  failed = "failed",
@@ -428,10 +316,6 @@ export interface ExperimentState {
428
316
 
429
317
  reason?: string;
430
318
  }
431
- export declare namespace ExperimentState {
432
-
433
- const filterSensitiveLog: (obj: ExperimentState) => any;
434
- }
435
319
 
436
320
  export interface ExperimentStopCondition {
437
321
 
@@ -439,10 +323,6 @@ export interface ExperimentStopCondition {
439
323
 
440
324
  value?: string;
441
325
  }
442
- export declare namespace ExperimentStopCondition {
443
-
444
- const filterSensitiveLog: (obj: ExperimentStopCondition) => any;
445
- }
446
326
 
447
327
  export interface ExperimentTargetFilter {
448
328
 
@@ -450,10 +330,6 @@ export interface ExperimentTargetFilter {
450
330
 
451
331
  values?: string[];
452
332
  }
453
- export declare namespace ExperimentTargetFilter {
454
-
455
- const filterSensitiveLog: (obj: ExperimentTargetFilter) => any;
456
- }
457
333
 
458
334
  export interface ExperimentTarget {
459
335
 
@@ -469,10 +345,6 @@ export interface ExperimentTarget {
469
345
 
470
346
  parameters?: Record<string, string>;
471
347
  }
472
- export declare namespace ExperimentTarget {
473
-
474
- const filterSensitiveLog: (obj: ExperimentTarget) => any;
475
- }
476
348
 
477
349
  export interface Experiment {
478
350
 
@@ -500,10 +372,6 @@ export interface Experiment {
500
372
 
501
373
  logConfiguration?: ExperimentLogConfiguration;
502
374
  }
503
- export declare namespace Experiment {
504
-
505
- const filterSensitiveLog: (obj: Experiment) => any;
506
- }
507
375
 
508
376
  export interface ExperimentSummary {
509
377
 
@@ -517,10 +385,6 @@ export interface ExperimentSummary {
517
385
 
518
386
  tags?: Record<string, string>;
519
387
  }
520
- export declare namespace ExperimentSummary {
521
-
522
- const filterSensitiveLog: (obj: ExperimentSummary) => any;
523
- }
524
388
 
525
389
  export interface ExperimentTemplateSummary {
526
390
 
@@ -534,66 +398,34 @@ export interface ExperimentTemplateSummary {
534
398
 
535
399
  tags?: Record<string, string>;
536
400
  }
537
- export declare namespace ExperimentTemplateSummary {
538
-
539
- const filterSensitiveLog: (obj: ExperimentTemplateSummary) => any;
540
- }
541
401
  export interface GetActionRequest {
542
402
 
543
403
  id: string | undefined;
544
404
  }
545
- export declare namespace GetActionRequest {
546
-
547
- const filterSensitiveLog: (obj: GetActionRequest) => any;
548
- }
549
405
  export interface GetActionResponse {
550
406
 
551
407
  action?: Action;
552
408
  }
553
- export declare namespace GetActionResponse {
554
-
555
- const filterSensitiveLog: (obj: GetActionResponse) => any;
556
- }
557
409
  export interface GetExperimentRequest {
558
410
 
559
411
  id: string | undefined;
560
412
  }
561
- export declare namespace GetExperimentRequest {
562
-
563
- const filterSensitiveLog: (obj: GetExperimentRequest) => any;
564
- }
565
413
  export interface GetExperimentResponse {
566
414
 
567
415
  experiment?: Experiment;
568
416
  }
569
- export declare namespace GetExperimentResponse {
570
-
571
- const filterSensitiveLog: (obj: GetExperimentResponse) => any;
572
- }
573
417
  export interface GetExperimentTemplateRequest {
574
418
 
575
419
  id: string | undefined;
576
420
  }
577
- export declare namespace GetExperimentTemplateRequest {
578
-
579
- const filterSensitiveLog: (obj: GetExperimentTemplateRequest) => any;
580
- }
581
421
  export interface GetExperimentTemplateResponse {
582
422
 
583
423
  experimentTemplate?: ExperimentTemplate;
584
424
  }
585
- export declare namespace GetExperimentTemplateResponse {
586
-
587
- const filterSensitiveLog: (obj: GetExperimentTemplateResponse) => any;
588
- }
589
425
  export interface GetTargetResourceTypeRequest {
590
426
 
591
427
  resourceType: string | undefined;
592
428
  }
593
- export declare namespace GetTargetResourceTypeRequest {
594
-
595
- const filterSensitiveLog: (obj: GetTargetResourceTypeRequest) => any;
596
- }
597
429
 
598
430
  export interface TargetResourceTypeParameter {
599
431
 
@@ -601,10 +433,6 @@ export interface TargetResourceTypeParameter {
601
433
 
602
434
  required?: boolean;
603
435
  }
604
- export declare namespace TargetResourceTypeParameter {
605
-
606
- const filterSensitiveLog: (obj: TargetResourceTypeParameter) => any;
607
- }
608
436
 
609
437
  export interface TargetResourceType {
610
438
 
@@ -614,104 +442,60 @@ export interface TargetResourceType {
614
442
 
615
443
  parameters?: Record<string, TargetResourceTypeParameter>;
616
444
  }
617
- export declare namespace TargetResourceType {
618
-
619
- const filterSensitiveLog: (obj: TargetResourceType) => any;
620
- }
621
445
  export interface GetTargetResourceTypeResponse {
622
446
 
623
447
  targetResourceType?: TargetResourceType;
624
448
  }
625
- export declare namespace GetTargetResourceTypeResponse {
626
-
627
- const filterSensitiveLog: (obj: GetTargetResourceTypeResponse) => any;
628
- }
629
449
  export interface ListActionsRequest {
630
450
 
631
451
  maxResults?: number;
632
452
 
633
453
  nextToken?: string;
634
454
  }
635
- export declare namespace ListActionsRequest {
636
-
637
- const filterSensitiveLog: (obj: ListActionsRequest) => any;
638
- }
639
455
  export interface ListActionsResponse {
640
456
 
641
457
  actions?: ActionSummary[];
642
458
 
643
459
  nextToken?: string;
644
460
  }
645
- export declare namespace ListActionsResponse {
646
-
647
- const filterSensitiveLog: (obj: ListActionsResponse) => any;
648
- }
649
461
  export interface ListExperimentsRequest {
650
462
 
651
463
  maxResults?: number;
652
464
 
653
465
  nextToken?: string;
654
466
  }
655
- export declare namespace ListExperimentsRequest {
656
-
657
- const filterSensitiveLog: (obj: ListExperimentsRequest) => any;
658
- }
659
467
  export interface ListExperimentsResponse {
660
468
 
661
469
  experiments?: ExperimentSummary[];
662
470
 
663
471
  nextToken?: string;
664
472
  }
665
- export declare namespace ListExperimentsResponse {
666
-
667
- const filterSensitiveLog: (obj: ListExperimentsResponse) => any;
668
- }
669
473
  export interface ListExperimentTemplatesRequest {
670
474
 
671
475
  maxResults?: number;
672
476
 
673
477
  nextToken?: string;
674
478
  }
675
- export declare namespace ListExperimentTemplatesRequest {
676
-
677
- const filterSensitiveLog: (obj: ListExperimentTemplatesRequest) => any;
678
- }
679
479
  export interface ListExperimentTemplatesResponse {
680
480
 
681
481
  experimentTemplates?: ExperimentTemplateSummary[];
682
482
 
683
483
  nextToken?: string;
684
484
  }
685
- export declare namespace ListExperimentTemplatesResponse {
686
-
687
- const filterSensitiveLog: (obj: ListExperimentTemplatesResponse) => any;
688
- }
689
485
  export interface ListTagsForResourceRequest {
690
486
 
691
487
  resourceArn: string | undefined;
692
488
  }
693
- export declare namespace ListTagsForResourceRequest {
694
-
695
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
696
- }
697
489
  export interface ListTagsForResourceResponse {
698
490
 
699
491
  tags?: Record<string, string>;
700
492
  }
701
- export declare namespace ListTagsForResourceResponse {
702
-
703
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
704
- }
705
493
  export interface ListTargetResourceTypesRequest {
706
494
 
707
495
  maxResults?: number;
708
496
 
709
497
  nextToken?: string;
710
498
  }
711
- export declare namespace ListTargetResourceTypesRequest {
712
-
713
- const filterSensitiveLog: (obj: ListTargetResourceTypesRequest) => any;
714
- }
715
499
 
716
500
  export interface TargetResourceTypeSummary {
717
501
 
@@ -719,20 +503,12 @@ export interface TargetResourceTypeSummary {
719
503
 
720
504
  description?: string;
721
505
  }
722
- export declare namespace TargetResourceTypeSummary {
723
-
724
- const filterSensitiveLog: (obj: TargetResourceTypeSummary) => any;
725
- }
726
506
  export interface ListTargetResourceTypesResponse {
727
507
 
728
508
  targetResourceTypes?: TargetResourceTypeSummary[];
729
509
 
730
510
  nextToken?: string;
731
511
  }
732
- export declare namespace ListTargetResourceTypesResponse {
733
-
734
- const filterSensitiveLog: (obj: ListTargetResourceTypesResponse) => any;
735
- }
736
512
  export interface StartExperimentRequest {
737
513
 
738
514
  clientToken?: string;
@@ -741,66 +517,34 @@ export interface StartExperimentRequest {
741
517
 
742
518
  tags?: Record<string, string>;
743
519
  }
744
- export declare namespace StartExperimentRequest {
745
-
746
- const filterSensitiveLog: (obj: StartExperimentRequest) => any;
747
- }
748
520
  export interface StartExperimentResponse {
749
521
 
750
522
  experiment?: Experiment;
751
523
  }
752
- export declare namespace StartExperimentResponse {
753
-
754
- const filterSensitiveLog: (obj: StartExperimentResponse) => any;
755
- }
756
524
  export interface StopExperimentRequest {
757
525
 
758
526
  id: string | undefined;
759
527
  }
760
- export declare namespace StopExperimentRequest {
761
-
762
- const filterSensitiveLog: (obj: StopExperimentRequest) => any;
763
- }
764
528
  export interface StopExperimentResponse {
765
529
 
766
530
  experiment?: Experiment;
767
531
  }
768
- export declare namespace StopExperimentResponse {
769
-
770
- const filterSensitiveLog: (obj: StopExperimentResponse) => any;
771
- }
772
532
  export interface TagResourceRequest {
773
533
 
774
534
  resourceArn: string | undefined;
775
535
 
776
536
  tags: Record<string, string> | undefined;
777
537
  }
778
- export declare namespace TagResourceRequest {
779
-
780
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
781
- }
782
538
  export interface TagResourceResponse {
783
539
  }
784
- export declare namespace TagResourceResponse {
785
-
786
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
787
- }
788
540
  export interface UntagResourceRequest {
789
541
 
790
542
  resourceArn: string | undefined;
791
543
 
792
544
  tagKeys?: string[];
793
545
  }
794
- export declare namespace UntagResourceRequest {
795
-
796
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
797
- }
798
546
  export interface UntagResourceResponse {
799
547
  }
800
- export declare namespace UntagResourceResponse {
801
-
802
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
803
- }
804
548
 
805
549
  export interface UpdateExperimentTemplateActionInputItem {
806
550
 
@@ -814,10 +558,6 @@ export interface UpdateExperimentTemplateActionInputItem {
814
558
 
815
559
  startAfter?: string[];
816
560
  }
817
- export declare namespace UpdateExperimentTemplateActionInputItem {
818
-
819
- const filterSensitiveLog: (obj: UpdateExperimentTemplateActionInputItem) => any;
820
- }
821
561
 
822
562
  export interface UpdateExperimentTemplateLogConfigurationInput {
823
563
 
@@ -827,10 +567,6 @@ export interface UpdateExperimentTemplateLogConfigurationInput {
827
567
 
828
568
  logSchemaVersion?: number;
829
569
  }
830
- export declare namespace UpdateExperimentTemplateLogConfigurationInput {
831
-
832
- const filterSensitiveLog: (obj: UpdateExperimentTemplateLogConfigurationInput) => any;
833
- }
834
570
 
835
571
  export interface UpdateExperimentTemplateStopConditionInput {
836
572
 
@@ -838,10 +574,6 @@ export interface UpdateExperimentTemplateStopConditionInput {
838
574
 
839
575
  value?: string;
840
576
  }
841
- export declare namespace UpdateExperimentTemplateStopConditionInput {
842
-
843
- const filterSensitiveLog: (obj: UpdateExperimentTemplateStopConditionInput) => any;
844
- }
845
577
 
846
578
  export interface UpdateExperimentTemplateTargetInput {
847
579
 
@@ -857,10 +589,6 @@ export interface UpdateExperimentTemplateTargetInput {
857
589
 
858
590
  parameters?: Record<string, string>;
859
591
  }
860
- export declare namespace UpdateExperimentTemplateTargetInput {
861
-
862
- const filterSensitiveLog: (obj: UpdateExperimentTemplateTargetInput) => any;
863
- }
864
592
  export interface UpdateExperimentTemplateRequest {
865
593
 
866
594
  id: string | undefined;
@@ -877,15 +605,147 @@ export interface UpdateExperimentTemplateRequest {
877
605
 
878
606
  logConfiguration?: UpdateExperimentTemplateLogConfigurationInput;
879
607
  }
880
- export declare namespace UpdateExperimentTemplateRequest {
881
-
882
- const filterSensitiveLog: (obj: UpdateExperimentTemplateRequest) => any;
883
- }
884
608
  export interface UpdateExperimentTemplateResponse {
885
609
 
886
610
  experimentTemplate?: ExperimentTemplate;
887
611
  }
888
- export declare namespace UpdateExperimentTemplateResponse {
889
-
890
- const filterSensitiveLog: (obj: UpdateExperimentTemplateResponse) => any;
891
- }
612
+
613
+ export declare const ActionParameterFilterSensitiveLog: (obj: ActionParameter) => any;
614
+
615
+ export declare const ActionTargetFilterSensitiveLog: (obj: ActionTarget) => any;
616
+
617
+ export declare const ActionFilterSensitiveLog: (obj: Action) => any;
618
+
619
+ export declare const ActionSummaryFilterSensitiveLog: (obj: ActionSummary) => any;
620
+
621
+ export declare const CreateExperimentTemplateActionInputFilterSensitiveLog: (obj: CreateExperimentTemplateActionInput) => any;
622
+
623
+ export declare const ExperimentTemplateCloudWatchLogsLogConfigurationInputFilterSensitiveLog: (obj: ExperimentTemplateCloudWatchLogsLogConfigurationInput) => any;
624
+
625
+ export declare const ExperimentTemplateS3LogConfigurationInputFilterSensitiveLog: (obj: ExperimentTemplateS3LogConfigurationInput) => any;
626
+
627
+ export declare const CreateExperimentTemplateLogConfigurationInputFilterSensitiveLog: (obj: CreateExperimentTemplateLogConfigurationInput) => any;
628
+
629
+ export declare const CreateExperimentTemplateStopConditionInputFilterSensitiveLog: (obj: CreateExperimentTemplateStopConditionInput) => any;
630
+
631
+ export declare const ExperimentTemplateTargetInputFilterFilterSensitiveLog: (obj: ExperimentTemplateTargetInputFilter) => any;
632
+
633
+ export declare const CreateExperimentTemplateTargetInputFilterSensitiveLog: (obj: CreateExperimentTemplateTargetInput) => any;
634
+
635
+ export declare const CreateExperimentTemplateRequestFilterSensitiveLog: (obj: CreateExperimentTemplateRequest) => any;
636
+
637
+ export declare const ExperimentTemplateActionFilterSensitiveLog: (obj: ExperimentTemplateAction) => any;
638
+
639
+ export declare const ExperimentTemplateCloudWatchLogsLogConfigurationFilterSensitiveLog: (obj: ExperimentTemplateCloudWatchLogsLogConfiguration) => any;
640
+
641
+ export declare const ExperimentTemplateS3LogConfigurationFilterSensitiveLog: (obj: ExperimentTemplateS3LogConfiguration) => any;
642
+
643
+ export declare const ExperimentTemplateLogConfigurationFilterSensitiveLog: (obj: ExperimentTemplateLogConfiguration) => any;
644
+
645
+ export declare const ExperimentTemplateStopConditionFilterSensitiveLog: (obj: ExperimentTemplateStopCondition) => any;
646
+
647
+ export declare const ExperimentTemplateTargetFilterFilterSensitiveLog: (obj: ExperimentTemplateTargetFilter) => any;
648
+
649
+ export declare const ExperimentTemplateTargetFilterSensitiveLog: (obj: ExperimentTemplateTarget) => any;
650
+
651
+ export declare const ExperimentTemplateFilterSensitiveLog: (obj: ExperimentTemplate) => any;
652
+
653
+ export declare const CreateExperimentTemplateResponseFilterSensitiveLog: (obj: CreateExperimentTemplateResponse) => any;
654
+
655
+ export declare const DeleteExperimentTemplateRequestFilterSensitiveLog: (obj: DeleteExperimentTemplateRequest) => any;
656
+
657
+ export declare const DeleteExperimentTemplateResponseFilterSensitiveLog: (obj: DeleteExperimentTemplateResponse) => any;
658
+
659
+ export declare const ExperimentActionStateFilterSensitiveLog: (obj: ExperimentActionState) => any;
660
+
661
+ export declare const ExperimentActionFilterSensitiveLog: (obj: ExperimentAction) => any;
662
+
663
+ export declare const ExperimentCloudWatchLogsLogConfigurationFilterSensitiveLog: (obj: ExperimentCloudWatchLogsLogConfiguration) => any;
664
+
665
+ export declare const ExperimentS3LogConfigurationFilterSensitiveLog: (obj: ExperimentS3LogConfiguration) => any;
666
+
667
+ export declare const ExperimentLogConfigurationFilterSensitiveLog: (obj: ExperimentLogConfiguration) => any;
668
+
669
+ export declare const ExperimentStateFilterSensitiveLog: (obj: ExperimentState) => any;
670
+
671
+ export declare const ExperimentStopConditionFilterSensitiveLog: (obj: ExperimentStopCondition) => any;
672
+
673
+ export declare const ExperimentTargetFilterFilterSensitiveLog: (obj: ExperimentTargetFilter) => any;
674
+
675
+ export declare const ExperimentTargetFilterSensitiveLog: (obj: ExperimentTarget) => any;
676
+
677
+ export declare const ExperimentFilterSensitiveLog: (obj: Experiment) => any;
678
+
679
+ export declare const ExperimentSummaryFilterSensitiveLog: (obj: ExperimentSummary) => any;
680
+
681
+ export declare const ExperimentTemplateSummaryFilterSensitiveLog: (obj: ExperimentTemplateSummary) => any;
682
+
683
+ export declare const GetActionRequestFilterSensitiveLog: (obj: GetActionRequest) => any;
684
+
685
+ export declare const GetActionResponseFilterSensitiveLog: (obj: GetActionResponse) => any;
686
+
687
+ export declare const GetExperimentRequestFilterSensitiveLog: (obj: GetExperimentRequest) => any;
688
+
689
+ export declare const GetExperimentResponseFilterSensitiveLog: (obj: GetExperimentResponse) => any;
690
+
691
+ export declare const GetExperimentTemplateRequestFilterSensitiveLog: (obj: GetExperimentTemplateRequest) => any;
692
+
693
+ export declare const GetExperimentTemplateResponseFilterSensitiveLog: (obj: GetExperimentTemplateResponse) => any;
694
+
695
+ export declare const GetTargetResourceTypeRequestFilterSensitiveLog: (obj: GetTargetResourceTypeRequest) => any;
696
+
697
+ export declare const TargetResourceTypeParameterFilterSensitiveLog: (obj: TargetResourceTypeParameter) => any;
698
+
699
+ export declare const TargetResourceTypeFilterSensitiveLog: (obj: TargetResourceType) => any;
700
+
701
+ export declare const GetTargetResourceTypeResponseFilterSensitiveLog: (obj: GetTargetResourceTypeResponse) => any;
702
+
703
+ export declare const ListActionsRequestFilterSensitiveLog: (obj: ListActionsRequest) => any;
704
+
705
+ export declare const ListActionsResponseFilterSensitiveLog: (obj: ListActionsResponse) => any;
706
+
707
+ export declare const ListExperimentsRequestFilterSensitiveLog: (obj: ListExperimentsRequest) => any;
708
+
709
+ export declare const ListExperimentsResponseFilterSensitiveLog: (obj: ListExperimentsResponse) => any;
710
+
711
+ export declare const ListExperimentTemplatesRequestFilterSensitiveLog: (obj: ListExperimentTemplatesRequest) => any;
712
+
713
+ export declare const ListExperimentTemplatesResponseFilterSensitiveLog: (obj: ListExperimentTemplatesResponse) => any;
714
+
715
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
716
+
717
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
718
+
719
+ export declare const ListTargetResourceTypesRequestFilterSensitiveLog: (obj: ListTargetResourceTypesRequest) => any;
720
+
721
+ export declare const TargetResourceTypeSummaryFilterSensitiveLog: (obj: TargetResourceTypeSummary) => any;
722
+
723
+ export declare const ListTargetResourceTypesResponseFilterSensitiveLog: (obj: ListTargetResourceTypesResponse) => any;
724
+
725
+ export declare const StartExperimentRequestFilterSensitiveLog: (obj: StartExperimentRequest) => any;
726
+
727
+ export declare const StartExperimentResponseFilterSensitiveLog: (obj: StartExperimentResponse) => any;
728
+
729
+ export declare const StopExperimentRequestFilterSensitiveLog: (obj: StopExperimentRequest) => any;
730
+
731
+ export declare const StopExperimentResponseFilterSensitiveLog: (obj: StopExperimentResponse) => any;
732
+
733
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
734
+
735
+ export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
736
+
737
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
738
+
739
+ export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
740
+
741
+ export declare const UpdateExperimentTemplateActionInputItemFilterSensitiveLog: (obj: UpdateExperimentTemplateActionInputItem) => any;
742
+
743
+ export declare const UpdateExperimentTemplateLogConfigurationInputFilterSensitiveLog: (obj: UpdateExperimentTemplateLogConfigurationInput) => any;
744
+
745
+ export declare const UpdateExperimentTemplateStopConditionInputFilterSensitiveLog: (obj: UpdateExperimentTemplateStopConditionInput) => any;
746
+
747
+ export declare const UpdateExperimentTemplateTargetInputFilterSensitiveLog: (obj: UpdateExperimentTemplateTargetInput) => any;
748
+
749
+ export declare const UpdateExperimentTemplateRequestFilterSensitiveLog: (obj: UpdateExperimentTemplateRequest) => any;
750
+
751
+ export declare const UpdateExperimentTemplateResponseFilterSensitiveLog: (obj: UpdateExperimentTemplateResponse) => any;