@aws-sdk/client-devops-guru 3.428.0 → 3.429.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.
@@ -98,14 +98,14 @@ export interface NotificationFilterConfig {
98
98
  * For more information, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/working-with-insights.html#understanding-insights-severities">Understanding insight severities</a>.
99
99
  * </p>
100
100
  */
101
- Severities?: (InsightSeverity | string)[];
101
+ Severities?: InsightSeverity[];
102
102
  /**
103
103
  * @public
104
104
  * <p>
105
105
  * The events that you want to receive notifications for. For example, you can choose to receive notifications only when the severity level is upgraded or a new insight is created.
106
106
  * </p>
107
107
  */
108
- MessageTypes?: (NotificationMessageType | string)[];
108
+ MessageTypes?: NotificationMessageType[];
109
109
  }
110
110
  /**
111
111
  * @public
@@ -333,7 +333,7 @@ export declare class ValidationException extends __BaseException {
333
333
  * @public
334
334
  * <p> The reason the validation exception was thrown. </p>
335
335
  */
336
- Reason?: ValidationExceptionReason | string;
336
+ Reason?: ValidationExceptionReason;
337
337
  /**
338
338
  * @public
339
339
  * <p> An array of fields that are associated with the validation exception. </p>
@@ -368,7 +368,7 @@ export interface AmazonCodeGuruProfilerIntegration {
368
368
  * <p>The status of the CodeGuru Profiler integration. Specifies if DevOps Guru is enabled to
369
369
  * consume recommendations that are generated from Amazon CodeGuru Profiler.</p>
370
370
  */
371
- Status?: EventSourceOptInStatus | string;
371
+ Status?: EventSourceOptInStatus;
372
372
  }
373
373
  /**
374
374
  * @public
@@ -408,7 +408,7 @@ export interface LogAnomalyClass {
408
408
  * The type of log anomaly that has been detected.
409
409
  * </p>
410
410
  */
411
- LogAnomalyType?: LogAnomalyType | string;
411
+ LogAnomalyType?: LogAnomalyType;
412
412
  /**
413
413
  * @public
414
414
  * <p>
@@ -617,7 +617,7 @@ export interface CloudWatchMetricsDataSummary {
617
617
  * <p>This is an enum of the status showing whether the metric value pair list has partial
618
618
  * or complete data, or if there was an error.</p>
619
619
  */
620
- StatusCode?: CloudWatchMetricDataStatusCode | string;
620
+ StatusCode?: CloudWatchMetricDataStatusCode;
621
621
  }
622
622
  /**
623
623
  * @public
@@ -663,7 +663,7 @@ export interface CloudWatchMetricsDetail {
663
663
  * <p> The type of statistic associated with the CloudWatch metric. For more information, see
664
664
  * <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cloudwatch_concepts.html#Statistic">Statistics</a> in the <i>Amazon CloudWatch User Guide</i>. </p>
665
665
  */
666
- Stat?: CloudWatchMetricsStat | string;
666
+ Stat?: CloudWatchMetricsStat;
667
667
  /**
668
668
  * @public
669
669
  * <p> The unit of measure used for the CloudWatch metric. For example, <code>Bytes</code>,
@@ -1445,12 +1445,12 @@ export interface ProactiveAnomaly {
1445
1445
  * <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/working-with-insights.html#understanding-insights-severities">Understanding
1446
1446
  * insight severities</a> in the <i>Amazon DevOps Guru User Guide</i>.</p>
1447
1447
  */
1448
- Severity?: AnomalySeverity | string;
1448
+ Severity?: AnomalySeverity;
1449
1449
  /**
1450
1450
  * @public
1451
1451
  * <p> The status of a proactive anomaly. </p>
1452
1452
  */
1453
- Status?: AnomalyStatus | string;
1453
+ Status?: AnomalyStatus;
1454
1454
  /**
1455
1455
  * @public
1456
1456
  * <p> The time of the anomaly's most recent update. </p>
@@ -1538,12 +1538,12 @@ export interface ReactiveAnomaly {
1538
1538
  * <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/working-with-insights.html#understanding-insights-severities">Understanding
1539
1539
  * insight severities</a> in the <i>Amazon DevOps Guru User Guide</i>.</p>
1540
1540
  */
1541
- Severity?: AnomalySeverity | string;
1541
+ Severity?: AnomalySeverity;
1542
1542
  /**
1543
1543
  * @public
1544
1544
  * <p> The status of the anomaly. </p>
1545
1545
  */
1546
- Status?: AnomalyStatus | string;
1546
+ Status?: AnomalyStatus;
1547
1547
  /**
1548
1548
  * @public
1549
1549
  * <p> A time range that specifies when the observed unusual behavior in an anomaly started
@@ -1592,7 +1592,7 @@ export interface ReactiveAnomaly {
1592
1592
  * </li>
1593
1593
  * </ul>
1594
1594
  */
1595
- Type?: AnomalyType | string;
1595
+ Type?: AnomalyType;
1596
1596
  /**
1597
1597
  * @public
1598
1598
  * <p>The name of the reactive anomaly.</p>
@@ -1697,7 +1697,7 @@ export interface InsightFeedback {
1697
1697
  * @public
1698
1698
  * <p> The feedback provided by the customer. </p>
1699
1699
  */
1700
- Feedback?: InsightFeedbackOption | string;
1700
+ Feedback?: InsightFeedbackOption;
1701
1701
  }
1702
1702
  /**
1703
1703
  * @public
@@ -1775,12 +1775,12 @@ export interface ProactiveInsight {
1775
1775
  * <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/working-with-insights.html#understanding-insights-severities">Understanding
1776
1776
  * insight severities</a> in the <i>Amazon DevOps Guru User Guide</i>.</p>
1777
1777
  */
1778
- Severity?: InsightSeverity | string;
1778
+ Severity?: InsightSeverity;
1779
1779
  /**
1780
1780
  * @public
1781
1781
  * <p>The status of the proactive insight. </p>
1782
1782
  */
