@aws-sdk/client-amp 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 (42) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist-cjs/commands/CreateAlertManagerDefinitionCommand.js +2 -2
  3. package/dist-cjs/commands/CreateRuleGroupsNamespaceCommand.js +2 -2
  4. package/dist-cjs/commands/CreateWorkspaceCommand.js +2 -2
  5. package/dist-cjs/commands/DeleteAlertManagerDefinitionCommand.js +1 -1
  6. package/dist-cjs/commands/DeleteRuleGroupsNamespaceCommand.js +1 -1
  7. package/dist-cjs/commands/DeleteWorkspaceCommand.js +1 -1
  8. package/dist-cjs/commands/DescribeAlertManagerDefinitionCommand.js +2 -2
  9. package/dist-cjs/commands/DescribeRuleGroupsNamespaceCommand.js +2 -2
  10. package/dist-cjs/commands/DescribeWorkspaceCommand.js +2 -2
  11. package/dist-cjs/commands/ListRuleGroupsNamespacesCommand.js +2 -2
  12. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  13. package/dist-cjs/commands/ListWorkspacesCommand.js +2 -2
  14. package/dist-cjs/commands/PutAlertManagerDefinitionCommand.js +2 -2
  15. package/dist-cjs/commands/PutRuleGroupsNamespaceCommand.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/UpdateWorkspaceAliasCommand.js +1 -1
  19. package/dist-cjs/models/models_0.js +157 -235
  20. package/dist-cjs/protocols/Aws_restJson1.js +3 -0
  21. package/dist-es/commands/CreateAlertManagerDefinitionCommand.js +3 -3
  22. package/dist-es/commands/CreateRuleGroupsNamespaceCommand.js +3 -3
  23. package/dist-es/commands/CreateWorkspaceCommand.js +3 -3
  24. package/dist-es/commands/DeleteAlertManagerDefinitionCommand.js +2 -2
  25. package/dist-es/commands/DeleteRuleGroupsNamespaceCommand.js +2 -2
  26. package/dist-es/commands/DeleteWorkspaceCommand.js +2 -2
  27. package/dist-es/commands/DescribeAlertManagerDefinitionCommand.js +3 -3
  28. package/dist-es/commands/DescribeRuleGroupsNamespaceCommand.js +3 -3
  29. package/dist-es/commands/DescribeWorkspaceCommand.js +3 -3
  30. package/dist-es/commands/ListRuleGroupsNamespacesCommand.js +3 -3
  31. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  32. package/dist-es/commands/ListWorkspacesCommand.js +3 -3
  33. package/dist-es/commands/PutAlertManagerDefinitionCommand.js +3 -3
  34. package/dist-es/commands/PutRuleGroupsNamespaceCommand.js +3 -3
  35. package/dist-es/commands/TagResourceCommand.js +3 -3
  36. package/dist-es/commands/UntagResourceCommand.js +3 -3
  37. package/dist-es/commands/UpdateWorkspaceAliasCommand.js +2 -2
  38. package/dist-es/models/models_0.js +39 -156
  39. package/dist-es/protocols/Aws_restJson1.js +3 -0
  40. package/dist-types/models/models_0.d.ts +156 -234
  41. package/dist-types/ts3.4/models/models_0.d.ts +78 -156
  42. package/package.json +9 -9
@@ -47,12 +47,6 @@ export interface CreateAlertManagerDefinitionRequest {
47
47
  */
48
48
  clientToken?: string;
49
49
  }
50
- export declare namespace CreateAlertManagerDefinitionRequest {
51
- /**
52
- * @internal
53
- */
54
- const filterSensitiveLog: (obj: CreateAlertManagerDefinitionRequest) => any;
55
- }
56
50
  export declare enum AlertManagerDefinitionStatusCode {
57
51
  /**
58
52
  * Definition has been created/updated. Update/Deletion is disallowed until definition is ACTIVE and workspace status is ACTIVE.
@@ -92,12 +86,6 @@ export interface AlertManagerDefinitionStatus {
92
86
  */
93
87
  statusReason?: string;
94
88
  }
