@aws-sdk/client-application-auto-scaling 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 (29) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/DeleteScalingPolicyCommand.js +2 -2
  4. package/dist-cjs/commands/DeleteScheduledActionCommand.js +2 -2
  5. package/dist-cjs/commands/DeregisterScalableTargetCommand.js +2 -2
  6. package/dist-cjs/commands/DescribeScalableTargetsCommand.js +2 -2
  7. package/dist-cjs/commands/DescribeScalingActivitiesCommand.js +2 -2
  8. package/dist-cjs/commands/DescribeScalingPoliciesCommand.js +2 -2
  9. package/dist-cjs/commands/DescribeScheduledActionsCommand.js +2 -2
  10. package/dist-cjs/commands/PutScalingPolicyCommand.js +2 -2
  11. package/dist-cjs/commands/PutScheduledActionCommand.js +2 -2
  12. package/dist-cjs/commands/RegisterScalableTargetCommand.js +2 -2
  13. package/dist-cjs/models/models_0.js +133 -199
  14. package/dist-cjs/protocols/Aws_json1_1.js +50 -89
  15. package/dist-es/commands/DeleteScalingPolicyCommand.js +3 -3
  16. package/dist-es/commands/DeleteScheduledActionCommand.js +3 -3
  17. package/dist-es/commands/DeregisterScalableTargetCommand.js +3 -3
  18. package/dist-es/commands/DescribeScalableTargetsCommand.js +3 -3
  19. package/dist-es/commands/DescribeScalingActivitiesCommand.js +3 -3
  20. package/dist-es/commands/DescribeScalingPoliciesCommand.js +3 -3
  21. package/dist-es/commands/DescribeScheduledActionsCommand.js +3 -3
  22. package/dist-es/commands/PutScalingPolicyCommand.js +3 -3
  23. package/dist-es/commands/PutScheduledActionCommand.js +3 -3
  24. package/dist-es/commands/RegisterScalableTargetCommand.js +3 -3
  25. package/dist-es/models/models_0.js +33 -132
  26. package/dist-es/protocols/Aws_json1_1.js +81 -90
  27. package/dist-types/models/models_0.d.ts +132 -198
  28. package/dist-types/ts3.4/models/models_0.d.ts +66 -132
  29. package/package.json +6 -6
@@ -18,12 +18,6 @@ export interface Alarm {
18
18
  */
19
19
  AlarmARN: string | undefined;
20
20
  }
21
- export declare namespace Alarm {
22
- /**
23
- * @internal
24
- */
25
- const filterSensitiveLog: (obj: Alarm) => any;
26
- }
27
21
  /**
28
22
  * <p>Concurrent updates caused an exception, for example, if you request an update to an
29
23
  * Application Auto Scaling resource that already has a pending update.</p>
@@ -241,20 +235,8 @@ export interface DeleteScalingPolicyRequest {
241
235
  */
242
236
  ScalableDimension: ScalableDimension | string | undefined;
243
237
  }
244
- export declare namespace DeleteScalingPolicyRequest {
245
- /**
246
- * @internal
247
- */
248
- const filterSensitiveLog: (obj: DeleteScalingPolicyRequest) => any;
249
- }
250
238
  export interface DeleteScalingPolicyResponse {
251
239
  }
252
- export declare namespace DeleteScalingPolicyResponse {
253
- /**
254
- * @internal
255
- */
256
- const filterSensitiveLog: (obj: DeleteScalingPolicyResponse) => any;
257
- }
258
240
  /**
259
241
  * <p>The service encountered an internal error.</p>
260
242
  */
@@ -462,20 +444,8 @@ export interface DeleteScheduledActionRequest {
462
444
  */
463
445
  ScalableDimension: ScalableDimension | string | undefined;
464
446
  }
465
- export declare namespace DeleteScheduledActionRequest {
466
- /**
467
- * @internal
468
- */
469
- const filterSensitiveLog: (obj: DeleteScheduledActionRequest) => any;
470
- }
471
447
  export interface DeleteScheduledActionResponse {
472
448
  }