1783
- Status?: InsightStatus | string;
1783
+ Status?: InsightStatus;
1784
1784
  /**
1785
1785
  * @public
1786
1786
  * <p> A time ranged that specifies when the observed behavior in an insight started and
@@ -1835,12 +1835,12 @@ export interface ReactiveInsight {
1835
1835
  * <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/working-with-insights.html#understanding-insights-severities">Understanding
1836
1836
  * insight severities</a> in the <i>Amazon DevOps Guru User Guide</i>.</p>
1837
1837
  */
1838
- Severity?: InsightSeverity | string;
1838
+ Severity?: InsightSeverity;
1839
1839
  /**
1840
1840
  * @public
1841
1841
  * <p> The status of a reactive insight. </p>
1842
1842
  */
1843
- Status?: InsightStatus | string;
1843
+ Status?: InsightStatus;
1844
1844
  /**
1845
1845
  * @public
1846
1846
  * <p> A time ranged that specifies when the observed behavior in an insight started and
@@ -1997,7 +1997,7 @@ export interface DescribeOrganizationResourceCollectionHealthRequest {
1997
1997
  * Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze
1998
1998
  * the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag <i>key</i>. You can specify up to 500 Amazon Web Services CloudFormation stacks. </p>
1999
1999
  */
2000
- OrganizationResourceCollectionType: OrganizationResourceCollectionType | string | undefined;
2000
+ OrganizationResourceCollectionType: OrganizationResourceCollectionType | undefined;
2001
2001
  /**
2002
2002
  * @public
2003
2003
  * <p>The ID of the Amazon Web Services account.</p>
@@ -2130,7 +2130,7 @@ export interface ServiceHealth {
2130
2130
  * @public
2131
2131
  * <p>The name of the Amazon Web Services service.</p>
2132
2132
  */
2133
- ServiceName?: ServiceName | string;
2133
+ ServiceName?: ServiceName;
2134
2134
  /**
2135
2135
  * @public
2136
2136
  * <p>Represents the health of an Amazon Web Services service. This is a <code>ServiceInsightHealth</code>
@@ -2286,7 +2286,7 @@ export interface DescribeResourceCollectionHealthRequest {
2286
2286
  * Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze
2287
2287
  * the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag <i>key</i>. You can specify up to 500 Amazon Web Services CloudFormation stacks. </p>
2288
2288
  */
2289
- ResourceCollectionType: ResourceCollectionType | string | undefined;
2289
+ ResourceCollectionType: ResourceCollectionType | undefined;
2290
2290
  /**
2291
2291
  * @public
2292
2292
  * <p>The pagination token to use to retrieve
@@ -2416,14 +2416,14 @@ export interface KMSServerSideEncryptionIntegration {
2416
2416
  * Specifies if DevOps Guru is enabled for customer managed keys.
2417
2417
  * </p>
2418
2418
  */
2419
- OptInStatus?: OptInStatus | string;
2419
+ OptInStatus?: OptInStatus;
2420
2420
  /**
2421
2421
  * @public
2422
2422
  * <p>
2423
2423
  * The type of KMS key used. Customer managed keys are the KMS keys that you create. Amazon Web Services owned keys are keys that are owned and managed by DevOps Guru.
2424
2424
  * </p>
2425
2425
  */
2426
- Type?: ServerSideEncryptionType | string;
2426
+ Type?: ServerSideEncryptionType;
2427
2427
  }
2428
2428
  /**
2429
2429
  * @public
@@ -2436,7 +2436,7 @@ export interface LogsAnomalyDetectionIntegration {
2436
2436
  * @public
2437
2437
  * <p>Specifies if DevOps Guru is configured to perform log anomaly detection on CloudWatch log groups.</p>
2438
2438
  */
2439
- OptInStatus?: OptInStatus | string;
2439
+ OptInStatus?: OptInStatus;
2440
2440
  }
2441
2441
  /**
2442
2442
  * @public
@@ -2449,7 +2449,7 @@ export interface OpsCenterIntegration {
2449
2449
  * <p> Specifies if DevOps Guru is enabled to create an Amazon Web Services Systems Manager OpsItem for each created
2450
2450
  * insight. </p>
2451
2451
  */
2452
- OptInStatus?: OptInStatus | string;
2452
+ OptInStatus?: OptInStatus;
2453
2453
  }
2454
2454
  /**
2455
2455
  * @public
@@ -2533,7 +2533,7 @@ export interface ServiceResourceCost {
2533
2533
  * number of active Amazon Web Services resource hours analyzed for each resource. Inactive resources are
2534
2534
  * not charged. </p>
2535
2535
  */
2536
- State?: CostEstimationServiceResourceState | string;
2536
+ State?: CostEstimationServiceResourceState;
2537
2537
  /**
2538
2538
  * @public
2539
2539
  * <p>The number of active resources analyzed for this service to create a monthly cost
@@ -2710,7 +2710,7 @@ export interface GetCostEstimationResponse {
2710
2710
  * <code>ONGOING</code> is returned. If it is finished, the status
2711
2711
  * <code>COMPLETED</code> is returned.</p>
2712
2712
  */
2713
- Status?: CostEstimationStatus | string;
2713
+ Status?: CostEstimationStatus;
2714
2714
  /**
2715
2715
  * @public
2716
2716
  * <p>An array of <code>ResourceCost</code> objects that each contains details about the
@@ -2745,7 +2745,7 @@ export interface GetResourceCollectionRequest {
2745
2745
  * <p> The type of Amazon Web Services resource collections to return. The one valid value is
2746
2746
  * <code>CLOUD_FORMATION</code> for Amazon Web Services CloudFormation stacks. </p>
2747
2747
  */
2748
- ResourceCollectionType: ResourceCollectionType | string | undefined;
2748
+ ResourceCollectionType: ResourceCollectionType | undefined;
2749
2749
  /**
2750
2750
  * @public
2751
2751
  * <p>The pagination token to use to retrieve
@@ -2884,7 +2884,7 @@ export interface ServiceCollection {
2884
2884
  * @public
2885
2885
  * <p>An array of strings that each specifies the name of an Amazon Web Services service.</p>
2886
2886
  */
2887
- ServiceNames?: (ServiceName | string)[];
2887
+ ServiceNames?: ServiceName[];
2888
2888
  }
