@aws-sdk/client-codedeploy 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.
Files changed (95) hide show
  1. package/dist-types/commands/AddTagsToOnPremisesInstancesCommand.d.ts +11 -0
  2. package/dist-types/commands/BatchGetApplicationRevisionsCommand.d.ts +11 -0
  3. package/dist-types/commands/BatchGetApplicationsCommand.d.ts +11 -0
  4. package/dist-types/commands/BatchGetDeploymentGroupsCommand.d.ts +11 -0
  5. package/dist-types/commands/BatchGetDeploymentInstancesCommand.d.ts +11 -0
  6. package/dist-types/commands/BatchGetDeploymentTargetsCommand.d.ts +11 -0
  7. package/dist-types/commands/BatchGetDeploymentsCommand.d.ts +11 -0
  8. package/dist-types/commands/BatchGetOnPremisesInstancesCommand.d.ts +11 -0
  9. package/dist-types/commands/ContinueDeploymentCommand.d.ts +11 -0
  10. package/dist-types/commands/CreateApplicationCommand.d.ts +11 -0
  11. package/dist-types/commands/CreateDeploymentCommand.d.ts +11 -0
  12. package/dist-types/commands/CreateDeploymentConfigCommand.d.ts +11 -0
  13. package/dist-types/commands/CreateDeploymentGroupCommand.d.ts +11 -0
  14. package/dist-types/commands/DeleteApplicationCommand.d.ts +11 -0
  15. package/dist-types/commands/DeleteDeploymentConfigCommand.d.ts +11 -0
  16. package/dist-types/commands/DeleteDeploymentGroupCommand.d.ts +11 -0
  17. package/dist-types/commands/DeleteGitHubAccountTokenCommand.d.ts +11 -0
  18. package/dist-types/commands/DeleteResourcesByExternalIdCommand.d.ts +11 -0
  19. package/dist-types/commands/DeregisterOnPremisesInstanceCommand.d.ts +11 -0
  20. package/dist-types/commands/GetApplicationCommand.d.ts +11 -0
  21. package/dist-types/commands/GetApplicationRevisionCommand.d.ts +11 -0
  22. package/dist-types/commands/GetDeploymentCommand.d.ts +11 -0
  23. package/dist-types/commands/GetDeploymentConfigCommand.d.ts +11 -0
  24. package/dist-types/commands/GetDeploymentGroupCommand.d.ts +11 -0
  25. package/dist-types/commands/GetDeploymentInstanceCommand.d.ts +11 -0
  26. package/dist-types/commands/GetDeploymentTargetCommand.d.ts +11 -0
  27. package/dist-types/commands/GetOnPremisesInstanceCommand.d.ts +11 -0
  28. package/dist-types/commands/ListApplicationRevisionsCommand.d.ts +11 -0
  29. package/dist-types/commands/ListApplicationsCommand.d.ts +11 -0
  30. package/dist-types/commands/ListDeploymentConfigsCommand.d.ts +11 -0
  31. package/dist-types/commands/ListDeploymentGroupsCommand.d.ts +11 -0
  32. package/dist-types/commands/ListDeploymentInstancesCommand.d.ts +11 -0
  33. package/dist-types/commands/ListDeploymentTargetsCommand.d.ts +11 -0
  34. package/dist-types/commands/ListDeploymentsCommand.d.ts +11 -0
  35. package/dist-types/commands/ListGitHubAccountTokenNamesCommand.d.ts +11 -0
  36. package/dist-types/commands/ListOnPremisesInstancesCommand.d.ts +11 -0
  37. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  38. package/dist-types/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +11 -0
  39. package/dist-types/commands/RegisterApplicationRevisionCommand.d.ts +11 -0
  40. package/dist-types/commands/RegisterOnPremisesInstanceCommand.d.ts +11 -0
  41. package/dist-types/commands/RemoveTagsFromOnPremisesInstancesCommand.d.ts +11 -0
  42. package/dist-types/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +11 -0
  43. package/dist-types/commands/StopDeploymentCommand.d.ts +11 -0
  44. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  45. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  46. package/dist-types/commands/UpdateApplicationCommand.d.ts +11 -0
  47. package/dist-types/commands/UpdateDeploymentGroupCommand.d.ts +11 -0
  48. package/dist-types/ts3.4/commands/AddTagsToOnPremisesInstancesCommand.d.ts +12 -1
  49. package/dist-types/ts3.4/commands/BatchGetApplicationRevisionsCommand.d.ts +12 -1
  50. package/dist-types/ts3.4/commands/BatchGetApplicationsCommand.d.ts +12 -1
  51. package/dist-types/ts3.4/commands/BatchGetDeploymentGroupsCommand.d.ts +12 -1
  52. package/dist-types/ts3.4/commands/BatchGetDeploymentInstancesCommand.d.ts +12 -1
  53. package/dist-types/ts3.4/commands/BatchGetDeploymentTargetsCommand.d.ts +12 -1
  54. package/dist-types/ts3.4/commands/BatchGetDeploymentsCommand.d.ts +12 -1
  55. package/dist-types/ts3.4/commands/BatchGetOnPremisesInstancesCommand.d.ts +12 -1
  56. package/dist-types/ts3.4/commands/ContinueDeploymentCommand.d.ts +12 -1
  57. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +12 -1
  58. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +12 -1
  59. package/dist-types/ts3.4/commands/CreateDeploymentConfigCommand.d.ts +12 -1
  60. package/dist-types/ts3.4/commands/CreateDeploymentGroupCommand.d.ts +12 -1
  61. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +12 -1
  62. package/dist-types/ts3.4/commands/DeleteDeploymentConfigCommand.d.ts +12 -1
  63. package/dist-types/ts3.4/commands/DeleteDeploymentGroupCommand.d.ts +12 -1
  64. package/dist-types/ts3.4/commands/DeleteGitHubAccountTokenCommand.d.ts +12 -1
  65. package/dist-types/ts3.4/commands/DeleteResourcesByExternalIdCommand.d.ts +12 -1
  66. package/dist-types/ts3.4/commands/DeregisterOnPremisesInstanceCommand.d.ts +12 -1
  67. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +12 -1
  68. package/dist-types/ts3.4/commands/GetApplicationRevisionCommand.d.ts +12 -1
  69. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +12 -1
  70. package/dist-types/ts3.4/commands/GetDeploymentConfigCommand.d.ts +12 -1
  71. package/dist-types/ts3.4/commands/GetDeploymentGroupCommand.d.ts +12 -1
  72. package/dist-types/ts3.4/commands/GetDeploymentInstanceCommand.d.ts +12 -1
  73. package/dist-types/ts3.4/commands/GetDeploymentTargetCommand.d.ts +12 -1
  74. package/dist-types/ts3.4/commands/GetOnPremisesInstanceCommand.d.ts +12 -1
  75. package/dist-types/ts3.4/commands/ListApplicationRevisionsCommand.d.ts +12 -1
  76. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +12 -1
  77. package/dist-types/ts3.4/commands/ListDeploymentConfigsCommand.d.ts +12 -1
  78. package/dist-types/ts3.4/commands/ListDeploymentGroupsCommand.d.ts +12 -1
  79. package/dist-types/ts3.4/commands/ListDeploymentInstancesCommand.d.ts +12 -1
  80. package/dist-types/ts3.4/commands/ListDeploymentTargetsCommand.d.ts +12 -1
  81. package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +12 -1
  82. package/dist-types/ts3.4/commands/ListGitHubAccountTokenNamesCommand.d.ts +12 -1
  83. package/dist-types/ts3.4/commands/ListOnPremisesInstancesCommand.d.ts +12 -1
  84. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  85. package/dist-types/ts3.4/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +12 -1
  86. package/dist-types/ts3.4/commands/RegisterApplicationRevisionCommand.d.ts +12 -1
  87. package/dist-types/ts3.4/commands/RegisterOnPremisesInstanceCommand.d.ts +12 -1
  88. package/dist-types/ts3.4/commands/RemoveTagsFromOnPremisesInstancesCommand.d.ts +12 -1
  89. package/dist-types/ts3.4/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +12 -1
  90. package/dist-types/ts3.4/commands/StopDeploymentCommand.d.ts +12 -1
  91. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  92. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  93. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +12 -1
  94. package/dist-types/ts3.4/commands/UpdateDeploymentGroupCommand.d.ts +12 -1
  95. package/package.json +36 -36
