@aws-sdk/client-appconfig 3.650.0 → 3.654.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-types/commands/CreateApplicationCommand.d.ts +11 -0
- package/dist-types/commands/CreateConfigurationProfileCommand.d.ts +11 -0
- package/dist-types/commands/CreateDeploymentStrategyCommand.d.ts +11 -0
- package/dist-types/commands/CreateEnvironmentCommand.d.ts +11 -0
- package/dist-types/commands/CreateExtensionAssociationCommand.d.ts +11 -0
- package/dist-types/commands/CreateExtensionCommand.d.ts +11 -0
- package/dist-types/commands/CreateHostedConfigurationVersionCommand.d.ts +11 -0
- package/dist-types/commands/DeleteApplicationCommand.d.ts +11 -0
- package/dist-types/commands/DeleteConfigurationProfileCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDeploymentStrategyCommand.d.ts +11 -0
- package/dist-types/commands/DeleteEnvironmentCommand.d.ts +11 -0
- package/dist-types/commands/DeleteExtensionAssociationCommand.d.ts +11 -0
- package/dist-types/commands/DeleteExtensionCommand.d.ts +11 -0
- package/dist-types/commands/DeleteHostedConfigurationVersionCommand.d.ts +11 -0
- package/dist-types/commands/GetAccountSettingsCommand.d.ts +11 -0
- package/dist-types/commands/GetApplicationCommand.d.ts +11 -0
- package/dist-types/commands/GetConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/GetConfigurationProfileCommand.d.ts +11 -0
- package/dist-types/commands/GetDeploymentCommand.d.ts +11 -0
- package/dist-types/commands/GetDeploymentStrategyCommand.d.ts +11 -0
- package/dist-types/commands/GetEnvironmentCommand.d.ts +11 -0
- package/dist-types/commands/GetExtensionAssociationCommand.d.ts +11 -0
- package/dist-types/commands/GetExtensionCommand.d.ts +11 -0
- package/dist-types/commands/GetHostedConfigurationVersionCommand.d.ts +11 -0
- package/dist-types/commands/ListApplicationsCommand.d.ts +11 -0
- package/dist-types/commands/ListConfigurationProfilesCommand.d.ts +11 -0
- package/dist-types/commands/ListDeploymentStrategiesCommand.d.ts +11 -0
- package/dist-types/commands/ListDeploymentsCommand.d.ts +11 -0
- package/dist-types/commands/ListEnvironmentsCommand.d.ts +11 -0
- package/dist-types/commands/ListExtensionAssociationsCommand.d.ts +11 -0
- package/dist-types/commands/ListExtensionsCommand.d.ts +11 -0
- package/dist-types/commands/ListHostedConfigurationVersionsCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/StartDeploymentCommand.d.ts +11 -0
- package/dist-types/commands/StopDeploymentCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +11 -0
- package/dist-types/commands/UpdateApplicationCommand.d.ts +11 -0
- package/dist-types/commands/UpdateConfigurationProfileCommand.d.ts +11 -0
- package/dist-types/commands/UpdateDeploymentStrategyCommand.d.ts +11 -0
- package/dist-types/commands/UpdateEnvironmentCommand.d.ts +11 -0
- package/dist-types/commands/UpdateExtensionAssociationCommand.d.ts +11 -0
- package/dist-types/commands/UpdateExtensionCommand.d.ts +11 -0
- package/dist-types/commands/ValidateConfigurationCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateConfigurationProfileCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDeploymentStrategyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateExtensionAssociationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateExtensionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateHostedConfigurationVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteConfigurationProfileCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDeploymentStrategyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteExtensionAssociationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteExtensionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteHostedConfigurationVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetConfigurationProfileCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDeploymentStrategyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetExtensionAssociationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetExtensionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetHostedConfigurationVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListConfigurationProfilesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDeploymentStrategiesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListExtensionAssociationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListExtensionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListHostedConfigurationVersionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StopDeploymentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateConfigurationProfileCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateDeploymentStrategyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateExtensionAssociationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateExtensionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ValidateConfigurationCommand.d.ts +12 -1
- package/package.json +36 -36
|
@@ -103,4 +103,15 @@ declare const CreateApplicationCommand_base: {
|
|
|
103
103
|
*
|
|
104
104
|
*/
|
|
105
105
|
export declare class CreateApplicationCommand extends CreateApplicationCommand_base {
|
|
106
|
+
/** @internal type navigation helper, not in runtime. */
|
|
107
|
+
protected static __types: {
|
|
108
|
+
api: {
|
|
109
|
+
input: CreateApplicationRequest;
|
|
110
|
+
output: Application;
|
|
111
|
+
};
|
|
112
|
+
sdk: {
|
|
113
|
+
input: CreateApplicationCommandInput;
|
|
114
|
+
output: CreateApplicationCommandOutput;
|
|
115
|
+
};
|
|
116
|
+
};
|
|
106
117
|
}
|
|
@@ -168,4 +168,15 @@ declare const CreateConfigurationProfileCommand_base: {
|
|
|
168
168
|
*
|
|
169
169
|
*/
|
|
170
170
|
export declare class CreateConfigurationProfileCommand extends CreateConfigurationProfileCommand_base {
|
|
171
|
+
/** @internal type navigation helper, not in runtime. */
|
|
172
|
+
protected static __types: {
|
|
173
|
+
api: {
|
|
174
|
+
input: CreateConfigurationProfileRequest;
|
|
175
|
+
output: ConfigurationProfile;
|
|
176
|
+
};
|
|
177
|
+
sdk: {
|
|
178
|
+
input: CreateConfigurationProfileCommandInput;
|
|
179
|
+
output: CreateConfigurationProfileCommandOutput;
|
|
180
|
+
};
|
|
181
|
+
};
|
|
171
182
|
}
|
|
@@ -118,4 +118,15 @@ declare const CreateDeploymentStrategyCommand_base: {
|
|
|
118
118
|
*
|
|
119
119
|
*/
|
|
120
120
|
export declare class CreateDeploymentStrategyCommand extends CreateDeploymentStrategyCommand_base {
|
|
121
|
+
/** @internal type navigation helper, not in runtime. */
|
|
122
|
+
protected static __types: {
|
|
123
|
+
api: {
|
|
124
|
+
input: CreateDeploymentStrategyRequest;
|
|
125
|
+
output: DeploymentStrategy;
|
|
126
|
+
};
|
|
127
|
+
sdk: {
|
|
128
|
+
input: CreateDeploymentStrategyCommandInput;
|
|
129
|
+
output: CreateDeploymentStrategyCommandOutput;
|
|
130
|
+
};
|
|
131
|
+
};
|
|
121
132
|
}
|
|
@@ -125,4 +125,15 @@ declare const CreateEnvironmentCommand_base: {
|
|
|
125
125
|
*
|
|
126
126
|
*/
|
|
127
127
|
export declare class CreateEnvironmentCommand extends CreateEnvironmentCommand_base {
|
|
128
|
+
/** @internal type navigation helper, not in runtime. */
|
|
129
|
+
protected static __types: {
|
|
130
|
+
api: {
|
|
131
|
+
input: CreateEnvironmentRequest;
|
|
132
|
+
output: Environment;
|
|
133
|
+
};
|
|
134
|
+
sdk: {
|
|
135
|
+
input: CreateEnvironmentCommandInput;
|
|
136
|
+
output: CreateEnvironmentCommandOutput;
|
|
137
|
+
};
|
|
138
|
+
};
|
|
128
139
|
}
|
|
@@ -103,4 +103,15 @@ declare const CreateExtensionAssociationCommand_base: {
|
|
|
103
103
|
* @public
|
|
104
104
|
*/
|
|
105
105
|
export declare class CreateExtensionAssociationCommand extends CreateExtensionAssociationCommand_base {
|
|
106
|
+
/** @internal type navigation helper, not in runtime. */
|
|
107
|
+
protected static __types: {
|
|
108
|
+
api: {
|
|
109
|
+
input: CreateExtensionAssociationRequest;
|
|
110
|
+
output: ExtensionAssociation;
|
|
111
|
+
};
|
|
112
|
+
sdk: {
|
|
113
|
+
input: CreateExtensionAssociationCommandInput;
|
|
114
|
+
output: CreateExtensionAssociationCommandOutput;
|
|
115
|
+
};
|
|
116
|
+
};
|
|
106
117
|
}
|
|
@@ -144,4 +144,15 @@ declare const CreateExtensionCommand_base: {
|
|
|
144
144
|
* @public
|
|
145
145
|
*/
|
|
146
146
|
export declare class CreateExtensionCommand extends CreateExtensionCommand_base {
|
|
147
|
+
/** @internal type navigation helper, not in runtime. */
|
|
148
|
+
protected static __types: {
|
|
149
|
+
api: {
|
|
150
|
+
input: CreateExtensionRequest;
|
|
151
|
+
output: Extension;
|
|
152
|
+
};
|
|
153
|
+
sdk: {
|
|
154
|
+
input: CreateExtensionCommandInput;
|
|
155
|
+
output: CreateExtensionCommandOutput;
|
|
156
|
+
};
|
|
157
|
+
};
|
|
147
158
|
}
|
|
@@ -136,4 +136,15 @@ declare const CreateHostedConfigurationVersionCommand_base: {
|
|
|
136
136
|
*
|
|
137
137
|
*/
|
|
138
138
|
export declare class CreateHostedConfigurationVersionCommand extends CreateHostedConfigurationVersionCommand_base {
|
|
139
|
+
/** @internal type navigation helper, not in runtime. */
|
|
140
|
+
protected static __types: {
|
|
141
|
+
api: {
|
|
142
|
+
input: CreateHostedConfigurationVersionRequest;
|
|
143
|
+
output: HostedConfigurationVersion;
|
|
144
|
+
};
|
|
145
|
+
sdk: {
|
|
146
|
+
input: CreateHostedConfigurationVersionCommandInput;
|
|
147
|
+
output: CreateHostedConfigurationVersionCommandOutput;
|
|
148
|
+
};
|
|
149
|
+
};
|
|
139
150
|
}
|
|
@@ -76,4 +76,15 @@ declare const DeleteApplicationCommand_base: {
|
|
|
76
76
|
*
|
|
77
77
|
*/
|
|
78
78
|
export declare class DeleteApplicationCommand extends DeleteApplicationCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: DeleteApplicationRequest;
|
|
83
|
+
output: {};
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: DeleteApplicationCommandInput;
|
|
87
|
+
output: DeleteApplicationCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -85,4 +85,15 @@ declare const DeleteConfigurationProfileCommand_base: {
|
|
|
85
85
|
*
|
|
86
86
|
*/
|
|
87
87
|
export declare class DeleteConfigurationProfileCommand extends DeleteConfigurationProfileCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: DeleteConfigurationProfileRequest;
|
|
92
|
+
output: {};
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: DeleteConfigurationProfileCommandInput;
|
|
96
|
+
output: DeleteConfigurationProfileCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -75,4 +75,15 @@ declare const DeleteDeploymentStrategyCommand_base: {
|
|
|
75
75
|
*
|
|
76
76
|
*/
|
|
77
77
|
export declare class DeleteDeploymentStrategyCommand extends DeleteDeploymentStrategyCommand_base {
|
|
78
|
+
/** @internal type navigation helper, not in runtime. */
|
|
79
|
+
protected static __types: {
|
|
80
|
+
api: {
|
|
81
|
+
input: DeleteDeploymentStrategyRequest;
|
|
82
|
+
output: {};
|
|
83
|
+
};
|
|
84
|
+
sdk: {
|
|
85
|
+
input: DeleteDeploymentStrategyCommandInput;
|
|
86
|
+
output: DeleteDeploymentStrategyCommandOutput;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
78
89
|
}
|
|
@@ -84,4 +84,15 @@ declare const DeleteEnvironmentCommand_base: {
|
|
|
84
84
|
*
|
|
85
85
|
*/
|
|
86
86
|
export declare class DeleteEnvironmentCommand extends DeleteEnvironmentCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: DeleteEnvironmentRequest;
|
|
91
|
+
output: {};
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: DeleteEnvironmentCommandInput;
|
|
95
|
+
output: DeleteEnvironmentCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
87
98
|
}
|
|
@@ -65,4 +65,15 @@ declare const DeleteExtensionAssociationCommand_base: {
|
|
|
65
65
|
* @public
|
|
66
66
|
*/
|
|
67
67
|
export declare class DeleteExtensionAssociationCommand extends DeleteExtensionAssociationCommand_base {
|
|
68
|
+
/** @internal type navigation helper, not in runtime. */
|
|
69
|
+
protected static __types: {
|
|
70
|
+
api: {
|
|
71
|
+
input: DeleteExtensionAssociationRequest;
|
|
72
|
+
output: {};
|
|
73
|
+
};
|
|
74
|
+
sdk: {
|
|
75
|
+
input: DeleteExtensionAssociationCommandInput;
|
|
76
|
+
output: DeleteExtensionAssociationCommandOutput;
|
|
77
|
+
};
|
|
78
|
+
};
|
|
68
79
|
}
|
|
@@ -66,4 +66,15 @@ declare const DeleteExtensionCommand_base: {
|
|
|
66
66
|
* @public
|
|
67
67
|
*/
|
|
68
68
|
export declare class DeleteExtensionCommand extends DeleteExtensionCommand_base {
|
|
69
|
+
/** @internal type navigation helper, not in runtime. */
|
|
70
|
+
protected static __types: {
|
|
71
|
+
api: {
|
|
72
|
+
input: DeleteExtensionRequest;
|
|
73
|
+
output: {};
|
|
74
|
+
};
|
|
75
|
+
sdk: {
|
|
76
|
+
input: DeleteExtensionCommandInput;
|
|
77
|
+
output: DeleteExtensionCommandOutput;
|
|
78
|
+
};
|
|
79
|
+
};
|
|
69
80
|
}
|
|
@@ -80,4 +80,15 @@ declare const DeleteHostedConfigurationVersionCommand_base: {
|
|
|
80
80
|
*
|
|
81
81
|
*/
|
|
82
82
|
export declare class DeleteHostedConfigurationVersionCommand extends DeleteHostedConfigurationVersionCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: DeleteHostedConfigurationVersionRequest;
|
|
87
|
+
output: {};
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: DeleteHostedConfigurationVersionCommandInput;
|
|
91
|
+
output: DeleteHostedConfigurationVersionCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -65,4 +65,15 @@ declare const GetAccountSettingsCommand_base: {
|
|
|
65
65
|
* @public
|
|
66
66
|
*/
|
|
67
67
|
export declare class GetAccountSettingsCommand extends GetAccountSettingsCommand_base {
|
|
68
|
+
/** @internal type navigation helper, not in runtime. */
|
|
69
|
+
protected static __types: {
|
|
70
|
+
api: {
|
|
71
|
+
input: {};
|
|
72
|
+
output: AccountSettings;
|
|
73
|
+
};
|
|
74
|
+
sdk: {
|
|
75
|
+
input: GetAccountSettingsCommandInput;
|
|
76
|
+
output: GetAccountSettingsCommandOutput;
|
|
77
|
+
};
|
|
78
|
+
};
|
|
68
79
|
}
|
|
@@ -85,4 +85,15 @@ declare const GetApplicationCommand_base: {
|
|
|
85
85
|
*
|
|
86
86
|
*/
|
|
87
87
|
export declare class GetApplicationCommand extends GetApplicationCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: GetApplicationRequest;
|
|
92
|
+
output: Application;
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: GetApplicationCommandInput;
|
|
96
|
+
output: GetApplicationCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -115,4 +115,15 @@ declare const GetConfigurationCommand_base: {
|
|
|
115
115
|
*
|
|
116
116
|
*/
|
|
117
117
|
export declare class GetConfigurationCommand extends GetConfigurationCommand_base {
|
|
118
|
+
/** @internal type navigation helper, not in runtime. */
|
|
119
|
+
protected static __types: {
|
|
120
|
+
api: {
|
|
121
|
+
input: GetConfigurationRequest;
|
|
122
|
+
output: Configuration;
|
|
123
|
+
};
|
|
124
|
+
sdk: {
|
|
125
|
+
input: GetConfigurationCommandInput;
|
|
126
|
+
output: GetConfigurationCommandOutput;
|
|
127
|
+
};
|
|
128
|
+
};
|
|
118
129
|
}
|
|
@@ -102,4 +102,15 @@ declare const GetConfigurationProfileCommand_base: {
|
|
|
102
102
|
*
|
|
103
103
|
*/
|
|
104
104
|
export declare class GetConfigurationProfileCommand extends GetConfigurationProfileCommand_base {
|
|
105
|
+
/** @internal type navigation helper, not in runtime. */
|
|
106
|
+
protected static __types: {
|
|
107
|
+
api: {
|
|
108
|
+
input: GetConfigurationProfileRequest;
|
|
109
|
+
output: ConfigurationProfile;
|
|
110
|
+
};
|
|
111
|
+
sdk: {
|
|
112
|
+
input: GetConfigurationProfileCommandInput;
|
|
113
|
+
output: GetConfigurationProfileCommandOutput;
|
|
114
|
+
};
|
|
115
|
+
};
|
|
105
116
|
}
|
|
@@ -193,4 +193,15 @@ declare const GetDeploymentCommand_base: {
|
|
|
193
193
|
*
|
|
194
194
|
*/
|
|
195
195
|
export declare class GetDeploymentCommand extends GetDeploymentCommand_base {
|
|
196
|
+
/** @internal type navigation helper, not in runtime. */
|
|
197
|
+
protected static __types: {
|
|
198
|
+
api: {
|
|
199
|
+
input: GetDeploymentRequest;
|
|
200
|
+
output: Deployment;
|
|
201
|
+
};
|
|
202
|
+
sdk: {
|
|
203
|
+
input: GetDeploymentCommandInput;
|
|
204
|
+
output: GetDeploymentCommandOutput;
|
|
205
|
+
};
|
|
206
|
+
};
|
|
196
207
|
}
|
|
@@ -99,4 +99,15 @@ declare const GetDeploymentStrategyCommand_base: {
|
|
|
99
99
|
*
|
|
100
100
|
*/
|
|
101
101
|
export declare class GetDeploymentStrategyCommand extends GetDeploymentStrategyCommand_base {
|
|
102
|
+
/** @internal type navigation helper, not in runtime. */
|
|
103
|
+
protected static __types: {
|
|
104
|
+
api: {
|
|
105
|
+
input: GetDeploymentStrategyRequest;
|
|
106
|
+
output: DeploymentStrategy;
|
|
107
|
+
};
|
|
108
|
+
sdk: {
|
|
109
|
+
input: GetDeploymentStrategyCommandInput;
|
|
110
|
+
output: GetDeploymentStrategyCommandOutput;
|
|
111
|
+
};
|
|
112
|
+
};
|
|
102
113
|
}
|
|
@@ -102,4 +102,15 @@ declare const GetEnvironmentCommand_base: {
|
|
|
102
102
|
*
|
|
103
103
|
*/
|
|
104
104
|
export declare class GetEnvironmentCommand extends GetEnvironmentCommand_base {
|
|
105
|
+
/** @internal type navigation helper, not in runtime. */
|
|
106
|
+
protected static __types: {
|
|
107
|
+
api: {
|
|
108
|
+
input: GetEnvironmentRequest;
|
|
109
|
+
output: Environment;
|
|
110
|
+
};
|
|
111
|
+
sdk: {
|
|
112
|
+
input: GetEnvironmentCommandInput;
|
|
113
|
+
output: GetEnvironmentCommandOutput;
|
|
114
|
+
};
|
|
115
|
+
};
|
|
105
116
|
}
|
|
@@ -75,4 +75,15 @@ declare const GetExtensionAssociationCommand_base: {
|
|
|
75
75
|
* @public
|
|
76
76
|
*/
|
|
77
77
|
export declare class GetExtensionAssociationCommand extends GetExtensionAssociationCommand_base {
|
|
78
|
+
/** @internal type navigation helper, not in runtime. */
|
|
79
|
+
protected static __types: {
|
|
80
|
+
api: {
|
|
81
|
+
input: GetExtensionAssociationRequest;
|
|
82
|
+
output: ExtensionAssociation;
|
|
83
|
+
};
|
|
84
|
+
sdk: {
|
|
85
|
+
input: GetExtensionAssociationCommandInput;
|
|
86
|
+
output: GetExtensionAssociationCommandOutput;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
78
89
|
}
|
|
@@ -88,4 +88,15 @@ declare const GetExtensionCommand_base: {
|
|
|
88
88
|
* @public
|
|
89
89
|
*/
|
|
90
90
|
export declare class GetExtensionCommand extends GetExtensionCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: GetExtensionRequest;
|
|
95
|
+
output: Extension;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: GetExtensionCommandInput;
|
|
99
|
+
output: GetExtensionCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -103,4 +103,15 @@ declare const GetHostedConfigurationVersionCommand_base: {
|
|
|
103
103
|
*
|
|
104
104
|
*/
|
|
105
105
|
export declare class GetHostedConfigurationVersionCommand extends GetHostedConfigurationVersionCommand_base {
|
|
106
|
+
/** @internal type navigation helper, not in runtime. */
|
|
107
|
+
protected static __types: {
|
|
108
|
+
api: {
|
|
109
|
+
input: GetHostedConfigurationVersionRequest;
|
|
110
|
+
output: HostedConfigurationVersion;
|
|
111
|
+
};
|
|
112
|
+
sdk: {
|
|
113
|
+
input: GetHostedConfigurationVersionCommandInput;
|
|
114
|
+
output: GetHostedConfigurationVersionCommandOutput;
|
|
115
|
+
};
|
|
116
|
+
};
|
|
106
117
|
}
|
|
@@ -95,4 +95,15 @@ declare const ListApplicationsCommand_base: {
|
|
|
95
95
|
*
|
|
96
96
|
*/
|
|
97
97
|
export declare class ListApplicationsCommand extends ListApplicationsCommand_base {
|
|
98
|
+
/** @internal type navigation helper, not in runtime. */
|
|
99
|
+
protected static __types: {
|
|
100
|
+
api: {
|
|
101
|
+
input: ListApplicationsRequest;
|
|
102
|
+
output: Applications;
|
|
103
|
+
};
|
|
104
|
+
sdk: {
|
|
105
|
+
input: ListApplicationsCommandInput;
|
|
106
|
+
output: ListApplicationsCommandOutput;
|
|
107
|
+
};
|
|
108
|
+
};
|
|
98
109
|
}
|
|
@@ -104,4 +104,15 @@ declare const ListConfigurationProfilesCommand_base: {
|
|
|
104
104
|
*
|
|
105
105
|
*/
|
|
106
106
|
export declare class ListConfigurationProfilesCommand extends ListConfigurationProfilesCommand_base {
|
|
107
|
+
/** @internal type navigation helper, not in runtime. */
|
|
108
|
+
protected static __types: {
|
|
109
|
+
api: {
|
|
110
|
+
input: ListConfigurationProfilesRequest;
|
|
111
|
+
output: ConfigurationProfiles;
|
|
112
|
+
};
|
|
113
|
+
sdk: {
|
|
114
|
+
input: ListConfigurationProfilesCommandInput;
|
|
115
|
+
output: ListConfigurationProfilesCommandOutput;
|
|
116
|
+
};
|
|
117
|
+
};
|
|
107
118
|
}
|
|
@@ -100,4 +100,15 @@ declare const ListDeploymentStrategiesCommand_base: {
|
|
|
100
100
|
*
|
|
101
101
|
*/
|
|
102
102
|
export declare class ListDeploymentStrategiesCommand extends ListDeploymentStrategiesCommand_base {
|
|
103
|
+
/** @internal type navigation helper, not in runtime. */
|
|
104
|
+
protected static __types: {
|
|
105
|
+
api: {
|
|
106
|
+
input: ListDeploymentStrategiesRequest;
|
|
107
|
+
output: DeploymentStrategies;
|
|
108
|
+
};
|
|
109
|
+
sdk: {
|
|
110
|
+
input: ListDeploymentStrategiesCommandInput;
|
|
111
|
+
output: ListDeploymentStrategiesCommandOutput;
|
|
112
|
+
};
|
|
113
|
+
};
|
|
103
114
|
}
|
|
@@ -116,4 +116,15 @@ declare const ListDeploymentsCommand_base: {
|
|
|
116
116
|
*
|
|
117
117
|
*/
|
|
118
118
|
export declare class ListDeploymentsCommand extends ListDeploymentsCommand_base {
|
|
119
|
+
/** @internal type navigation helper, not in runtime. */
|
|
120
|
+
protected static __types: {
|
|
121
|
+
api: {
|
|
122
|
+
input: ListDeploymentsRequest;
|
|
123
|
+
output: Deployments;
|
|
124
|
+
};
|
|
125
|
+
sdk: {
|
|
126
|
+
input: ListDeploymentsCommandInput;
|
|
127
|
+
output: ListDeploymentsCommandOutput;
|
|
128
|
+
};
|
|
129
|
+
};
|
|
119
130
|
}
|
|
@@ -106,4 +106,15 @@ declare const ListEnvironmentsCommand_base: {
|
|
|
106
106
|
*
|
|
107
107
|
*/
|
|
108
108
|
export declare class ListEnvironmentsCommand extends ListEnvironmentsCommand_base {
|
|
109
|
+
/** @internal type navigation helper, not in runtime. */
|
|
110
|
+
protected static __types: {
|
|
111
|
+
api: {
|
|
112
|
+
input: ListEnvironmentsRequest;
|
|
113
|
+
output: Environments;
|
|
114
|
+
};
|
|
115
|
+
sdk: {
|
|
116
|
+
input: ListEnvironmentsCommandInput;
|
|
117
|
+
output: ListEnvironmentsCommandOutput;
|
|
118
|
+
};
|
|
119
|
+
};
|
|
109
120
|
}
|
|
@@ -76,4 +76,15 @@ declare const ListExtensionAssociationsCommand_base: {
|
|
|
76
76
|
* @public
|
|
77
77
|
*/
|
|
78
78
|
export declare class ListExtensionAssociationsCommand extends ListExtensionAssociationsCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: ListExtensionAssociationsRequest;
|
|
83
|
+
output: ExtensionAssociations;
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: ListExtensionAssociationsCommandInput;
|
|
87
|
+
output: ListExtensionAssociationsCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -76,4 +76,15 @@ declare const ListExtensionsCommand_base: {
|
|
|
76
76
|
* @public
|
|
77
77
|
*/
|
|
78
78
|
export declare class ListExtensionsCommand extends ListExtensionsCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: ListExtensionsRequest;
|
|
83
|
+
output: Extensions;
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: ListExtensionsCommandInput;
|
|
87
|
+
output: ListExtensionsCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -106,4 +106,15 @@ declare const ListHostedConfigurationVersionsCommand_base: {
|
|
|
106
106
|
*
|
|
107
107
|
*/
|
|
108
108
|
export declare class ListHostedConfigurationVersionsCommand extends ListHostedConfigurationVersionsCommand_base {
|
|
109
|
+
/** @internal type navigation helper, not in runtime. */
|
|
110
|
+
protected static __types: {
|
|
111
|
+
api: {
|
|
112
|
+
input: ListHostedConfigurationVersionsRequest;
|
|
113
|
+
output: HostedConfigurationVersions;
|
|
114
|
+
};
|
|
115
|
+
sdk: {
|
|
116
|
+
input: ListHostedConfigurationVersionsCommandInput;
|
|
117
|
+
output: ListHostedConfigurationVersionsCommandOutput;
|
|
118
|
+
};
|
|
119
|
+
};
|
|
109
120
|
}
|
|
@@ -86,4 +86,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
86
86
|
*
|
|
87
87
|
*/
|
|
88
88
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
89
|
+
/** @internal type navigation helper, not in runtime. */
|
|
90
|
+
protected static __types: {
|
|
91
|
+
api: {
|
|
92
|
+
input: ListTagsForResourceRequest;
|
|
93
|
+
output: ResourceTags;
|
|
94
|
+
};
|
|
95
|
+
sdk: {
|
|
96
|
+
input: ListTagsForResourceCommandInput;
|
|
97
|
+
output: ListTagsForResourceCommandOutput;
|
|
98
|
+
};
|
|
99
|
+
};
|
|
89
100
|
}
|
|
@@ -174,4 +174,15 @@ declare const StartDeploymentCommand_base: {
|
|
|
174
174
|
*
|
|
175
175
|
*/
|
|
176
176
|
export declare class StartDeploymentCommand extends StartDeploymentCommand_base {
|
|
177
|
+
/** @internal type navigation helper, not in runtime. */
|
|
178
|
+
protected static __types: {
|
|
179
|
+
api: {
|
|
180
|
+
input: StartDeploymentRequest;
|
|
181
|
+
output: Deployment;
|
|
182
|
+
};
|
|
183
|
+
sdk: {
|
|
184
|
+
input: StartDeploymentCommandInput;
|
|
185
|
+
output: StartDeploymentCommandOutput;
|
|
186
|
+
};
|
|
187
|
+
};
|
|
177
188
|
}
|
|
@@ -140,4 +140,15 @@ declare const StopDeploymentCommand_base: {
|
|
|
140
140
|
*
|
|
141
141
|
*/
|
|
142
142
|
export declare class StopDeploymentCommand extends StopDeploymentCommand_base {
|
|
143
|
+
/** @internal type navigation helper, not in runtime. */
|
|
144
|
+
protected static __types: {
|
|
145
|
+
api: {
|
|
146
|
+
input: StopDeploymentRequest;
|
|
147
|
+
output: Deployment;
|
|
148
|
+
};
|
|
149
|
+
sdk: {
|
|
150
|
+
input: StopDeploymentCommandInput;
|
|
151
|
+
output: StopDeploymentCommandOutput;
|
|
152
|
+
};
|
|
153
|
+
};
|
|
143
154
|
}
|
|
@@ -83,4 +83,15 @@ declare const TagResourceCommand_base: {
|
|
|
83
83
|
*
|
|
84
84
|
*/
|
|
85
85
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: TagResourceRequest;
|
|
90
|
+
output: {};
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: TagResourceCommandInput;
|
|
94
|
+
output: TagResourceCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -81,4 +81,15 @@ declare const UntagResourceCommand_base: {
|
|
|
81
81
|
*
|
|
82
82
|
*/
|
|
83
83
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
84
|
+
/** @internal type navigation helper, not in runtime. */
|
|
85
|
+
protected static __types: {
|
|
86
|
+
api: {
|
|
87
|
+
input: UntagResourceRequest;
|
|
88
|
+
output: {};
|
|
89
|
+
};
|
|
90
|
+
sdk: {
|
|
91
|
+
input: UntagResourceCommandInput;
|
|
92
|
+
output: UntagResourceCommandOutput;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
84
95
|
}
|
|
@@ -69,4 +69,15 @@ declare const UpdateAccountSettingsCommand_base: {
|
|
|
69
69
|
* @public
|
|
70
70
|
*/
|
|
71
71
|
export declare class UpdateAccountSettingsCommand extends UpdateAccountSettingsCommand_base {
|
|
72
|
+
/** @internal type navigation helper, not in runtime. */
|
|
73
|
+
protected static __types: {
|
|
74
|
+
api: {
|
|
75
|
+
input: UpdateAccountSettingsRequest;
|
|
76
|
+
output: AccountSettings;
|
|
77
|
+
};
|
|
78
|
+
sdk: {
|
|
79
|
+
input: UpdateAccountSettingsCommandInput;
|
|
80
|
+
output: UpdateAccountSettingsCommandOutput;
|
|
81
|
+
};
|
|
82
|
+
};
|
|
72
83
|
}
|
|
@@ -90,4 +90,15 @@ declare const UpdateApplicationCommand_base: {
|
|
|
90
90
|
*
|
|
91
91
|
*/
|
|
92
92
|
export declare class UpdateApplicationCommand extends UpdateApplicationCommand_base {
|
|
93
|
+
/** @internal type navigation helper, not in runtime. */
|
|
94
|
+
protected static __types: {
|
|
95
|
+
api: {
|
|
96
|
+
input: UpdateApplicationRequest;
|
|
97
|
+
output: Application;
|
|
98
|
+
};
|
|
99
|
+
sdk: {
|
|
100
|
+
input: UpdateApplicationCommandInput;
|
|
101
|
+
output: UpdateApplicationCommandOutput;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
93
104
|
}
|