2889
2889
  /**
2890
2890
  * @public
@@ -2975,12 +2975,12 @@ export interface ProactiveAnomalySummary {
2975
2975
  * <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/working-with-insights.html#understanding-insights-severities">Understanding
2976
2976
  * insight severities</a> in the <i>Amazon DevOps Guru User Guide</i>.</p>
2977
2977
  */
2978
- Severity?: AnomalySeverity | string;
2978
+ Severity?: AnomalySeverity;
2979
2979
  /**
2980
2980
  * @public
2981
2981
  * <p>The status of the anomaly.</p>
2982
2982
  */
2983
- Status?: AnomalyStatus | string;
2983
+ Status?: AnomalyStatus;
2984
2984
  /**
2985
2985
  * @public
2986
2986
  * <p> The time of the anomaly's most recent update. </p>
@@ -3069,12 +3069,12 @@ export interface ReactiveAnomalySummary {
3069
3069
  * <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/working-with-insights.html#understanding-insights-severities">Understanding
3070
3070
  * insight severities</a> in the <i>Amazon DevOps Guru User Guide</i>.</p>
3071
3071
  */
3072
- Severity?: AnomalySeverity | string;
3072
+ Severity?: AnomalySeverity;
3073
3073
  /**
3074
3074
  * @public
3075
3075
  * <p> The status of the reactive anomaly. </p>
3076
3076
  */
3077
- Status?: AnomalyStatus | string;
3077
+ Status?: AnomalyStatus;
3078
3078
  /**
3079
3079
  * @public
3080
3080
  * <p> A time range that specifies when the observed unusual behavior in an anomaly started
@@ -3123,7 +3123,7 @@ export interface ReactiveAnomalySummary {
3123
3123
  * </li>
3124
3124
  * </ul>
3125
3125
  */
3126
- Type?: AnomalyType | string;
3126
+ Type?: AnomalyType;
3127
3127
  /**
3128
3128
  * @public
3129
3129
  * <p>The name of the reactive anomaly.</p>
@@ -3284,7 +3284,7 @@ export interface ListEventsFilters {
3284
3284
  * <p> The class of the events you want to filter for, such as an infrastructure change, a
3285
3285
  * deployment, or a schema change. </p>
3286
3286
  */
3287
- EventClass?: EventClass | string;
3287
+ EventClass?: EventClass;
3288
3288
  /**
3289
3289
  * @public
3290
3290
  * <p> The Amazon Web Services source that emitted the events you want to filter for. </p>
@@ -3295,7 +3295,7 @@ export interface ListEventsFilters {
3295
3295
  * <p> The source, <code>AWS_CLOUD_TRAIL</code> or <code>AWS_CODE_DEPLOY</code>, of the
3296
3296
  * events you want returned. </p>
3297
3297
  */
3298
- DataSource?: EventDataSource | string;
3298
+ DataSource?: EventDataSource;
3299
3299
  /**
3300
3300
  * @public
3301
3301
  * <p> A collection of Amazon Web Services resources supported by DevOps Guru.
@@ -3396,13 +3396,13 @@ export interface Event {
3396
3396
  * <p> The source, <code>AWS_CLOUD_TRAIL</code> or <code>AWS_CODE_DEPLOY</code>, where DevOps Guru
3397
3397
  * analysis found the event. </p>
3398
3398
  */
3399
- DataSource?: EventDataSource | string;
3399
+ DataSource?: EventDataSource;
3400
3400
  /**
3401
3401
  * @public
3402
3402
  * <p> The class of the event. The class specifies what the event is related to, such as an
3403
3403
  * infrastructure change, a deployment, or a schema change. </p>
3404
3404
  */
3405
- EventClass?: EventClass | string;
3405
+ EventClass?: EventClass;
3406
3406
  /**
3407
3407
  * @public
3408
3408
  * <p> An <code>EventResource</code> object that contains information about the resource
@@ -3448,7 +3448,7 @@ export interface ListInsightsAnyStatusFilter {
3448
3448
  * <p> Use to filter for either <code>REACTIVE</code> or <code>PROACTIVE</code> insights.
3449
3449
  * </p>
3450
3450
  */
3451
- Type: InsightType | string | undefined;
3451
+ Type: InsightType | undefined;
3452
3452
  /**
3453
3453
  * @public
3454
3454
  * <p> A time range used to specify when the behavior of the filtered insights started.
@@ -3483,7 +3483,7 @@ export interface ListInsightsClosedStatusFilter {
3483
3483
  * <p> Use to filter for either <code>REACTIVE</code> or <code>PROACTIVE</code> insights.
3484
3484
  * </p>
3485
3485
  */
3486
- Type: InsightType | string | undefined;
3486
+ Type: InsightType | undefined;
3487
3487
  /**
3488
3488
  * @public
3489
3489
  * <p> A time range used to specify when the behavior of the filtered insights ended.
@@ -3501,7 +3501,7 @@ export interface ListInsightsOngoingStatusFilter {
3501
3501
  * <p> Use to filter for either <code>REACTIVE</code> or <code>PROACTIVE</code> insights.
3502
3502
  * </p>
3503
3503
  */
3504
- Type: InsightType | string | undefined;
3504
+ Type: InsightType | undefined;
3505
3505
  }
3506
3506
  /**
3507
3507
  * @public
@@ -3574,12 +3574,12 @@ export interface ProactiveInsightSummary {
3574
3574
  * <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/working-with-insights.html#understanding-insights-severities">Understanding
3575
3575
  * insight severities</a> in the <i>Amazon DevOps Guru User Guide</i>.</p>
3576
3576
  */
3577
- Severity?: InsightSeverity | string;
3577
+ Severity?: InsightSeverity;
3578
3578
  /**
3579
3579
  * @public
3580
3580
  * <p>The status of the proactive insight. </p>
3581
3581
  */
3582
- Status?: InsightStatus | string;
3582
+ Status?: InsightStatus;
3583
3583
  /**
3584
3584
  * @public
3585
3585
  * <p> A time ranged that specifies when the observed behavior in an insight started and
@@ -3635,12 +3635,12 @@ export interface ReactiveInsightSummary {
3635
3635
  * <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/working-with-insights.html#understanding-insights-severities">Understanding
3636
3636
  * insight severities</a> in the <i>Amazon DevOps Guru User Guide</i>.</p>
3637
3637
  */