@@ -85,4 +85,15 @@ declare const AddTagsToOnPremisesInstancesCommand_base: {
85
85
  * @public
86
86
  */
87
87
  export declare class AddTagsToOnPremisesInstancesCommand extends AddTagsToOnPremisesInstancesCommand_base {
88
+ /** @internal type navigation helper, not in runtime. */
89
+ protected static __types: {
90
+ api: {
91
+ input: AddTagsToOnPremisesInstancesInput;
92
+ output: {};
93
+ };
94
+ sdk: {
95
+ input: AddTagsToOnPremisesInstancesCommandInput;
96
+ output: AddTagsToOnPremisesInstancesCommandOutput;
97
+ };
98
+ };
88
99
  }
@@ -136,4 +136,15 @@ declare const BatchGetApplicationRevisionsCommand_base: {
136
136
  * @public
137
137
  */
138
138
  export declare class BatchGetApplicationRevisionsCommand extends BatchGetApplicationRevisionsCommand_base {
139
+ /** @internal type navigation helper, not in runtime. */
140
+ protected static __types: {
141
+ api: {
142
+ input: BatchGetApplicationRevisionsInput;
143
+ output: BatchGetApplicationRevisionsOutput;
144
+ };
145
+ sdk: {
146
+ input: BatchGetApplicationRevisionsCommandInput;
147
+ output: BatchGetApplicationRevisionsCommandOutput;
148
+ };
149
+ };
139
150
  }
@@ -81,4 +81,15 @@ declare const BatchGetApplicationsCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class BatchGetApplicationsCommand extends BatchGetApplicationsCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: BatchGetApplicationsInput;
88
+ output: BatchGetApplicationsOutput;
89
+ };
90
+ sdk: {
91
+ input: BatchGetApplicationsCommandInput;
92
+ output: BatchGetApplicationsCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -248,4 +248,15 @@ declare const BatchGetDeploymentGroupsCommand_base: {
248
248
  * @public
249
249
  */
250
250
  export declare class BatchGetDeploymentGroupsCommand extends BatchGetDeploymentGroupsCommand_base {
251
+ /** @internal type navigation helper, not in runtime. */
252
+ protected static __types: {
253
+ api: {
254
+ input: BatchGetDeploymentGroupsInput;
255
+ output: BatchGetDeploymentGroupsOutput;
256
+ };
257
+ sdk: {
258
+ input: BatchGetDeploymentGroupsCommandInput;
259
+ output: BatchGetDeploymentGroupsCommandOutput;
260
+ };
261
+ };
251
262
  }
@@ -113,4 +113,15 @@ declare const BatchGetDeploymentInstancesCommand_base: {
113
113
  * @public
114
114
  */
115
115
  export declare class BatchGetDeploymentInstancesCommand extends BatchGetDeploymentInstancesCommand_base {
116
+ /** @internal type navigation helper, not in runtime. */
117
+ protected static __types: {
118
+ api: {
119
+ input: BatchGetDeploymentInstancesInput;
120
+ output: BatchGetDeploymentInstancesOutput;
121
+ };
122
+ sdk: {
123
+ input: BatchGetDeploymentInstancesCommandInput;
124
+ output: BatchGetDeploymentInstancesCommandOutput;
125
+ };
126
+ };
116
127
  }
@@ -227,4 +227,15 @@ declare const BatchGetDeploymentTargetsCommand_base: {
227
227
  * @public
228
228
  */
229
229
  export declare class BatchGetDeploymentTargetsCommand extends BatchGetDeploymentTargetsCommand_base {
230
+ /** @internal type navigation helper, not in runtime. */
231
+ protected static __types: {
232
+ api: {
233
+ input: BatchGetDeploymentTargetsInput;
234
+ output: BatchGetDeploymentTargetsOutput;
235
+ };
236
+ sdk: {
237
+ input: BatchGetDeploymentTargetsCommandInput;
238
+ output: BatchGetDeploymentTargetsCommandOutput;
239
+ };
240
+ };
230
241
  }
@@ -245,4 +245,15 @@ declare const BatchGetDeploymentsCommand_base: {
245
245
  * @public
246
246
  */
247
247
  export declare class BatchGetDeploymentsCommand extends BatchGetDeploymentsCommand_base {
248
+ /** @internal type navigation helper, not in runtime. */
249
+ protected static __types: {
250
+ api: {
251
+ input: BatchGetDeploymentsInput;
252
+ output: BatchGetDeploymentsOutput;
253
+ };
254
+ sdk: {
255
+ input: BatchGetDeploymentsCommandInput;
256
+ output: BatchGetDeploymentsCommandOutput;
257
+ };
258
+ };
248
259
  }
@@ -84,4 +84,15 @@ declare const BatchGetOnPremisesInstancesCommand_base: {
84
84
  * @public
85
85
  */
86
86
  export declare class BatchGetOnPremisesInstancesCommand extends BatchGetOnPremisesInstancesCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: BatchGetOnPremisesInstancesInput;
91
+ output: BatchGetOnPremisesInstancesOutput;
92
+ };
93
+ sdk: {
94
+ input: BatchGetOnPremisesInstancesCommandInput;
95
+ output: BatchGetOnPremisesInstancesCommandOutput;
96
+ };
97
+ };
87
98
  }
@@ -84,4 +84,15 @@ declare const ContinueDeploymentCommand_base: {
84
84
  * @public
85
85
  */
86
86
  export declare class ContinueDeploymentCommand extends ContinueDeploymentCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: ContinueDeploymentInput;
91
+ output: {};
92
+ };
93
+ sdk: {
94
+ input: ContinueDeploymentCommandInput;
95
+ output: ContinueDeploymentCommandOutput;
96
+ };
97
+ };
87
98
  }
@@ -83,4 +83,15 @@ declare const CreateApplicationCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class CreateApplicationCommand extends CreateApplicationCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: CreateApplicationInput;
90
+ output: CreateApplicationOutput;
91
+ };
92
+ sdk: {
93
+ input: CreateApplicationCommandInput;
94
+ output: CreateApplicationCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -246,4 +246,15 @@ declare const CreateDeploymentCommand_base: {
246
246
  * @public
247
247
  */
248
248
  export declare class CreateDeploymentCommand extends CreateDeploymentCommand_base {
249
+ /** @internal type navigation helper, not in runtime. */
250
+ protected static __types: {
251
+ api: {
252
+ input: CreateDeploymentInput;
253
+ output: CreateDeploymentOutput;
254
+ };
255
+ sdk: {
256
+ input: CreateDeploymentCommandInput;
257
+ output: CreateDeploymentCommandOutput;
258
+ };
259
+ };
249
260
  }
@@ -106,4 +106,15 @@ declare const CreateDeploymentConfigCommand_base: {
106
106
  * @public
107
107
  */
108
108
  export declare class CreateDeploymentConfigCommand extends CreateDeploymentConfigCommand_base {
109
+ /** @internal type navigation helper, not in runtime. */
110
+ protected static __types: {
111
+ api: {
112
+ input: CreateDeploymentConfigInput;
113
+ output: CreateDeploymentConfigOutput;
114
+ };
115
+ sdk: {
116
+ input: CreateDeploymentConfigCommandInput;
117
+ output: CreateDeploymentConfigCommandOutput;
118
+ };
119
+ };
109
120
  }
@@ -315,4 +315,15 @@ declare const CreateDeploymentGroupCommand_base: {
315
315
  * @public
316
316
  */
317
317
  export declare class CreateDeploymentGroupCommand extends CreateDeploymentGroupCommand_base {
318
+ /** @internal type navigation helper, not in runtime. */
319
+ protected static __types: {
320
+ api: {
321
+ input: CreateDeploymentGroupInput;
322
+ output: CreateDeploymentGroupOutput;
323
+ };
324
+ sdk: {
325
+ input: CreateDeploymentGroupCommandInput;
326
+ output: CreateDeploymentGroupCommandOutput;
327
+ };
328
+ };
318
329
  }
@@ -66,4 +66,15 @@ declare const DeleteApplicationCommand_base: {
66
66
  * @public
67
67
  */
68
68
  export declare class DeleteApplicationCommand extends DeleteApplicationCommand_base {
69
+ /** @internal type navigation helper, not in runtime. */
70
+ protected static __types: {
71
+ api: {
72
+ input: DeleteApplicationInput;
73
+ output: {};
74
+ };
75
+ sdk: {
76
+ input: DeleteApplicationCommandInput;
77
+ output: DeleteApplicationCommandOutput;
78
+ };
79
+ };
69
80
  }
@@ -71,4 +71,15 @@ declare const DeleteDeploymentConfigCommand_base: {
71
71
  * @public
72
72
  */
73
73
  export declare class DeleteDeploymentConfigCommand extends DeleteDeploymentConfigCommand_base {
74
+ /** @internal type navigation helper, not in runtime. */
75
+ protected static __types: {
76
+ api: {
77
+ input: DeleteDeploymentConfigInput;
78
+ output: {};
79
+ };
80
+ sdk: {
81
+ input: DeleteDeploymentConfigCommandInput;
82
+ output: DeleteDeploymentConfigCommandOutput;
83
+ };
84
+ };
74
85
  }
@@ -81,4 +81,15 @@ declare const DeleteDeploymentGroupCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class DeleteDeploymentGroupCommand extends DeleteDeploymentGroupCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: DeleteDeploymentGroupInput;
88
+ output: DeleteDeploymentGroupOutput;
89
+ };
90
+ sdk: {
91
+ input: DeleteDeploymentGroupCommandInput;
92
+ output: DeleteDeploymentGroupCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -72,4 +72,15 @@ declare const DeleteGitHubAccountTokenCommand_base: {
72
72
  * @public
73
73
  */
74
74
  export declare class DeleteGitHubAccountTokenCommand extends DeleteGitHubAccountTokenCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: DeleteGitHubAccountTokenInput;
79
+ output: DeleteGitHubAccountTokenOutput;
80
+ };
81
+ sdk: {
82
+ input: DeleteGitHubAccountTokenCommandInput;
83
+ output: DeleteGitHubAccountTokenCommandOutput;
84
+ };
85
+ };
75
86
  }
@@ -62,4 +62,15 @@ declare const DeleteResourcesByExternalIdCommand_base: {
62
62
  * @public
63
63
  */
64
64
  export declare class DeleteResourcesByExternalIdCommand extends DeleteResourcesByExternalIdCommand_base {
65
+ /** @internal type navigation helper, not in runtime. */
66
+ protected static __types: {
67
+ api: {
68
+ input: DeleteResourcesByExternalIdInput;
69
+ output: {};
70
+ };
71
+ sdk: {
72
+ input: DeleteResourcesByExternalIdCommandInput;
73
+ output: DeleteResourcesByExternalIdCommandOutput;
74
+ };
75
+ };
65
76
  }
@@ -61,4 +61,15 @@ declare const DeregisterOnPremisesInstanceCommand_base: {
61
61
  * @public
62
62
  */
63
63
  export declare class DeregisterOnPremisesInstanceCommand extends DeregisterOnPremisesInstanceCommand_base {
64
+ /** @internal type navigation helper, not in runtime. */
65
+ protected static __types: {
66
+ api: {
67
+ input: DeregisterOnPremisesInstanceInput;
68
+ output: {};
69
+ };
70
+ sdk: {
71
+ input: DeregisterOnPremisesInstanceCommandInput;
72
+ output: DeregisterOnPremisesInstanceCommandOutput;
73
+ };
74
+ };
64
75
  }
@@ -73,4 +73,15 @@ declare const GetApplicationCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class GetApplicationCommand extends GetApplicationCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: GetApplicationInput;
80
+ output: GetApplicationOutput;
81
+ };
82
+ sdk: {
83
+ input: GetApplicationCommandInput;
84
+ output: GetApplicationCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -128,4 +128,15 @@ declare const GetApplicationRevisionCommand_base: {
128
128
  * @public
129
129
  */
130
130
  export declare class GetApplicationRevisionCommand extends GetApplicationRevisionCommand_base {
131
+ /** @internal type navigation helper, not in runtime. */
132
+ protected static __types: {
133
+ api: {
134
+ input: GetApplicationRevisionInput;
135
+ output: GetApplicationRevisionOutput;
136
+ };
137
+ sdk: {
138
+ input: GetApplicationRevisionCommandInput;
139
+ output: GetApplicationRevisionCommandOutput;
140
+ };
141
+ };
131
142
  }
@@ -246,4 +246,15 @@ declare const GetDeploymentCommand_base: {
246
246
  * @public
247
247
  */
248
248
  export declare class GetDeploymentCommand extends GetDeploymentCommand_base {
249
+ /** @internal type navigation helper, not in runtime. */
250
+ protected static __types: {
251
+ api: {
252
+ input: GetDeploymentInput;
253
+ output: GetDeploymentOutput;
254
+ };
255
+ sdk: {
256
+ input: GetDeploymentCommandInput;
257
+ output: GetDeploymentCommandOutput;
258
+ };
259
+ };
249
260
  }
@@ -97,4 +97,15 @@ declare const GetDeploymentConfigCommand_base: {
97
97
  * @public
98
98
  */
99
99
  export declare class GetDeploymentConfigCommand extends GetDeploymentConfigCommand_base {
100
+ /** @internal type navigation helper, not in runtime. */
101
+ protected static __types: {
102
+ api: {
103
+ input: GetDeploymentConfigInput;
104
+ output: GetDeploymentConfigOutput;
105
+ };
106
+ sdk: {
107
+ input: GetDeploymentConfigCommandInput;
108
+ output: GetDeploymentConfigCommandOutput;
109
+ };
110
+ };
100
111
  }
@@ -244,4 +244,15 @@ declare const GetDeploymentGroupCommand_base: {
244
244
  * @public
245
245
  */
246
246
  export declare class GetDeploymentGroupCommand extends GetDeploymentGroupCommand_base {
247
+ /** @internal type navigation helper, not in runtime. */
248
+ protected static __types: {
249
+ api: {
250
+ input: GetDeploymentGroupInput;
251
+ output: GetDeploymentGroupOutput;
252
+ };
253
+ sdk: {
254
+ input: GetDeploymentGroupCommandInput;
255
+ output: GetDeploymentGroupCommandOutput;
256
+ };
257
+ };
247
258
  }
@@ -101,4 +101,15 @@ declare const GetDeploymentInstanceCommand_base: {
101
101
  * @public
102
102
  */
103
103
  export declare class GetDeploymentInstanceCommand extends GetDeploymentInstanceCommand_base {
104
+ /** @internal type navigation helper, not in runtime. */
105
+ protected static __types: {
106
+ api: {
107
+ input: GetDeploymentInstanceInput;
108
+ output: GetDeploymentInstanceOutput;
109
+ };
110
+ sdk: {
111
+ input: GetDeploymentInstanceCommandInput;
112
+ output: GetDeploymentInstanceCommandOutput;
113
+ };
114
+ };
104
115
  }
@@ -191,4 +191,15 @@ declare const GetDeploymentTargetCommand_base: {
191
191
  * @public
192
192
  */
193
193
  export declare class GetDeploymentTargetCommand extends GetDeploymentTargetCommand_base {
194
+ /** @internal type navigation helper, not in runtime. */
195
+ protected static __types: {
196
+ api: {
197
+ input: GetDeploymentTargetInput;
198
+ output: GetDeploymentTargetOutput;
199
+ };
200
+ sdk: {
201
+ input: GetDeploymentTargetCommandInput;
202
+ output: GetDeploymentTargetCommandOutput;
203
+ };
204
+ };
194
205
  }
@@ -79,4 +79,15 @@ declare const GetOnPremisesInstanceCommand_base: {
79
79
  * @public
80
80
  */
81
81
  export declare class GetOnPremisesInstanceCommand extends GetOnPremisesInstanceCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: GetOnPremisesInstanceInput;
86
+ output: GetOnPremisesInstanceOutput;
87
+ };
88
+ sdk: {
89
+ input: GetOnPremisesInstanceCommandInput;
90
+ output: GetOnPremisesInstanceCommandOutput;
91
+ };
92
+ };
82
93
  }
@@ -118,4 +118,15 @@ declare const ListApplicationRevisionsCommand_base: {
118
118
  * @public
119
119
  */
120
120
  export declare class ListApplicationRevisionsCommand extends ListApplicationRevisionsCommand_base {
121
+ /** @internal type navigation helper, not in runtime. */
122
+ protected static __types: {
123
+ api: {
124
+ input: ListApplicationRevisionsInput;
125
+ output: ListApplicationRevisionsOutput;
126
+ };
127
+ sdk: {
128
+ input: ListApplicationRevisionsCommandInput;
129
+ output: ListApplicationRevisionsCommandOutput;
130
+ };
131
+ };
121
132
  }
@@ -63,4 +63,15 @@ declare const ListApplicationsCommand_base: {
63
63
  * @public
64
64
  */
65
65
  export declare class ListApplicationsCommand extends ListApplicationsCommand_base {
66
+ /** @internal type navigation helper, not in runtime. */
67
+ protected static __types: {
68
+ api: {
69
+ input: ListApplicationsInput;
70
+ output: ListApplicationsOutput;
71
+ };
72
+ sdk: {
73
+ input: ListApplicationsCommandInput;
74
+ output: ListApplicationsCommandOutput;
75
+ };
76
+ };
66
77
  }
@@ -63,4 +63,15 @@ declare const ListDeploymentConfigsCommand_base: {
63
63
  * @public
64
64
  */
65
65
  export declare class ListDeploymentConfigsCommand extends ListDeploymentConfigsCommand_base {
66
+ /** @internal type navigation helper, not in runtime. */
67
+ protected static __types: {
68
+ api: {
69
+ input: ListDeploymentConfigsInput;
70
+ output: ListDeploymentConfigsOutput;
71
+ };
72
+ sdk: {
73
+ input: ListDeploymentConfigsCommandInput;
74
+ output: ListDeploymentConfigsCommandOutput;
75
+ };
76
+ };
66
77
  }
@@ -75,4 +75,15 @@ declare const ListDeploymentGroupsCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class ListDeploymentGroupsCommand extends ListDeploymentGroupsCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: ListDeploymentGroupsInput;
82
+ output: ListDeploymentGroupsOutput;
83
+ };
84
+ sdk: {
85
+ input: ListDeploymentGroupsCommandInput;
86
+ output: ListDeploymentGroupsCommandOutput;
87
+ };
88
+ };
78
89
  }
@@ -108,4 +108,15 @@ declare const ListDeploymentInstancesCommand_base: {
108
108
  * @public
109
109
  */
110
110
  export declare class ListDeploymentInstancesCommand extends ListDeploymentInstancesCommand_base {
111
+ /** @internal type navigation helper, not in runtime. */
112
+ protected static __types: {
113
+ api: {
114
+ input: ListDeploymentInstancesInput;
115
+ output: ListDeploymentInstancesOutput;
116
+ };
117
+ sdk: {
118
+ input: ListDeploymentInstancesCommandInput;
119
+ output: ListDeploymentInstancesCommandOutput;
120
+ };
121
+ };
111
122
  }
@@ -96,4 +96,15 @@ declare const ListDeploymentTargetsCommand_base: {
96
96
  * @public
97
97
  */
98
98
  export declare class ListDeploymentTargetsCommand extends ListDeploymentTargetsCommand_base {
99
+ /** @internal type navigation helper, not in runtime. */
100
+ protected static __types: {
101
+ api: {
102
+ input: ListDeploymentTargetsInput;
103
+ output: ListDeploymentTargetsOutput;
104
+ };
105
+ sdk: {
106
+ input: ListDeploymentTargetsCommandInput;
107
+ output: ListDeploymentTargetsCommandOutput;
108
+ };
109
+ };
99
110
  }
@@ -105,4 +105,15 @@ declare const ListDeploymentsCommand_base: {
105
105
  * @public
106
106
  */
107
107
  export declare class ListDeploymentsCommand extends ListDeploymentsCommand_base {
108
+ /** @internal type navigation helper, not in runtime. */
109
+ protected static __types: {
110
+ api: {
111
+ input: ListDeploymentsInput;
112
+ output: ListDeploymentsOutput;
113
+ };
114
+ sdk: {
115
+ input: ListDeploymentsCommandInput;
116
+ output: ListDeploymentsCommandOutput;
117
+ };
118
+ };
108
119
  }
@@ -69,4 +69,15 @@ declare const ListGitHubAccountTokenNamesCommand_base: {
69
69
  * @public
70
70
  */
71
71
  export declare class ListGitHubAccountTokenNamesCommand extends ListGitHubAccountTokenNamesCommand_base {
72
+ /** @internal type navigation helper, not in runtime. */
73
+ protected static __types: {
74
+ api: {
75
+ input: ListGitHubAccountTokenNamesInput;
76
+ output: ListGitHubAccountTokenNamesOutput;
77
+ };
78
+ sdk: {
79
+ input: ListGitHubAccountTokenNamesCommandInput;
80
+ output: ListGitHubAccountTokenNamesCommandOutput;
81
+ };
82
+ };
72
83
  }
@@ -80,4 +80,15 @@ declare const ListOnPremisesInstancesCommand_base: {
80
80
  * @public
81
81
  */
82
82
  export declare class ListOnPremisesInstancesCommand extends ListOnPremisesInstancesCommand_base {
83
+ /** @internal type navigation helper, not in runtime. */
84
+ protected static __types: {
85
+ api: {
86
+ input: ListOnPremisesInstancesInput;
87
+ output: ListOnPremisesInstancesOutput;
88
+ };
89
+ sdk: {
90
+ input: ListOnPremisesInstancesCommandInput;
91
+ output: ListOnPremisesInstancesCommandOutput;
92
+ };
93
+ };
83
94
  }
@@ -75,4 +75,15 @@ declare const ListTagsForResourceCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: ListTagsForResourceInput;
82
+ output: ListTagsForResourceOutput;
83
+ };
84
+ sdk: {
85
+ input: ListTagsForResourceCommandInput;
86
+ output: ListTagsForResourceCommandOutput;
87
+ };
88
+ };
78
89
  }
@@ -92,4 +92,15 @@ declare const PutLifecycleEventHookExecutionStatusCommand_base: {
92
92
  * @public
93
93
  */
94
94
  export declare class PutLifecycleEventHookExecutionStatusCommand extends PutLifecycleEventHookExecutionStatusCommand_base {
95
+ /** @internal type navigation helper, not in runtime. */
96
+ protected static __types: {
97
+ api: {
98
+ input: PutLifecycleEventHookExecutionStatusInput;
99
+ output: PutLifecycleEventHookExecutionStatusOutput;
100
+ };
101
+ sdk: {
102
+ input: PutLifecycleEventHookExecutionStatusCommandInput;
103
+ output: PutLifecycleEventHookExecutionStatusCommandOutput;
104
+ };
105
+ };
95
106
  }
@@ -96,4 +96,15 @@ declare const RegisterApplicationRevisionCommand_base: {
96
96
  * @public
97
97
  */
98
98
  export declare class RegisterApplicationRevisionCommand extends RegisterApplicationRevisionCommand_base {
99
+ /** @internal type navigation helper, not in runtime. */
100
+ protected static __types: {
101
+ api: {
102
+ input: RegisterApplicationRevisionInput;
103
+ output: {};
104
+ };
105
+ sdk: {
106
+ input: RegisterApplicationRevisionCommandInput;
107
+ output: RegisterApplicationRevisionCommandOutput;
108
+ };
109
+ };
99
110
  }