95
- export declare namespace AlertManagerDefinitionStatus {
96
- /**
97
- * @internal
98
- */
99
- const filterSensitiveLog: (obj: AlertManagerDefinitionStatus) => any;
100
- }
101
89
  /**
102
90
  * Represents the output of a CreateAlertManagerDefinition operation.
103
91
  */
@@ -107,12 +95,6 @@ export interface CreateAlertManagerDefinitionResponse {
107
95
  */
108
96
  status: AlertManagerDefinitionStatus | undefined;
109
97
  }
110
- export declare namespace CreateAlertManagerDefinitionResponse {
111
- /**
112
- * @internal
113
- */
114
- const filterSensitiveLog: (obj: CreateAlertManagerDefinitionResponse) => any;
115
- }
116
98
  /**
117
99
  * Unexpected error during processing of request.
118
100
  */
@@ -212,12 +194,6 @@ export interface ValidationExceptionField {
212
194
  */
213
195
  message: string | undefined;
214
196
  }
215
- export declare namespace ValidationExceptionField {
216
- /**
217
- * @internal
218
- */
219
- const filterSensitiveLog: (obj: ValidationExceptionField) => any;
220
- }
221
197
  export declare enum ValidationExceptionReason {
222
198
  CANNOT_PARSE = "CANNOT_PARSE",
223
199
  FIELD_VALIDATION_FAILED = "FIELD_VALIDATION_FAILED",
@@ -256,12 +232,6 @@ export interface DeleteAlertManagerDefinitionRequest {
256
232
  */
257
233
  clientToken?: string;
258
234
  }
259
- export declare namespace DeleteAlertManagerDefinitionRequest {
260
- /**
261
- * @internal
262
- */
263
- const filterSensitiveLog: (obj: DeleteAlertManagerDefinitionRequest) => any;
264
- }
265
235
  /**
266
236
  * Represents the input of a DescribeAlertManagerDefinition operation.
267
237
  */
@@ -271,12 +241,6 @@ export interface DescribeAlertManagerDefinitionRequest {
271
241
  */
272
242
  workspaceId: string | undefined;
273
243
  }
274
- export declare namespace DescribeAlertManagerDefinitionRequest {
275
- /**
276
- * @internal
277
- */
278
- const filterSensitiveLog: (obj: DescribeAlertManagerDefinitionRequest) => any;
279
- }
280
244
  /**
281
245
  * Represents the properties of an alert manager definition.
282
246
  */
@@ -298,12 +262,6 @@ export interface AlertManagerDefinitionDescription {
298
262
  */
299
263
  modifiedAt: Date | undefined;
300
264
  }
301
- export declare namespace AlertManagerDefinitionDescription {
302
- /**
303
- * @internal
304
- */
305
- const filterSensitiveLog: (obj: AlertManagerDefinitionDescription) => any;
306
- }
307
265
  /**
308
266
  * Represents the output of a DescribeAlertManagerDefinition operation.
309
267
  */
@@ -313,12 +271,6 @@ export interface DescribeAlertManagerDefinitionResponse {
313
271
  */
314
272
  alertManagerDefinition: AlertManagerDefinitionDescription | undefined;
315
273
  }
316
- export declare namespace DescribeAlertManagerDefinitionResponse {
317
- /**
318
- * @internal
319
- */
320
- const filterSensitiveLog: (obj: DescribeAlertManagerDefinitionResponse) => any;
321
- }
322
274
  /**
323
275
  * Represents the input of a PutAlertManagerDefinition operation.
324
276
  */
@@ -336,12 +288,6 @@ export interface PutAlertManagerDefinitionRequest {
336
288
  */
337
289
  clientToken?: string;
338
290
  }
339
- export declare namespace PutAlertManagerDefinitionRequest {
340
- /**
341
- * @internal
342
- */
343
- const filterSensitiveLog: (obj: PutAlertManagerDefinitionRequest) => any;
344
- }
345
291
  /**
346
292
  * Represents the output of a PutAlertManagerDefinition operation.
347
293
  */
@@ -351,36 +297,18 @@ export interface PutAlertManagerDefinitionResponse {
351
297
  */
352
298
  status: AlertManagerDefinitionStatus | undefined;
353
299
  }
354
- export declare namespace PutAlertManagerDefinitionResponse {
355
- /**
356
- * @internal
357
- */
358
- const filterSensitiveLog: (obj: PutAlertManagerDefinitionResponse) => any;
359
- }
360
300
  export interface ListTagsForResourceRequest {
361
301
  /**
362
302
  * The ARN of the resource.
363
303
  */
364
304
  resourceArn: string | undefined;
365
305
  }
366
- export declare namespace ListTagsForResourceRequest {
367
- /**
368
- * @internal
369
- */
370
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
371
- }
372
306
  export interface ListTagsForResourceResponse {
373
307
  /**
374
308
  * The list of tags assigned to the resource.
375
309
  */
376
310
  tags?: Record<string, string>;
377
311
  }
378
- export declare namespace ListTagsForResourceResponse {
379
- /**
380
- * @internal
381
- */
382
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
383
- }
384
312
  export interface TagResourceRequest {
385
313
  /**
386
314
  * The ARN of the resource.
@@ -391,20 +319,8 @@ export interface TagResourceRequest {
391
319
  */
392
320
  tags: Record<string, string> | undefined;
393
321
  }
394
- export declare namespace TagResourceRequest {
395
- /**
396
- * @internal
397
- */
398
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
399
- }
400
322
  export interface TagResourceResponse {
401
323
  }
402
- export declare namespace TagResourceResponse {
403
- /**
404
- * @internal
405
- */
406
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
407
- }
408
324
  export interface UntagResourceRequest {
409
325
  /**
410
326
  * The ARN of the resource.
@@ -415,20 +331,8 @@ export interface UntagResourceRequest {
415
331
  */
416
332
  tagKeys: string[] | undefined;
417
333
  }
418
- export declare namespace UntagResourceRequest {
419
- /**
420
- * @internal
421
- */
422
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
423
- }
424
334
  export interface UntagResourceResponse {
425
335
  }
426
- export declare namespace UntagResourceResponse {
427
- /**
428
- * @internal
429
- */
430
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
431
- }
432
336
  /**
433
337
  * Represents the input of a CreateWorkspace operation.
434
338
  */
@@ -446,12 +350,6 @@ export interface CreateWorkspaceRequest {
446
350
  */
447
351
  tags?: Record<string, string>;
448
352
  }
449
- export declare namespace CreateWorkspaceRequest {
450
- /**
451
- * @internal
452
- */
453
- const filterSensitiveLog: (obj: CreateWorkspaceRequest) => any;
454
- }
455
353
  export declare enum WorkspaceStatusCode {
456
354
  /**
457
355
  * Workspace has been created and is usable.
@@ -483,12 +381,6 @@ export interface WorkspaceStatus {
483
381
  */
484
382
  statusCode: WorkspaceStatusCode | string | undefined;
485
383
  }
486
- export declare namespace WorkspaceStatus {
487
- /**
488
- * @internal
489
- */
490
- const filterSensitiveLog: (obj: WorkspaceStatus) => any;
491
- }
492
384
  /**
493
385
  * Represents the output of a CreateWorkspace operation.
494
386
  */
@@ -510,12 +402,6 @@ export interface CreateWorkspaceResponse {
510
402
  */
511
403
  tags?: Record<string, string>;
512
404
  }
513
- export declare namespace CreateWorkspaceResponse {
514
- /**
515
- * @internal
516
- */
517
- const filterSensitiveLog: (obj: CreateWorkspaceResponse) => any;
518
- }
519
405
  /**
520
406
  * Represents the input of a DeleteWorkspace operation.
521
407
  */
@@ -529,12 +415,6 @@ export interface DeleteWorkspaceRequest {
529
415
  */
530
416
  clientToken?: string;
531
417
  }
532
- export declare namespace DeleteWorkspaceRequest {
533
- /**
534
- * @internal
535
- */
536
- const filterSensitiveLog: (obj: DeleteWorkspaceRequest) => any;
537
- }
538
418
  /**
539
419
  * Represents the input of a DescribeWorkspace operation.
540
420
  */
@@ -544,12 +424,6 @@ export interface DescribeWorkspaceRequest {
544
424
  */
545
425
  workspaceId: string | undefined;
546
426
  }
547
- export declare namespace DescribeWorkspaceRequest {
548
- /**
549
- * @internal
550
- */
551
- const filterSensitiveLog: (obj: DescribeWorkspaceRequest) => any;
552
- }
553
427
  /**
554
428
  * Represents the properties of a workspace.
555
429
  */
@@ -583,12 +457,6 @@ export interface WorkspaceDescription {
583
457
  */
584
458
  tags?: Record<string, string>;
585
459
  }
586
- export declare namespace WorkspaceDescription {
587
- /**
588
- * @internal
589
- */
590
- const filterSensitiveLog: (obj: WorkspaceDescription) => any;
591
- }
592
460
  /**
593
461
  * Represents the output of a DescribeWorkspace operation.
594
462
  */
@@ -598,12 +466,6 @@ export interface DescribeWorkspaceResponse {
598
466
  */
599
467
  workspace: WorkspaceDescription | undefined;
600
468
  }
601
- export declare namespace DescribeWorkspaceResponse {
602
- /**
603
- * @internal
604
- */
605
- const filterSensitiveLog: (obj: DescribeWorkspaceResponse) => any;
606
- }
607
469
  /**
608
470
  * Represents the input of a ListWorkspaces operation.
609
471
  */
@@ -621,12 +483,6 @@ export interface ListWorkspacesRequest {
621
483
  */
622
484
  maxResults?: number;
623
485
  }
624
- export declare namespace ListWorkspacesRequest {
625
- /**
626
- * @internal
627
- */
628
- const filterSensitiveLog: (obj: ListWorkspacesRequest) => any;
629
- }
630
486
  /**
631
487
  * Represents a summary of the properties of a workspace.
632
488
  */
@@ -656,12 +512,6 @@ export interface WorkspaceSummary {
656
512
  */
657
513
  tags?: Record<string, string>;
658
514
  }
659
- export declare namespace WorkspaceSummary {
660
- /**
661
- * @internal
662
- */
663
- const filterSensitiveLog: (obj: WorkspaceSummary) => any;
664
- }
665
515
  /**
666
516
  * Represents the output of a ListWorkspaces operation.
667
517
  */
@@ -675,12 +525,6 @@ export interface ListWorkspacesResponse {
675
525
  */
676
526
  nextToken?: string;
677
527
  }
678
- export declare namespace ListWorkspacesResponse {
679
- /**
680
- * @internal
681
- */
682
- const filterSensitiveLog: (obj: ListWorkspacesResponse) => any;
683
- }
684
528
  /**
685
529
  * Represents the input of a CreateRuleGroupsNamespace operation.
686
530
  */
@@ -706,12 +550,6 @@ export interface CreateRuleGroupsNamespaceRequest {
706
550
  */
707
551
  tags?: Record<string, string>;
708
552
  }
709
- export declare namespace CreateRuleGroupsNamespaceRequest {
710
- /**
711
- * @internal
712
- */
713
- const filterSensitiveLog: (obj: CreateRuleGroupsNamespaceRequest) => any;
714
- }
715
553
  export declare enum RuleGroupsNamespaceStatusCode {
716
554
  /**
717
555
  * Namespace has been created/updated. Update/Deletion is disallowed until namespace is ACTIVE and workspace status is ACTIVE.
@@ -751,12 +589,6 @@ export interface RuleGroupsNamespaceStatus {
751
589
  */
752
590
  statusReason?: string;
753
591
  }
754
- export declare namespace RuleGroupsNamespaceStatus {
755
- /**
756
- * @internal
757
- */
758
- const filterSensitiveLog: (obj: RuleGroupsNamespaceStatus) => any;
759
- }
760
592
  /**
761
593
  * Represents the output of a CreateRuleGroupsNamespace operation.
762
594
  */
@@ -778,12 +610,6 @@ export interface CreateRuleGroupsNamespaceResponse {
778
610
  */
779
611
  tags?: Record<string, string>;
780
612
  }
781
- export declare namespace CreateRuleGroupsNamespaceResponse {
782
- /**
783
- * @internal
784
- */
785
- const filterSensitiveLog: (obj: CreateRuleGroupsNamespaceResponse) => any;
786
- }
787
613
  /**
788
614
  * Represents the input of a DeleteRuleGroupsNamespace operation.
789
615
  */
@@ -801,12 +627,6 @@ export interface DeleteRuleGroupsNamespaceRequest {
801
627
  */
802
628
  clientToken?: string;
803
629
  }
804
- export declare namespace DeleteRuleGroupsNamespaceRequest {
805
- /**
806
- * @internal
807
- */
808
- const filterSensitiveLog: (obj: DeleteRuleGroupsNamespaceRequest) => any;
809
- }
810
630
  /**
811
631
  * Represents the input of a DescribeRuleGroupsNamespace operation.
812
632
  */
@@ -820,12 +640,6 @@ export interface DescribeRuleGroupsNamespaceRequest {
820
640
  */
821
641
  name: string | undefined;
822
642
  }
823
- export declare namespace DescribeRuleGroupsNamespaceRequest {
824
- /**
825
- * @internal
826
- */
827
- const filterSensitiveLog: (obj: DescribeRuleGroupsNamespaceRequest) => any;
828
- }
829
643
  /**
830
644
  * Represents a description of the rule groups namespace.
831
645
  */
@@ -859,12 +673,6 @@ export interface RuleGroupsNamespaceDescription {
859
673
  */
860
674
  tags?: Record<string, string>;
861
675
  }
862
- export declare namespace RuleGroupsNamespaceDescription {
863
- /**
864
- * @internal
865
- */
866
- const filterSensitiveLog: (obj: RuleGroupsNamespaceDescription) => any;
867
- }
868
676
  /**
869
677
  * Represents the output of a DescribeRuleGroupsNamespace operation.
870
678
  */
@@ -874,12 +682,6 @@ export interface DescribeRuleGroupsNamespaceResponse {
874
682
  */
875
683
  ruleGroupsNamespace: RuleGroupsNamespaceDescription | undefined;
876
684
  }
877
- export declare namespace DescribeRuleGroupsNamespaceResponse {
878
- /**
879
- * @internal
880
- */
881
- const filterSensitiveLog: (obj: DescribeRuleGroupsNamespaceResponse) => any;
882
- }
883
685
  /**
884
686
  * Represents the input of a ListRuleGroupsNamespaces operation.
885
687
  */
@@ -901,12 +703,6 @@ export interface ListRuleGroupsNamespacesRequest {
901
703
  */
902
704
  maxResults?: number;
903
705
  }
904
- export declare namespace ListRuleGroupsNamespacesRequest {
905
- /**
906
- * @internal
907
- */
908
- const filterSensitiveLog: (obj: ListRuleGroupsNamespacesRequest) => any;
909
- }
910
706
  /**
911
707
  * Represents a summary of the rule groups namespace.
912
708
  */
@@ -936,12 +732,6 @@ export interface RuleGroupsNamespaceSummary {
936
732
  */
937
733
  tags?: Record<string, string>;
938
734
  }
939
- export declare namespace RuleGroupsNamespaceSummary {
940
- /**
941
- * @internal
942
- */
943
- const filterSensitiveLog: (obj: RuleGroupsNamespaceSummary) => any;
944
- }
945
735
  /**
946
736
  * Represents the output of a ListRuleGroupsNamespaces operation.
947
737
  */
@@ -955,12 +745,6 @@ export interface ListRuleGroupsNamespacesResponse {
955
745
  */
956
746
  nextToken?: string;
957
747
  }
958
- export declare namespace ListRuleGroupsNamespacesResponse {
959
- /**
960
- * @internal
961
- */
962
- const filterSensitiveLog: (obj: ListRuleGroupsNamespacesResponse) => any;
963
- }
964
748
  /**
965
749
  * Represents the input of a PutRuleGroupsNamespace operation.
966
750
  */
@@ -982,12 +766,6 @@ export interface PutRuleGroupsNamespaceRequest {
982
766
  */
983
767
  clientToken?: string;
984
768
  }
985
- export declare namespace PutRuleGroupsNamespaceRequest {
986
- /**
987
- * @internal
988
- */
989
- const filterSensitiveLog: (obj: PutRuleGroupsNamespaceRequest) => any;
990
- }
991
769
  /**
992
770
  * Represents the output of a PutRuleGroupsNamespace operation.
993
771
  */
@@ -1009,12 +787,6 @@ export interface PutRuleGroupsNamespaceResponse {
1009
787
  */
1010
788
  tags?: Record<string, string>;
1011
789
  }
1012
- export declare namespace PutRuleGroupsNamespaceResponse {
1013
- /**
1014
- * @internal
1015
- */
1016
- const filterSensitiveLog: (obj: PutRuleGroupsNamespaceResponse) => any;
1017
- }
1018
790
  /**
1019
791
  * Represents the input of an UpdateWorkspaceAlias operation.
1020
792
  */
@@ -1032,9 +804,159 @@ export interface UpdateWorkspaceAliasRequest {
1032
804
  */
1033
805
  clientToken?: string;
1034
806
  }
1035
- export declare namespace UpdateWorkspaceAliasRequest {
1036
- /**
1037
- * @internal
1038
- */
1039
- const filterSensitiveLog: (obj: UpdateWorkspaceAliasRequest) => any;
1040
- }
807
+ /**
808
+ * @internal
809
+ */
810
+ export declare const CreateAlertManagerDefinitionRequestFilterSensitiveLog: (obj: CreateAlertManagerDefinitionRequest) => any;
811
+ /**
812
+ * @internal
813
+ */
814
+ export declare const AlertManagerDefinitionStatusFilterSensitiveLog: (obj: AlertManagerDefinitionStatus) => any;
815
+ /**
816
+ * @internal
817
+ */
818
+ export declare const CreateAlertManagerDefinitionResponseFilterSensitiveLog: (obj: CreateAlertManagerDefinitionResponse) => any;
819
+ /**
820
+ * @internal
821
+ */
822
+ export declare const ValidationExceptionFieldFilterSensitiveLog: (obj: ValidationExceptionField) => any;
823
+ /**
824
+ * @internal
825
+ */
826
+ export declare const DeleteAlertManagerDefinitionRequestFilterSensitiveLog: (obj: DeleteAlertManagerDefinitionRequest) => any;
827
+ /**
828
+ * @internal
829
+ */
830
+ export declare const DescribeAlertManagerDefinitionRequestFilterSensitiveLog: (obj: DescribeAlertManagerDefinitionRequest) => any;
831
+ /**
832
+ * @internal
833
+ */
834
+ export declare const AlertManagerDefinitionDescriptionFilterSensitiveLog: (obj: AlertManagerDefinitionDescription) => any;
835
+ /**
836
+ * @internal
837
+ */
838
+ export declare const DescribeAlertManagerDefinitionResponseFilterSensitiveLog: (obj: DescribeAlertManagerDefinitionResponse) => any;
839
+ /**
840
+ * @internal
841
+ */
842
+ export declare const PutAlertManagerDefinitionRequestFilterSensitiveLog: (obj: PutAlertManagerDefinitionRequest) => any;
843
+ /**
844
+ * @internal
845
+ */
846
+ export declare const PutAlertManagerDefinitionResponseFilterSensitiveLog: (obj: PutAlertManagerDefinitionResponse) => any;
847
+ /**
848
+ * @internal
849
+ */
850
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
851
+ /**
852
+ * @internal
853
+ */
854
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
855
+ /**
856
+ * @internal
857
+ */
858
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
859
+ /**
860
+ * @internal
861
+ */
862
+ export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
863
+ /**
864
+ * @internal
865
+ */
866
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
867
+ /**
868
+ * @internal
869
+ */
870
+ export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
871
+ /**
872
+ * @internal
873
+ */
874
+ export declare const CreateWorkspaceRequestFilterSensitiveLog: (obj: CreateWorkspaceRequest) => any;
875
+ /**
876
+ * @internal
877
+ */
878
+ export declare const WorkspaceStatusFilterSensitiveLog: (obj: WorkspaceStatus) => any;
879
+ /**
880
+ * @internal
881
+ */
882
+ export declare const CreateWorkspaceResponseFilterSensitiveLog: (obj: CreateWorkspaceResponse) => any;
883
+ /**
884
+ * @internal
885
+ */
886
+ export declare const DeleteWorkspaceRequestFilterSensitiveLog: (obj: DeleteWorkspaceRequest) => any;
887
+ /**
888
+ * @internal
889
+ */
890
+ export declare const DescribeWorkspaceRequestFilterSensitiveLog: (obj: DescribeWorkspaceRequest) => any;
891
+ /**
892
+ * @internal
893
+ */
894
+ export declare const WorkspaceDescriptionFilterSensitiveLog: (obj: WorkspaceDescription) => any;
895
+ /**
896
+ * @internal
897
+ */
898
+ export declare const DescribeWorkspaceResponseFilterSensitiveLog: (obj: DescribeWorkspaceResponse) => any;
899
+ /**
900
+ * @internal
901
+ */
902
+ export declare const ListWorkspacesRequestFilterSensitiveLog: (obj: ListWorkspacesRequest) => any;
903
+ /**
904
+ * @internal
905
+ */
906
+ export declare const WorkspaceSummaryFilterSensitiveLog: (obj: WorkspaceSummary) => any;
907
+ /**
908
+ * @internal
909
+ */
910
+ export declare const ListWorkspacesResponseFilterSensitiveLog: (obj: ListWorkspacesResponse) => any;
911
+ /**
912
+ * @internal
913
+ */
914
+ export declare const CreateRuleGroupsNamespaceRequestFilterSensitiveLog: (obj: CreateRuleGroupsNamespaceRequest) => any;
915
+ /**
916
+ * @internal
917
+ */
918
+ export declare const RuleGroupsNamespaceStatusFilterSensitiveLog: (obj: RuleGroupsNamespaceStatus) => any;
919
+ /**
920
+ * @internal
921
+ */
922
+ export declare const CreateRuleGroupsNamespaceResponseFilterSensitiveLog: (obj: CreateRuleGroupsNamespaceResponse) => any;
923
+ /**
924
+ * @internal
925
+ */
926
+ export declare const DeleteRuleGroupsNamespaceRequestFilterSensitiveLog: (obj: DeleteRuleGroupsNamespaceRequest) => any;
927
+ /**
928
+ * @internal
929
+ */
930
+ export declare const DescribeRuleGroupsNamespaceRequestFilterSensitiveLog: (obj: DescribeRuleGroupsNamespaceRequest) => any;
931
+ /**
932
+ * @internal
933
+ */
934
+ export declare const RuleGroupsNamespaceDescriptionFilterSensitiveLog: (obj: RuleGroupsNamespaceDescription) => any;
935
+ /**
936
+ * @internal
937
+ */
938
+ export declare const DescribeRuleGroupsNamespaceResponseFilterSensitiveLog: (obj: DescribeRuleGroupsNamespaceResponse) => any;
939
+ /**
940
+ * @internal
941
+ */
942
+ export declare const ListRuleGroupsNamespacesRequestFilterSensitiveLog: (obj: ListRuleGroupsNamespacesRequest) => any;
943
+ /**
944
+ * @internal
945
+ */
946
+ export declare const RuleGroupsNamespaceSummaryFilterSensitiveLog: (obj: RuleGroupsNamespaceSummary) => any;
947
+ /**
948
+ * @internal
949
+ */
950
+ export declare const ListRuleGroupsNamespacesResponseFilterSensitiveLog: (obj: ListRuleGroupsNamespacesResponse) => any;
951
+ /**
952
+ * @internal
953
+ */
954
+ export declare const PutRuleGroupsNamespaceRequestFilterSensitiveLog: (obj: PutRuleGroupsNamespaceRequest) => any;
955
+ /**
956
+ * @internal
957
+ */
958
+ export declare const PutRuleGroupsNamespaceResponseFilterSensitiveLog: (obj: PutRuleGroupsNamespaceResponse) => any;
959
+ /**
960
+ * @internal
961
+ */
962
+ export declare const UpdateWorkspaceAliasRequestFilterSensitiveLog: (obj: UpdateWorkspaceAliasRequest) => any;