3638
- Severity?: InsightSeverity | string;
3638
+ Severity?: InsightSeverity;
3639
3639
  /**
3640
3640
  * @public
3641
3641
  * <p> The status of a reactive insight. </p>
3642
3642
  */
3643
- Status?: InsightStatus | string;
3643
+ Status?: InsightStatus;
3644
3644
  /**
3645
3645
  * @public
3646
3646
  * <p> A time ranged that specifies when the observed behavior in an insight started and
@@ -3750,14 +3750,14 @@ export interface ListMonitoredResourcesFilters {
3750
3750
  * The permission status of a resource.
3751
3751
  * </p>
3752
3752
  */
3753
- ResourcePermission: ResourcePermission | string | undefined;
3753
+ ResourcePermission: ResourcePermission | undefined;
3754
3754
  /**
3755
3755
  * @public
3756
3756
  * <p>
3757
3757
  * The type of resource that you wish to retrieve, such as log groups.
3758
3758
  * </p>
3759
3759
  */
3760
- ResourceTypeFilters: (ResourceTypeFilter | string)[] | undefined;
3760
+ ResourceTypeFilters: ResourceTypeFilter[] | undefined;
3761
3761
  }
3762
3762
  /**
3763
3763
  * @public
@@ -3810,7 +3810,7 @@ export interface MonitoredResourceIdentifier {
3810
3810
  * The permission status of a resource.
3811
3811
  * </p>
3812
3812
  */
3813
- ResourcePermission?: ResourcePermission | string;
3813
+ ResourcePermission?: ResourcePermission;
3814
3814
  /**
3815
3815
  * @public
3816
3816
  * <p>
@@ -3964,12 +3964,12 @@ export interface ProactiveOrganizationInsightSummary {
3964
3964
  * <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/working-with-insights.html#understanding-insights-severities">Understanding
3965
3965
  * insight severities</a> in the <i>Amazon DevOps Guru User Guide</i>.</p>
3966
3966
  */
3967
- Severity?: InsightSeverity | string;
3967
+ Severity?: InsightSeverity;
3968
3968
  /**
3969
3969
  * @public
3970
3970
  * <p> An array of status values used to search for insights. </p>
3971
3971
  */
3972
- Status?: InsightStatus | string;
3972
+ Status?: InsightStatus;
3973
3973
  /**
3974
3974
  * @public
3975
3975
  * <p> A time ranged that specifies when the observed behavior in an insight started and
@@ -4029,12 +4029,12 @@ export interface ReactiveOrganizationInsightSummary {
4029
4029
  * <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/working-with-insights.html#understanding-insights-severities">Understanding
4030
4030
  * insight severities</a> in the <i>Amazon DevOps Guru User Guide</i>.</p>
4031
4031
  */
4032
- Severity?: InsightSeverity | string;
4032
+ Severity?: InsightSeverity;
4033
4033
  /**
4034
4034
  * @public
4035
4035
  * <p> An array of status values used to search for insights. </p>
4036
4036
  */
4037
- Status?: InsightStatus | string;
4037
+ Status?: InsightStatus;
4038
4038
  /**
4039
4039
  * @public
4040
4040
  * <p> A time ranged that specifies when the observed behavior in an insight started and
@@ -4118,7 +4118,7 @@ export interface ListRecommendationsRequest {
4118
4118
  * @public
4119
4119
  * <p>A locale that specifies the language to use for recommendations.</p>
4120
4120
  */
4121
- Locale?: Locale | string;
4121
+ Locale?: Locale;
4122
4122
  /**
4123
4123
  * @public
4124
4124
  * <p>The ID of the Amazon Web Services account. </p>
@@ -4337,12 +4337,12 @@ export interface SearchInsightsFilters {
4337
4337
  * @public
4338
4338
  * <p> An array of severity values used to search for insights. </p>
4339
4339
  */
4340
- Severities?: (InsightSeverity | string)[];
4340
+ Severities?: InsightSeverity[];
4341
4341
  /**
4342
4342
  * @public
4343
4343
  * <p> An array of status values used to search for insights. </p>
4344
4344
  */
4345
- Statuses?: (InsightStatus | string)[];
4345
+ Statuses?: InsightStatus[];
4346
4346
  /**
4347
4347
  * @public
4348
4348
  * <p> A collection of Amazon Web Services resources supported by DevOps Guru.
@@ -4390,7 +4390,7 @@ export interface SearchInsightsRequest {
4390
4390
  * <p> The type of insights you are searching for (<code>REACTIVE</code> or
4391
4391
  * <code>PROACTIVE</code>). </p>
4392
4392
  */
4393
- Type: InsightType | string | undefined;
4393
+ Type: InsightType | undefined;
4394
4394
  }
4395
4395
  /**
4396
4396
  * @public
@@ -4423,12 +4423,12 @@ export interface SearchOrganizationInsightsFilters {
4423
4423
  * @public
4424
4424
  * <p> An array of severity values used to search for insights. </p>
4425
4425
  */
4426
- Severities?: (InsightSeverity | string)[];
4426
+ Severities?: InsightSeverity[];
4427
4427
  /**
4428
4428
  * @public
4429
4429
  * <p> An array of status values used to search for insights. </p>
4430
4430
  */
4431
- Statuses?: (InsightStatus | string)[];
4431
+ Statuses?: InsightStatus[];
4432
4432
  /**
4433
4433
  * @public
4434
4434
  * <p> A collection of Amazon Web Services resources supported by DevOps Guru.
@@ -4481,7 +4481,7 @@ export interface SearchOrganizationInsightsRequest {
4481
4481
  * <p> The type of insights you are searching for (<code>REACTIVE</code> or
4482
4482
  * <code>PROACTIVE</code>). </p>
4483
4483
  */
4484
- Type: InsightType | string | undefined;
4484
+ Type: InsightType | undefined;
4485
4485
  }
4486
4486
  /**
4487
4487
  * @public
@@ -4661,7 +4661,7 @@ export interface UpdateResourceCollectionRequest {
4661
4661
  * <p> Specifies if the resource collection in the request is added or deleted to the
4662
4662
  * resource collection. </p>
4663
4663
  */
