@aws-sdk/client-devops-guru 3.261.0 → 3.263.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.
- package/README.md +0 -2
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/models/models_0.js +10 -6
- package/dist-cjs/protocols/Aws_restJson1.js +10 -0
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_0.js +6 -3
- package/dist-es/protocols/Aws_restJson1.js +10 -0
- package/dist-types/DevOpsGuru.d.ts +7 -9
- package/dist-types/DevOpsGuruClient.d.ts +2 -4
- package/dist-types/commands/AddNotificationChannelCommand.d.ts +3 -3
- package/dist-types/commands/SearchInsightsCommand.d.ts +1 -1
- package/dist-types/commands/SearchOrganizationInsightsCommand.d.ts +1 -1
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +253 -239
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +13 -6
- package/package.json +2 -2
|
@@ -27,7 +27,7 @@ export declare const resolveClientEndpointParameters: <T>(
|
|
|
27
27
|
defaultSigningName: string;
|
|
28
28
|
};
|
|
29
29
|
export interface EndpointParameters extends __EndpointParameters {
|
|
30
|
-
Region
|
|
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.
|
|
4
|
+
"version": "3.263.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,7 +20,7 @@
|
|
|
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.
|
|
23
|
+
"@aws-sdk/client-sts": "3.262.0",
|
|
24
24
|
"@aws-sdk/config-resolver": "3.259.0",
|
|
25
25
|
"@aws-sdk/credential-provider-node": "3.261.0",
|
|
26
26
|
"@aws-sdk/fetch-http-handler": "3.257.0",
|