@aws-sdk/client-wellarchitected 3.774.0 → 3.777.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/auth/httpAuthSchemeProvider.js +1 -3
- package/dist-cjs/index.js +17 -18
- package/dist-es/WellArchitectedClient.js +2 -1
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -3
- package/dist-es/endpoint/EndpointParameters.js +2 -3
- package/dist-es/runtimeExtensions.js +2 -14
- package/dist-types/commands/AssociateLensesCommand.d.ts +1 -0
- package/dist-types/commands/AssociateProfilesCommand.d.ts +1 -0
- package/dist-types/commands/CreateLensShareCommand.d.ts +1 -0
- package/dist-types/commands/CreateLensVersionCommand.d.ts +1 -0
- package/dist-types/commands/CreateMilestoneCommand.d.ts +1 -0
- package/dist-types/commands/CreateProfileCommand.d.ts +1 -0
- package/dist-types/commands/CreateProfileShareCommand.d.ts +1 -0
- package/dist-types/commands/CreateReviewTemplateCommand.d.ts +1 -0
- package/dist-types/commands/CreateTemplateShareCommand.d.ts +1 -0
- package/dist-types/commands/CreateWorkloadCommand.d.ts +1 -0
- package/dist-types/commands/CreateWorkloadShareCommand.d.ts +1 -0
- package/dist-types/commands/DeleteLensCommand.d.ts +1 -0
- package/dist-types/commands/DeleteLensShareCommand.d.ts +1 -0
- package/dist-types/commands/DeleteProfileCommand.d.ts +1 -0
- package/dist-types/commands/DeleteProfileShareCommand.d.ts +1 -0
- package/dist-types/commands/DeleteReviewTemplateCommand.d.ts +1 -0
- package/dist-types/commands/DeleteTemplateShareCommand.d.ts +1 -0
- package/dist-types/commands/DeleteWorkloadCommand.d.ts +1 -0
- package/dist-types/commands/DeleteWorkloadShareCommand.d.ts +1 -0
- package/dist-types/commands/DisassociateLensesCommand.d.ts +1 -0
- package/dist-types/commands/DisassociateProfilesCommand.d.ts +1 -0
- package/dist-types/commands/ExportLensCommand.d.ts +1 -0
- package/dist-types/commands/GetAnswerCommand.d.ts +1 -0
- package/dist-types/commands/GetConsolidatedReportCommand.d.ts +1 -0
- package/dist-types/commands/GetGlobalSettingsCommand.d.ts +1 -0
- package/dist-types/commands/GetLensCommand.d.ts +1 -0
- package/dist-types/commands/GetLensReviewCommand.d.ts +1 -0
- package/dist-types/commands/GetLensReviewReportCommand.d.ts +1 -0
- package/dist-types/commands/GetLensVersionDifferenceCommand.d.ts +1 -0
- package/dist-types/commands/GetMilestoneCommand.d.ts +1 -0
- package/dist-types/commands/GetProfileCommand.d.ts +1 -0
- package/dist-types/commands/GetProfileTemplateCommand.d.ts +1 -0
- package/dist-types/commands/GetReviewTemplateAnswerCommand.d.ts +1 -0
- package/dist-types/commands/GetReviewTemplateCommand.d.ts +1 -0
- package/dist-types/commands/GetReviewTemplateLensReviewCommand.d.ts +1 -0
- package/dist-types/commands/GetWorkloadCommand.d.ts +1 -0
- package/dist-types/commands/ImportLensCommand.d.ts +1 -0
- package/dist-types/commands/ListAnswersCommand.d.ts +1 -0
- package/dist-types/commands/ListCheckDetailsCommand.d.ts +1 -0
- package/dist-types/commands/ListCheckSummariesCommand.d.ts +1 -0
- package/dist-types/commands/ListLensReviewImprovementsCommand.d.ts +1 -0
- package/dist-types/commands/ListLensReviewsCommand.d.ts +1 -0
- package/dist-types/commands/ListLensSharesCommand.d.ts +1 -0
- package/dist-types/commands/ListLensesCommand.d.ts +1 -0
- package/dist-types/commands/ListMilestonesCommand.d.ts +1 -0
- package/dist-types/commands/ListNotificationsCommand.d.ts +1 -0
- package/dist-types/commands/ListProfileNotificationsCommand.d.ts +1 -0
- package/dist-types/commands/ListProfileSharesCommand.d.ts +1 -0
- package/dist-types/commands/ListProfilesCommand.d.ts +1 -0
- package/dist-types/commands/ListReviewTemplateAnswersCommand.d.ts +1 -0
- package/dist-types/commands/ListReviewTemplatesCommand.d.ts +1 -0
- package/dist-types/commands/ListShareInvitationsCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/commands/ListTemplateSharesCommand.d.ts +1 -0
- package/dist-types/commands/ListWorkloadSharesCommand.d.ts +1 -0
- package/dist-types/commands/ListWorkloadsCommand.d.ts +1 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateAnswerCommand.d.ts +1 -0
- package/dist-types/commands/UpdateGlobalSettingsCommand.d.ts +1 -0
- package/dist-types/commands/UpdateIntegrationCommand.d.ts +1 -0
- package/dist-types/commands/UpdateLensReviewCommand.d.ts +1 -0
- package/dist-types/commands/UpdateProfileCommand.d.ts +1 -0
- package/dist-types/commands/UpdateReviewTemplateAnswerCommand.d.ts +1 -0
- package/dist-types/commands/UpdateReviewTemplateCommand.d.ts +1 -0
- package/dist-types/commands/UpdateReviewTemplateLensReviewCommand.d.ts +1 -0
- package/dist-types/commands/UpdateShareInvitationCommand.d.ts +1 -0
- package/dist-types/commands/UpdateWorkloadCommand.d.ts +1 -0
- package/dist-types/commands/UpdateWorkloadShareCommand.d.ts +2 -1
- package/dist-types/commands/UpgradeLensReviewCommand.d.ts +1 -0
- package/dist-types/commands/UpgradeProfileVersionCommand.d.ts +1 -0
- package/dist-types/commands/UpgradeReviewTemplateLensReviewCommand.d.ts +1 -0
- package/package.json +33 -33
|
@@ -40,8 +40,6 @@ const defaultWellArchitectedHttpAuthSchemeProvider = (authParameters) => {
|
|
|
40
40
|
exports.defaultWellArchitectedHttpAuthSchemeProvider = defaultWellArchitectedHttpAuthSchemeProvider;
|
|
41
41
|
const resolveHttpAuthSchemeConfig = (config) => {
|
|
42
42
|
const config_0 = (0, core_1.resolveAwsSdkSigV4Config)(config);
|
|
43
|
-
return {
|
|
44
|
-
...config_0,
|
|
45
|
-
};
|
|
43
|
+
return Object.assign(config_0, {});
|
|
46
44
|
};
|
|
47
45
|
exports.resolveHttpAuthSchemeConfig = resolveHttpAuthSchemeConfig;
|
package/dist-cjs/index.js
CHANGED
|
@@ -181,12 +181,11 @@ var import_httpAuthSchemeProvider = require("./auth/httpAuthSchemeProvider");
|
|
|
181
181
|
|
|
182
182
|
// src/endpoint/EndpointParameters.ts
|
|
183
183
|
var resolveClientEndpointParameters = /* @__PURE__ */ __name((options) => {
|
|
184
|
-
return {
|
|
185
|
-
...options,
|
|
184
|
+
return Object.assign(options, {
|
|
186
185
|
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
187
186
|
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
188
187
|
defaultSigningName: "wellarchitected"
|
|
189
|
-
};
|
|
188
|
+
});
|
|
190
189
|
}, "resolveClientEndpointParameters");
|
|
191
190
|
var commonParams = {
|
|
192
191
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -243,22 +242,21 @@ var resolveHttpAuthRuntimeConfig = /* @__PURE__ */ __name((config) => {
|
|
|
243
242
|
}, "resolveHttpAuthRuntimeConfig");
|
|
244
243
|
|
|
245
244
|
// src/runtimeExtensions.ts
|
|
246
|
-
var asPartial = /* @__PURE__ */ __name((t) => t, "asPartial");
|
|
247
245
|
var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions) => {
|
|
248
|
-
const extensionConfiguration =
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
246
|
+
const extensionConfiguration = Object.assign(
|
|
247
|
+
(0, import_region_config_resolver.getAwsRegionExtensionConfiguration)(runtimeConfig),
|
|
248
|
+
(0, import_smithy_client.getDefaultExtensionConfiguration)(runtimeConfig),
|
|
249
|
+
(0, import_protocol_http.getHttpHandlerExtensionConfiguration)(runtimeConfig),
|
|
250
|
+
getHttpAuthExtensionConfiguration(runtimeConfig)
|
|
251
|
+
);
|
|
254
252
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
255
|
-
return
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
253
|
+
return Object.assign(
|
|
254
|
+
runtimeConfig,
|
|
255
|
+
(0, import_region_config_resolver.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),
|
|
256
|
+
(0, import_smithy_client.resolveDefaultRuntimeConfig)(extensionConfiguration),
|
|
257
|
+
(0, import_protocol_http.resolveHttpHandlerRuntimeConfig)(extensionConfiguration),
|
|
258
|
+
resolveHttpAuthRuntimeConfig(extensionConfiguration)
|
|
259
|
+
);
|
|
262
260
|
}, "resolveRuntimeExtensions");
|
|
263
261
|
|
|
264
262
|
// src/WellArchitectedClient.ts
|
|
@@ -272,6 +270,8 @@ var WellArchitectedClient = class extends import_smithy_client.Client {
|
|
|
272
270
|
config;
|
|
273
271
|
constructor(...[configuration]) {
|
|
274
272
|
const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
|
|
273
|
+
super(_config_0);
|
|
274
|
+
this.initConfig = _config_0;
|
|
275
275
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
276
276
|
const _config_2 = (0, import_middleware_user_agent.resolveUserAgentConfig)(_config_1);
|
|
277
277
|
const _config_3 = (0, import_middleware_retry.resolveRetryConfig)(_config_2);
|
|
@@ -280,7 +280,6 @@ var WellArchitectedClient = class extends import_smithy_client.Client {
|
|
|
280
280
|
const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
|
|
281
281
|
const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
|
|
282
282
|
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
283
|
-
super(_config_8);
|
|
284
283
|
this.config = _config_8;
|
|
285
284
|
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
286
285
|
this.middlewareStack.use((0, import_middleware_retry.getRetryPlugin)(this.config));
|
|
@@ -17,6 +17,8 @@ export class WellArchitectedClient extends __Client {
|
|
|
17
17
|
config;
|
|
18
18
|
constructor(...[configuration]) {
|
|
19
19
|
const _config_0 = __getRuntimeConfig(configuration || {});
|
|
20
|
+
super(_config_0);
|
|
21
|
+
this.initConfig = _config_0;
|
|
20
22
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
21
23
|
const _config_2 = resolveUserAgentConfig(_config_1);
|
|
22
24
|
const _config_3 = resolveRetryConfig(_config_2);
|
|
@@ -25,7 +27,6 @@ export class WellArchitectedClient extends __Client {
|
|
|
25
27
|
const _config_6 = resolveEndpointConfig(_config_5);
|
|
26
28
|
const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
|
|
27
29
|
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
28
|
-
super(_config_8);
|
|
29
30
|
this.config = _config_8;
|
|
30
31
|
this.middlewareStack.use(getUserAgentPlugin(this.config));
|
|
31
32
|
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
@@ -35,7 +35,5 @@ export const defaultWellArchitectedHttpAuthSchemeProvider = (authParameters) =>
|
|
|
35
35
|
};
|
|
36
36
|
export const resolveHttpAuthSchemeConfig = (config) => {
|
|
37
37
|
const config_0 = resolveAwsSdkSigV4Config(config);
|
|
38
|
-
return {
|
|
39
|
-
...config_0,
|
|
40
|
-
};
|
|
38
|
+
return Object.assign(config_0, {});
|
|
41
39
|
};
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
export const resolveClientEndpointParameters = (options) => {
|
|
2
|
-
return {
|
|
3
|
-
...options,
|
|
2
|
+
return Object.assign(options, {
|
|
4
3
|
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
5
4
|
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
6
5
|
defaultSigningName: "wellarchitected",
|
|
7
|
-
};
|
|
6
|
+
});
|
|
8
7
|
};
|
|
9
8
|
export const commonParams = {
|
|
10
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -2,20 +2,8 @@ import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfigurat
|
|
|
2
2
|
import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/protocol-http";
|
|
3
3
|
import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/smithy-client";
|
|
4
4
|
import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration";
|
|
5
|
-
const asPartial = (t) => t;
|
|
6
5
|
export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
7
|
-
const extensionConfiguration =
|
|
8
|
-
...asPartial(getAwsRegionExtensionConfiguration(runtimeConfig)),
|
|
9
|
-
...asPartial(getDefaultExtensionConfiguration(runtimeConfig)),
|
|
10
|
-
...asPartial(getHttpHandlerExtensionConfiguration(runtimeConfig)),
|
|
11
|
-
...asPartial(getHttpAuthExtensionConfiguration(runtimeConfig)),
|
|
12
|
-
};
|
|
6
|
+
const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
13
7
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
14
|
-
return
|
|
15
|
-
...runtimeConfig,
|
|
16
|
-
...resolveAwsRegionExtensionConfiguration(extensionConfiguration),
|
|
17
|
-
...resolveDefaultRuntimeConfig(extensionConfiguration),
|
|
18
|
-
...resolveHttpHandlerRuntimeConfig(extensionConfiguration),
|
|
19
|
-
...resolveHttpAuthRuntimeConfig(extensionConfiguration),
|
|
20
|
-
};
|
|
8
|
+
return Object.assign(runtimeConfig, resolveAwsRegionExtensionConfiguration(extensionConfiguration), resolveDefaultRuntimeConfig(extensionConfiguration), resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
|
|
21
9
|
};
|
|
@@ -83,6 +83,7 @@ declare const AssociateLensesCommand_base: {
|
|
|
83
83
|
* @throws {@link WellArchitectedServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
85
85
|
*
|
|
86
|
+
*
|
|
86
87
|
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class AssociateLensesCommand extends AssociateLensesCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const AssociateProfilesCommand_base: {
|
|
|
73
73
|
* @throws {@link WellArchitectedServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class AssociateProfilesCommand extends AssociateProfilesCommand_base {
|
|
@@ -97,6 +97,7 @@ declare const CreateLensShareCommand_base: {
|
|
|
97
97
|
* @throws {@link WellArchitectedServiceException}
|
|
98
98
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
99
99
|
*
|
|
100
|
+
*
|
|
100
101
|
* @public
|
|
101
102
|
*/
|
|
102
103
|
export declare class CreateLensShareCommand extends CreateLensShareCommand_base {
|
|
@@ -85,6 +85,7 @@ declare const CreateLensVersionCommand_base: {
|
|
|
85
85
|
* @throws {@link WellArchitectedServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
87
87
|
*
|
|
88
|
+
*
|
|
88
89
|
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class CreateLensVersionCommand extends CreateLensVersionCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const CreateMilestoneCommand_base: {
|
|
|
78
78
|
* @throws {@link WellArchitectedServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class CreateMilestoneCommand extends CreateMilestoneCommand_base {
|
|
@@ -86,6 +86,7 @@ declare const CreateProfileCommand_base: {
|
|
|
86
86
|
* @throws {@link WellArchitectedServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
88
88
|
*
|
|
89
|
+
*
|
|
89
90
|
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class CreateProfileCommand extends CreateProfileCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const CreateProfileShareCommand_base: {
|
|
|
78
78
|
* @throws {@link WellArchitectedServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class CreateProfileShareCommand extends CreateProfileShareCommand_base {
|
|
@@ -95,6 +95,7 @@ declare const CreateReviewTemplateCommand_base: {
|
|
|
95
95
|
* @throws {@link WellArchitectedServiceException}
|
|
96
96
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
97
97
|
*
|
|
98
|
+
*
|
|
98
99
|
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class CreateReviewTemplateCommand extends CreateReviewTemplateCommand_base {
|
|
@@ -92,6 +92,7 @@ declare const CreateTemplateShareCommand_base: {
|
|
|
92
92
|
* @throws {@link WellArchitectedServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
94
94
|
*
|
|
95
|
+
*
|
|
95
96
|
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class CreateTemplateShareCommand extends CreateTemplateShareCommand_base {
|
|
@@ -157,6 +157,7 @@ declare const CreateWorkloadCommand_base: {
|
|
|
157
157
|
* @throws {@link WellArchitectedServiceException}
|
|
158
158
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
159
159
|
*
|
|
160
|
+
*
|
|
160
161
|
* @public
|
|
161
162
|
*/
|
|
162
163
|
export declare class CreateWorkloadCommand extends CreateWorkloadCommand_base {
|
|
@@ -86,6 +86,7 @@ declare const CreateWorkloadShareCommand_base: {
|
|
|
86
86
|
* @throws {@link WellArchitectedServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
88
88
|
*
|
|
89
|
+
*
|
|
89
90
|
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class CreateWorkloadShareCommand extends CreateWorkloadShareCommand_base {
|
|
@@ -86,6 +86,7 @@ declare const DeleteLensCommand_base: {
|
|
|
86
86
|
* @throws {@link WellArchitectedServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
88
88
|
*
|
|
89
|
+
*
|
|
89
90
|
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class DeleteLensCommand extends DeleteLensCommand_base {
|
|
@@ -86,6 +86,7 @@ declare const DeleteLensShareCommand_base: {
|
|
|
86
86
|
* @throws {@link WellArchitectedServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
88
88
|
*
|
|
89
|
+
*
|
|
89
90
|
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class DeleteLensShareCommand extends DeleteLensShareCommand_base {
|
|
@@ -82,6 +82,7 @@ declare const DeleteProfileCommand_base: {
|
|
|
82
82
|
* @throws {@link WellArchitectedServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
84
84
|
*
|
|
85
|
+
*
|
|
85
86
|
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class DeleteProfileCommand extends DeleteProfileCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const DeleteProfileShareCommand_base: {
|
|
|
72
72
|
* @throws {@link WellArchitectedServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class DeleteProfileShareCommand extends DeleteProfileShareCommand_base {
|
|
@@ -75,6 +75,7 @@ declare const DeleteReviewTemplateCommand_base: {
|
|
|
75
75
|
* @throws {@link WellArchitectedServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
77
77
|
*
|
|
78
|
+
*
|
|
78
79
|
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class DeleteReviewTemplateCommand extends DeleteReviewTemplateCommand_base {
|
|
@@ -75,6 +75,7 @@ declare const DeleteTemplateShareCommand_base: {
|
|
|
75
75
|
* @throws {@link WellArchitectedServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
77
77
|
*
|
|
78
|
+
*
|
|
78
79
|
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class DeleteTemplateShareCommand extends DeleteTemplateShareCommand_base {
|
|
@@ -71,6 +71,7 @@ declare const DeleteWorkloadCommand_base: {
|
|
|
71
71
|
* @throws {@link WellArchitectedServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
73
73
|
*
|
|
74
|
+
*
|
|
74
75
|
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class DeleteWorkloadCommand extends DeleteWorkloadCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const DeleteWorkloadShareCommand_base: {
|
|
|
72
72
|
* @throws {@link WellArchitectedServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class DeleteWorkloadShareCommand extends DeleteWorkloadShareCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const DisassociateLensesCommand_base: {
|
|
|
78
78
|
* @throws {@link WellArchitectedServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class DisassociateLensesCommand extends DisassociateLensesCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const DisassociateProfilesCommand_base: {
|
|
|
73
73
|
* @throws {@link WellArchitectedServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class DisassociateProfilesCommand extends DisassociateProfilesCommand_base {
|
|
@@ -85,6 +85,7 @@ declare const ExportLensCommand_base: {
|
|
|
85
85
|
* @throws {@link WellArchitectedServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
87
87
|
*
|
|
88
|
+
*
|
|
88
89
|
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class ExportLensCommand extends ExportLensCommand_base {
|
|
@@ -129,6 +129,7 @@ declare const GetAnswerCommand_base: {
|
|
|
129
129
|
* @throws {@link WellArchitectedServiceException}
|
|
130
130
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
131
131
|
*
|
|
132
|
+
*
|
|
132
133
|
* @public
|
|
133
134
|
*/
|
|
134
135
|
export declare class GetAnswerCommand extends GetAnswerCommand_base {
|
|
@@ -113,6 +113,7 @@ declare const GetConsolidatedReportCommand_base: {
|
|
|
113
113
|
* @throws {@link WellArchitectedServiceException}
|
|
114
114
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
115
115
|
*
|
|
116
|
+
*
|
|
116
117
|
* @public
|
|
117
118
|
*/
|
|
118
119
|
export declare class GetConsolidatedReportCommand extends GetConsolidatedReportCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const GetGlobalSettingsCommand_base: {
|
|
|
73
73
|
* @throws {@link WellArchitectedServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class GetGlobalSettingsCommand extends GetGlobalSettingsCommand_base {
|
|
@@ -80,6 +80,7 @@ declare const GetLensCommand_base: {
|
|
|
80
80
|
* @throws {@link WellArchitectedServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class GetLensCommand extends GetLensCommand_base {
|
|
@@ -117,6 +117,7 @@ declare const GetLensReviewCommand_base: {
|
|
|
117
117
|
* @throws {@link WellArchitectedServiceException}
|
|
118
118
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
119
119
|
*
|
|
120
|
+
*
|
|
120
121
|
* @public
|
|
121
122
|
*/
|
|
122
123
|
export declare class GetLensReviewCommand extends GetLensReviewCommand_base {
|
|
@@ -77,6 +77,7 @@ declare const GetLensReviewReportCommand_base: {
|
|
|
77
77
|
* @throws {@link WellArchitectedServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
79
79
|
*
|
|
80
|
+
*
|
|
80
81
|
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class GetLensReviewReportCommand extends GetLensReviewReportCommand_base {
|
|
@@ -91,6 +91,7 @@ declare const GetLensVersionDifferenceCommand_base: {
|
|
|
91
91
|
* @throws {@link WellArchitectedServiceException}
|
|
92
92
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
93
93
|
*
|
|
94
|
+
*
|
|
94
95
|
* @public
|
|
95
96
|
*/
|
|
96
97
|
export declare class GetLensVersionDifferenceCommand extends GetLensVersionDifferenceCommand_base {
|
|
@@ -138,6 +138,7 @@ declare const GetMilestoneCommand_base: {
|
|
|
138
138
|
* @throws {@link WellArchitectedServiceException}
|
|
139
139
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
140
140
|
*
|
|
141
|
+
*
|
|
141
142
|
* @public
|
|
142
143
|
*/
|
|
143
144
|
export declare class GetMilestoneCommand extends GetMilestoneCommand_base {
|
|
@@ -101,6 +101,7 @@ declare const GetProfileCommand_base: {
|
|
|
101
101
|
* @throws {@link WellArchitectedServiceException}
|
|
102
102
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
103
103
|
*
|
|
104
|
+
*
|
|
104
105
|
* @public
|
|
105
106
|
*/
|
|
106
107
|
export declare class GetProfileCommand extends GetProfileCommand_base {
|
|
@@ -87,6 +87,7 @@ declare const GetProfileTemplateCommand_base: {
|
|
|
87
87
|
* @throws {@link WellArchitectedServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
89
89
|
*
|
|
90
|
+
*
|
|
90
91
|
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class GetProfileTemplateCommand extends GetProfileTemplateCommand_base {
|
|
@@ -122,6 +122,7 @@ declare const GetReviewTemplateAnswerCommand_base: {
|
|
|
122
122
|
* @throws {@link WellArchitectedServiceException}
|
|
123
123
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
124
124
|
*
|
|
125
|
+
*
|
|
125
126
|
* @public
|
|
126
127
|
*/
|
|
127
128
|
export declare class GetReviewTemplateAnswerCommand extends GetReviewTemplateAnswerCommand_base {
|
|
@@ -87,6 +87,7 @@ declare const GetReviewTemplateCommand_base: {
|
|
|
87
87
|
* @throws {@link WellArchitectedServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
89
89
|
*
|
|
90
|
+
*
|
|
90
91
|
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class GetReviewTemplateCommand extends GetReviewTemplateCommand_base {
|
|
@@ -93,6 +93,7 @@ declare const GetReviewTemplateLensReviewCommand_base: {
|
|
|
93
93
|
* @throws {@link WellArchitectedServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
95
95
|
*
|
|
96
|
+
*
|
|
96
97
|
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class GetReviewTemplateLensReviewCommand extends GetReviewTemplateLensReviewCommand_base {
|
|
@@ -131,6 +131,7 @@ declare const GetWorkloadCommand_base: {
|
|
|
131
131
|
* @throws {@link WellArchitectedServiceException}
|
|
132
132
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
133
133
|
*
|
|
134
|
+
*
|
|
134
135
|
* @public
|
|
135
136
|
*/
|
|
136
137
|
export declare class GetWorkloadCommand extends GetWorkloadCommand_base {
|
|
@@ -100,6 +100,7 @@ declare const ImportLensCommand_base: {
|
|
|
100
100
|
* @throws {@link WellArchitectedServiceException}
|
|
101
101
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
102
102
|
*
|
|
103
|
+
*
|
|
103
104
|
* @public
|
|
104
105
|
*/
|
|
105
106
|
export declare class ImportLensCommand extends ImportLensCommand_base {
|
|
@@ -130,6 +130,7 @@ declare const ListAnswersCommand_base: {
|
|
|
130
130
|
* @throws {@link WellArchitectedServiceException}
|
|
131
131
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
132
132
|
*
|
|
133
|
+
*
|
|
133
134
|
* @public
|
|
134
135
|
*/
|
|
135
136
|
export declare class ListAnswersCommand extends ListAnswersCommand_base {
|
|
@@ -92,6 +92,7 @@ declare const ListCheckDetailsCommand_base: {
|
|
|
92
92
|
* @throws {@link WellArchitectedServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
94
94
|
*
|
|
95
|
+
*
|
|
95
96
|
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class ListCheckDetailsCommand extends ListCheckDetailsCommand_base {
|
|
@@ -92,6 +92,7 @@ declare const ListCheckSummariesCommand_base: {
|
|
|
92
92
|
* @throws {@link WellArchitectedServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
94
94
|
*
|
|
95
|
+
*
|
|
95
96
|
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class ListCheckSummariesCommand extends ListCheckSummariesCommand_base {
|
|
@@ -99,6 +99,7 @@ declare const ListLensReviewImprovementsCommand_base: {
|
|
|
99
99
|
* @throws {@link WellArchitectedServiceException}
|
|
100
100
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
101
101
|
*
|
|
102
|
+
*
|
|
102
103
|
* @public
|
|
103
104
|
*/
|
|
104
105
|
export declare class ListLensReviewImprovementsCommand extends ListLensReviewImprovementsCommand_base {
|
|
@@ -96,6 +96,7 @@ declare const ListLensReviewsCommand_base: {
|
|
|
96
96
|
* @throws {@link WellArchitectedServiceException}
|
|
97
97
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
98
98
|
*
|
|
99
|
+
*
|
|
99
100
|
* @public
|
|
100
101
|
*/
|
|
101
102
|
export declare class ListLensReviewsCommand extends ListLensReviewsCommand_base {
|
|
@@ -81,6 +81,7 @@ declare const ListLensSharesCommand_base: {
|
|
|
81
81
|
* @throws {@link WellArchitectedServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
83
83
|
*
|
|
84
|
+
*
|
|
84
85
|
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class ListLensSharesCommand extends ListLensSharesCommand_base {
|
|
@@ -84,6 +84,7 @@ declare const ListLensesCommand_base: {
|
|
|
84
84
|
* @throws {@link WellArchitectedServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
86
86
|
*
|
|
87
|
+
*
|
|
87
88
|
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class ListLensesCommand extends ListLensesCommand_base {
|
|
@@ -102,6 +102,7 @@ declare const ListMilestonesCommand_base: {
|
|
|
102
102
|
* @throws {@link WellArchitectedServiceException}
|
|
103
103
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
104
104
|
*
|
|
105
|
+
*
|
|
105
106
|
* @public
|
|
106
107
|
*/
|
|
107
108
|
export declare class ListMilestonesCommand extends ListMilestonesCommand_base {
|
|
@@ -84,6 +84,7 @@ declare const ListNotificationsCommand_base: {
|
|
|
84
84
|
* @throws {@link WellArchitectedServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
86
86
|
*
|
|
87
|
+
*
|
|
87
88
|
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class ListNotificationsCommand extends ListNotificationsCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const ListProfileNotificationsCommand_base: {
|
|
|
79
79
|
* @throws {@link WellArchitectedServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class ListProfileNotificationsCommand extends ListProfileNotificationsCommand_base {
|
|
@@ -81,6 +81,7 @@ declare const ListProfileSharesCommand_base: {
|
|
|
81
81
|
* @throws {@link WellArchitectedServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
83
83
|
*
|
|
84
|
+
*
|
|
84
85
|
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class ListProfileSharesCommand extends ListProfileSharesCommand_base {
|
|
@@ -80,6 +80,7 @@ declare const ListProfilesCommand_base: {
|
|
|
80
80
|
* @throws {@link WellArchitectedServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class ListProfilesCommand extends ListProfilesCommand_base {
|
|
@@ -122,6 +122,7 @@ declare const ListReviewTemplateAnswersCommand_base: {
|
|
|
122
122
|
* @throws {@link WellArchitectedServiceException}
|
|
123
123
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
124
124
|
*
|
|
125
|
+
*
|
|
125
126
|
* @public
|
|
126
127
|
*/
|
|
127
128
|
export declare class ListReviewTemplateAnswersCommand extends ListReviewTemplateAnswersCommand_base {
|
|
@@ -80,6 +80,7 @@ declare const ListReviewTemplatesCommand_base: {
|
|
|
80
80
|
* @throws {@link WellArchitectedServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class ListReviewTemplatesCommand extends ListReviewTemplatesCommand_base {
|
|
@@ -93,6 +93,7 @@ declare const ListShareInvitationsCommand_base: {
|
|
|
93
93
|
* @throws {@link WellArchitectedServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
95
95
|
*
|
|
96
|
+
*
|
|
96
97
|
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class ListShareInvitationsCommand extends ListShareInvitationsCommand_base {
|
|
@@ -65,6 +65,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
65
65
|
* @throws {@link WellArchitectedServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
67
67
|
*
|
|
68
|
+
*
|
|
68
69
|
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
@@ -82,6 +82,7 @@ declare const ListTemplateSharesCommand_base: {
|
|
|
82
82
|
* @throws {@link WellArchitectedServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
84
84
|
*
|
|
85
|
+
*
|
|
85
86
|
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class ListTemplateSharesCommand extends ListTemplateSharesCommand_base {
|
|
@@ -83,6 +83,7 @@ declare const ListWorkloadSharesCommand_base: {
|
|
|
83
83
|
* @throws {@link WellArchitectedServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
85
85
|
*
|
|
86
|
+
*
|
|
86
87
|
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class ListWorkloadSharesCommand extends ListWorkloadSharesCommand_base {
|
|
@@ -93,6 +93,7 @@ declare const ListWorkloadsCommand_base: {
|
|
|
93
93
|
* @throws {@link WellArchitectedServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
95
95
|
*
|
|
96
|
+
*
|
|
96
97
|
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class ListWorkloadsCommand extends ListWorkloadsCommand_base {
|
|
@@ -64,6 +64,7 @@ declare const TagResourceCommand_base: {
|
|
|
64
64
|
* @throws {@link WellArchitectedServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
66
66
|
*
|
|
67
|
+
*
|
|
67
68
|
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
@@ -68,6 +68,7 @@ declare const UntagResourceCommand_base: {
|
|
|
68
68
|
* @throws {@link WellArchitectedServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
70
70
|
*
|
|
71
|
+
*
|
|
71
72
|
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
@@ -143,6 +143,7 @@ declare const UpdateAnswerCommand_base: {
|
|
|
143
143
|
* @throws {@link WellArchitectedServiceException}
|
|
144
144
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
145
145
|
*
|
|
146
|
+
*
|
|
146
147
|
* @public
|
|
147
148
|
*/
|
|
148
149
|
export declare class UpdateAnswerCommand extends UpdateAnswerCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const UpdateGlobalSettingsCommand_base: {
|
|
|
74
74
|
* @throws {@link WellArchitectedServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class UpdateGlobalSettingsCommand extends UpdateGlobalSettingsCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const UpdateIntegrationCommand_base: {
|
|
|
72
72
|
* @throws {@link WellArchitectedServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class UpdateIntegrationCommand extends UpdateIntegrationCommand_base {
|
|
@@ -132,6 +132,7 @@ declare const UpdateLensReviewCommand_base: {
|
|
|
132
132
|
* @throws {@link WellArchitectedServiceException}
|
|
133
133
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
134
134
|
*
|
|
135
|
+
*
|
|
135
136
|
* @public
|
|
136
137
|
*/
|
|
137
138
|
export declare class UpdateLensReviewCommand extends UpdateLensReviewCommand_base {
|
|
@@ -112,6 +112,7 @@ declare const UpdateProfileCommand_base: {
|
|
|
112
112
|
* @throws {@link WellArchitectedServiceException}
|
|
113
113
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
114
114
|
*
|
|
115
|
+
*
|
|
115
116
|
* @public
|
|
116
117
|
*/
|
|
117
118
|
export declare class UpdateProfileCommand extends UpdateProfileCommand_base {
|
|
@@ -138,6 +138,7 @@ declare const UpdateReviewTemplateAnswerCommand_base: {
|
|
|
138
138
|
* @throws {@link WellArchitectedServiceException}
|
|
139
139
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
140
140
|
*
|
|
141
|
+
*
|
|
141
142
|
* @public
|
|
142
143
|
*/
|
|
143
144
|
export declare class UpdateReviewTemplateAnswerCommand extends UpdateReviewTemplateAnswerCommand_base {
|
|
@@ -99,6 +99,7 @@ declare const UpdateReviewTemplateCommand_base: {
|
|
|
99
99
|
* @throws {@link WellArchitectedServiceException}
|
|
100
100
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
101
101
|
*
|
|
102
|
+
*
|
|
102
103
|
* @public
|
|
103
104
|
*/
|
|
104
105
|
export declare class UpdateReviewTemplateCommand extends UpdateReviewTemplateCommand_base {
|
|
@@ -100,6 +100,7 @@ declare const UpdateReviewTemplateLensReviewCommand_base: {
|
|
|
100
100
|
* @throws {@link WellArchitectedServiceException}
|
|
101
101
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
102
102
|
*
|
|
103
|
+
*
|
|
103
104
|
* @public
|
|
104
105
|
*/
|
|
105
106
|
export declare class UpdateReviewTemplateLensReviewCommand extends UpdateReviewTemplateLensReviewCommand_base {
|
|
@@ -84,6 +84,7 @@ declare const UpdateShareInvitationCommand_base: {
|
|
|
84
84
|
* @throws {@link WellArchitectedServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
86
86
|
*
|
|
87
|
+
*
|
|
87
88
|
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class UpdateShareInvitationCommand extends UpdateShareInvitationCommand_base {
|
|
@@ -170,6 +170,7 @@ declare const UpdateWorkloadCommand_base: {
|
|
|
170
170
|
* @throws {@link WellArchitectedServiceException}
|
|
171
171
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
172
172
|
*
|
|
173
|
+
*
|
|
173
174
|
* @public
|
|
174
175
|
*/
|
|
175
176
|
export declare class UpdateWorkloadCommand extends UpdateWorkloadCommand_base {
|
|
@@ -24,7 +24,7 @@ export interface UpdateWorkloadShareCommandOutput extends UpdateWorkloadShareOut
|
|
|
24
24
|
declare const UpdateWorkloadShareCommand_base: {
|
|
25
25
|
new (input: UpdateWorkloadShareCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateWorkloadShareCommandInput, UpdateWorkloadShareCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (__0_0: UpdateWorkloadShareCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateWorkloadShareCommandInput, UpdateWorkloadShareCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; /** @internal type navigation helper, not in runtime. */
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Update a workload share.</p>
|
|
@@ -83,6 +83,7 @@ declare const UpdateWorkloadShareCommand_base: {
|
|
|
83
83
|
* @throws {@link WellArchitectedServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
85
85
|
*
|
|
86
|
+
*
|
|
86
87
|
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class UpdateWorkloadShareCommand extends UpdateWorkloadShareCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const UpgradeLensReviewCommand_base: {
|
|
|
76
76
|
* @throws {@link WellArchitectedServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class UpgradeLensReviewCommand extends UpgradeLensReviewCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const UpgradeProfileVersionCommand_base: {
|
|
|
76
76
|
* @throws {@link WellArchitectedServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class UpgradeProfileVersionCommand extends UpgradeProfileVersionCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const UpgradeReviewTemplateLensReviewCommand_base: {
|
|
|
72
72
|
* @throws {@link WellArchitectedServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class UpgradeReviewTemplateLensReviewCommand extends UpgradeReviewTemplateLensReviewCommand_base {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-wellarchitected",
|
|
3
3
|
"description": "AWS SDK for JavaScript Wellarchitected Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.777.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-wellarchitected",
|
|
@@ -20,41 +20,41 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
-
"@smithy/config-resolver": "^4.0
|
|
35
|
-
"@smithy/core": "^3.
|
|
36
|
-
"@smithy/fetch-http-handler": "^5.0.
|
|
37
|
-
"@smithy/hash-node": "^4.0.
|
|
38
|
-
"@smithy/invalid-dependency": "^4.0.
|
|
39
|
-
"@smithy/middleware-content-length": "^4.0.
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.0
|
|
41
|
-
"@smithy/middleware-retry": "^4.0
|
|
42
|
-
"@smithy/middleware-serde": "^4.0.
|
|
43
|
-
"@smithy/middleware-stack": "^4.0.
|
|
44
|
-
"@smithy/node-config-provider": "^4.0.
|
|
45
|
-
"@smithy/node-http-handler": "^4.0.
|
|
46
|
-
"@smithy/protocol-http": "^5.0
|
|
47
|
-
"@smithy/smithy-client": "^4.
|
|
48
|
-
"@smithy/types": "^4.
|
|
49
|
-
"@smithy/url-parser": "^4.0.
|
|
23
|
+
"@aws-sdk/core": "3.775.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.777.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.775.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
30
|
+
"@aws-sdk/types": "3.775.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.775.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.775.0",
|
|
34
|
+
"@smithy/config-resolver": "^4.1.0",
|
|
35
|
+
"@smithy/core": "^3.2.0",
|
|
36
|
+
"@smithy/fetch-http-handler": "^5.0.2",
|
|
37
|
+
"@smithy/hash-node": "^4.0.2",
|
|
38
|
+
"@smithy/invalid-dependency": "^4.0.2",
|
|
39
|
+
"@smithy/middleware-content-length": "^4.0.2",
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.1.0",
|
|
41
|
+
"@smithy/middleware-retry": "^4.1.0",
|
|
42
|
+
"@smithy/middleware-serde": "^4.0.3",
|
|
43
|
+
"@smithy/middleware-stack": "^4.0.2",
|
|
44
|
+
"@smithy/node-config-provider": "^4.0.2",
|
|
45
|
+
"@smithy/node-http-handler": "^4.0.4",
|
|
46
|
+
"@smithy/protocol-http": "^5.1.0",
|
|
47
|
+
"@smithy/smithy-client": "^4.2.0",
|
|
48
|
+
"@smithy/types": "^4.2.0",
|
|
49
|
+
"@smithy/url-parser": "^4.0.2",
|
|
50
50
|
"@smithy/util-base64": "^4.0.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
55
|
-
"@smithy/util-endpoints": "^3.0.
|
|
56
|
-
"@smithy/util-middleware": "^4.0.
|
|
57
|
-
"@smithy/util-retry": "^4.0.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.0.8",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.0.8",
|
|
55
|
+
"@smithy/util-endpoints": "^3.0.2",
|
|
56
|
+
"@smithy/util-middleware": "^4.0.2",
|
|
57
|
+
"@smithy/util-retry": "^4.0.2",
|
|
58
58
|
"@smithy/util-utf8": "^4.0.0",
|
|
59
59
|
"@types/uuid": "^9.0.1",
|
|
60
60
|
"tslib": "^2.6.2",
|