4664
- Action: UpdateResourceCollectionAction | string | undefined;
4664
+ Action: UpdateResourceCollectionAction | undefined;
4665
4665
  /**
4666
4666
  * @public
4667
4667
  * <p> Contains information used to update a collection of Amazon Web Services resources. </p>
@@ -4703,14 +4703,14 @@ export interface KMSServerSideEncryptionIntegrationConfig {
4703
4703
  * Specifies if DevOps Guru is enabled for KMS integration.
4704
4704
  * </p>
4705
4705
  */
4706
- OptInStatus?: OptInStatus | string;
4706
+ OptInStatus?: OptInStatus;
4707
4707
  /**
4708
4708
  * @public
4709
4709
  * <p>
4710
4710
  * The type of KMS key used. Customer managed keys are the KMS keys that you create. Amazon Web Services owned keys are keys that are owned and managed by DevOps Guru.
4711
4711
  * </p>
4712
4712
  */
4713
- Type?: ServerSideEncryptionType | string;
4713
+ Type?: ServerSideEncryptionType;
4714
4714
  }
4715
4715
  /**
4716
4716
  * @public
@@ -4723,7 +4723,7 @@ export interface LogsAnomalyDetectionIntegrationConfig {
4723
4723
  * @public
4724
4724
  * <p>Specifies if DevOps Guru is configured to perform log anomaly detection on CloudWatch log groups.</p>
4725
4725
  */
4726
- OptInStatus?: OptInStatus | string;
4726
+ OptInStatus?: OptInStatus;
4727
4727
  }
4728
4728
  /**
4729
4729
  * @public
@@ -4736,7 +4736,7 @@ export interface OpsCenterIntegrationConfig {
4736
4736
  * <p> Specifies if DevOps Guru is enabled to create an Amazon Web Services Systems Manager OpsItem for each created
4737
4737
  * insight. </p>
4738
4738
  */
4739
- OptInStatus?: OptInStatus | string;
4739
+ OptInStatus?: OptInStatus;
4740
4740
  }