473
- export declare namespace DeleteScheduledActionResponse {
474
- /**
475
- * @internal
476
- */
477
- const filterSensitiveLog: (obj: DeleteScheduledActionResponse) => any;
478
- }
479
449
  export interface DeregisterScalableTargetRequest {
480
450
  /**
481
451
  * <p>The namespace of the Amazon Web Services service that provides the resource. For a resource provided
@@ -639,20 +609,8 @@ export interface DeregisterScalableTargetRequest {
639
609
  */
640
610
  ScalableDimension: ScalableDimension | string | undefined;
641
611
  }
642
- export declare namespace DeregisterScalableTargetRequest {
643
- /**
644
- * @internal
645
- */
646
- const filterSensitiveLog: (obj: DeregisterScalableTargetRequest) => any;
647
- }
648
612
  export interface DeregisterScalableTargetResponse {
649
613
  }
650
- export declare namespace DeregisterScalableTargetResponse {
651
- /**
652
- * @internal
653
- */
654
- const filterSensitiveLog: (obj: DeregisterScalableTargetResponse) => any;
655
- }
656
614
  export interface DescribeScalableTargetsRequest {
657
615
  /**
658
616
  * <p>The namespace of the Amazon Web Services service that provides the resource. For a resource provided
@@ -830,12 +788,6 @@ export interface DescribeScalableTargetsRequest {
830
788
  */
831
789
  NextToken?: string;
832
790
  }
833
- export declare namespace DescribeScalableTargetsRequest {
834
- /**
835
- * @internal
836
- */
837
- const filterSensitiveLog: (obj: DescribeScalableTargetsRequest) => any;
838
- }
839
791
  /**
840
792
  * <p>Specifies whether the scaling activities for a scalable target are in a suspended state.
841
793
  * </p>
@@ -860,12 +812,6 @@ export interface SuspendedState {
860
812
  */
861
813
  ScheduledScalingSuspended?: boolean;
862
814
  }
863
- export declare namespace SuspendedState {
864
- /**
865
- * @internal
866
- */
867
- const filterSensitiveLog: (obj: SuspendedState) => any;
868
- }
869
815
  /**
870
816
  * <p>Represents a scalable target.</p>
871
817
  */
@@ -1054,12 +1000,6 @@ export interface ScalableTarget {
1054
1000
  */
1055
1001
  SuspendedState?: SuspendedState;
1056
1002
  }
1057
- export declare namespace ScalableTarget {
1058
- /**
1059
- * @internal
1060
- */
1061
- const filterSensitiveLog: (obj: ScalableTarget) => any;
1062
- }
1063
1003
  export interface DescribeScalableTargetsResponse {
1064
1004
  /**
1065
1005
  * <p>The scalable targets that match the request parameters.</p>
@@ -1071,12 +1011,6 @@ export interface DescribeScalableTargetsResponse {
1071
1011
  */
1072
1012
  NextToken?: string;
1073
1013
  }
1074
- export declare namespace DescribeScalableTargetsResponse {
1075
- /**
1076
- * @internal
1077
- */
1078
- const filterSensitiveLog: (obj: DescribeScalableTargetsResponse) => any;
1079
- }
1080
1014
  /**
1081
1015
  * <p>The next token supplied was invalid.</p>
1082
1016
  */
@@ -1266,12 +1200,6 @@ export interface DescribeScalingActivitiesRequest {
1266
1200
  */
1267
1201
  NextToken?: string;
1268
1202
  }
