@aws-sdk/client-codedeploy 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/AddTagsToOnPremisesInstancesCommand.d.ts +11 -0
- package/dist-types/commands/BatchGetApplicationRevisionsCommand.d.ts +11 -0
- package/dist-types/commands/BatchGetApplicationsCommand.d.ts +11 -0
- package/dist-types/commands/BatchGetDeploymentGroupsCommand.d.ts +11 -0
- package/dist-types/commands/BatchGetDeploymentInstancesCommand.d.ts +11 -0
- package/dist-types/commands/BatchGetDeploymentTargetsCommand.d.ts +11 -0
- package/dist-types/commands/BatchGetDeploymentsCommand.d.ts +11 -0
- package/dist-types/commands/BatchGetOnPremisesInstancesCommand.d.ts +11 -0
- package/dist-types/commands/ContinueDeploymentCommand.d.ts +11 -0
- package/dist-types/commands/CreateApplicationCommand.d.ts +11 -0
- package/dist-types/commands/CreateDeploymentCommand.d.ts +11 -0
- package/dist-types/commands/CreateDeploymentConfigCommand.d.ts +11 -0
- package/dist-types/commands/CreateDeploymentGroupCommand.d.ts +11 -0
- package/dist-types/commands/DeleteApplicationCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDeploymentConfigCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDeploymentGroupCommand.d.ts +11 -0
- package/dist-types/commands/DeleteGitHubAccountTokenCommand.d.ts +11 -0
- package/dist-types/commands/DeleteResourcesByExternalIdCommand.d.ts +11 -0
- package/dist-types/commands/DeregisterOnPremisesInstanceCommand.d.ts +11 -0
- package/dist-types/commands/GetApplicationCommand.d.ts +11 -0
- package/dist-types/commands/GetApplicationRevisionCommand.d.ts +11 -0
- package/dist-types/commands/GetDeploymentCommand.d.ts +11 -0
- package/dist-types/commands/GetDeploymentConfigCommand.d.ts +11 -0
- package/dist-types/commands/GetDeploymentGroupCommand.d.ts +11 -0
- package/dist-types/commands/GetDeploymentInstanceCommand.d.ts +11 -0
- package/dist-types/commands/GetDeploymentTargetCommand.d.ts +11 -0
- package/dist-types/commands/GetOnPremisesInstanceCommand.d.ts +11 -0
- package/dist-types/commands/ListApplicationRevisionsCommand.d.ts +11 -0
- package/dist-types/commands/ListApplicationsCommand.d.ts +11 -0
- package/dist-types/commands/ListDeploymentConfigsCommand.d.ts +11 -0
- package/dist-types/commands/ListDeploymentGroupsCommand.d.ts +11 -0
- package/dist-types/commands/ListDeploymentInstancesCommand.d.ts +11 -0
- package/dist-types/commands/ListDeploymentTargetsCommand.d.ts +11 -0
- package/dist-types/commands/ListDeploymentsCommand.d.ts +11 -0
- package/dist-types/commands/ListGitHubAccountTokenNamesCommand.d.ts +11 -0
- package/dist-types/commands/ListOnPremisesInstancesCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +11 -0
- package/dist-types/commands/RegisterApplicationRevisionCommand.d.ts +11 -0
- package/dist-types/commands/RegisterOnPremisesInstanceCommand.d.ts +11 -0
- package/dist-types/commands/RemoveTagsFromOnPremisesInstancesCommand.d.ts +11 -0
- package/dist-types/commands/SkipWaitTimeForInstanceTerminationCommand.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/UpdateApplicationCommand.d.ts +11 -0
- package/dist-types/commands/UpdateDeploymentGroupCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/AddTagsToOnPremisesInstancesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchGetApplicationRevisionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchGetApplicationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchGetDeploymentGroupsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchGetDeploymentInstancesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchGetDeploymentTargetsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchGetDeploymentsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchGetOnPremisesInstancesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ContinueDeploymentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDeploymentConfigCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDeploymentGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDeploymentConfigCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDeploymentGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteGitHubAccountTokenCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteResourcesByExternalIdCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeregisterOnPremisesInstanceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetApplicationRevisionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDeploymentConfigCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDeploymentGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDeploymentInstanceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDeploymentTargetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetOnPremisesInstanceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListApplicationRevisionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDeploymentConfigsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDeploymentGroupsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDeploymentInstancesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDeploymentTargetsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListGitHubAccountTokenNamesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListOnPremisesInstancesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RegisterApplicationRevisionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RegisterOnPremisesInstanceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RemoveTagsFromOnPremisesInstancesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SkipWaitTimeForInstanceTerminationCommand.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/UpdateApplicationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateDeploymentGroupCommand.d.ts +12 -1
- package/package.json +36 -36
|
@@ -92,4 +92,15 @@ declare const RegisterOnPremisesInstanceCommand_base: {
|
|
|
92
92
|
* @public
|
|
93
93
|
*/
|
|
94
94
|
export declare class RegisterOnPremisesInstanceCommand extends RegisterOnPremisesInstanceCommand_base {
|
|
95
|
+
/** @internal type navigation helper, not in runtime. */
|
|
96
|
+
protected static __types: {
|
|
97
|
+
api: {
|
|
98
|
+
input: RegisterOnPremisesInstanceInput;
|
|
99
|
+
output: {};
|
|
100
|
+
};
|
|
101
|
+
sdk: {
|
|
102
|
+
input: RegisterOnPremisesInstanceCommandInput;
|
|
103
|
+
output: RegisterOnPremisesInstanceCommandOutput;
|
|
104
|
+
};
|
|
105
|
+
};
|
|
95
106
|
}
|
|
@@ -85,4 +85,15 @@ declare const RemoveTagsFromOnPremisesInstancesCommand_base: {
|
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class RemoveTagsFromOnPremisesInstancesCommand extends RemoveTagsFromOnPremisesInstancesCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: RemoveTagsFromOnPremisesInstancesInput;
|
|
92
|
+
output: {};
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: RemoveTagsFromOnPremisesInstancesCommandInput;
|
|
96
|
+
output: RemoveTagsFromOnPremisesInstancesCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -76,4 +76,15 @@ declare const SkipWaitTimeForInstanceTerminationCommand_base: {
|
|
|
76
76
|
* @public
|
|
77
77
|
*/
|
|
78
78
|
export declare class SkipWaitTimeForInstanceTerminationCommand extends SkipWaitTimeForInstanceTerminationCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: SkipWaitTimeForInstanceTerminationInput;
|
|
83
|
+
output: {};
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: SkipWaitTimeForInstanceTerminationCommandInput;
|
|
87
|
+
output: SkipWaitTimeForInstanceTerminationCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -78,4 +78,15 @@ declare const StopDeploymentCommand_base: {
|
|
|
78
78
|
* @public
|
|
79
79
|
*/
|
|
80
80
|
export declare class StopDeploymentCommand extends StopDeploymentCommand_base {
|
|
81
|
+
/** @internal type navigation helper, not in runtime. */
|
|
82
|
+
protected static __types: {
|
|
83
|
+
api: {
|
|
84
|
+
input: StopDeploymentInput;
|
|
85
|
+
output: StopDeploymentOutput;
|
|
86
|
+
};
|
|
87
|
+
sdk: {
|
|
88
|
+
input: StopDeploymentCommandInput;
|
|
89
|
+
output: StopDeploymentCommandOutput;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
81
92
|
}
|
|
@@ -88,4 +88,15 @@ declare const TagResourceCommand_base: {
|
|
|
88
88
|
* @public
|
|
89
89
|
*/
|
|
90
90
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: TagResourceInput;
|
|
95
|
+
output: {};
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: TagResourceCommandInput;
|
|
99
|
+
output: TagResourceCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -86,4 +86,15 @@ declare const UntagResourceCommand_base: {
|
|
|
86
86
|
* @public
|
|
87
87
|
*/
|
|
88
88
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
89
|
+
/** @internal type navigation helper, not in runtime. */
|
|
90
|
+
protected static __types: {
|
|
91
|
+
api: {
|
|
92
|
+
input: UntagResourceInput;
|
|
93
|
+
output: {};
|
|
94
|
+
};
|
|
95
|
+
sdk: {
|
|
96
|
+
input: UntagResourceCommandInput;
|
|
97
|
+
output: UntagResourceCommandOutput;
|
|
98
|
+
};
|
|
99
|
+
};
|
|
89
100
|
}
|
|
@@ -69,4 +69,15 @@ declare const UpdateApplicationCommand_base: {
|
|
|
69
69
|
* @public
|
|
70
70
|
*/
|
|
71
71
|
export declare class UpdateApplicationCommand extends UpdateApplicationCommand_base {
|
|
72
|
+
/** @internal type navigation helper, not in runtime. */
|
|
73
|
+
protected static __types: {
|
|
74
|
+
api: {
|
|
75
|
+
input: UpdateApplicationInput;
|
|
76
|
+
output: {};
|
|
77
|
+
};
|
|
78
|
+
sdk: {
|
|
79
|
+
input: UpdateApplicationCommandInput;
|
|
80
|
+
output: UpdateApplicationCommandOutput;
|
|
81
|
+
};
|
|
82
|
+
};
|
|
72
83
|
}
|
|
@@ -311,4 +311,15 @@ declare const UpdateDeploymentGroupCommand_base: {
|
|
|
311
311
|
* @public
|
|
312
312
|
*/
|
|
313
313
|
export declare class UpdateDeploymentGroupCommand extends UpdateDeploymentGroupCommand_base {
|
|
314
|
+
/** @internal type navigation helper, not in runtime. */
|
|
315
|
+
protected static __types: {
|
|
316
|
+
api: {
|
|
317
|
+
input: UpdateDeploymentGroupInput;
|
|
318
|
+
output: UpdateDeploymentGroupOutput;
|
|
319
|
+
};
|
|
320
|
+
sdk: {
|
|
321
|
+
input: UpdateDeploymentGroupCommandInput;
|
|
322
|
+
output: UpdateDeploymentGroupCommandOutput;
|
|
323
|
+
};
|
|
324
|
+
};
|
|
314
325
|
}
|
|
@@ -33,4 +33,15 @@ declare const AddTagsToOnPremisesInstancesCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class AddTagsToOnPremisesInstancesCommand extends AddTagsToOnPremisesInstancesCommand_base {
|
|
36
|
+
export declare class AddTagsToOnPremisesInstancesCommand extends AddTagsToOnPremisesInstancesCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: AddTagsToOnPremisesInstancesInput;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: AddTagsToOnPremisesInstancesCommandInput;
|
|
44
|
+
output: AddTagsToOnPremisesInstancesCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const BatchGetApplicationRevisionsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class BatchGetApplicationRevisionsCommand extends BatchGetApplicationRevisionsCommand_base {
|
|
40
|
+
export declare class BatchGetApplicationRevisionsCommand extends BatchGetApplicationRevisionsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: BatchGetApplicationRevisionsInput;
|
|
44
|
+
output: BatchGetApplicationRevisionsOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: BatchGetApplicationRevisionsCommandInput;
|
|
48
|
+
output: BatchGetApplicationRevisionsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const BatchGetApplicationsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class BatchGetApplicationsCommand extends BatchGetApplicationsCommand_base {
|
|
40
|
+
export declare class BatchGetApplicationsCommand extends BatchGetApplicationsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: BatchGetApplicationsInput;
|
|
44
|
+
output: BatchGetApplicationsOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: BatchGetApplicationsCommandInput;
|
|
48
|
+
output: BatchGetApplicationsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const BatchGetDeploymentGroupsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class BatchGetDeploymentGroupsCommand extends BatchGetDeploymentGroupsCommand_base {
|
|
40
|
+
export declare class BatchGetDeploymentGroupsCommand extends BatchGetDeploymentGroupsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: BatchGetDeploymentGroupsInput;
|
|
44
|
+
output: BatchGetDeploymentGroupsOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: BatchGetDeploymentGroupsCommandInput;
|
|
48
|
+
output: BatchGetDeploymentGroupsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const BatchGetDeploymentInstancesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class BatchGetDeploymentInstancesCommand extends BatchGetDeploymentInstancesCommand_base {
|
|
40
|
+
export declare class BatchGetDeploymentInstancesCommand extends BatchGetDeploymentInstancesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: BatchGetDeploymentInstancesInput;
|
|
44
|
+
output: BatchGetDeploymentInstancesOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: BatchGetDeploymentInstancesCommandInput;
|
|
48
|
+
output: BatchGetDeploymentInstancesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const BatchGetDeploymentTargetsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class BatchGetDeploymentTargetsCommand extends BatchGetDeploymentTargetsCommand_base {
|
|
40
|
+
export declare class BatchGetDeploymentTargetsCommand extends BatchGetDeploymentTargetsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: BatchGetDeploymentTargetsInput;
|
|
44
|
+
output: BatchGetDeploymentTargetsOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: BatchGetDeploymentTargetsCommandInput;
|
|
48
|
+
output: BatchGetDeploymentTargetsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const BatchGetDeploymentsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class BatchGetDeploymentsCommand extends BatchGetDeploymentsCommand_base {
|
|
40
|
+
export declare class BatchGetDeploymentsCommand extends BatchGetDeploymentsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: BatchGetDeploymentsInput;
|
|
44
|
+
output: BatchGetDeploymentsOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: BatchGetDeploymentsCommandInput;
|
|
48
|
+
output: BatchGetDeploymentsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const BatchGetOnPremisesInstancesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class BatchGetOnPremisesInstancesCommand extends BatchGetOnPremisesInstancesCommand_base {
|
|
40
|
+
export declare class BatchGetOnPremisesInstancesCommand extends BatchGetOnPremisesInstancesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: BatchGetOnPremisesInstancesInput;
|
|
44
|
+
output: BatchGetOnPremisesInstancesOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: BatchGetOnPremisesInstancesCommandInput;
|
|
48
|
+
output: BatchGetOnPremisesInstancesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -32,4 +32,15 @@ declare const ContinueDeploymentCommand_base: {
|
|
|
32
32
|
>;
|
|
33
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
34
34
|
};
|
|
35
|
-
export declare class ContinueDeploymentCommand extends ContinueDeploymentCommand_base {
|
|
35
|
+
export declare class ContinueDeploymentCommand extends ContinueDeploymentCommand_base {
|
|
36
|
+
protected static __types: {
|
|
37
|
+
api: {
|
|
38
|
+
input: ContinueDeploymentInput;
|
|
39
|
+
output: {};
|
|
40
|
+
};
|
|
41
|
+
sdk: {
|
|
42
|
+
input: ContinueDeploymentCommandInput;
|
|
43
|
+
output: ContinueDeploymentCommandOutput;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateApplicationCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateApplicationCommand extends CreateApplicationCommand_base {
|
|
39
|
+
export declare class CreateApplicationCommand extends CreateApplicationCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateApplicationInput;
|
|
43
|
+
output: CreateApplicationOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateApplicationCommandInput;
|
|
47
|
+
output: CreateApplicationCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateDeploymentCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateDeploymentCommand extends CreateDeploymentCommand_base {
|
|
39
|
+
export declare class CreateDeploymentCommand extends CreateDeploymentCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateDeploymentInput;
|
|
43
|
+
output: CreateDeploymentOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateDeploymentCommandInput;
|
|
47
|
+
output: CreateDeploymentCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateDeploymentConfigCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateDeploymentConfigCommand extends CreateDeploymentConfigCommand_base {
|
|
40
|
+
export declare class CreateDeploymentConfigCommand extends CreateDeploymentConfigCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateDeploymentConfigInput;
|
|
44
|
+
output: CreateDeploymentConfigOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateDeploymentConfigCommandInput;
|
|
48
|
+
output: CreateDeploymentConfigCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateDeploymentGroupCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateDeploymentGroupCommand extends CreateDeploymentGroupCommand_base {
|
|
40
|
+
export declare class CreateDeploymentGroupCommand extends CreateDeploymentGroupCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateDeploymentGroupInput;
|
|
44
|
+
output: CreateDeploymentGroupOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateDeploymentGroupCommandInput;
|
|
48
|
+
output: CreateDeploymentGroupCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const DeleteApplicationCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class DeleteApplicationCommand extends DeleteApplicationCommand_base {
|
|
34
|
+
export declare class DeleteApplicationCommand extends DeleteApplicationCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: DeleteApplicationInput;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: DeleteApplicationCommandInput;
|
|
42
|
+
output: DeleteApplicationCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -32,4 +32,15 @@ declare const DeleteDeploymentConfigCommand_base: {
|
|
|
32
32
|
>;
|
|
33
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
34
34
|
};
|
|
35
|
-
export declare class DeleteDeploymentConfigCommand extends DeleteDeploymentConfigCommand_base {
|
|
35
|
+
export declare class DeleteDeploymentConfigCommand extends DeleteDeploymentConfigCommand_base {
|
|
36
|
+
protected static __types: {
|
|
37
|
+
api: {
|
|
38
|
+
input: DeleteDeploymentConfigInput;
|
|
39
|
+
output: {};
|
|
40
|
+
};
|
|
41
|
+
sdk: {
|
|
42
|
+
input: DeleteDeploymentConfigCommandInput;
|
|
43
|
+
output: DeleteDeploymentConfigCommandOutput;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteDeploymentGroupCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteDeploymentGroupCommand extends DeleteDeploymentGroupCommand_base {
|
|
40
|
+
export declare class DeleteDeploymentGroupCommand extends DeleteDeploymentGroupCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteDeploymentGroupInput;
|
|
44
|
+
output: DeleteDeploymentGroupOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteDeploymentGroupCommandInput;
|
|
48
|
+
output: DeleteDeploymentGroupCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteGitHubAccountTokenCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteGitHubAccountTokenCommand extends DeleteGitHubAccountTokenCommand_base {
|
|
40
|
+
export declare class DeleteGitHubAccountTokenCommand extends DeleteGitHubAccountTokenCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteGitHubAccountTokenInput;
|
|
44
|
+
output: DeleteGitHubAccountTokenOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteGitHubAccountTokenCommandInput;
|
|
48
|
+
output: DeleteGitHubAccountTokenCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteResourcesByExternalIdCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteResourcesByExternalIdCommand extends DeleteResourcesByExternalIdCommand_base {
|
|
40
|
+
export declare class DeleteResourcesByExternalIdCommand extends DeleteResourcesByExternalIdCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteResourcesByExternalIdInput;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteResourcesByExternalIdCommandInput;
|
|
48
|
+
output: DeleteResourcesByExternalIdCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeregisterOnPremisesInstanceCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeregisterOnPremisesInstanceCommand extends DeregisterOnPremisesInstanceCommand_base {
|
|
36
|
+
export declare class DeregisterOnPremisesInstanceCommand extends DeregisterOnPremisesInstanceCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeregisterOnPremisesInstanceInput;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeregisterOnPremisesInstanceCommandInput;
|
|
44
|
+
output: DeregisterOnPremisesInstanceCommandOutput;
|
|
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: GetApplicationInput;
|
|
40
|
+
output: GetApplicationOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetApplicationCommandInput;
|
|
44
|
+
output: GetApplicationCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetApplicationRevisionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetApplicationRevisionCommand extends GetApplicationRevisionCommand_base {
|
|
40
|
+
export declare class GetApplicationRevisionCommand extends GetApplicationRevisionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetApplicationRevisionInput;
|
|
44
|
+
output: GetApplicationRevisionOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetApplicationRevisionCommandInput;
|
|
48
|
+
output: GetApplicationRevisionCommandOutput;
|
|
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: GetDeploymentInput;
|
|
40
|
+
output: GetDeploymentOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetDeploymentCommandInput;
|
|
44
|
+
output: GetDeploymentCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetDeploymentConfigCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetDeploymentConfigCommand extends GetDeploymentConfigCommand_base {
|
|
40
|
+
export declare class GetDeploymentConfigCommand extends GetDeploymentConfigCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetDeploymentConfigInput;
|
|
44
|
+
output: GetDeploymentConfigOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetDeploymentConfigCommandInput;
|
|
48
|
+
output: GetDeploymentConfigCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetDeploymentGroupCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetDeploymentGroupCommand extends GetDeploymentGroupCommand_base {
|
|
40
|
+
export declare class GetDeploymentGroupCommand extends GetDeploymentGroupCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetDeploymentGroupInput;
|
|
44
|
+
output: GetDeploymentGroupOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetDeploymentGroupCommandInput;
|
|
48
|
+
output: GetDeploymentGroupCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetDeploymentInstanceCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetDeploymentInstanceCommand extends GetDeploymentInstanceCommand_base {
|
|
40
|
+
export declare class GetDeploymentInstanceCommand extends GetDeploymentInstanceCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetDeploymentInstanceInput;
|
|
44
|
+
output: GetDeploymentInstanceOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetDeploymentInstanceCommandInput;
|
|
48
|
+
output: GetDeploymentInstanceCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetDeploymentTargetCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetDeploymentTargetCommand extends GetDeploymentTargetCommand_base {
|
|
40
|
+
export declare class GetDeploymentTargetCommand extends GetDeploymentTargetCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetDeploymentTargetInput;
|
|
44
|
+
output: GetDeploymentTargetOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetDeploymentTargetCommandInput;
|
|
48
|
+
output: GetDeploymentTargetCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetOnPremisesInstanceCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetOnPremisesInstanceCommand extends GetOnPremisesInstanceCommand_base {
|
|
40
|
+
export declare class GetOnPremisesInstanceCommand extends GetOnPremisesInstanceCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetOnPremisesInstanceInput;
|
|
44
|
+
output: GetOnPremisesInstanceOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetOnPremisesInstanceCommandInput;
|
|
48
|
+
output: GetOnPremisesInstanceCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListApplicationRevisionsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListApplicationRevisionsCommand extends ListApplicationRevisionsCommand_base {
|
|
40
|
+
export declare class ListApplicationRevisionsCommand extends ListApplicationRevisionsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListApplicationRevisionsInput;
|
|
44
|
+
output: ListApplicationRevisionsOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListApplicationRevisionsCommandInput;
|
|
48
|
+
output: ListApplicationRevisionsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const ListApplicationsCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ListApplicationsCommand extends ListApplicationsCommand_base {
|
|
39
|
+
export declare class ListApplicationsCommand extends ListApplicationsCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListApplicationsInput;
|
|
43
|
+
output: ListApplicationsOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListApplicationsCommandInput;
|
|
47
|
+
output: ListApplicationsCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|