4741
4741
  /**
4742
4742
  * @public
@@ -33,8 +33,8 @@ export declare const InsightSeverity: {
33
33
  export type InsightSeverity =
34
34
  (typeof InsightSeverity)[keyof typeof InsightSeverity];
35
35
  export interface NotificationFilterConfig {
36
- Severities?: (InsightSeverity | string)[];
37
- MessageTypes?: (NotificationMessageType | string)[];
36
+ Severities?: InsightSeverity[];
37
+ MessageTypes?: NotificationMessageType[];
38
38
  }
39
39
  export interface SnsChannelConfig {
40
40
  TopicArn?: string;
@@ -113,7 +113,7 @@ export declare class ValidationException extends __BaseException {
113
113
  readonly name: "ValidationException";
114
114
  readonly $fault: "client";
115
115
  Message: string | undefined;
116
- Reason?: ValidationExceptionReason | string;
116
+ Reason?: ValidationExceptionReason;
117
117
  Fields?: ValidationExceptionField[];
118
118
  constructor(
119
119
  opts: __ExceptionOptionType<ValidationException, __BaseException>
@@ -126,7 +126,7 @@ export declare const EventSourceOptInStatus: {
126
126
  export type EventSourceOptInStatus =
127
127
  (typeof EventSourceOptInStatus)[keyof typeof EventSourceOptInStatus];
128
128
  export interface AmazonCodeGuruProfilerIntegration {
129
- Status?: EventSourceOptInStatus | string;
129
+ Status?: EventSourceOptInStatus;
130
130
  }
131
131
  export declare const LogAnomalyType: {
132
132
  readonly BLOCK_FORMAT: "BLOCK_FORMAT";
@@ -142,7 +142,7 @@ export type LogAnomalyType =
142
142
  (typeof LogAnomalyType)[keyof typeof LogAnomalyType];
143
143
  export interface LogAnomalyClass {
144
144
  LogStreamName?: string;
145
- LogAnomalyType?: LogAnomalyType | string;
145
+ LogAnomalyType?: LogAnomalyType;
146
146
  LogAnomalyToken?: string;
147
147
  LogEventId?: string;
148
148
  Explanation?: string;
@@ -191,7 +191,7 @@ export interface TimestampMetricValuePair {
191
191
  }
192
192
  export interface CloudWatchMetricsDataSummary {
193
193
  TimestampMetricValuePairList?: TimestampMetricValuePair[];
194
- StatusCode?: CloudWatchMetricDataStatusCode | string;
194
+ StatusCode?: CloudWatchMetricDataStatusCode;
195
195
  }
196
196
  export declare const CloudWatchMetricsStat: {
197
197
  readonly AVERAGE: "Average";
@@ -209,7 +209,7 @@ export interface CloudWatchMetricsDetail {
209
209
  MetricName?: string;
210
210
  Namespace?: string;
211
211
  Dimensions?: CloudWatchMetricsDimension[];
212
- Stat?: CloudWatchMetricsStat | string;
212
+ Stat?: CloudWatchMetricsStat;
213
213
  Unit?: string;
214
214
  Period?: number;
215
215
  MetricDataSummary?: CloudWatchMetricsDataSummary;
@@ -315,8 +315,8 @@ export interface ResourceCollection {
315
315
  }
316
316
  export interface ProactiveAnomaly {
317
317
  Id?: string;
318
- Severity?: AnomalySeverity | string;
319
- Status?: AnomalyStatus | string;
318
+ Severity?: AnomalySeverity;
319
+ Status?: AnomalyStatus;
320
320
  UpdateTime?: Date;
321
321
  AnomalyTimeRange?: AnomalyTimeRange;
322
322
  AnomalyReportedTimeRange?: AnomalyReportedTimeRange;
@@ -331,14 +331,14 @@ export interface ProactiveAnomaly {
331
331
  }
332
332
  export interface ReactiveAnomaly {
333
333
  Id?: string;
334
- Severity?: AnomalySeverity | string;
335
- Status?: AnomalyStatus | string;
334
+ Severity?: AnomalySeverity;
335
+ Status?: AnomalyStatus;
336
336
  AnomalyTimeRange?: AnomalyTimeRange;
337
337
  AnomalyReportedTimeRange?: AnomalyReportedTimeRange;
338
338
  SourceDetails?: AnomalySourceDetails;
339
339
  AssociatedInsightId?: string;
340
340
  ResourceCollection?: ResourceCollection;
341
- Type?: AnomalyType | string;
341
+ Type?: AnomalyType;
342
342
  Name?: string;
343
343
  Description?: string;
344
344
  CausalAnomalyId?: string;
@@ -369,7 +369,7 @@ export type InsightFeedbackOption =
369
369
  (typeof InsightFeedbackOption)[keyof typeof InsightFeedbackOption];
370
370
  export interface InsightFeedback {
371
371
  Id?: string;
372
- Feedback?: InsightFeedbackOption | string;
372
+ Feedback?: InsightFeedbackOption;
373
373
  }
374
374
  export interface DescribeFeedbackResponse {
375
375
  InsightFeedback?: InsightFeedback;
@@ -390,8 +390,8 @@ export type InsightStatus = (typeof InsightStatus)[keyof typeof InsightStatus];
390
390
  export interface ProactiveInsight {
391
391
  Id?: string;
392
392
  Name?: string;
393
- Severity?: InsightSeverity | string;
394
- Status?: InsightStatus | string;
393
+ Severity?: InsightSeverity;
394
+ Status?: InsightStatus;
395
395
  InsightTimeRange?: InsightTimeRange;
396
396
  PredictionTimeRange?: PredictionTimeRange;
397
397
  ResourceCollection?: ResourceCollection;
@@ -401,8 +401,8 @@ export interface ProactiveInsight {
401
401
  export interface ReactiveInsight {
402
402
  Id?: string;
403
403
  Name?: string;
404
- Severity?: InsightSeverity | string;
405
- Status?: InsightStatus | string;
404
+ Severity?: InsightSeverity;
405
+ Status?: InsightStatus;
406
406
  InsightTimeRange?: InsightTimeRange;
407
407
  ResourceCollection?: ResourceCollection;
408
408
  SsmOpsItemId?: string;
@@ -443,7 +443,6 @@ export type OrganizationResourceCollectionType =
443
443
  export interface DescribeOrganizationResourceCollectionHealthRequest {
444
444
  OrganizationResourceCollectionType:
445
445
  | OrganizationResourceCollectionType
446
- | string
447
446
  | undefined;
448
447
  AccountIds?: string[];
449
448
  OrganizationalUnitIds?: string[];
@@ -493,7 +492,7 @@ export declare const ServiceName: {
493
492
  };
494
493
  export type ServiceName = (typeof ServiceName)[keyof typeof ServiceName];
495
494
  export interface ServiceHealth {
496
- ServiceName?: ServiceName | string;
495
+ ServiceName?: ServiceName;
497
496
  Insight?: ServiceInsightHealth;
498
497
  AnalyzedResourceCount?: number;
499
498
  }
@@ -518,7 +517,7 @@ export declare const ResourceCollectionType: {
518
517
  export type ResourceCollectionType =
519
518
  (typeof ResourceCollectionType)[keyof typeof ResourceCollectionType];
520
519
  export interface DescribeResourceCollectionHealthRequest {
521
- ResourceCollectionType: ResourceCollectionType | string | undefined;
520
+ ResourceCollectionType: ResourceCollectionType | undefined;
522
521
  NextToken?: string;
523
522
  }
524
523
  export interface DescribeResourceCollectionHealthResponse {
@@ -541,14 +540,14 @@ export type ServerSideEncryptionType =
541
540
  (typeof ServerSideEncryptionType)[keyof typeof ServerSideEncryptionType];
542
541
  export interface KMSServerSideEncryptionIntegration {
543
542
  KMSKeyId?: string;
544
- OptInStatus?: OptInStatus | string;
545
- Type?: ServerSideEncryptionType | string;
543
+ OptInStatus?: OptInStatus;
544
+ Type?: ServerSideEncryptionType;
546
545
  }
547
546
  export interface LogsAnomalyDetectionIntegration {
548
- OptInStatus?: OptInStatus | string;
547
+ OptInStatus?: OptInStatus;
549
548
  }
550
549
  export interface OpsCenterIntegration {
551
- OptInStatus?: OptInStatus | string;
550
+ OptInStatus?: OptInStatus;
552
551
  }
553
552
  export interface ServiceIntegrationConfig {
554
553
  OpsCenter?: OpsCenterIntegration;
@@ -569,7 +568,7 @@ export type CostEstimationServiceResourceState =
569
568
  (typeof CostEstimationServiceResourceState)[keyof typeof CostEstimationServiceResourceState];
570
569
  export interface ServiceResourceCost {
571
570
  Type?: string;
572
- State?: CostEstimationServiceResourceState | string;
571
+ State?: CostEstimationServiceResourceState;
573
572
  Count?: number;
574
573
  UnitCost?: number;
575
574
  Cost?: number;
@@ -597,14 +596,14 @@ export interface CostEstimationTimeRange {
597
596
  }
598
597
  export interface GetCostEstimationResponse {
599
598
  ResourceCollection?: CostEstimationResourceCollectionFilter;
600
- Status?: CostEstimationStatus | string;
599
+ Status?: CostEstimationStatus;
601
600
  Costs?: ServiceResourceCost[];
602
601
  TimeRange?: CostEstimationTimeRange;
603
602
  TotalCost?: number;
604
603
  NextToken?: string;
605
604
  }
606
605
  export interface GetResourceCollectionRequest {
607
- ResourceCollectionType: ResourceCollectionType | string | undefined;
606
+ ResourceCollectionType: ResourceCollectionType | undefined;
608
607
  NextToken?: string;
609
608
  }
610
609
  export interface CloudFormationCollectionFilter {
@@ -623,7 +622,7 @@ export interface GetResourceCollectionResponse {
623
622
  NextToken?: string;
624
623
  }
625
624
  export interface ServiceCollection {
626
- ServiceNames?: (ServiceName | string)[];
625
+ ServiceNames?: ServiceName[];
627
626
  }
628
627
  export interface ListAnomaliesForInsightFilters {
629
628
  ServiceCollection?: ServiceCollection;
@@ -642,8 +641,8 @@ export interface ListAnomaliesForInsightRequest {
642
641
  }
643
642
  export interface ProactiveAnomalySummary {
644
643
  Id?: string;
645
- Severity?: AnomalySeverity | string;
646
- Status?: AnomalyStatus | string;
644
+ Severity?: AnomalySeverity;
645
+ Status?: AnomalyStatus;
647
646
  UpdateTime?: Date;
648
647
  AnomalyTimeRange?: AnomalyTimeRange;
649
648
  AnomalyReportedTimeRange?: AnomalyReportedTimeRange;
@@ -658,14 +657,14 @@ export interface ProactiveAnomalySummary {
658
657
  }
659
658
  export interface ReactiveAnomalySummary {
660
659
  Id?: string;
661
- Severity?: AnomalySeverity | string;
662
- Status?: AnomalyStatus | string;
660
+ Severity?: AnomalySeverity;
661
+ Status?: AnomalyStatus;
663
662
  AnomalyTimeRange?: AnomalyTimeRange;
664
663
  AnomalyReportedTimeRange?: AnomalyReportedTimeRange;
665
664
  SourceDetails?: AnomalySourceDetails;
666
665
  AssociatedInsightId?: string;
667
666
  ResourceCollection?: ResourceCollection;
668
- Type?: AnomalyType | string;
667
+ Type?: AnomalyType;
669
668
  Name?: string;
670
669
  Description?: string;
671
670
  CausalAnomalyId?: string;
@@ -707,9 +706,9 @@ export interface EventTimeRange {
707
706
  export interface ListEventsFilters {
708
707
  InsightId?: string;
709
708
  EventTimeRange?: EventTimeRange;
710
- EventClass?: EventClass | string;
709
+ EventClass?: EventClass;
711
710
  EventSource?: string;
712
- DataSource?: EventDataSource | string;
711
+ DataSource?: EventDataSource;
713
712
  ResourceCollection?: ResourceCollection;
714
713
  }
715
714
  export interface ListEventsRequest {
@@ -729,8 +728,8 @@ export interface Event {
729
728
  Time?: Date;
730
729
  EventSource?: string;
731
730
  Name?: string;
732
- DataSource?: EventDataSource | string;
733
- EventClass?: EventClass | string;
731
+ DataSource?: EventDataSource;
732
+ EventClass?: EventClass;
734
733
  Resources?: EventResource[];
735
734
  }
736
735
  export interface ListEventsResponse {
@@ -743,7 +742,7 @@ export declare const InsightType: {
743
742
  };
744
743
  export type InsightType = (typeof InsightType)[keyof typeof InsightType];
745
744
  export interface ListInsightsAnyStatusFilter {
746
- Type: InsightType | string | undefined;
745
+ Type: InsightType | undefined;
747
746
  StartTimeRange: StartTimeRange | undefined;
748
747
  }
749
748
  export interface EndTimeRange {
@@ -751,11 +750,11 @@ export interface EndTimeRange {
751
750
  ToTime?: Date;
752
751
  }
753
752
  export interface ListInsightsClosedStatusFilter {
754
- Type: InsightType | string | undefined;
753
+ Type: InsightType | undefined;
755
754
  EndTimeRange: EndTimeRange | undefined;
756
755
  }
757
756
  export interface ListInsightsOngoingStatusFilter {
758
- Type: InsightType | string | undefined;
757
+ Type: InsightType | undefined;
759
758
  }
760
759
  export interface ListInsightsStatusFilter {
761
760
  Ongoing?: ListInsightsOngoingStatusFilter;
@@ -770,8 +769,8 @@ export interface ListInsightsRequest {
770
769
  export interface ProactiveInsightSummary {
771
770
  Id?: string;
772
771
  Name?: string;
773
- Severity?: InsightSeverity | string;
774
- Status?: InsightStatus | string;
772
+ Severity?: InsightSeverity;
773
+ Status?: InsightStatus;
775
774
  InsightTimeRange?: InsightTimeRange;
776
775
  PredictionTimeRange?: PredictionTimeRange;
777
776
  ResourceCollection?: ResourceCollection;
@@ -781,8 +780,8 @@ export interface ProactiveInsightSummary {
781
780
  export interface ReactiveInsightSummary {
782
781
  Id?: string;
783
782
  Name?: string;
784
- Severity?: InsightSeverity | string;
785
- Status?: InsightStatus | string;
783
+ Severity?: InsightSeverity;
784
+ Status?: InsightStatus;
786
785
  InsightTimeRange?: InsightTimeRange;
787
786
  ResourceCollection?: ResourceCollection;
788
787
  ServiceCollection?: ServiceCollection;
@@ -831,8 +830,8 @@ export declare const ResourceTypeFilter: {
831
830
  export type ResourceTypeFilter =
832
831
  (typeof ResourceTypeFilter)[keyof typeof ResourceTypeFilter];
833
832
  export interface ListMonitoredResourcesFilters {
834
- ResourcePermission: ResourcePermission | string | undefined;
835
- ResourceTypeFilters: (ResourceTypeFilter | string)[] | undefined;
833
+ ResourcePermission: ResourcePermission | undefined;
834
+ ResourceTypeFilters: ResourceTypeFilter[] | undefined;
836
835
  }
837
836
  export interface ListMonitoredResourcesRequest {
838
837
  Filters?: ListMonitoredResourcesFilters;
@@ -842,7 +841,7 @@ export interface ListMonitoredResourcesRequest {
842
841
  export interface MonitoredResourceIdentifier {
843
842
  MonitoredResourceName?: string;
844
843
  Type?: string;
845
- ResourcePermission?: ResourcePermission | string;
844
+ ResourcePermission?: ResourcePermission;
846
845
  LastUpdated?: Date;
847
846
  ResourceCollection?: ResourceCollection;
848
847
  }
@@ -873,8 +872,8 @@ export interface ProactiveOrganizationInsightSummary {
873
872
  AccountId?: string;
874
873
  OrganizationalUnitId?: string;
875
874
  Name?: string;
876
- Severity?: InsightSeverity | string;
877
- Status?: InsightStatus | string;
875
+ Severity?: InsightSeverity;
876
+ Status?: InsightStatus;
878
877
  InsightTimeRange?: InsightTimeRange;
879
878
  PredictionTimeRange?: PredictionTimeRange;
880
879
  ResourceCollection?: ResourceCollection;
@@ -885,8 +884,8 @@ export interface ReactiveOrganizationInsightSummary {
885
884
  AccountId?: string;
886
885
  OrganizationalUnitId?: string;
887
886
  Name?: string;
888
- Severity?: InsightSeverity | string;
889
- Status?: InsightStatus | string;
887
+ Severity?: InsightSeverity;
888
+ Status?: InsightStatus;
890
889
  InsightTimeRange?: InsightTimeRange;
891
890
  ResourceCollection?: ResourceCollection;
892
891
  ServiceCollection?: ServiceCollection;
@@ -913,7 +912,7 @@ export type Locale = (typeof Locale)[keyof typeof Locale];
913
912
  export interface ListRecommendationsRequest {
914
913
  InsightId: string | undefined;
915
914
  NextToken?: string;
916
- Locale?: Locale | string;
915
+ Locale?: Locale;
917
916
  AccountId?: string;
918
917
  }
919
918
  export interface RecommendationRelatedAnomalyResource {
@@ -962,8 +961,8 @@ export interface RemoveNotificationChannelRequest {
962
961
  }
963
962
  export interface RemoveNotificationChannelResponse {}
964
963
  export interface SearchInsightsFilters {
965
- Severities?: (InsightSeverity | string)[];
966
- Statuses?: (InsightStatus | string)[];
964
+ Severities?: InsightSeverity[];
965
+ Statuses?: InsightStatus[];
967
966
  ResourceCollection?: ResourceCollection;
968
967
  ServiceCollection?: ServiceCollection;
969
968
  }
@@ -972,7 +971,7 @@ export interface SearchInsightsRequest {
972
971
  Filters?: SearchInsightsFilters;
973
972
  MaxResults?: number;
974
973
  NextToken?: string;
975
- Type: InsightType | string | undefined;
974
+ Type: InsightType | undefined;
976
975
  }
977
976
  export interface SearchInsightsResponse {
978
977
  ProactiveInsights?: ProactiveInsightSummary[];
@@ -980,8 +979,8 @@ export interface SearchInsightsResponse {
980
979
  NextToken?: string;
981
980
  }
982
981
  export interface SearchOrganizationInsightsFilters {
983
- Severities?: (InsightSeverity | string)[];
984
- Statuses?: (InsightStatus | string)[];
982
+ Severities?: InsightSeverity[];
983
+ Statuses?: InsightStatus[];
985
984
  ResourceCollection?: ResourceCollection;
986
985
  ServiceCollection?: ServiceCollection;
987
986
  }
@@ -991,7 +990,7 @@ export interface SearchOrganizationInsightsRequest {
991
990
  Filters?: SearchOrganizationInsightsFilters;
992
991
  MaxResults?: number;
993
992
  NextToken?: string;
994
- Type: InsightType | string | undefined;
993
+ Type: InsightType | undefined;
995
994
  }
996
995
  export interface SearchOrganizationInsightsResponse {
997
996
  ProactiveInsights?: ProactiveInsightSummary[];
@@ -1025,20 +1024,20 @@ export interface UpdateResourceCollectionFilter {
1025
1024
  Tags?: UpdateTagCollectionFilter[];
1026
1025
  }
1027
1026
  export interface UpdateResourceCollectionRequest {
1028
- Action: UpdateResourceCollectionAction | string | undefined;
1027
+ Action: UpdateResourceCollectionAction | undefined;
1029
1028
  ResourceCollection: UpdateResourceCollectionFilter | undefined;
1030
1029
  }
1031
1030
  export interface UpdateResourceCollectionResponse {}
1032
1031
  export interface KMSServerSideEncryptionIntegrationConfig {
1033
1032
  KMSKeyId?: string;
1034
- OptInStatus?: OptInStatus | string;
1035
- Type?: ServerSideEncryptionType | string;
1033
+ OptInStatus?: OptInStatus;
1034
+ Type?: ServerSideEncryptionType;
1036
1035
  }
1037
1036
  export interface LogsAnomalyDetectionIntegrationConfig {
1038
- OptInStatus?: OptInStatus | string;
1037
+ OptInStatus?: OptInStatus;
1039
1038
  }
1040
1039
  export interface OpsCenterIntegrationConfig {
1041
- OptInStatus?: OptInStatus | string;
1040
+ OptInStatus?: OptInStatus;
1042
1041
  }
1043
1042
  export interface UpdateServiceIntegrationConfig {
1044
1043
  OpsCenter?: OpsCenterIntegrationConfig;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-devops-guru",
3
3
  "description": "AWS SDK for JavaScript Devops Guru Client for Node.js, Browser and React Native",
4
- "version": "3.428.0",
4
+ "version": "3.429.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.428.0",
25
- "@aws-sdk/credential-provider-node": "3.428.0",
26
- "@aws-sdk/middleware-host-header": "3.428.0",
24
+ "@aws-sdk/client-sts": "3.429.0",
25
+ "@aws-sdk/credential-provider-node": "3.429.0",
26
+ "@aws-sdk/middleware-host-header": "3.429.0",
27
27
  "@aws-sdk/middleware-logger": "3.428.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.428.0",
29
29
  "@aws-sdk/middleware-signing": "3.428.0",
@@ -38,7 +38,7 @@
38
38
  "@smithy/hash-node": "^2.0.11",
39
39
  "@smithy/invalid-dependency": "^2.0.11",
40
40
  "@smithy/middleware-content-length": "^2.0.13",
41
- "@smithy/middleware-endpoint": "^2.1.0",
41
+ "@smithy/middleware-endpoint": "^2.1.1",
42
42
  "@smithy/middleware-retry": "^2.0.16",
43
43
  "@smithy/middleware-serde": "^2.0.11",
44
44
  "@smithy/middleware-stack": "^2.0.5",