@aws-sdk/client-wellarchitected 3.1087.0 → 3.1088.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 +1 -1
- package/dist-types/ts3.4/WellArchitected.d.ts +246 -284
- package/dist-types/ts3.4/WellArchitectedClient.d.ts +16 -56
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AssociateLensesCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/AssociateProfilesCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/CreateLensShareCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateLensVersionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateMilestoneCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateProfileShareCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateReviewTemplateCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateTemplateShareCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateWorkloadCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateWorkloadShareCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteLensCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteLensShareCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteProfileShareCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteReviewTemplateCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteTemplateShareCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteWorkloadCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteWorkloadShareCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DisassociateLensesCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DisassociateProfilesCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/ExportLensCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetAnswerCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetConsolidatedReportCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetGlobalSettingsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetLensCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/GetLensReviewCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetLensReviewReportCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetLensVersionDifferenceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetMilestoneCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetProfileCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetProfileTemplateCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetReviewTemplateAnswerCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetReviewTemplateCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetReviewTemplateLensReviewCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetWorkloadCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ImportLensCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListAnswersCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListCheckDetailsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListCheckSummariesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListLensReviewImprovementsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListLensReviewsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListLensSharesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListLensesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListMilestonesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListNotificationsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListProfileNotificationsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListProfileSharesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListProfilesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListReviewTemplateAnswersCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListReviewTemplatesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListShareInvitationsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTemplateSharesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListWorkloadSharesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListWorkloadsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateAnswerCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/UpdateIntegrationCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateLensReviewCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateReviewTemplateAnswerCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateReviewTemplateCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateReviewTemplateLensReviewCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateShareInvitationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateWorkloadCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateWorkloadShareCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpgradeLensReviewCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpgradeProfileVersionCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/UpgradeReviewTemplateLensReviewCommand.d.ts +4 -6
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +14 -28
- package/dist-types/ts3.4/models/errors.d.ts +6 -18
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListAnswersPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListLensesPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
- package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { WellArchitectedExtensionConfiguration } from "./extensionConfiguration";
|
|
2
2
|
export interface RuntimeExtension {
|
|
3
|
-
configure(
|
|
4
|
-
extensionConfiguration: WellArchitectedExtensionConfiguration
|
|
5
|
-
): void;
|
|
3
|
+
configure(extensionConfiguration: WellArchitectedExtensionConfiguration): void;
|
|
6
4
|
}
|
|
7
5
|
export interface RuntimeExtensionsConfig {
|
|
8
6
|
extensions: RuntimeExtension[];
|
|
9
7
|
}
|
|
10
8
|
export declare const resolveRuntimeExtensions: (
|
|
11
9
|
runtimeConfig: any,
|
|
12
|
-
extensions: RuntimeExtension[]
|
|
10
|
+
extensions: RuntimeExtension[],
|
|
13
11
|
) => any;
|
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
2
|
-
import {
|
|
3
|
-
StaticErrorSchema,
|
|
4
|
-
StaticOperationSchema,
|
|
5
|
-
StaticStructureSchema,
|
|
6
|
-
} from "@smithy/types";
|
|
2
|
+
import { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
7
3
|
export declare var WellArchitectedServiceException$: StaticErrorSchema;
|
|
8
4
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
9
5
|
export declare var ConflictException$: StaticErrorSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,38 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-wellarchitected",
|
|
3
|
+
"version": "3.1088.0",
|
|
3
4
|
"description": "AWS SDK for JavaScript Wellarchitected Client for Node.js, Browser and React Native",
|
|
4
|
-
"
|
|
5
|
+
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-wellarchitected",
|
|
6
|
+
"license": "Apache-2.0",
|
|
7
|
+
"author": {
|
|
8
|
+
"name": "AWS SDK for JavaScript Team",
|
|
9
|
+
"url": "https://aws.amazon.com/sdk-for-javascript/"
|
|
10
|
+
},
|
|
11
|
+
"repository": {
|
|
12
|
+
"type": "git",
|
|
13
|
+
"url": "https://github.com/aws/aws-sdk-js-v3.git",
|
|
14
|
+
"directory": "clients/client-wellarchitected"
|
|
15
|
+
},
|
|
16
|
+
"files": [
|
|
17
|
+
"dist-*/**"
|
|
18
|
+
],
|
|
19
|
+
"sideEffects": false,
|
|
20
|
+
"main": "./dist-cjs/index.js",
|
|
21
|
+
"module": "./dist-es/index.js",
|
|
22
|
+
"browser": {
|
|
23
|
+
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
|
|
24
|
+
},
|
|
25
|
+
"types": "./dist-types/index.d.ts",
|
|
26
|
+
"typesVersions": {
|
|
27
|
+
"<4.5": {
|
|
28
|
+
"dist-types/*": [
|
|
29
|
+
"dist-types/ts3.4/*"
|
|
30
|
+
]
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"react-native": {
|
|
34
|
+
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
|
|
35
|
+
},
|
|
5
36
|
"scripts": {
|
|
6
37
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
38
|
"build:cjs": "node ../../scripts/compilation/inline",
|
|
@@ -14,17 +45,13 @@
|
|
|
14
45
|
"generate:client": "node ../../scripts/generate-clients/single-service",
|
|
15
46
|
"test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
|
|
16
47
|
},
|
|
17
|
-
"main": "./dist-cjs/index.js",
|
|
18
|
-
"types": "./dist-types/index.d.ts",
|
|
19
|
-
"module": "./dist-es/index.js",
|
|
20
|
-
"sideEffects": false,
|
|
21
48
|
"dependencies": {
|
|
22
|
-
"@aws-sdk/core": "^3.975.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
-
"@aws-sdk/types": "^3.974.
|
|
25
|
-
"@smithy/core": "^3.29.
|
|
26
|
-
"@smithy/fetch-http-handler": "^5.6.
|
|
27
|
-
"@smithy/node-http-handler": "^4.9.
|
|
49
|
+
"@aws-sdk/core": "^3.975.3",
|
|
50
|
+
"@aws-sdk/credential-provider-node": "^3.972.69",
|
|
51
|
+
"@aws-sdk/types": "^3.974.2",
|
|
52
|
+
"@smithy/core": "^3.29.4",
|
|
53
|
+
"@smithy/fetch-http-handler": "^5.6.6",
|
|
54
|
+
"@smithy/node-http-handler": "^4.9.6",
|
|
28
55
|
"@smithy/types": "^4.16.1",
|
|
29
56
|
"tslib": "^2.6.2"
|
|
30
57
|
},
|
|
@@ -38,32 +65,5 @@
|
|
|
38
65
|
},
|
|
39
66
|
"engines": {
|
|
40
67
|
"node": ">=20.0.0"
|
|
41
|
-
},
|
|
42
|
-
"typesVersions": {
|
|
43
|
-
"<4.5": {
|
|
44
|
-
"dist-types/*": [
|
|
45
|
-
"dist-types/ts3.4/*"
|
|
46
|
-
]
|
|
47
|
-
}
|
|
48
|
-
},
|
|
49
|
-
"files": [
|
|
50
|
-
"dist-*/**"
|
|
51
|
-
],
|
|
52
|
-
"author": {
|
|
53
|
-
"name": "AWS SDK for JavaScript Team",
|
|
54
|
-
"url": "https://aws.amazon.com/sdk-for-javascript/"
|
|
55
|
-
},
|
|
56
|
-
"license": "Apache-2.0",
|
|
57
|
-
"browser": {
|
|
58
|
-
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
|
|
59
|
-
},
|
|
60
|
-
"react-native": {
|
|
61
|
-
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
|
|
62
|
-
},
|
|
63
|
-
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-wellarchitected",
|
|
64
|
-
"repository": {
|
|
65
|
-
"type": "git",
|
|
66
|
-
"url": "https://github.com/aws/aws-sdk-js-v3.git",
|
|
67
|
-
"directory": "clients/client-wellarchitected"
|
|
68
68
|
}
|
|
69
69
|
}
|