@aws-sdk/client-appconfig 3.651.1 → 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
|
@@ -114,4 +114,15 @@ declare const UpdateConfigurationProfileCommand_base: {
|
|
|
114
114
|
*
|
|
115
115
|
*/
|
|
116
116
|
export declare class UpdateConfigurationProfileCommand extends UpdateConfigurationProfileCommand_base {
|
|
117
|
+
/** @internal type navigation helper, not in runtime. */
|
|
118
|
+
protected static __types: {
|
|
119
|
+
api: {
|
|
120
|
+
input: UpdateConfigurationProfileRequest;
|
|
121
|
+
output: ConfigurationProfile;
|
|
122
|
+
};
|
|
123
|
+
sdk: {
|
|
124
|
+
input: UpdateConfigurationProfileCommandInput;
|
|
125
|
+
output: UpdateConfigurationProfileCommandOutput;
|
|
126
|
+
};
|
|
127
|
+
};
|
|
117
128
|
}
|
|
@@ -102,4 +102,15 @@ declare const UpdateDeploymentStrategyCommand_base: {
|
|
|
102
102
|
*
|
|
103
103
|
*/
|
|
104
104
|
export declare class UpdateDeploymentStrategyCommand extends UpdateDeploymentStrategyCommand_base {
|
|
105
|
+
/** @internal type navigation helper, not in runtime. */
|
|
106
|
+
protected static __types: {
|
|
107
|
+
api: {
|
|
108
|
+
input: UpdateDeploymentStrategyRequest;
|
|
109
|
+
output: DeploymentStrategy;
|
|
110
|
+
};
|
|
111
|
+
sdk: {
|
|
112
|
+
input: UpdateDeploymentStrategyCommandInput;
|
|
113
|
+
output: UpdateDeploymentStrategyCommandOutput;
|
|
114
|
+
};
|
|
115
|
+
};
|
|
105
116
|
}
|
|
@@ -107,4 +107,15 @@ declare const UpdateEnvironmentCommand_base: {
|
|
|
107
107
|
*
|
|
108
108
|
*/
|
|
109
109
|
export declare class UpdateEnvironmentCommand extends UpdateEnvironmentCommand_base {
|
|
110
|
+
/** @internal type navigation helper, not in runtime. */
|
|
111
|
+
protected static __types: {
|
|
112
|
+
api: {
|
|
113
|
+
input: UpdateEnvironmentRequest;
|
|
114
|
+
output: Environment;
|
|
115
|
+
};
|
|
116
|
+
sdk: {
|
|
117
|
+
input: UpdateEnvironmentCommandInput;
|
|
118
|
+
output: UpdateEnvironmentCommandOutput;
|
|
119
|
+
};
|
|
120
|
+
};
|
|
110
121
|
}
|
|
@@ -78,4 +78,15 @@ declare const UpdateExtensionAssociationCommand_base: {
|
|
|
78
78
|
* @public
|
|
79
79
|
*/
|
|
80
80
|
export declare class UpdateExtensionAssociationCommand extends UpdateExtensionAssociationCommand_base {
|
|
81
|
+
/** @internal type navigation helper, not in runtime. */
|
|
82
|
+
protected static __types: {
|
|
83
|
+
api: {
|
|
84
|
+
input: UpdateExtensionAssociationRequest;
|
|
85
|
+
output: ExtensionAssociation;
|
|
86
|
+
};
|
|
87
|
+
sdk: {
|
|
88
|
+
input: UpdateExtensionAssociationCommandInput;
|
|
89
|
+
output: UpdateExtensionAssociationCommandOutput;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
81
92
|
}
|
|
@@ -112,4 +112,15 @@ declare const UpdateExtensionCommand_base: {
|
|
|
112
112
|
* @public
|
|
113
113
|
*/
|
|
114
114
|
export declare class UpdateExtensionCommand extends UpdateExtensionCommand_base {
|
|
115
|
+
/** @internal type navigation helper, not in runtime. */
|
|
116
|
+
protected static __types: {
|
|
117
|
+
api: {
|
|
118
|
+
input: UpdateExtensionRequest;
|
|
119
|
+
output: Extension;
|
|
120
|
+
};
|
|
121
|
+
sdk: {
|
|
122
|
+
input: UpdateExtensionCommandInput;
|
|
123
|
+
output: UpdateExtensionCommandOutput;
|
|
124
|
+
};
|
|
125
|
+
};
|
|
115
126
|
}
|
|
@@ -79,4 +79,15 @@ declare const ValidateConfigurationCommand_base: {
|
|
|
79
79
|
*
|
|
80
80
|
*/
|
|
81
81
|
export declare class ValidateConfigurationCommand extends ValidateConfigurationCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: ValidateConfigurationRequest;
|
|
86
|
+
output: {};
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: ValidateConfigurationCommandInput;
|
|
90
|
+
output: ValidateConfigurationCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
82
93
|
}
|
|
@@ -34,4 +34,15 @@ declare const CreateApplicationCommand_base: {
|
|
|
34
34
|
>;
|
|
35
35
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
36
36
|
};
|
|
37
|
-
export declare class CreateApplicationCommand extends CreateApplicationCommand_base {
|
|
37
|
+
export declare class CreateApplicationCommand extends CreateApplicationCommand_base {
|
|
38
|
+
protected static __types: {
|
|
39
|
+
api: {
|
|
40
|
+
input: CreateApplicationRequest;
|
|
41
|
+
output: Application;
|
|
42
|
+
};
|
|
43
|
+
sdk: {
|
|
44
|
+
input: CreateApplicationCommandInput;
|
|
45
|
+
output: CreateApplicationCommandOutput;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateConfigurationProfileCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateConfigurationProfileCommand extends CreateConfigurationProfileCommand_base {
|
|
40
|
+
export declare class CreateConfigurationProfileCommand extends CreateConfigurationProfileCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateConfigurationProfileRequest;
|
|
44
|
+
output: ConfigurationProfile;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateConfigurationProfileCommandInput;
|
|
48
|
+
output: CreateConfigurationProfileCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateDeploymentStrategyCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateDeploymentStrategyCommand extends CreateDeploymentStrategyCommand_base {
|
|
40
|
+
export declare class CreateDeploymentStrategyCommand extends CreateDeploymentStrategyCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateDeploymentStrategyRequest;
|
|
44
|
+
output: DeploymentStrategy;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateDeploymentStrategyCommandInput;
|
|
48
|
+
output: CreateDeploymentStrategyCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -34,4 +34,15 @@ declare const CreateEnvironmentCommand_base: {
|
|
|
34
34
|
>;
|
|
35
35
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
36
36
|
};
|
|
37
|
-
export declare class CreateEnvironmentCommand extends CreateEnvironmentCommand_base {
|
|
37
|
+
export declare class CreateEnvironmentCommand extends CreateEnvironmentCommand_base {
|
|
38
|
+
protected static __types: {
|
|
39
|
+
api: {
|
|
40
|
+
input: CreateEnvironmentRequest;
|
|
41
|
+
output: Environment;
|
|
42
|
+
};
|
|
43
|
+
sdk: {
|
|
44
|
+
input: CreateEnvironmentCommandInput;
|
|
45
|
+
output: CreateEnvironmentCommandOutput;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateExtensionAssociationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateExtensionAssociationCommand extends CreateExtensionAssociationCommand_base {
|
|
40
|
+
export declare class CreateExtensionAssociationCommand extends CreateExtensionAssociationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateExtensionAssociationRequest;
|
|
44
|
+
output: ExtensionAssociation;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateExtensionAssociationCommandInput;
|
|
48
|
+
output: CreateExtensionAssociationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const CreateExtensionCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreateExtensionCommand extends CreateExtensionCommand_base {
|
|
36
|
+
export declare class CreateExtensionCommand extends CreateExtensionCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateExtensionRequest;
|
|
40
|
+
output: Extension;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateExtensionCommandInput;
|
|
44
|
+
output: CreateExtensionCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -53,4 +53,15 @@ declare const CreateHostedConfigurationVersionCommand_base: {
|
|
|
53
53
|
>;
|
|
54
54
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
55
55
|
};
|
|
56
|
-
export declare class CreateHostedConfigurationVersionCommand extends CreateHostedConfigurationVersionCommand_base {
|
|
56
|
+
export declare class CreateHostedConfigurationVersionCommand extends CreateHostedConfigurationVersionCommand_base {
|
|
57
|
+
protected static __types: {
|
|
58
|
+
api: {
|
|
59
|
+
input: CreateHostedConfigurationVersionRequest;
|
|
60
|
+
output: HostedConfigurationVersion;
|
|
61
|
+
};
|
|
62
|
+
sdk: {
|
|
63
|
+
input: CreateHostedConfigurationVersionCommandInput;
|
|
64
|
+
output: CreateHostedConfigurationVersionCommandOutput;
|
|
65
|
+
};
|
|
66
|
+
};
|
|
67
|
+
}
|
|
@@ -32,4 +32,15 @@ declare const DeleteApplicationCommand_base: {
|
|
|
32
32
|
>;
|
|
33
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
34
34
|
};
|
|
35
|
-
export declare class DeleteApplicationCommand extends DeleteApplicationCommand_base {
|
|
35
|
+
export declare class DeleteApplicationCommand extends DeleteApplicationCommand_base {
|
|
36
|
+
protected static __types: {
|
|
37
|
+
api: {
|
|
38
|
+
input: DeleteApplicationRequest;
|
|
39
|
+
output: {};
|
|
40
|
+
};
|
|
41
|
+
sdk: {
|
|
42
|
+
input: DeleteApplicationCommandInput;
|
|
43
|
+
output: DeleteApplicationCommandOutput;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeleteConfigurationProfileCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeleteConfigurationProfileCommand extends DeleteConfigurationProfileCommand_base {
|
|
36
|
+
export declare class DeleteConfigurationProfileCommand extends DeleteConfigurationProfileCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteConfigurationProfileRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteConfigurationProfileCommandInput;
|
|
44
|
+
output: DeleteConfigurationProfileCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeleteDeploymentStrategyCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeleteDeploymentStrategyCommand extends DeleteDeploymentStrategyCommand_base {
|
|
36
|
+
export declare class DeleteDeploymentStrategyCommand extends DeleteDeploymentStrategyCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteDeploymentStrategyRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteDeploymentStrategyCommandInput;
|
|
44
|
+
output: DeleteDeploymentStrategyCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -32,4 +32,15 @@ declare const DeleteEnvironmentCommand_base: {
|
|
|
32
32
|
>;
|
|
33
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
34
34
|
};
|
|
35
|
-
export declare class DeleteEnvironmentCommand extends DeleteEnvironmentCommand_base {
|
|
35
|
+
export declare class DeleteEnvironmentCommand extends DeleteEnvironmentCommand_base {
|
|
36
|
+
protected static __types: {
|
|
37
|
+
api: {
|
|
38
|
+
input: DeleteEnvironmentRequest;
|
|
39
|
+
output: {};
|
|
40
|
+
};
|
|
41
|
+
sdk: {
|
|
42
|
+
input: DeleteEnvironmentCommandInput;
|
|
43
|
+
output: DeleteEnvironmentCommandOutput;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeleteExtensionAssociationCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeleteExtensionAssociationCommand extends DeleteExtensionAssociationCommand_base {
|
|
36
|
+
export declare class DeleteExtensionAssociationCommand extends DeleteExtensionAssociationCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteExtensionAssociationRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteExtensionAssociationCommandInput;
|
|
44
|
+
output: DeleteExtensionAssociationCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const DeleteExtensionCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class DeleteExtensionCommand extends DeleteExtensionCommand_base {
|
|
34
|
+
export declare class DeleteExtensionCommand extends DeleteExtensionCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: DeleteExtensionRequest;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: DeleteExtensionCommandInput;
|
|
42
|
+
output: DeleteExtensionCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeleteHostedConfigurationVersionCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeleteHostedConfigurationVersionCommand extends DeleteHostedConfigurationVersionCommand_base {
|
|
36
|
+
export declare class DeleteHostedConfigurationVersionCommand extends DeleteHostedConfigurationVersionCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteHostedConfigurationVersionRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteHostedConfigurationVersionCommandInput;
|
|
44
|
+
output: DeleteHostedConfigurationVersionCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetAccountSettingsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetAccountSettingsCommand extends GetAccountSettingsCommand_base {
|
|
36
|
+
export declare class GetAccountSettingsCommand extends GetAccountSettingsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: {};
|
|
40
|
+
output: AccountSettings;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetAccountSettingsCommandInput;
|
|
44
|
+
output: GetAccountSettingsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetApplicationCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetApplicationCommand extends GetApplicationCommand_base {
|
|
36
|
+
export declare class GetApplicationCommand extends GetApplicationCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetApplicationRequest;
|
|
40
|
+
output: Application;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetApplicationCommandInput;
|
|
44
|
+
output: GetApplicationCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -40,4 +40,15 @@ declare const GetConfigurationCommand_base: {
|
|
|
40
40
|
>;
|
|
41
41
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
42
42
|
};
|
|
43
|
-
export declare class GetConfigurationCommand extends GetConfigurationCommand_base {
|
|
43
|
+
export declare class GetConfigurationCommand extends GetConfigurationCommand_base {
|
|
44
|
+
protected static __types: {
|
|
45
|
+
api: {
|
|
46
|
+
input: GetConfigurationRequest;
|
|
47
|
+
output: Configuration;
|
|
48
|
+
};
|
|
49
|
+
sdk: {
|
|
50
|
+
input: GetConfigurationCommandInput;
|
|
51
|
+
output: GetConfigurationCommandOutput;
|
|
52
|
+
};
|
|
53
|
+
};
|
|
54
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetConfigurationProfileCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetConfigurationProfileCommand extends GetConfigurationProfileCommand_base {
|
|
40
|
+
export declare class GetConfigurationProfileCommand extends GetConfigurationProfileCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetConfigurationProfileRequest;
|
|
44
|
+
output: ConfigurationProfile;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetConfigurationProfileCommandInput;
|
|
48
|
+
output: GetConfigurationProfileCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetDeploymentCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetDeploymentCommand extends GetDeploymentCommand_base {
|
|
36
|
+
export declare class GetDeploymentCommand extends GetDeploymentCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetDeploymentRequest;
|
|
40
|
+
output: Deployment;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetDeploymentCommandInput;
|
|
44
|
+
output: GetDeploymentCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetDeploymentStrategyCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetDeploymentStrategyCommand extends GetDeploymentStrategyCommand_base {
|
|
40
|
+
export declare class GetDeploymentStrategyCommand extends GetDeploymentStrategyCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetDeploymentStrategyRequest;
|
|
44
|
+
output: DeploymentStrategy;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetDeploymentStrategyCommandInput;
|
|
48
|
+
output: GetDeploymentStrategyCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetEnvironmentCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetEnvironmentCommand extends GetEnvironmentCommand_base {
|
|
36
|
+
export declare class GetEnvironmentCommand extends GetEnvironmentCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetEnvironmentRequest;
|
|
40
|
+
output: Environment;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetEnvironmentCommandInput;
|
|
44
|
+
output: GetEnvironmentCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetExtensionAssociationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetExtensionAssociationCommand extends GetExtensionAssociationCommand_base {
|
|
40
|
+
export declare class GetExtensionAssociationCommand extends GetExtensionAssociationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetExtensionAssociationRequest;
|
|
44
|
+
output: ExtensionAssociation;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetExtensionAssociationCommandInput;
|
|
48
|
+
output: GetExtensionAssociationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetExtensionCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetExtensionCommand extends GetExtensionCommand_base {
|
|
36
|
+
export declare class GetExtensionCommand extends GetExtensionCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetExtensionRequest;
|
|
40
|
+
output: Extension;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetExtensionCommandInput;
|
|
44
|
+
output: GetExtensionCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -44,4 +44,15 @@ declare const GetHostedConfigurationVersionCommand_base: {
|
|
|
44
44
|
>;
|
|
45
45
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
46
46
|
};
|
|
47
|
-
export declare class GetHostedConfigurationVersionCommand extends GetHostedConfigurationVersionCommand_base {
|
|
47
|
+
export declare class GetHostedConfigurationVersionCommand extends GetHostedConfigurationVersionCommand_base {
|
|
48
|
+
protected static __types: {
|
|
49
|
+
api: {
|
|
50
|
+
input: GetHostedConfigurationVersionRequest;
|
|
51
|
+
output: HostedConfigurationVersion;
|
|
52
|
+
};
|
|
53
|
+
sdk: {
|
|
54
|
+
input: GetHostedConfigurationVersionCommandInput;
|
|
55
|
+
output: GetHostedConfigurationVersionCommandOutput;
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListApplicationsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListApplicationsCommand extends ListApplicationsCommand_base {
|
|
36
|
+
export declare class ListApplicationsCommand extends ListApplicationsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListApplicationsRequest;
|
|
40
|
+
output: Applications;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListApplicationsCommandInput;
|
|
44
|
+
output: ListApplicationsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListConfigurationProfilesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListConfigurationProfilesCommand extends ListConfigurationProfilesCommand_base {
|
|
40
|
+
export declare class ListConfigurationProfilesCommand extends ListConfigurationProfilesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListConfigurationProfilesRequest;
|
|
44
|
+
output: ConfigurationProfiles;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListConfigurationProfilesCommandInput;
|
|
48
|
+
output: ListConfigurationProfilesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListDeploymentStrategiesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListDeploymentStrategiesCommand extends ListDeploymentStrategiesCommand_base {
|
|
40
|
+
export declare class ListDeploymentStrategiesCommand extends ListDeploymentStrategiesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListDeploymentStrategiesRequest;
|
|
44
|
+
output: DeploymentStrategies;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListDeploymentStrategiesCommandInput;
|
|
48
|
+
output: ListDeploymentStrategiesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListDeploymentsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListDeploymentsCommand extends ListDeploymentsCommand_base {
|
|
36
|
+
export declare class ListDeploymentsCommand extends ListDeploymentsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListDeploymentsRequest;
|
|
40
|
+
output: Deployments;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListDeploymentsCommandInput;
|
|
44
|
+
output: ListDeploymentsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListEnvironmentsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListEnvironmentsCommand extends ListEnvironmentsCommand_base {
|
|
36
|
+
export declare class ListEnvironmentsCommand extends ListEnvironmentsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListEnvironmentsRequest;
|
|
40
|
+
output: Environments;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListEnvironmentsCommandInput;
|
|
44
|
+
output: ListEnvironmentsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListExtensionAssociationsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListExtensionAssociationsCommand extends ListExtensionAssociationsCommand_base {
|
|
40
|
+
export declare class ListExtensionAssociationsCommand extends ListExtensionAssociationsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListExtensionAssociationsRequest;
|
|
44
|
+
output: ExtensionAssociations;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListExtensionAssociationsCommandInput;
|
|
48
|
+
output: ListExtensionAssociationsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListExtensionsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListExtensionsCommand extends ListExtensionsCommand_base {
|
|
36
|
+
export declare class ListExtensionsCommand extends ListExtensionsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListExtensionsRequest;
|
|
40
|
+
output: Extensions;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListExtensionsCommandInput;
|
|
44
|
+
output: ListExtensionsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|