@aws-sdk/client-devops-guru 3.262.0 → 3.264.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.
@@ -27,7 +27,7 @@ export declare const resolveClientEndpointParameters: <T>(
27
27
  defaultSigningName: string;
28
28
  };
29
29
  export interface EndpointParameters extends __EndpointParameters {
30
- Region?: string;
30
+ Region: string;
31
31
  UseDualStack?: boolean;
32
32
  UseFIPS?: boolean;
33
33
  Endpoint?: string;
@@ -578,6 +578,12 @@ export interface GetResourceCollectionResponse {
578
578
  ResourceCollection?: ResourceCollectionFilter;
579
579
  NextToken?: string;
580
580
  }
581
+ export interface ServiceCollection {
582
+ ServiceNames?: (ServiceName | string)[];
583
+ }
584
+ export interface ListAnomaliesForInsightFilters {
585
+ ServiceCollection?: ServiceCollection;
586
+ }
581
587
  export interface StartTimeRange {
582
588
  FromTime?: Date;
583
589
  ToTime?: Date;
@@ -588,6 +594,7 @@ export interface ListAnomaliesForInsightRequest {
588
594
  MaxResults?: number;
589
595
  NextToken?: string;
590
596
  AccountId?: string;
597
+ Filters?: ListAnomaliesForInsightFilters;
591
598
  }
592
599
  export interface ProactiveAnomalySummary {
593
600
  Id?: string;
@@ -711,9 +718,6 @@ export interface ListInsightsRequest {
711
718
  MaxResults?: number;
712
719
  NextToken?: string;
713
720
  }
714
- export interface ServiceCollection {
715
- ServiceNames?: (ServiceName | string)[];
716
- }
717
721
  export interface ProactiveInsightSummary {
718
722
  Id?: string;
719
723
  Name?: string;
@@ -1233,6 +1237,12 @@ export declare const ResourceCollectionFilterFilterSensitiveLog: (
1233
1237
  export declare const GetResourceCollectionResponseFilterSensitiveLog: (
1234
1238
  obj: GetResourceCollectionResponse
1235
1239
  ) => any;
1240
+ export declare const ServiceCollectionFilterSensitiveLog: (
1241
+ obj: ServiceCollection
1242
+ ) => any;
1243
+ export declare const ListAnomaliesForInsightFiltersFilterSensitiveLog: (
1244
+ obj: ListAnomaliesForInsightFilters
1245
+ ) => any;
1236
1246
  export declare const StartTimeRangeFilterSensitiveLog: (
1237
1247
  obj: StartTimeRange
1238
1248
  ) => any;
@@ -1286,9 +1296,6 @@ export declare const ListInsightsStatusFilterFilterSensitiveLog: (
1286
1296
  export declare const ListInsightsRequestFilterSensitiveLog: (
1287
1297
  obj: ListInsightsRequest
1288
1298
  ) => any;
1289
- export declare const ServiceCollectionFilterSensitiveLog: (
1290
- obj: ServiceCollection
1291
- ) => any;
1292
1299
  export declare const ProactiveInsightSummaryFilterSensitiveLog: (
1293
1300
  obj: ProactiveInsightSummary
1294
1301
  ) => any;
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.262.0",
4
+ "version": "3.264.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",
@@ -20,14 +20,14 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.262.0",
23
+ "@aws-sdk/client-sts": "3.264.0",
24
24
  "@aws-sdk/config-resolver": "3.259.0",
25
- "@aws-sdk/credential-provider-node": "3.261.0",
25
+ "@aws-sdk/credential-provider-node": "3.264.0",
26
26
  "@aws-sdk/fetch-http-handler": "3.257.0",
27
27
  "@aws-sdk/hash-node": "3.257.0",
28
28
  "@aws-sdk/invalid-dependency": "3.257.0",
29
29
  "@aws-sdk/middleware-content-length": "3.257.0",
30
- "@aws-sdk/middleware-endpoint": "3.257.0",
30
+ "@aws-sdk/middleware-endpoint": "3.264.0",
31
31
  "@aws-sdk/middleware-host-header": "3.257.0",
32
32
  "@aws-sdk/middleware-logger": "3.257.0",
33
33
  "@aws-sdk/middleware-recursion-detection": "3.257.0",