1269
- export declare namespace DescribeScalingActivitiesRequest {
1270
- /**
1271
- * @internal
1272
- */
1273
- const filterSensitiveLog: (obj: DescribeScalingActivitiesRequest) => any;
1274
- }
1275
1203
  export declare enum ScalingActivityStatusCode {
1276
1204
  Failed = "Failed",
1277
1205
  InProgress = "InProgress",
@@ -1477,12 +1405,6 @@ export interface ScalingActivity {
1477
1405
  */
1478
1406
  Details?: string;
1479
1407
  }
1480
- export declare namespace ScalingActivity {
1481
- /**
1482
- * @internal
1483
- */
1484
- const filterSensitiveLog: (obj: ScalingActivity) => any;
1485
- }
1486
1408
  export interface DescribeScalingActivitiesResponse {
1487
1409
  /**
1488
1410
  * <p>A list of scaling activity objects.</p>
@@ -1494,12 +1416,6 @@ export interface DescribeScalingActivitiesResponse {
1494
1416
  */
1495
1417
  NextToken?: string;
1496
1418
  }
1497
- export declare namespace DescribeScalingActivitiesResponse {
1498
- /**
1499
- * @internal
1500
- */
1501
- const filterSensitiveLog: (obj: DescribeScalingActivitiesResponse) => any;
1502
- }
1503
1419
  export interface DescribeScalingPoliciesRequest {
1504
1420
  /**
1505
1421
  * <p>The names of the scaling policies to describe.</p>
@@ -1681,12 +1597,6 @@ export interface DescribeScalingPoliciesRequest {
1681
1597
  */
1682
1598
  NextToken?: string;
1683
1599
  }
1684
- export declare namespace DescribeScalingPoliciesRequest {
1685
- /**
1686
- * @internal
1687
- */
1688
- const filterSensitiveLog: (obj: DescribeScalingPoliciesRequest) => any;
1689
- }
1690
1600
  export declare enum PolicyType {
1691
1601
  StepScaling = "StepScaling",
1692
1602
  TargetTrackingScaling = "TargetTrackingScaling"
@@ -1757,12 +1667,6 @@ export interface StepAdjustment {
1757
1667
  */
1758
1668
  ScalingAdjustment: number | undefined;
1759
1669
  }
1760
- export declare namespace StepAdjustment {
1761
- /**
1762
- * @internal
1763
- */
1764
- const filterSensitiveLog: (obj: StepAdjustment) => any;
1765
- }
1766
1670
  /**
1767
1671
  * <p>Represents a step scaling policy configuration to use with Application Auto Scaling.</p>
1768
1672
  */
@@ -1865,12 +1769,6 @@ export interface StepScalingPolicyConfiguration {
1865
1769
  */
1866
1770
  MetricAggregationType?: MetricAggregationType | string;
1867
1771
  }
1868
- export declare namespace StepScalingPolicyConfiguration {
1869
- /**
1870
- * @internal
1871
- */
1872
- const filterSensitiveLog: (obj: StepScalingPolicyConfiguration) => any;
1873
- }
1874
1772
  /**
1875
1773
  * <p>Describes the dimension names and values associated with a metric.</p>
1876
1774
  */
@@ -1884,12 +1782,6 @@ export interface MetricDimension {
1884
1782
  */
1885
1783
  Value: string | undefined;
1886
1784
  }
1887
- export declare namespace MetricDimension {
1888
- /**
1889
- * @internal
1890
- */
1891
- const filterSensitiveLog: (obj: MetricDimension) => any;
1892
- }
1893
1785
  export declare enum MetricStatistic {
1894
1786
  Average = "Average",
1895
1787
  Maximum = "Maximum",
@@ -1945,12 +1837,6 @@ export interface CustomizedMetricSpecification {
1945
1837
  */
1946
1838
  Unit?: string;
1947
1839
  }
1948
- export declare namespace CustomizedMetricSpecification {
1949
- /**
1950
- * @internal
1951
- */
1952
- const filterSensitiveLog: (obj: CustomizedMetricSpecification) => any;
1953
- }
1954
1840
  export declare enum MetricType {
1955
1841
  ALBRequestCountPerTarget = "ALBRequestCountPerTarget",
1956
1842
  AppStreamAverageCapacityUtilization = "AppStreamAverageCapacityUtilization",
@@ -2013,12 +1899,6 @@ export interface PredefinedMetricSpecification {
2013
1899
  */
2014
1900
  ResourceLabel?: string;
2015
1901
  }
2016
- export declare namespace PredefinedMetricSpecification {
2017
- /**
2018
- * @internal
2019
- */
2020
- const filterSensitiveLog: (obj: PredefinedMetricSpecification) => any;
2021
- }
2022
1902
  /**
2023
1903
  * <p>Represents a target tracking scaling policy configuration to use with Application Auto Scaling.</p>
2024
1904
  */
@@ -2164,12 +2044,6 @@ export interface TargetTrackingScalingPolicyConfiguration {
2164
2044
  */
2165
2045
  DisableScaleIn?: boolean;
2166
2046
  }
2167
- export declare namespace TargetTrackingScalingPolicyConfiguration {
2168
- /**
2169
- * @internal
2170
- */
2171
- const filterSensitiveLog: (obj: TargetTrackingScalingPolicyConfiguration) => any;
2172
- }
2173
2047
  /**
2174
2048
  * <p>Represents a scaling policy to use with Application Auto Scaling.</p>
2175
2049
  * <p>For more information about configuring scaling policies for a specific service, see
@@ -2366,12 +2240,6 @@ export interface ScalingPolicy {
2366
2240
  */
2367
2241
  CreationTime: Date | undefined;
2368
2242
  }
2369
- export declare namespace ScalingPolicy {
2370
- /**
2371
- * @internal
2372
- */
2373
- const filterSensitiveLog: (obj: ScalingPolicy) => any;
2374
- }
2375
2243
  export interface DescribeScalingPoliciesResponse {
2376
2244
  /**
2377
2245
  * <p>Information about the scaling policies.</p>
@@ -2383,12 +2251,6 @@ export interface DescribeScalingPoliciesResponse {
2383
2251
  */
2384
2252
  NextToken?: string;
2385
2253
  }
2386
- export declare namespace DescribeScalingPoliciesResponse {
2387
- /**
2388
- * @internal
2389
- */
2390
- const filterSensitiveLog: (obj: DescribeScalingPoliciesResponse) => any;
2391
- }
2392
2254
  /**
2393
2255
  * <p>Failed access to resources caused an exception. This exception is thrown when Application Auto Scaling
2394
2256
  * is unable to retrieve the alarms associated with a scaling policy due to a client error,
@@ -2585,12 +2447,6 @@ export interface DescribeScheduledActionsRequest {
2585
2447
  */
2586
2448
  NextToken?: string;
2587
2449
  }
2588
- export declare namespace DescribeScheduledActionsRequest {
2589
- /**
2590
- * @internal
2591
- */
2592
- const filterSensitiveLog: (obj: DescribeScheduledActionsRequest) => any;
2593
- }
2594
2450
  /**
2595
2451
  * <p>Represents the minimum and maximum capacity for a scheduled action.</p>
2596
2452
  */
@@ -2613,12 +2469,6 @@ export interface ScalableTargetAction {
2613
2469
  */
2614
2470
  MaxCapacity?: number;
2615
2471
  }
2616
- export declare namespace ScalableTargetAction {
2617
- /**
2618
- * @internal
2619
- */
2620
- const filterSensitiveLog: (obj: ScalableTargetAction) => any;
2621
- }
2622
2472
  /**
2623
2473
  * <p>Represents a scheduled action.</p>
2624
2474
  */
@@ -2841,12 +2691,6 @@ export interface ScheduledAction {
2841
2691
  */
2842
2692
  CreationTime: Date | undefined;
2843
2693
  }
2844
- export declare namespace ScheduledAction {
2845
- /**
2846
- * @internal
2847
- */
2848
- const filterSensitiveLog: (obj: ScheduledAction) => any;
2849
- }
2850
2694
  export interface DescribeScheduledActionsResponse {
2851
2695
  /**
2852
2696
  * <p>Information about the scheduled actions.</p>
@@ -2858,12 +2702,6 @@ export interface DescribeScheduledActionsResponse {
2858
2702
  */
2859
2703
  NextToken?: string;
2860
2704
  }
2861
- export declare namespace DescribeScheduledActionsResponse {
2862
- /**
2863
- * @internal
2864
- */
2865
- const filterSensitiveLog: (obj: DescribeScheduledActionsResponse) => any;
2866
- }
2867
2705
  /**
2868
2706
  * <p>A per-account resource limit is exceeded. For more information, see <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-limits.html">Application Auto Scaling service quotas</a>.</p>
2869
2707
  */
@@ -3067,12 +2905,6 @@ export interface PutScalingPolicyRequest {
3067
2905
  */
3068
2906
  TargetTrackingScalingPolicyConfiguration?: TargetTrackingScalingPolicyConfiguration;
3069
2907
  }
3070
- export declare namespace PutScalingPolicyRequest {
3071
- /**
3072
- * @internal
3073
- */
3074
- const filterSensitiveLog: (obj: PutScalingPolicyRequest) => any;
3075
- }
3076
2908
  export interface PutScalingPolicyResponse {
3077
2909
  /**
3078
2910
  * <p>The Amazon Resource Name (ARN) of the resulting scaling policy.</p>
@@ -3083,12 +2915,6 @@ export interface PutScalingPolicyResponse {
3083
2915
  */
3084
2916
  Alarms?: Alarm[];
3085
2917
  }
3086
- export declare namespace PutScalingPolicyResponse {
3087
- /**
3088
- * @internal
3089
- */
3090
- const filterSensitiveLog: (obj: PutScalingPolicyResponse) => any;
3091
- }
3092
2918
  export interface PutScheduledActionRequest {
3093
2919
  /**
3094
2920
  * <p>The namespace of the Amazon Web Services service that provides the resource. For a resource provided
@@ -3303,20 +3129,8 @@ export interface PutScheduledActionRequest {
3303
3129
  */
3304
3130
  ScalableTargetAction?: ScalableTargetAction;
3305
3131
  }
3306
- export declare namespace PutScheduledActionRequest {
3307
- /**
3308
- * @internal
3309
- */
3310
- const filterSensitiveLog: (obj: PutScheduledActionRequest) => any;
3311
- }
3312
3132
  export interface PutScheduledActionResponse {
3313
3133
  }
3314
- export declare namespace PutScheduledActionResponse {
3315
- /**
3316
- * @internal
3317
- */
3318
- const filterSensitiveLog: (obj: PutScheduledActionResponse) => any;
3319
- }
3320
3134
  export interface RegisterScalableTargetRequest {
3321
3135
  /**
3322
3136
  * <p>The namespace of the Amazon Web Services service that provides the resource. For a resource provided
@@ -3535,17 +3349,137 @@ export interface RegisterScalableTargetRequest {
3535
3349
  */
3536
3350
  SuspendedState?: SuspendedState;
3537
3351
  }
3538
- export declare namespace RegisterScalableTargetRequest {
3539
- /**
3540
- * @internal
3541
- */
3542
- const filterSensitiveLog: (obj: RegisterScalableTargetRequest) => any;
3543
- }
3544
3352
  export interface RegisterScalableTargetResponse {
3545
3353
  }
3546
- export declare namespace RegisterScalableTargetResponse {
3547
- /**
3548
- * @internal
3549
- */
3550
- const filterSensitiveLog: (obj: RegisterScalableTargetResponse) => any;
3551
- }
3354
+ /**
3355
+ * @internal
3356
+ */
3357
+ export declare const AlarmFilterSensitiveLog: (obj: Alarm) => any;
3358
+ /**
3359
+ * @internal
3360
+ */
3361
+ export declare const DeleteScalingPolicyRequestFilterSensitiveLog: (obj: DeleteScalingPolicyRequest) => any;
3362
+ /**
3363
+ * @internal
3364
+ */
3365
+ export declare const DeleteScalingPolicyResponseFilterSensitiveLog: (obj: DeleteScalingPolicyResponse) => any;
3366
+ /**
3367
+ * @internal
3368
+ */
3369
+ export declare const DeleteScheduledActionRequestFilterSensitiveLog: (obj: DeleteScheduledActionRequest) => any;
3370
+ /**
3371
+ * @internal
3372
+ */
3373
+ export declare const DeleteScheduledActionResponseFilterSensitiveLog: (obj: DeleteScheduledActionResponse) => any;
3374
+ /**
3375
+ * @internal
3376
+ */
3377
+ export declare const DeregisterScalableTargetRequestFilterSensitiveLog: (obj: DeregisterScalableTargetRequest) => any;
3378
+ /**
3379
+ * @internal
3380
+ */
3381
+ export declare const DeregisterScalableTargetResponseFilterSensitiveLog: (obj: DeregisterScalableTargetResponse) => any;
3382
+ /**
3383
+ * @internal
3384
+ */
3385
+ export declare const DescribeScalableTargetsRequestFilterSensitiveLog: (obj: DescribeScalableTargetsRequest) => any;
3386
+ /**
3387
+ * @internal
3388
+ */
3389
+ export declare const SuspendedStateFilterSensitiveLog: (obj: SuspendedState) => any;
3390
+ /**
3391
+ * @internal
3392
+ */
3393
+ export declare const ScalableTargetFilterSensitiveLog: (obj: ScalableTarget) => any;
3394
+ /**
3395
+ * @internal
3396
+ */
3397
+ export declare const DescribeScalableTargetsResponseFilterSensitiveLog: (obj: DescribeScalableTargetsResponse) => any;
3398
+ /**
3399
+ * @internal
3400
+ */
3401
+ export declare const DescribeScalingActivitiesRequestFilterSensitiveLog: (obj: DescribeScalingActivitiesRequest) => any;
3402
+ /**
3403
+ * @internal
3404
+ */
3405
+ export declare const ScalingActivityFilterSensitiveLog: (obj: ScalingActivity) => any;
3406
+ /**
3407
+ * @internal
3408
+ */
3409
+ export declare const DescribeScalingActivitiesResponseFilterSensitiveLog: (obj: DescribeScalingActivitiesResponse) => any;
3410
+ /**
3411
+ * @internal
3412
+ */
3413
+ export declare const DescribeScalingPoliciesRequestFilterSensitiveLog: (obj: DescribeScalingPoliciesRequest) => any;
3414
+ /**
3415
+ * @internal
3416
+ */
3417
+ export declare const StepAdjustmentFilterSensitiveLog: (obj: StepAdjustment) => any;
3418
+ /**
3419
+ * @internal
3420
+ */
3421
+ export declare const StepScalingPolicyConfigurationFilterSensitiveLog: (obj: StepScalingPolicyConfiguration) => any;
3422
+ /**
3423
+ * @internal
3424
+ */
3425
+ export declare const MetricDimensionFilterSensitiveLog: (obj: MetricDimension) => any;
3426
+ /**
3427
+ * @internal
3428
+ */
3429
+ export declare const CustomizedMetricSpecificationFilterSensitiveLog: (obj: CustomizedMetricSpecification) => any;
3430
+ /**
3431
+ * @internal
3432
+ */
3433
+ export declare const PredefinedMetricSpecificationFilterSensitiveLog: (obj: PredefinedMetricSpecification) => any;
3434
+ /**
3435
+ * @internal
3436
+ */
3437
+ export declare const TargetTrackingScalingPolicyConfigurationFilterSensitiveLog: (obj: TargetTrackingScalingPolicyConfiguration) => any;
3438
+ /**
3439
+ * @internal
3440
+ */
3441
+ export declare const ScalingPolicyFilterSensitiveLog: (obj: ScalingPolicy) => any;
3442
+ /**
3443
+ * @internal
3444
+ */
3445
+ export declare const DescribeScalingPoliciesResponseFilterSensitiveLog: (obj: DescribeScalingPoliciesResponse) => any;
3446
+ /**
3447
+ * @internal
3448
+ */
3449
+ export declare const DescribeScheduledActionsRequestFilterSensitiveLog: (obj: DescribeScheduledActionsRequest) => any;
3450
+ /**
3451
+ * @internal
3452
+ */
3453
+ export declare const ScalableTargetActionFilterSensitiveLog: (obj: ScalableTargetAction) => any;
3454
+ /**
3455
+ * @internal
3456
+ */
3457
+ export declare const ScheduledActionFilterSensitiveLog: (obj: ScheduledAction) => any;
3458
+ /**
3459
+ * @internal
3460
+ */
3461
+ export declare const DescribeScheduledActionsResponseFilterSensitiveLog: (obj: DescribeScheduledActionsResponse) => any;
3462
+ /**
3463
+ * @internal
3464
+ */
3465
+ export declare const PutScalingPolicyRequestFilterSensitiveLog: (obj: PutScalingPolicyRequest) => any;
3466
+ /**
3467
+ * @internal
3468
+ */
3469
+ export declare const PutScalingPolicyResponseFilterSensitiveLog: (obj: PutScalingPolicyResponse) => any;
3470
+ /**
3471
+ * @internal
3472
+ */
3473
+ export declare const PutScheduledActionRequestFilterSensitiveLog: (obj: PutScheduledActionRequest) => any;
3474
+ /**
3475
+ * @internal
3476
+ */
3477
+ export declare const PutScheduledActionResponseFilterSensitiveLog: (obj: PutScheduledActionResponse) => any;
3478
+ /**
3479
+ * @internal
3480
+ */
3481
+ export declare const RegisterScalableTargetRequestFilterSensitiveLog: (obj: RegisterScalableTargetRequest) => any;
3482
+ /**
3483
+ * @internal
3484
+ */
3485
+ export declare const RegisterScalableTargetResponseFilterSensitiveLog: (obj: RegisterScalableTargetResponse) => any;