@aws-sdk/client-trustedadvisor 3.588.0 → 3.592.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/dist-cjs/index.js +0 -11
- package/dist-types/TrustedAdvisorClient.d.ts +4 -4
- package/dist-types/commands/BatchUpdateRecommendationResourceExclusionCommand.d.ts +2 -1
- package/dist-types/commands/GetOrganizationRecommendationCommand.d.ts +2 -1
- package/dist-types/commands/GetRecommendationCommand.d.ts +2 -1
- package/dist-types/commands/ListChecksCommand.d.ts +2 -1
- package/dist-types/commands/ListOrganizationRecommendationAccountsCommand.d.ts +2 -1
- package/dist-types/commands/ListOrganizationRecommendationResourcesCommand.d.ts +2 -1
- package/dist-types/commands/ListOrganizationRecommendationsCommand.d.ts +2 -1
- package/dist-types/commands/ListRecommendationResourcesCommand.d.ts +2 -1
- package/dist-types/commands/ListRecommendationsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateOrganizationRecommendationLifecycleCommand.d.ts +2 -1
- package/dist-types/commands/UpdateRecommendationLifecycleCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/TrustedAdvisorServiceException.d.ts +2 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/TrustedAdvisorClient.d.ts +1 -1
- package/dist-types/ts3.4/commands/BatchUpdateRecommendationResourceExclusionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetOrganizationRecommendationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetRecommendationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListChecksCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListOrganizationRecommendationAccountsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListOrganizationRecommendationResourcesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListOrganizationRecommendationsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListRecommendationResourcesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListRecommendationsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateOrganizationRecommendationLifecycleCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateRecommendationLifecycleCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/TrustedAdvisorServiceException.d.ts +2 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -219,7 +219,6 @@ var TrustedAdvisorClient = _TrustedAdvisorClient;
|
|
|
219
219
|
|
|
220
220
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
221
221
|
|
|
222
|
-
var import_types = require("@smithy/types");
|
|
223
222
|
|
|
224
223
|
// src/protocols/Aws_restJson1.ts
|
|
225
224
|
var import_core2 = require("@aws-sdk/core");
|
|
@@ -1126,7 +1125,6 @@ var BatchUpdateRecommendationResourceExclusionCommand = _BatchUpdateRecommendati
|
|
|
1126
1125
|
|
|
1127
1126
|
|
|
1128
1127
|
|
|
1129
|
-
|
|
1130
1128
|
var _GetOrganizationRecommendationCommand = class _GetOrganizationRecommendationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1131
1129
|
...commonParams
|
|
1132
1130
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1143,7 +1141,6 @@ var GetOrganizationRecommendationCommand = _GetOrganizationRecommendationCommand
|
|
|
1143
1141
|
|
|
1144
1142
|
|
|
1145
1143
|
|
|
1146
|
-
|
|
1147
1144
|
var _GetRecommendationCommand = class _GetRecommendationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1148
1145
|
...commonParams
|
|
1149
1146
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1160,7 +1157,6 @@ var GetRecommendationCommand = _GetRecommendationCommand;
|
|
|
1160
1157
|
|
|
1161
1158
|
|
|
1162
1159
|
|
|
1163
|
-
|
|
1164
1160
|
var _ListChecksCommand = class _ListChecksCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1165
1161
|
...commonParams
|
|
1166
1162
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1177,7 +1173,6 @@ var ListChecksCommand = _ListChecksCommand;
|
|
|
1177
1173
|
|
|
1178
1174
|
|
|
1179
1175
|
|
|
1180
|
-
|
|
1181
1176
|
var _ListOrganizationRecommendationAccountsCommand = class _ListOrganizationRecommendationAccountsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1182
1177
|
...commonParams
|
|
1183
1178
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1194,7 +1189,6 @@ var ListOrganizationRecommendationAccountsCommand = _ListOrganizationRecommendat
|
|
|
1194
1189
|
|
|
1195
1190
|
|
|
1196
1191
|
|
|
1197
|
-
|
|
1198
1192
|
var _ListOrganizationRecommendationResourcesCommand = class _ListOrganizationRecommendationResourcesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1199
1193
|
...commonParams
|
|
1200
1194
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1211,7 +1205,6 @@ var ListOrganizationRecommendationResourcesCommand = _ListOrganizationRecommenda
|
|
|
1211
1205
|
|
|
1212
1206
|
|
|
1213
1207
|
|
|
1214
|
-
|
|
1215
1208
|
var _ListOrganizationRecommendationsCommand = class _ListOrganizationRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1216
1209
|
...commonParams
|
|
1217
1210
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1228,7 +1221,6 @@ var ListOrganizationRecommendationsCommand = _ListOrganizationRecommendationsCom
|
|
|
1228
1221
|
|
|
1229
1222
|
|
|
1230
1223
|
|
|
1231
|
-
|
|
1232
1224
|
var _ListRecommendationResourcesCommand = class _ListRecommendationResourcesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1233
1225
|
...commonParams
|
|
1234
1226
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1245,7 +1237,6 @@ var ListRecommendationResourcesCommand = _ListRecommendationResourcesCommand;
|
|
|
1245
1237
|
|
|
1246
1238
|
|
|
1247
1239
|
|
|
1248
|
-
|
|
1249
1240
|
var _ListRecommendationsCommand = class _ListRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1250
1241
|
...commonParams
|
|
1251
1242
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1262,7 +1253,6 @@ var ListRecommendationsCommand = _ListRecommendationsCommand;
|
|
|
1262
1253
|
|
|
1263
1254
|
|
|
1264
1255
|
|
|
1265
|
-
|
|
1266
1256
|
var _UpdateOrganizationRecommendationLifecycleCommand = class _UpdateOrganizationRecommendationLifecycleCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1267
1257
|
...commonParams
|
|
1268
1258
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1279,7 +1269,6 @@ var UpdateOrganizationRecommendationLifecycleCommand = _UpdateOrganizationRecomm
|
|
|
1279
1269
|
|
|
1280
1270
|
|
|
1281
1271
|
|
|
1282
|
-
|
|
1283
1272
|
var _UpdateRecommendationLifecycleCommand = class _UpdateRecommendationLifecycleCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1284
1273
|
...commonParams
|
|
1285
1274
|
}).m(function(Command, cs, config, o) {
|
|
@@ -101,15 +101,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
101
101
|
* Enables FIPS compatible endpoints.
|
|
102
102
|
*/
|
|
103
103
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
104
|
+
/**
|
|
105
|
+
* The AWS region to which this client will send requests
|
|
106
|
+
*/
|
|
107
|
+
region?: string | __Provider<string>;
|
|
104
108
|
/**
|
|
105
109
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
106
110
|
* @internal
|
|
107
111
|
*/
|
|
108
112
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
109
|
-
/**
|
|
110
|
-
* The AWS region to which this client will send requests
|
|
111
|
-
*/
|
|
112
|
-
region?: string | __Provider<string>;
|
|
113
113
|
/**
|
|
114
114
|
* Default credentials provider; Not available in browser runtime.
|
|
115
115
|
* @deprecated
|
package/dist-types/index.d.ts
CHANGED
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
export * from "./TrustedAdvisorClient";
|
|
7
7
|
export * from "./TrustedAdvisor";
|
|
8
8
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
9
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
10
|
-
export { TrustedAdvisorExtensionConfiguration } from "./extensionConfiguration";
|
|
9
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
10
|
+
export type { TrustedAdvisorExtensionConfiguration } from "./extensionConfiguration";
|
|
11
11
|
export * from "./commands";
|
|
12
12
|
export * from "./pagination";
|
|
13
13
|
export * from "./models";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
|
|
2
|
-
export {
|
|
2
|
+
export type { __ServiceExceptionOptions };
|
|
3
|
+
export { __ServiceException };
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*
|
|
@@ -18,8 +18,8 @@ export declare const getRuntimeConfig: (config: TrustedAdvisorClientConfig) => {
|
|
|
18
18
|
serviceId: string;
|
|
19
19
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
20
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
21
|
-
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
22
21
|
region: string | import("@smithy/types").Provider<any>;
|
|
22
|
+
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
23
23
|
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
24
24
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
25
25
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
@@ -136,8 +136,8 @@ export interface ClientDefaults
|
|
|
136
136
|
serviceId?: string;
|
|
137
137
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
138
138
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
139
|
-
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
140
139
|
region?: string | __Provider<string>;
|
|
140
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
141
141
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
142
142
|
maxAttempts?: number | __Provider<number>;
|
|
143
143
|
retryMode?: string | __Provider<string>;
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
TrustedAdvisorClientResolvedConfig,
|
|
11
11
|
} from "../TrustedAdvisorClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface BatchUpdateRecommendationResourceExclusionCommandInput
|
|
14
15
|
extends BatchUpdateRecommendationResourceExclusionRequest {}
|
|
15
16
|
export interface BatchUpdateRecommendationResourceExclusionCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
TrustedAdvisorClientResolvedConfig,
|
|
11
11
|
} from "../TrustedAdvisorClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetOrganizationRecommendationCommandInput
|
|
14
15
|
extends GetOrganizationRecommendationRequest {}
|
|
15
16
|
export interface GetOrganizationRecommendationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
TrustedAdvisorClientResolvedConfig,
|
|
11
11
|
} from "../TrustedAdvisorClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetRecommendationCommandInput
|
|
14
15
|
extends GetRecommendationRequest {}
|
|
15
16
|
export interface GetRecommendationCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
TrustedAdvisorClientResolvedConfig,
|
|
8
8
|
} from "../TrustedAdvisorClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ListChecksCommandInput extends ListChecksRequest {}
|
|
11
12
|
export interface ListChecksCommandOutput
|
|
12
13
|
extends ListChecksResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
TrustedAdvisorClientResolvedConfig,
|
|
11
11
|
} from "../TrustedAdvisorClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListOrganizationRecommendationAccountsCommandInput
|
|
14
15
|
extends ListOrganizationRecommendationAccountsRequest {}
|
|
15
16
|
export interface ListOrganizationRecommendationAccountsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
TrustedAdvisorClientResolvedConfig,
|
|
11
11
|
} from "../TrustedAdvisorClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListOrganizationRecommendationResourcesCommandInput
|
|
14
15
|
extends ListOrganizationRecommendationResourcesRequest {}
|
|
15
16
|
export interface ListOrganizationRecommendationResourcesCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
TrustedAdvisorClientResolvedConfig,
|
|
11
11
|
} from "../TrustedAdvisorClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListOrganizationRecommendationsCommandInput
|
|
14
15
|
extends ListOrganizationRecommendationsRequest {}
|
|
15
16
|
export interface ListOrganizationRecommendationsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
TrustedAdvisorClientResolvedConfig,
|
|
11
11
|
} from "../TrustedAdvisorClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListRecommendationResourcesCommandInput
|
|
14
15
|
extends ListRecommendationResourcesRequest {}
|
|
15
16
|
export interface ListRecommendationResourcesCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
TrustedAdvisorClientResolvedConfig,
|
|
11
11
|
} from "../TrustedAdvisorClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListRecommendationsCommandInput
|
|
14
15
|
extends ListRecommendationsRequest {}
|
|
15
16
|
export interface ListRecommendationsCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
TrustedAdvisorClientResolvedConfig,
|
|
8
8
|
} from "../TrustedAdvisorClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface UpdateOrganizationRecommendationLifecycleCommandInput
|
|
11
12
|
extends UpdateOrganizationRecommendationLifecycleRequest {}
|
|
12
13
|
export interface UpdateOrganizationRecommendationLifecycleCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
TrustedAdvisorClientResolvedConfig,
|
|
8
8
|
} from "../TrustedAdvisorClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface UpdateRecommendationLifecycleCommandInput
|
|
11
12
|
extends UpdateRecommendationLifecycleRequest {}
|
|
12
13
|
export interface UpdateRecommendationLifecycleCommandOutput
|
|
@@ -2,7 +2,8 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@smithy/smithy-client";
|
|
5
|
-
export {
|
|
5
|
+
export { __ServiceExceptionOptions };
|
|
6
|
+
export { __ServiceException };
|
|
6
7
|
export declare class TrustedAdvisorServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
|
@@ -20,10 +20,10 @@ export declare const getRuntimeConfig: (config: TrustedAdvisorClientConfig) => {
|
|
|
20
20
|
serviceId: string;
|
|
21
21
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
22
22
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
23
|
+
region: string | import("@smithy/types").Provider<any>;
|
|
23
24
|
defaultUserAgentProvider: import("@smithy/types").Provider<
|
|
24
25
|
import("@smithy/types").UserAgent
|
|
25
26
|
>;
|
|
26
|
-
region: string | import("@smithy/types").Provider<any>;
|
|
27
27
|
credentialDefaultProvider: (
|
|
28
28
|
input: any
|
|
29
29
|
) => import("@smithy/types").AwsCredentialIdentityProvider;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-trustedadvisor",
|
|
3
3
|
"description": "AWS SDK for JavaScript Trustedadvisor Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.592.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-trustedadvisor",
|
|
@@ -20,10 +20,10 @@
|
|
|
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-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.592.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.592.0",
|
|
25
|
+
"@aws-sdk/core": "3.592.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.592.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.577.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.577.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.577.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.577.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.587.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.1",
|
|
37
|
-
"@smithy/core": "^2.
|
|
37
|
+
"@smithy/core": "^2.2.0",
|
|
38
38
|
"@smithy/fetch-http-handler": "^3.0.1",
|
|
39
39
|
"@smithy/hash-node": "^3.0.0",
|
|
40
40
|
"@smithy/invalid-dependency": "^3.0.0",
|