@aws-sdk/client-devops-guru 3.30.0 → 3.34.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/CHANGELOG.md +35 -0
- package/dist/cjs/DevOpsGuruClient.js +13 -13
- package/dist/cjs/DevOpsGuruClient.js.map +1 -1
- package/dist/cjs/commands/AddNotificationChannelCommand.js +3 -3
- package/dist/cjs/commands/AddNotificationChannelCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeAccountHealthCommand.js +3 -3
- package/dist/cjs/commands/DescribeAccountHealthCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeAccountOverviewCommand.js +3 -3
- package/dist/cjs/commands/DescribeAccountOverviewCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeAnomalyCommand.js +3 -3
- package/dist/cjs/commands/DescribeAnomalyCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeFeedbackCommand.js +3 -3
- package/dist/cjs/commands/DescribeFeedbackCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeInsightCommand.js +3 -3
- package/dist/cjs/commands/DescribeInsightCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeResourceCollectionHealthCommand.js +3 -3
- package/dist/cjs/commands/DescribeResourceCollectionHealthCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeServiceIntegrationCommand.js +3 -3
- package/dist/cjs/commands/DescribeServiceIntegrationCommand.js.map +1 -1
- package/dist/cjs/commands/GetCostEstimationCommand.js +3 -3
- package/dist/cjs/commands/GetCostEstimationCommand.js.map +1 -1
- package/dist/cjs/commands/GetResourceCollectionCommand.js +3 -3
- package/dist/cjs/commands/GetResourceCollectionCommand.js.map +1 -1
- package/dist/cjs/commands/ListAnomaliesForInsightCommand.js +3 -3
- package/dist/cjs/commands/ListAnomaliesForInsightCommand.js.map +1 -1
- package/dist/cjs/commands/ListEventsCommand.js +3 -3
- package/dist/cjs/commands/ListEventsCommand.js.map +1 -1
- package/dist/cjs/commands/ListInsightsCommand.js +3 -3
- package/dist/cjs/commands/ListInsightsCommand.js.map +1 -1
- package/dist/cjs/commands/ListNotificationChannelsCommand.js +3 -3
- package/dist/cjs/commands/ListNotificationChannelsCommand.js.map +1 -1
- package/dist/cjs/commands/ListRecommendationsCommand.js +3 -3
- package/dist/cjs/commands/ListRecommendationsCommand.js.map +1 -1
- package/dist/cjs/commands/PutFeedbackCommand.js +3 -3
- package/dist/cjs/commands/PutFeedbackCommand.js.map +1 -1
- package/dist/cjs/commands/RemoveNotificationChannelCommand.js +3 -3
- package/dist/cjs/commands/RemoveNotificationChannelCommand.js.map +1 -1
- package/dist/cjs/commands/SearchInsightsCommand.js +3 -3
- package/dist/cjs/commands/SearchInsightsCommand.js.map +1 -1
- package/dist/cjs/commands/StartCostEstimationCommand.js +3 -3
- package/dist/cjs/commands/StartCostEstimationCommand.js.map +1 -1
- package/dist/cjs/commands/UpdateResourceCollectionCommand.js +3 -3
- package/dist/cjs/commands/UpdateResourceCollectionCommand.js.map +1 -1
- package/dist/cjs/commands/UpdateServiceIntegrationCommand.js +3 -3
- package/dist/cjs/commands/UpdateServiceIntegrationCommand.js.map +1 -1
- package/dist/cjs/endpoints.js +1 -1
- package/dist/cjs/endpoints.js.map +1 -1
- package/dist/cjs/index.js +34 -34
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/models/index.js +1 -1
- package/dist/cjs/models/index.js.map +1 -1
- package/dist/cjs/package.json +39 -39
- package/dist/cjs/protocols/Aws_restJson1.js +165 -155
- package/dist/cjs/protocols/Aws_restJson1.js.map +1 -1
- package/dist/cjs/runtimeConfig.browser.js +4 -4
- package/dist/cjs/runtimeConfig.browser.js.map +1 -1
- package/dist/cjs/runtimeConfig.js +8 -8
- package/dist/cjs/runtimeConfig.js.map +1 -1
- package/dist/cjs/runtimeConfig.native.js +1 -1
- package/dist/cjs/runtimeConfig.native.js.map +1 -1
- package/dist/es/DevOpsGuru.js +1 -19
- package/dist/es/DevOpsGuru.js.map +1 -1
- package/dist/es/DevOpsGuruClient.js +1 -24
- package/dist/es/DevOpsGuruClient.js.map +1 -1
- package/dist/es/commands/AddNotificationChannelCommand.js +2 -37
- package/dist/es/commands/AddNotificationChannelCommand.js.map +1 -1
- package/dist/es/commands/DescribeAccountHealthCommand.js +2 -30
- package/dist/es/commands/DescribeAccountHealthCommand.js.map +1 -1
- package/dist/es/commands/DescribeAccountOverviewCommand.js +2 -30
- package/dist/es/commands/DescribeAccountOverviewCommand.js.map +1 -1
- package/dist/es/commands/DescribeAnomalyCommand.js +2 -29
- package/dist/es/commands/DescribeAnomalyCommand.js.map +1 -1
- package/dist/es/commands/DescribeFeedbackCommand.js +2 -29
- package/dist/es/commands/DescribeFeedbackCommand.js.map +1 -1
- package/dist/es/commands/DescribeInsightCommand.js +2 -29
- package/dist/es/commands/DescribeInsightCommand.js.map +1 -1
- package/dist/es/commands/DescribeResourceCollectionHealthCommand.js +2 -31
- package/dist/es/commands/DescribeResourceCollectionHealthCommand.js.map +1 -1
- package/dist/es/commands/DescribeServiceIntegrationCommand.js +2 -31
- package/dist/es/commands/DescribeServiceIntegrationCommand.js.map +1 -1
- package/dist/es/commands/GetCostEstimationCommand.js +2 -31
- package/dist/es/commands/GetCostEstimationCommand.js.map +1 -1
- package/dist/es/commands/GetResourceCollectionCommand.js +2 -30
- package/dist/es/commands/GetResourceCollectionCommand.js.map +1 -1
- package/dist/es/commands/ListAnomaliesForInsightCommand.js +2 -29
- package/dist/es/commands/ListAnomaliesForInsightCommand.js.map +1 -1
- package/dist/es/commands/ListEventsCommand.js +2 -29
- package/dist/es/commands/ListEventsCommand.js.map +1 -1
- package/dist/es/commands/ListInsightsCommand.js +2 -30
- package/dist/es/commands/ListInsightsCommand.js.map +1 -1
- package/dist/es/commands/ListNotificationChannelsCommand.js +2 -31
- package/dist/es/commands/ListNotificationChannelsCommand.js.map +1 -1
- package/dist/es/commands/ListRecommendationsCommand.js +2 -29
- package/dist/es/commands/ListRecommendationsCommand.js.map +1 -1
- package/dist/es/commands/PutFeedbackCommand.js +2 -29
- package/dist/es/commands/PutFeedbackCommand.js.map +1 -1
- package/dist/es/commands/RemoveNotificationChannelCommand.js +2 -30
- package/dist/es/commands/RemoveNotificationChannelCommand.js.map +1 -1
- package/dist/es/commands/SearchInsightsCommand.js +2 -35
- package/dist/es/commands/SearchInsightsCommand.js.map +1 -1
- package/dist/es/commands/StartCostEstimationCommand.js +2 -27
- package/dist/es/commands/StartCostEstimationCommand.js.map +1 -1
- package/dist/es/commands/UpdateResourceCollectionCommand.js +2 -30
- package/dist/es/commands/UpdateResourceCollectionCommand.js.map +1 -1
- package/dist/es/commands/UpdateServiceIntegrationCommand.js +2 -30
- package/dist/es/commands/UpdateServiceIntegrationCommand.js.map +1 -1
- package/dist/es/endpoints.js +1 -1
- package/dist/es/endpoints.js.map +1 -1
- package/dist/es/models/models_0.js +0 -318
- package/dist/es/models/models_0.js.map +1 -1
- package/dist/es/package.json +39 -39
- package/dist/es/pagination/DescribeResourceCollectionHealthPaginator.js +16 -28
- package/dist/es/pagination/DescribeResourceCollectionHealthPaginator.js.map +1 -1
- package/dist/es/pagination/GetCostEstimationPaginator.js +16 -28
- package/dist/es/pagination/GetCostEstimationPaginator.js.map +1 -1
- package/dist/es/pagination/GetResourceCollectionPaginator.js +16 -28
- package/dist/es/pagination/GetResourceCollectionPaginator.js.map +1 -1
- package/dist/es/pagination/ListAnomaliesForInsightPaginator.js +16 -28
- package/dist/es/pagination/ListAnomaliesForInsightPaginator.js.map +1 -1
- package/dist/es/pagination/ListEventsPaginator.js +16 -28
- package/dist/es/pagination/ListEventsPaginator.js.map +1 -1
- package/dist/es/pagination/ListInsightsPaginator.js +16 -28
- package/dist/es/pagination/ListInsightsPaginator.js.map +1 -1
- package/dist/es/pagination/ListNotificationChannelsPaginator.js +16 -28
- package/dist/es/pagination/ListNotificationChannelsPaginator.js.map +1 -1
- package/dist/es/pagination/ListRecommendationsPaginator.js +16 -28
- package/dist/es/pagination/ListRecommendationsPaginator.js.map +1 -1
- package/dist/es/pagination/SearchInsightsPaginator.js +16 -28
- package/dist/es/pagination/SearchInsightsPaginator.js.map +1 -1
- package/dist/es/protocols/Aws_restJson1.js +632 -627
- package/dist/es/protocols/Aws_restJson1.js.map +1 -1
- package/dist/es/runtimeConfig.browser.js +0 -3
- package/dist/es/runtimeConfig.browser.js.map +1 -1
- package/dist/es/runtimeConfig.js +0 -3
- package/dist/es/runtimeConfig.js.map +1 -1
- package/dist/es/runtimeConfig.native.js +0 -3
- package/dist/es/runtimeConfig.native.js.map +1 -1
- package/dist/es/runtimeConfig.shared.js +0 -3
- package/dist/es/runtimeConfig.shared.js.map +1 -1
- package/dist/types/runtimeConfig.browser.d.ts +1 -0
- package/dist/types/runtimeConfig.d.ts +1 -0
- package/dist/types/runtimeConfig.native.d.ts +1 -0
- package/dist/types/ts3.4/runtimeConfig.browser.d.ts +1 -0
- package/dist/types/ts3.4/runtimeConfig.d.ts +1 -0
- package/dist/types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +39 -39
- package/protocols/Aws_restJson1.ts +26 -13
- package/tsconfig.es.json +0 -2
- package/tsconfig.json +3 -5
- package/tsconfig.types.json +8 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"runtimeConfig.native.js","sourceRoot":"","sources":["../../runtimeConfig.native.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAE/C,OAAO,EAAE,gBAAgB,IAAI,uBAAuB,EAAE,MAAM,yBAAyB,CAAC;
|
|
1
|
+
{"version":3,"file":"runtimeConfig.native.js","sourceRoot":"","sources":["../../runtimeConfig.native.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAE/C,OAAO,EAAE,gBAAgB,IAAI,uBAAuB,EAAE,MAAM,yBAAyB,CAAC;AAKtF,MAAM,CAAC,IAAM,gBAAgB,GAAG,UAAC,MAA8B;;IAC7D,IAAM,eAAe,GAAG,uBAAuB,CAAC,MAAM,CAAC,CAAC;IACxD,sCACK,eAAe,GACf,MAAM,KACT,OAAO,EAAE,cAAc,EACvB,MAAM,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,MAAM,mCAAI,MAAM,IAChC;AACJ,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"runtimeConfig.shared.js","sourceRoot":"","sources":["../../runtimeConfig.shared.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,MAAM,aAAa,CAAC;AAExD,OAAO,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"runtimeConfig.shared.js","sourceRoot":"","sources":["../../runtimeConfig.shared.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,MAAM,aAAa,CAAC;AAExD,OAAO,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAM/C,MAAM,CAAC,IAAM,gBAAgB,GAAG,UAAC,MAA8B;;IAAK,OAAA,CAAC;QACnE,UAAU,EAAE,YAAY;QACxB,iBAAiB,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,iBAAiB,mCAAI,KAAK;QACrD,MAAM,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,MAAM,mCAAK,EAAe;QAC1C,kBAAkB,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,kBAAkB,mCAAI,yBAAyB;QAC3E,SAAS,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,SAAS,mCAAI,aAAa;QAC7C,SAAS,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,SAAS,mCAAI,QAAQ;KACzC,CAAC,CAAA;CAAA,CAAC"}
|
|
@@ -32,5 +32,6 @@ export declare const getRuntimeConfig: (config: DevOpsGuruClientConfig) => {
|
|
|
32
32
|
signingEscapePath?: boolean | undefined;
|
|
33
33
|
systemClockOffset?: number | undefined;
|
|
34
34
|
signingRegion?: string | undefined;
|
|
35
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
35
36
|
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
36
37
|
};
|
|
@@ -32,5 +32,6 @@ export declare const getRuntimeConfig: (config: DevOpsGuruClientConfig) => {
|
|
|
32
32
|
signingEscapePath?: boolean | undefined;
|
|
33
33
|
systemClockOffset?: number | undefined;
|
|
34
34
|
signingRegion?: string | undefined;
|
|
35
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
35
36
|
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
36
37
|
};
|
|
@@ -31,5 +31,6 @@ export declare const getRuntimeConfig: (config: DevOpsGuruClientConfig) => {
|
|
|
31
31
|
signingEscapePath?: boolean | undefined;
|
|
32
32
|
systemClockOffset?: number | undefined;
|
|
33
33
|
signingRegion?: string | undefined;
|
|
34
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
34
35
|
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
35
36
|
};
|
|
@@ -32,5 +32,6 @@ export declare const getRuntimeConfig: (config: DevOpsGuruClientConfig) => {
|
|
|
32
32
|
signingEscapePath?: boolean | undefined;
|
|
33
33
|
systemClockOffset?: number | undefined;
|
|
34
34
|
signingRegion?: string | undefined;
|
|
35
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
35
36
|
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
36
37
|
};
|
|
@@ -32,5 +32,6 @@ export declare const getRuntimeConfig: (config: DevOpsGuruClientConfig) => {
|
|
|
32
32
|
signingEscapePath?: boolean | undefined;
|
|
33
33
|
systemClockOffset?: number | undefined;
|
|
34
34
|
signingRegion?: string | undefined;
|
|
35
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
35
36
|
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
36
37
|
};
|
|
@@ -31,5 +31,6 @@ export declare const getRuntimeConfig: (config: DevOpsGuruClientConfig) => {
|
|
|
31
31
|
signingEscapePath?: boolean | undefined;
|
|
32
32
|
systemClockOffset?: number | undefined;
|
|
33
33
|
signingRegion?: string | undefined;
|
|
34
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
34
35
|
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
35
36
|
};
|
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
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.34.0",
|
|
5
5
|
"scripts": {
|
|
6
|
-
"
|
|
7
|
-
"build-documentation": "yarn remove-documentation && typedoc ./",
|
|
8
|
-
"remove-definitions": "rimraf ./types",
|
|
9
|
-
"remove-dist": "rimraf ./dist",
|
|
10
|
-
"remove-documentation": "rimraf ./docs",
|
|
11
|
-
"test": "jest --coverage --passWithNoTests",
|
|
6
|
+
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
12
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
8
|
+
"build:docs": "yarn clean:docs && typedoc ./",
|
|
13
9
|
"build:es": "tsc -p tsconfig.es.json",
|
|
14
|
-
"build": "
|
|
15
|
-
"
|
|
10
|
+
"build:types": "tsc -p tsconfig.types.json",
|
|
11
|
+
"clean": "yarn clean:dist && yarn clean:docs",
|
|
12
|
+
"clean:dist": "rimraf ./dist",
|
|
13
|
+
"clean:docs": "rimraf ./docs",
|
|
14
|
+
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
|
|
15
|
+
"test": "jest --coverage --passWithNoTests"
|
|
16
16
|
},
|
|
17
17
|
"main": "./dist/cjs/index.js",
|
|
18
18
|
"types": "./dist/types/index.d.ts",
|
|
@@ -27,39 +27,39 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@aws-crypto/sha256-browser": "^1.0.0",
|
|
29
29
|
"@aws-crypto/sha256-js": "^1.0.0",
|
|
30
|
-
"@aws-sdk/client-sts": "3.
|
|
31
|
-
"@aws-sdk/config-resolver": "3.
|
|
32
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
33
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
34
|
-
"@aws-sdk/hash-node": "3.
|
|
35
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
36
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
37
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
38
|
-
"@aws-sdk/middleware-logger": "3.
|
|
39
|
-
"@aws-sdk/middleware-retry": "3.
|
|
40
|
-
"@aws-sdk/middleware-serde": "3.
|
|
41
|
-
"@aws-sdk/middleware-signing": "3.
|
|
42
|
-
"@aws-sdk/middleware-stack": "3.
|
|
43
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
44
|
-
"@aws-sdk/node-config-provider": "3.
|
|
45
|
-
"@aws-sdk/node-http-handler": "3.
|
|
46
|
-
"@aws-sdk/protocol-http": "3.
|
|
47
|
-
"@aws-sdk/smithy-client": "3.
|
|
48
|
-
"@aws-sdk/types": "3.
|
|
49
|
-
"@aws-sdk/url-parser": "3.
|
|
50
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
51
|
-
"@aws-sdk/util-base64-node": "3.
|
|
52
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
53
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
54
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
55
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
56
|
-
"@aws-sdk/util-utf8-browser": "3.
|
|
57
|
-
"@aws-sdk/util-utf8-node": "3.
|
|
30
|
+
"@aws-sdk/client-sts": "3.34.0",
|
|
31
|
+
"@aws-sdk/config-resolver": "3.34.0",
|
|
32
|
+
"@aws-sdk/credential-provider-node": "3.34.0",
|
|
33
|
+
"@aws-sdk/fetch-http-handler": "3.34.0",
|
|
34
|
+
"@aws-sdk/hash-node": "3.34.0",
|
|
35
|
+
"@aws-sdk/invalid-dependency": "3.34.0",
|
|
36
|
+
"@aws-sdk/middleware-content-length": "3.34.0",
|
|
37
|
+
"@aws-sdk/middleware-host-header": "3.34.0",
|
|
38
|
+
"@aws-sdk/middleware-logger": "3.34.0",
|
|
39
|
+
"@aws-sdk/middleware-retry": "3.34.0",
|
|
40
|
+
"@aws-sdk/middleware-serde": "3.34.0",
|
|
41
|
+
"@aws-sdk/middleware-signing": "3.34.0",
|
|
42
|
+
"@aws-sdk/middleware-stack": "3.34.0",
|
|
43
|
+
"@aws-sdk/middleware-user-agent": "3.34.0",
|
|
44
|
+
"@aws-sdk/node-config-provider": "3.34.0",
|
|
45
|
+
"@aws-sdk/node-http-handler": "3.34.0",
|
|
46
|
+
"@aws-sdk/protocol-http": "3.34.0",
|
|
47
|
+
"@aws-sdk/smithy-client": "3.34.0",
|
|
48
|
+
"@aws-sdk/types": "3.34.0",
|
|
49
|
+
"@aws-sdk/url-parser": "3.34.0",
|
|
50
|
+
"@aws-sdk/util-base64-browser": "3.34.0",
|
|
51
|
+
"@aws-sdk/util-base64-node": "3.34.0",
|
|
52
|
+
"@aws-sdk/util-body-length-browser": "3.34.0",
|
|
53
|
+
"@aws-sdk/util-body-length-node": "3.34.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-browser": "3.34.0",
|
|
55
|
+
"@aws-sdk/util-user-agent-node": "3.34.0",
|
|
56
|
+
"@aws-sdk/util-utf8-browser": "3.34.0",
|
|
57
|
+
"@aws-sdk/util-utf8-node": "3.34.0",
|
|
58
58
|
"tslib": "^2.3.0",
|
|
59
59
|
"uuid": "^8.3.2"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
|
-
"@aws-sdk/client-documentation-generator": "3.
|
|
62
|
+
"@aws-sdk/client-documentation-generator": "3.34.0",
|
|
63
63
|
"@types/node": "^12.7.5",
|
|
64
64
|
"@types/uuid": "^8.3.0",
|
|
65
65
|
"downlevel-dts": "0.7.0",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"rimraf": "^3.0.0",
|
|
68
68
|
"ts-jest": "^26.4.1",
|
|
69
69
|
"typedoc": "^0.19.2",
|
|
70
|
-
"typescript": "~4.
|
|
70
|
+
"typescript": "~4.3.5"
|
|
71
71
|
},
|
|
72
72
|
"engines": {
|
|
73
73
|
"node": ">=10.0.0"
|
|
@@ -132,10 +132,12 @@ import {
|
|
|
132
132
|
expectInt32 as __expectInt32,
|
|
133
133
|
expectLong as __expectLong,
|
|
134
134
|
expectNonNull as __expectNonNull,
|
|
135
|
+
expectNumber as __expectNumber,
|
|
135
136
|
expectObject as __expectObject,
|
|
136
137
|
expectString as __expectString,
|
|
137
138
|
extendedEncodeURIComponent as __extendedEncodeURIComponent,
|
|
138
139
|
limitedParseDouble as __limitedParseDouble,
|
|
140
|
+
parseEpochTimestamp as __parseEpochTimestamp,
|
|
139
141
|
strictParseInt32 as __strictParseInt32,
|
|
140
142
|
} from "@aws-sdk/smithy-client";
|
|
141
143
|
import {
|
|
@@ -3079,11 +3081,11 @@ const deserializeAws_restJson1AnomalyReportedTimeRange = (
|
|
|
3079
3081
|
return {
|
|
3080
3082
|
CloseTime:
|
|
3081
3083
|
output.CloseTime !== undefined && output.CloseTime !== null
|
|
3082
|
-
?
|
|
3084
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.CloseTime)))
|
|
3083
3085
|
: undefined,
|
|
3084
3086
|
OpenTime:
|
|
3085
3087
|
output.OpenTime !== undefined && output.OpenTime !== null
|
|
3086
|
-
?
|
|
3088
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.OpenTime)))
|
|
3087
3089
|
: undefined,
|
|
3088
3090
|
} as any;
|
|
3089
3091
|
};
|
|
@@ -3100,10 +3102,12 @@ const deserializeAws_restJson1AnomalySourceDetails = (output: any, context: __Se
|
|
|
3100
3102
|
const deserializeAws_restJson1AnomalyTimeRange = (output: any, context: __SerdeContext): AnomalyTimeRange => {
|
|
3101
3103
|
return {
|
|
3102
3104
|
EndTime:
|
|
3103
|
-
output.EndTime !== undefined && output.EndTime !== null
|
|
3105
|
+
output.EndTime !== undefined && output.EndTime !== null
|
|
3106
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.EndTime)))
|
|
3107
|
+
: undefined,
|
|
3104
3108
|
StartTime:
|
|
3105
3109
|
output.StartTime !== undefined && output.StartTime !== null
|
|
3106
|
-
?
|
|
3110
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.StartTime)))
|
|
3107
3111
|
: undefined,
|
|
3108
3112
|
} as any;
|
|
3109
3113
|
};
|
|
@@ -3263,10 +3267,12 @@ const deserializeAws_restJson1CostEstimationTimeRange = (
|
|
|
3263
3267
|
): CostEstimationTimeRange => {
|
|
3264
3268
|
return {
|
|
3265
3269
|
EndTime:
|
|
3266
|
-
output.EndTime !== undefined && output.EndTime !== null
|
|
3270
|
+
output.EndTime !== undefined && output.EndTime !== null
|
|
3271
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.EndTime)))
|
|
3272
|
+
: undefined,
|
|
3267
3273
|
StartTime:
|
|
3268
3274
|
output.StartTime !== undefined && output.StartTime !== null
|
|
3269
|
-
?
|
|
3275
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.StartTime)))
|
|
3270
3276
|
: undefined,
|
|
3271
3277
|
} as any;
|
|
3272
3278
|
};
|
|
@@ -3286,7 +3292,10 @@ const deserializeAws_restJson1Event = (output: any, context: __SerdeContext): Ev
|
|
|
3286
3292
|
output.Resources !== undefined && output.Resources !== null
|
|
3287
3293
|
? deserializeAws_restJson1EventResources(output.Resources, context)
|
|
3288
3294
|
: undefined,
|
|
3289
|
-
Time:
|
|
3295
|
+
Time:
|
|
3296
|
+
output.Time !== undefined && output.Time !== null
|
|
3297
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.Time)))
|
|
3298
|
+
: undefined,
|
|
3290
3299
|
} as any;
|
|
3291
3300
|
};
|
|
3292
3301
|
|
|
@@ -3338,10 +3347,12 @@ const deserializeAws_restJson1InsightHealth = (output: any, context: __SerdeCont
|
|
|
3338
3347
|
const deserializeAws_restJson1InsightTimeRange = (output: any, context: __SerdeContext): InsightTimeRange => {
|
|
3339
3348
|
return {
|
|
3340
3349
|
EndTime:
|
|
3341
|
-
output.EndTime !== undefined && output.EndTime !== null
|
|
3350
|
+
output.EndTime !== undefined && output.EndTime !== null
|
|
3351
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.EndTime)))
|
|
3352
|
+
: undefined,
|
|
3342
3353
|
StartTime:
|
|
3343
3354
|
output.StartTime !== undefined && output.StartTime !== null
|
|
3344
|
-
?
|
|
3355
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.StartTime)))
|
|
3345
3356
|
: undefined,
|
|
3346
3357
|
} as any;
|
|
3347
3358
|
};
|
|
@@ -3377,10 +3388,12 @@ const deserializeAws_restJson1OpsCenterIntegration = (output: any, context: __Se
|
|
|
3377
3388
|
const deserializeAws_restJson1PredictionTimeRange = (output: any, context: __SerdeContext): PredictionTimeRange => {
|
|
3378
3389
|
return {
|
|
3379
3390
|
EndTime:
|
|
3380
|
-
output.EndTime !== undefined && output.EndTime !== null
|
|
3391
|
+
output.EndTime !== undefined && output.EndTime !== null
|
|
3392
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.EndTime)))
|
|
3393
|
+
: undefined,
|
|
3381
3394
|
StartTime:
|
|
3382
3395
|
output.StartTime !== undefined && output.StartTime !== null
|
|
3383
|
-
?
|
|
3396
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.StartTime)))
|
|
3384
3397
|
: undefined,
|
|
3385
3398
|
} as any;
|
|
3386
3399
|
};
|
|
@@ -3428,7 +3441,7 @@ const deserializeAws_restJson1ProactiveAnomaly = (output: any, context: __SerdeC
|
|
|
3428
3441
|
Status: __expectString(output.Status),
|
|
3429
3442
|
UpdateTime:
|
|
3430
3443
|
output.UpdateTime !== undefined && output.UpdateTime !== null
|
|
3431
|
-
?
|
|
3444
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.UpdateTime)))
|
|
3432
3445
|
: undefined,
|
|
3433
3446
|
} as any;
|
|
3434
3447
|
};
|
|
@@ -3465,7 +3478,7 @@ const deserializeAws_restJson1ProactiveAnomalySummary = (
|
|
|
3465
3478
|
Status: __expectString(output.Status),
|
|
3466
3479
|
UpdateTime:
|
|
3467
3480
|
output.UpdateTime !== undefined && output.UpdateTime !== null
|
|
3468
|
-
?
|
|
3481
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.UpdateTime)))
|
|
3469
3482
|
: undefined,
|
|
3470
3483
|
} as any;
|
|
3471
3484
|
};
|
package/tsconfig.es.json
CHANGED
package/tsconfig.json
CHANGED
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
"alwaysStrict": true,
|
|
4
4
|
"target": "ES2018",
|
|
5
5
|
"module": "commonjs",
|
|
6
|
-
"declaration": true,
|
|
7
6
|
"strict": true,
|
|
8
7
|
"sourceMap": true,
|
|
9
8
|
"downlevelIteration": true,
|
|
@@ -12,9 +11,8 @@
|
|
|
12
11
|
"incremental": true,
|
|
13
12
|
"resolveJsonModule": true,
|
|
14
13
|
"esModuleInterop": true,
|
|
15
|
-
"declarationDir": "./dist/types",
|
|
16
14
|
"outDir": "dist/cjs",
|
|
17
|
-
"
|
|
15
|
+
"removeComments": true
|
|
18
16
|
},
|
|
19
17
|
"typedocOptions": {
|
|
20
18
|
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],
|
|
@@ -24,9 +22,9 @@
|
|
|
24
22
|
"ignoreCompilerErrors": true,
|
|
25
23
|
"includeDeclarations": true,
|
|
26
24
|
"stripInternal": true,
|
|
27
|
-
"readme": "
|
|
25
|
+
"readme": "README.md",
|
|
28
26
|
"mode": "file",
|
|
29
|
-
"out": "
|
|
27
|
+
"out": "docs",
|
|
30
28
|
"theme": "minimal",
|
|
31
29
|
"plugin": ["@aws-sdk/client-documentation-generator"]
|
|
32
30
|
}
|