@aws-sdk/client-appconfig 3.1075.0 → 3.1076.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +108 -107
- package/dist-cjs/index.js +1825 -15
- package/dist-es/AppConfig.js +28 -0
- package/dist-es/commands/CreateExperimentDefinitionCommand.js +16 -0
- package/dist-es/commands/DeleteExperimentDefinitionCommand.js +16 -0
- package/dist-es/commands/GetExperimentDefinitionCommand.js +16 -0
- package/dist-es/commands/GetExperimentRunCommand.js +16 -0
- package/dist-es/commands/ListExperimentDefinitionsCommand.js +16 -0
- package/dist-es/commands/ListExperimentRunEventsCommand.js +16 -0
- package/dist-es/commands/ListExperimentRunsCommand.js +16 -0
- package/dist-es/commands/StartExperimentRunCommand.js +16 -0
- package/dist-es/commands/StopExperimentRunCommand.js +16 -0
- package/dist-es/commands/UpdateExperimentDefinitionCommand.js +16 -0
- package/dist-es/commands/UpdateExperimentRunCommand.js +16 -0
- package/dist-es/commands/index.js +11 -0
- package/dist-es/models/enums.js +23 -0
- package/dist-es/pagination/ListExperimentDefinitionsPaginator.js +4 -0
- package/dist-es/pagination/ListExperimentRunEventsPaginator.js +4 -0
- package/dist-es/pagination/ListExperimentRunsPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/schemas/schemas_0.js +328 -49
- package/dist-types/AppConfig.d.ts +130 -107
- package/dist-types/AppConfigClient.d.ts +44 -109
- package/dist-types/commands/CreateApplicationCommand.d.ts +0 -3
- package/dist-types/commands/CreateConfigurationProfileCommand.d.ts +0 -3
- package/dist-types/commands/CreateDeploymentStrategyCommand.d.ts +0 -3
- package/dist-types/commands/CreateEnvironmentCommand.d.ts +0 -3
- package/dist-types/commands/CreateExperimentDefinitionCommand.d.ts +266 -0
- package/dist-types/commands/CreateExtensionAssociationCommand.d.ts +0 -3
- package/dist-types/commands/CreateExtensionCommand.d.ts +0 -3
- package/dist-types/commands/CreateHostedConfigurationVersionCommand.d.ts +1 -4
- package/dist-types/commands/DeleteExperimentDefinitionCommand.d.ts +103 -0
- package/dist-types/commands/GetAccountSettingsCommand.d.ts +3 -0
- package/dist-types/commands/GetExperimentDefinitionCommand.d.ts +184 -0
- package/dist-types/commands/GetExperimentRunCommand.d.ts +209 -0
- package/dist-types/commands/ListDeploymentsCommand.d.ts +2 -0
- package/dist-types/commands/ListExperimentDefinitionsCommand.d.ts +131 -0
- package/dist-types/commands/ListExperimentRunEventsCommand.d.ts +136 -0
- package/dist-types/commands/ListExperimentRunsCommand.d.ts +125 -0
- package/dist-types/commands/StartDeploymentCommand.d.ts +5 -0
- package/dist-types/commands/StartExperimentRunCommand.d.ts +230 -0
- package/dist-types/commands/StopExperimentRunCommand.d.ts +231 -0
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +6 -0
- package/dist-types/commands/UpdateExperimentDefinitionCommand.d.ts +237 -0
- package/dist-types/commands/UpdateExperimentRunCommand.d.ts +229 -0
- package/dist-types/commands/index.d.ts +11 -0
- package/dist-types/index.d.ts +31 -107
- package/dist-types/models/enums.d.ts +63 -0
- package/dist-types/models/errors.d.ts +0 -3
- package/dist-types/models/models_0.d.ts +1080 -37
- package/dist-types/pagination/ListExperimentDefinitionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListExperimentRunEventsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListExperimentRunsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +39 -0
- package/dist-types/ts3.4/AppConfig.d.ts +209 -0
- package/dist-types/ts3.4/AppConfigClient.d.ts +66 -0
- package/dist-types/ts3.4/commands/CreateExperimentDefinitionCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DeleteExperimentDefinitionCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/GetExperimentDefinitionCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/GetExperimentRunCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/ListExperimentDefinitionsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListExperimentRunEventsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListExperimentRunsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/StartExperimentRunCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/StopExperimentRunCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/UpdateExperimentDefinitionCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/UpdateExperimentRunCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/index.d.ts +11 -0
- package/dist-types/ts3.4/models/enums.d.ts +32 -0
- package/dist-types/ts3.4/models/models_0.d.ts +292 -0
- package/dist-types/ts3.4/pagination/ListExperimentDefinitionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListExperimentRunEventsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListExperimentRunsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +7 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +7 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +7 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +39 -0
- package/package.json +8 -8
- package/dist-cjs/auth/httpAuthSchemeProvider.js +0 -40
- package/dist-cjs/endpoint/bdd.js +0 -52
- package/dist-cjs/endpoint/endpointResolver.js +0 -14
- package/dist-cjs/models/AppConfigServiceException.js +0 -8
- package/dist-cjs/models/errors.js +0 -97
- package/dist-cjs/runtimeConfig.browser.js +0 -32
- package/dist-cjs/runtimeConfig.js +0 -45
- package/dist-cjs/runtimeConfig.native.js +0 -12
- package/dist-cjs/runtimeConfig.shared.js +0 -38
- package/dist-cjs/schemas/schemas_0.js +0 -980
package/dist-es/AppConfig.js
CHANGED
|
@@ -4,6 +4,7 @@ import { CreateApplicationCommand, } from "./commands/CreateApplicationCommand";
|
|
|
4
4
|
import { CreateConfigurationProfileCommand, } from "./commands/CreateConfigurationProfileCommand";
|
|
5
5
|
import { CreateDeploymentStrategyCommand, } from "./commands/CreateDeploymentStrategyCommand";
|
|
6
6
|
import { CreateEnvironmentCommand, } from "./commands/CreateEnvironmentCommand";
|
|
7
|
+
import { CreateExperimentDefinitionCommand, } from "./commands/CreateExperimentDefinitionCommand";
|
|
7
8
|
import { CreateExtensionAssociationCommand, } from "./commands/CreateExtensionAssociationCommand";
|
|
8
9
|
import { CreateExtensionCommand, } from "./commands/CreateExtensionCommand";
|
|
9
10
|
import { CreateHostedConfigurationVersionCommand, } from "./commands/CreateHostedConfigurationVersionCommand";
|
|
@@ -11,6 +12,7 @@ import { DeleteApplicationCommand, } from "./commands/DeleteApplicationCommand";
|
|
|
11
12
|
import { DeleteConfigurationProfileCommand, } from "./commands/DeleteConfigurationProfileCommand";
|
|
12
13
|
import { DeleteDeploymentStrategyCommand, } from "./commands/DeleteDeploymentStrategyCommand";
|
|
13
14
|
import { DeleteEnvironmentCommand, } from "./commands/DeleteEnvironmentCommand";
|
|
15
|
+
import { DeleteExperimentDefinitionCommand, } from "./commands/DeleteExperimentDefinitionCommand";
|
|
14
16
|
import { DeleteExtensionAssociationCommand, } from "./commands/DeleteExtensionAssociationCommand";
|
|
15
17
|
import { DeleteExtensionCommand, } from "./commands/DeleteExtensionCommand";
|
|
16
18
|
import { DeleteHostedConfigurationVersionCommand, } from "./commands/DeleteHostedConfigurationVersionCommand";
|
|
@@ -21,6 +23,8 @@ import { GetConfigurationProfileCommand, } from "./commands/GetConfigurationProf
|
|
|
21
23
|
import { GetDeploymentCommand, } from "./commands/GetDeploymentCommand";
|
|
22
24
|
import { GetDeploymentStrategyCommand, } from "./commands/GetDeploymentStrategyCommand";
|
|
23
25
|
import { GetEnvironmentCommand, } from "./commands/GetEnvironmentCommand";
|
|
26
|
+
import { GetExperimentDefinitionCommand, } from "./commands/GetExperimentDefinitionCommand";
|
|
27
|
+
import { GetExperimentRunCommand, } from "./commands/GetExperimentRunCommand";
|
|
24
28
|
import { GetExtensionAssociationCommand, } from "./commands/GetExtensionAssociationCommand";
|
|
25
29
|
import { GetExtensionCommand, } from "./commands/GetExtensionCommand";
|
|
26
30
|
import { GetHostedConfigurationVersionCommand, } from "./commands/GetHostedConfigurationVersionCommand";
|
|
@@ -29,12 +33,17 @@ import { ListConfigurationProfilesCommand, } from "./commands/ListConfigurationP
|
|
|
29
33
|
import { ListDeploymentsCommand, } from "./commands/ListDeploymentsCommand";
|
|
30
34
|
import { ListDeploymentStrategiesCommand, } from "./commands/ListDeploymentStrategiesCommand";
|
|
31
35
|
import { ListEnvironmentsCommand, } from "./commands/ListEnvironmentsCommand";
|
|
36
|
+
import { ListExperimentDefinitionsCommand, } from "./commands/ListExperimentDefinitionsCommand";
|
|
37
|
+
import { ListExperimentRunEventsCommand, } from "./commands/ListExperimentRunEventsCommand";
|
|
38
|
+
import { ListExperimentRunsCommand, } from "./commands/ListExperimentRunsCommand";
|
|
32
39
|
import { ListExtensionAssociationsCommand, } from "./commands/ListExtensionAssociationsCommand";
|
|
33
40
|
import { ListExtensionsCommand, } from "./commands/ListExtensionsCommand";
|
|
34
41
|
import { ListHostedConfigurationVersionsCommand, } from "./commands/ListHostedConfigurationVersionsCommand";
|
|
35
42
|
import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
|
|
36
43
|
import { StartDeploymentCommand, } from "./commands/StartDeploymentCommand";
|
|
44
|
+
import { StartExperimentRunCommand, } from "./commands/StartExperimentRunCommand";
|
|
37
45
|
import { StopDeploymentCommand, } from "./commands/StopDeploymentCommand";
|
|
46
|
+
import { StopExperimentRunCommand, } from "./commands/StopExperimentRunCommand";
|
|
38
47
|
import { TagResourceCommand, } from "./commands/TagResourceCommand";
|
|
39
48
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
40
49
|
import { UpdateAccountSettingsCommand, } from "./commands/UpdateAccountSettingsCommand";
|
|
@@ -42,6 +51,8 @@ import { UpdateApplicationCommand, } from "./commands/UpdateApplicationCommand";
|
|
|
42
51
|
import { UpdateConfigurationProfileCommand, } from "./commands/UpdateConfigurationProfileCommand";
|
|
43
52
|
import { UpdateDeploymentStrategyCommand, } from "./commands/UpdateDeploymentStrategyCommand";
|
|
44
53
|
import { UpdateEnvironmentCommand, } from "./commands/UpdateEnvironmentCommand";
|
|
54
|
+
import { UpdateExperimentDefinitionCommand, } from "./commands/UpdateExperimentDefinitionCommand";
|
|
55
|
+
import { UpdateExperimentRunCommand, } from "./commands/UpdateExperimentRunCommand";
|
|
45
56
|
import { UpdateExtensionAssociationCommand, } from "./commands/UpdateExtensionAssociationCommand";
|
|
46
57
|
import { UpdateExtensionCommand, } from "./commands/UpdateExtensionCommand";
|
|
47
58
|
import { ValidateConfigurationCommand, } from "./commands/ValidateConfigurationCommand";
|
|
@@ -50,6 +61,9 @@ import { paginateListConfigurationProfiles } from "./pagination/ListConfiguratio
|
|
|
50
61
|
import { paginateListDeployments } from "./pagination/ListDeploymentsPaginator";
|
|
51
62
|
import { paginateListDeploymentStrategies } from "./pagination/ListDeploymentStrategiesPaginator";
|
|
52
63
|
import { paginateListEnvironments } from "./pagination/ListEnvironmentsPaginator";
|
|
64
|
+
import { paginateListExperimentDefinitions } from "./pagination/ListExperimentDefinitionsPaginator";
|
|
65
|
+
import { paginateListExperimentRunEvents } from "./pagination/ListExperimentRunEventsPaginator";
|
|
66
|
+
import { paginateListExperimentRuns } from "./pagination/ListExperimentRunsPaginator";
|
|
53
67
|
import { paginateListExtensionAssociations } from "./pagination/ListExtensionAssociationsPaginator";
|
|
54
68
|
import { paginateListExtensions } from "./pagination/ListExtensionsPaginator";
|
|
55
69
|
import { paginateListHostedConfigurationVersions } from "./pagination/ListHostedConfigurationVersionsPaginator";
|
|
@@ -60,6 +74,7 @@ const commands = {
|
|
|
60
74
|
CreateConfigurationProfileCommand,
|
|
61
75
|
CreateDeploymentStrategyCommand,
|
|
62
76
|
CreateEnvironmentCommand,
|
|
77
|
+
CreateExperimentDefinitionCommand,
|
|
63
78
|
CreateExtensionCommand,
|
|
64
79
|
CreateExtensionAssociationCommand,
|
|
65
80
|
CreateHostedConfigurationVersionCommand,
|
|
@@ -67,6 +82,7 @@ const commands = {
|
|
|
67
82
|
DeleteConfigurationProfileCommand,
|
|
68
83
|
DeleteDeploymentStrategyCommand,
|
|
69
84
|
DeleteEnvironmentCommand,
|
|
85
|
+
DeleteExperimentDefinitionCommand,
|
|
70
86
|
DeleteExtensionCommand,
|
|
71
87
|
DeleteExtensionAssociationCommand,
|
|
72
88
|
DeleteHostedConfigurationVersionCommand,
|
|
@@ -77,6 +93,8 @@ const commands = {
|
|
|
77
93
|
GetDeploymentCommand,
|
|
78
94
|
GetDeploymentStrategyCommand,
|
|
79
95
|
GetEnvironmentCommand,
|
|
96
|
+
GetExperimentDefinitionCommand,
|
|
97
|
+
GetExperimentRunCommand,
|
|
80
98
|
GetExtensionCommand,
|
|
81
99
|
GetExtensionAssociationCommand,
|
|
82
100
|
GetHostedConfigurationVersionCommand,
|
|
@@ -85,12 +103,17 @@ const commands = {
|
|
|
85
103
|
ListDeploymentsCommand,
|
|
86
104
|
ListDeploymentStrategiesCommand,
|
|
87
105
|
ListEnvironmentsCommand,
|
|
106
|
+
ListExperimentDefinitionsCommand,
|
|
107
|
+
ListExperimentRunEventsCommand,
|
|
108
|
+
ListExperimentRunsCommand,
|
|
88
109
|
ListExtensionAssociationsCommand,
|
|
89
110
|
ListExtensionsCommand,
|
|
90
111
|
ListHostedConfigurationVersionsCommand,
|
|
91
112
|
ListTagsForResourceCommand,
|
|
92
113
|
StartDeploymentCommand,
|
|
114
|
+
StartExperimentRunCommand,
|
|
93
115
|
StopDeploymentCommand,
|
|
116
|
+
StopExperimentRunCommand,
|
|
94
117
|
TagResourceCommand,
|
|
95
118
|
UntagResourceCommand,
|
|
96
119
|
UpdateAccountSettingsCommand,
|
|
@@ -98,6 +121,8 @@ const commands = {
|
|
|
98
121
|
UpdateConfigurationProfileCommand,
|
|
99
122
|
UpdateDeploymentStrategyCommand,
|
|
100
123
|
UpdateEnvironmentCommand,
|
|
124
|
+
UpdateExperimentDefinitionCommand,
|
|
125
|
+
UpdateExperimentRunCommand,
|
|
101
126
|
UpdateExtensionCommand,
|
|
102
127
|
UpdateExtensionAssociationCommand,
|
|
103
128
|
ValidateConfigurationCommand,
|
|
@@ -108,6 +133,9 @@ const paginators = {
|
|
|
108
133
|
paginateListDeployments,
|
|
109
134
|
paginateListDeploymentStrategies,
|
|
110
135
|
paginateListEnvironments,
|
|
136
|
+
paginateListExperimentDefinitions,
|
|
137
|
+
paginateListExperimentRunEvents,
|
|
138
|
+
paginateListExperimentRuns,
|
|
111
139
|
paginateListExtensionAssociations,
|
|
112
140
|
paginateListExtensions,
|
|
113
141
|
paginateListHostedConfigurationVersions,
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { CreateExperimentDefinition$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class CreateExperimentDefinitionCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonAppConfig", "CreateExperimentDefinition", {})
|
|
13
|
+
.n("AppConfigClient", "CreateExperimentDefinitionCommand")
|
|
14
|
+
.sc(CreateExperimentDefinition$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { DeleteExperimentDefinition$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class DeleteExperimentDefinitionCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonAppConfig", "DeleteExperimentDefinition", {})
|
|
13
|
+
.n("AppConfigClient", "DeleteExperimentDefinitionCommand")
|
|
14
|
+
.sc(DeleteExperimentDefinition$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { GetExperimentDefinition$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class GetExperimentDefinitionCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonAppConfig", "GetExperimentDefinition", {})
|
|
13
|
+
.n("AppConfigClient", "GetExperimentDefinitionCommand")
|
|
14
|
+
.sc(GetExperimentDefinition$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { GetExperimentRun$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class GetExperimentRunCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonAppConfig", "GetExperimentRun", {})
|
|
13
|
+
.n("AppConfigClient", "GetExperimentRunCommand")
|
|
14
|
+
.sc(GetExperimentRun$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { ListExperimentDefinitions$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class ListExperimentDefinitionsCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonAppConfig", "ListExperimentDefinitions", {})
|
|
13
|
+
.n("AppConfigClient", "ListExperimentDefinitionsCommand")
|
|
14
|
+
.sc(ListExperimentDefinitions$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { ListExperimentRunEvents$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class ListExperimentRunEventsCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonAppConfig", "ListExperimentRunEvents", {})
|
|
13
|
+
.n("AppConfigClient", "ListExperimentRunEventsCommand")
|
|
14
|
+
.sc(ListExperimentRunEvents$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { ListExperimentRuns$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class ListExperimentRunsCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonAppConfig", "ListExperimentRuns", {})
|
|
13
|
+
.n("AppConfigClient", "ListExperimentRunsCommand")
|
|
14
|
+
.sc(ListExperimentRuns$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { StartExperimentRun$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class StartExperimentRunCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonAppConfig", "StartExperimentRun", {})
|
|
13
|
+
.n("AppConfigClient", "StartExperimentRunCommand")
|
|
14
|
+
.sc(StartExperimentRun$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { StopExperimentRun$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class StopExperimentRunCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonAppConfig", "StopExperimentRun", {})
|
|
13
|
+
.n("AppConfigClient", "StopExperimentRunCommand")
|
|
14
|
+
.sc(StopExperimentRun$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { UpdateExperimentDefinition$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class UpdateExperimentDefinitionCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonAppConfig", "UpdateExperimentDefinition", {})
|
|
13
|
+
.n("AppConfigClient", "UpdateExperimentDefinitionCommand")
|
|
14
|
+
.sc(UpdateExperimentDefinition$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { UpdateExperimentRun$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class UpdateExperimentRunCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonAppConfig", "UpdateExperimentRun", {})
|
|
13
|
+
.n("AppConfigClient", "UpdateExperimentRunCommand")
|
|
14
|
+
.sc(UpdateExperimentRun$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -2,6 +2,7 @@ export * from "./CreateApplicationCommand";
|
|
|
2
2
|
export * from "./CreateConfigurationProfileCommand";
|
|
3
3
|
export * from "./CreateDeploymentStrategyCommand";
|
|
4
4
|
export * from "./CreateEnvironmentCommand";
|
|
5
|
+
export * from "./CreateExperimentDefinitionCommand";
|
|
5
6
|
export * from "./CreateExtensionAssociationCommand";
|
|
6
7
|
export * from "./CreateExtensionCommand";
|
|
7
8
|
export * from "./CreateHostedConfigurationVersionCommand";
|
|
@@ -9,6 +10,7 @@ export * from "./DeleteApplicationCommand";
|
|
|
9
10
|
export * from "./DeleteConfigurationProfileCommand";
|
|
10
11
|
export * from "./DeleteDeploymentStrategyCommand";
|
|
11
12
|
export * from "./DeleteEnvironmentCommand";
|
|
13
|
+
export * from "./DeleteExperimentDefinitionCommand";
|
|
12
14
|
export * from "./DeleteExtensionAssociationCommand";
|
|
13
15
|
export * from "./DeleteExtensionCommand";
|
|
14
16
|
export * from "./DeleteHostedConfigurationVersionCommand";
|
|
@@ -19,6 +21,8 @@ export * from "./GetConfigurationProfileCommand";
|
|
|
19
21
|
export * from "./GetDeploymentCommand";
|
|
20
22
|
export * from "./GetDeploymentStrategyCommand";
|
|
21
23
|
export * from "./GetEnvironmentCommand";
|
|
24
|
+
export * from "./GetExperimentDefinitionCommand";
|
|
25
|
+
export * from "./GetExperimentRunCommand";
|
|
22
26
|
export * from "./GetExtensionAssociationCommand";
|
|
23
27
|
export * from "./GetExtensionCommand";
|
|
24
28
|
export * from "./GetHostedConfigurationVersionCommand";
|
|
@@ -27,12 +31,17 @@ export * from "./ListConfigurationProfilesCommand";
|
|
|
27
31
|
export * from "./ListDeploymentStrategiesCommand";
|
|
28
32
|
export * from "./ListDeploymentsCommand";
|
|
29
33
|
export * from "./ListEnvironmentsCommand";
|
|
34
|
+
export * from "./ListExperimentDefinitionsCommand";
|
|
35
|
+
export * from "./ListExperimentRunEventsCommand";
|
|
36
|
+
export * from "./ListExperimentRunsCommand";
|
|
30
37
|
export * from "./ListExtensionAssociationsCommand";
|
|
31
38
|
export * from "./ListExtensionsCommand";
|
|
32
39
|
export * from "./ListHostedConfigurationVersionsCommand";
|
|
33
40
|
export * from "./ListTagsForResourceCommand";
|
|
34
41
|
export * from "./StartDeploymentCommand";
|
|
42
|
+
export * from "./StartExperimentRunCommand";
|
|
35
43
|
export * from "./StopDeploymentCommand";
|
|
44
|
+
export * from "./StopExperimentRunCommand";
|
|
36
45
|
export * from "./TagResourceCommand";
|
|
37
46
|
export * from "./UntagResourceCommand";
|
|
38
47
|
export * from "./UpdateAccountSettingsCommand";
|
|
@@ -40,6 +49,8 @@ export * from "./UpdateApplicationCommand";
|
|
|
40
49
|
export * from "./UpdateConfigurationProfileCommand";
|
|
41
50
|
export * from "./UpdateDeploymentStrategyCommand";
|
|
42
51
|
export * from "./UpdateEnvironmentCommand";
|
|
52
|
+
export * from "./UpdateExperimentDefinitionCommand";
|
|
53
|
+
export * from "./UpdateExperimentRunCommand";
|
|
43
54
|
export * from "./UpdateExtensionAssociationCommand";
|
|
44
55
|
export * from "./UpdateExtensionCommand";
|
|
45
56
|
export * from "./ValidateConfigurationCommand";
|
package/dist-es/models/enums.js
CHANGED
|
@@ -30,6 +30,11 @@ export const EnvironmentState = {
|
|
|
30
30
|
ROLLED_BACK: "ROLLED_BACK",
|
|
31
31
|
ROLLING_BACK: "ROLLING_BACK",
|
|
32
32
|
};
|
|
33
|
+
export const ExperimentDefinitionStatus = {
|
|
34
|
+
ACTIVE: "ACTIVE",
|
|
35
|
+
ARCHIVED: "ARCHIVED",
|
|
36
|
+
IDLE: "IDLE",
|
|
37
|
+
};
|
|
33
38
|
export const BytesMeasure = {
|
|
34
39
|
KILOBYTES: "KILOBYTES",
|
|
35
40
|
};
|
|
@@ -38,6 +43,10 @@ export const DeletionProtectionCheck = {
|
|
|
38
43
|
APPLY: "APPLY",
|
|
39
44
|
BYPASS: "BYPASS",
|
|
40
45
|
};
|
|
46
|
+
export const DeleteType = {
|
|
47
|
+
ARCHIVE: "ARCHIVE",
|
|
48
|
+
DESTROY: "DESTROY",
|
|
49
|
+
};
|
|
41
50
|
export const DeploymentEventType = {
|
|
42
51
|
BAKE_TIME_STARTED: "BAKE_TIME_STARTED",
|
|
43
52
|
DEPLOYMENT_COMPLETED: "DEPLOYMENT_COMPLETED",
|
|
@@ -62,3 +71,17 @@ export const DeploymentState = {
|
|
|
62
71
|
ROLLING_BACK: "ROLLING_BACK",
|
|
63
72
|
VALIDATING: "VALIDATING",
|
|
64
73
|
};
|
|
74
|
+
export const ExperimentRunStatus = {
|
|
75
|
+
DONE: "DONE",
|
|
76
|
+
RUNNING: "RUNNING",
|
|
77
|
+
};
|
|
78
|
+
export const DeploymentType = {
|
|
79
|
+
MANAGED: "MANAGED",
|
|
80
|
+
USER: "USER",
|
|
81
|
+
};
|
|
82
|
+
export const ExperimentRunEventType = {
|
|
83
|
+
EXPOSURE_UPDATED: "EXPOSURE_UPDATED",
|
|
84
|
+
OVERRIDES_UPDATED: "OVERRIDES_UPDATED",
|
|
85
|
+
RUN_STARTED: "RUN_STARTED",
|
|
86
|
+
RUN_STOPPED: "RUN_STOPPED",
|
|
87
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { AppConfigClient } from "../AppConfigClient";
|
|
3
|
+
import { ListExperimentDefinitionsCommand, } from "../commands/ListExperimentDefinitionsCommand";
|
|
4
|
+
export const paginateListExperimentDefinitions = createPaginator(AppConfigClient, ListExperimentDefinitionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { AppConfigClient } from "../AppConfigClient";
|
|
3
|
+
import { ListExperimentRunEventsCommand, } from "../commands/ListExperimentRunEventsCommand";
|
|
4
|
+
export const paginateListExperimentRunEvents = createPaginator(AppConfigClient, ListExperimentRunEventsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { AppConfigClient } from "../AppConfigClient";
|
|
3
|
+
import { ListExperimentRunsCommand, } from "../commands/ListExperimentRunsCommand";
|
|
4
|
+
export const paginateListExperimentRuns = createPaginator(AppConfigClient, ListExperimentRunsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -4,6 +4,9 @@ export * from "./ListConfigurationProfilesPaginator";
|
|
|
4
4
|
export * from "./ListDeploymentsPaginator";
|
|
5
5
|
export * from "./ListDeploymentStrategiesPaginator";
|
|
6
6
|
export * from "./ListEnvironmentsPaginator";
|
|
7
|
+
export * from "./ListExperimentDefinitionsPaginator";
|
|
8
|
+
export * from "./ListExperimentRunEventsPaginator";
|
|
9
|
+
export * from "./ListExperimentRunsPaginator";
|
|
7
10
|
export * from "./ListExtensionAssociationsPaginator";
|
|
8
11
|
export * from "./ListExtensionsPaginator";
|
|
9
12
|
export * from "./ListHostedConfigurationVersionsPaginator";
|