@aws-sdk/client-codedeploy 3.46.0 → 3.47.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/CHANGELOG.md +11 -0
- package/dist-cjs/endpoints.js +0 -24
- package/dist-cjs/models/models_0.js +4 -660
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +10 -2
- package/dist-es/endpoints.js +0 -24
- package/dist-es/models/models_0.js +0 -436
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -4
- package/dist-types/CodeDeployClient.d.ts +5 -1
- package/dist-types/models/models_0.d.ts +0 -654
- package/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/CodeDeployClient.d.ts +3 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -436
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +35 -35
|
@@ -28,10 +28,6 @@ export interface InstanceLimitExceededException extends __SmithyException, $Meta
|
|
|
28
28
|
|
|
29
29
|
message?: string;
|
|
30
30
|
}
|
|
31
|
-
export declare namespace InstanceLimitExceededException {
|
|
32
|
-
|
|
33
|
-
const filterSensitiveLog: (obj: InstanceLimitExceededException) => any;
|
|
34
|
-
}
|
|
35
31
|
|
|
36
32
|
export interface InstanceNameRequiredException extends __SmithyException, $MetadataBearer {
|
|
37
33
|
name: "InstanceNameRequiredException";
|
|
@@ -39,10 +35,6 @@ export interface InstanceNameRequiredException extends __SmithyException, $Metad
|
|
|
39
35
|
|
|
40
36
|
message?: string;
|
|
41
37
|
}
|
|
42
|
-
export declare namespace InstanceNameRequiredException {
|
|
43
|
-
|
|
44
|
-
const filterSensitiveLog: (obj: InstanceNameRequiredException) => any;
|
|
45
|
-
}
|
|
46
38
|
|
|
47
39
|
export interface InstanceNotRegisteredException extends __SmithyException, $MetadataBearer {
|
|
48
40
|
name: "InstanceNotRegisteredException";
|
|
@@ -50,10 +42,6 @@ export interface InstanceNotRegisteredException extends __SmithyException, $Meta
|
|
|
50
42
|
|
|
51
43
|
message?: string;
|
|
52
44
|
}
|
|
53
|
-
export declare namespace InstanceNotRegisteredException {
|
|
54
|
-
|
|
55
|
-
const filterSensitiveLog: (obj: InstanceNotRegisteredException) => any;
|
|
56
|
-
}
|
|
57
45
|
|
|
58
46
|
export interface InvalidInstanceNameException extends __SmithyException, $MetadataBearer {
|
|
59
47
|
name: "InvalidInstanceNameException";
|
|
@@ -61,10 +49,6 @@ export interface InvalidInstanceNameException extends __SmithyException, $Metada
|
|
|
61
49
|
|
|
62
50
|
message?: string;
|
|
63
51
|
}
|
|
64
|
-
export declare namespace InvalidInstanceNameException {
|
|
65
|
-
|
|
66
|
-
const filterSensitiveLog: (obj: InvalidInstanceNameException) => any;
|
|
67
|
-
}
|
|
68
52
|
|
|
69
53
|
export interface InvalidTagException extends __SmithyException, $MetadataBearer {
|
|
70
54
|
name: "InvalidTagException";
|
|
@@ -72,10 +56,6 @@ export interface InvalidTagException extends __SmithyException, $MetadataBearer
|
|
|
72
56
|
|
|
73
57
|
message?: string;
|
|
74
58
|
}
|
|
75
|
-
export declare namespace InvalidTagException {
|
|
76
|
-
|
|
77
|
-
const filterSensitiveLog: (obj: InvalidTagException) => any;
|
|
78
|
-
}
|
|
79
59
|
|
|
80
60
|
export interface TagLimitExceededException extends __SmithyException, $MetadataBearer {
|
|
81
61
|
name: "TagLimitExceededException";
|
|
@@ -83,10 +63,6 @@ export interface TagLimitExceededException extends __SmithyException, $MetadataB
|
|
|
83
63
|
|
|
84
64
|
message?: string;
|
|
85
65
|
}
|
|
86
|
-
export declare namespace TagLimitExceededException {
|
|
87
|
-
|
|
88
|
-
const filterSensitiveLog: (obj: TagLimitExceededException) => any;
|
|
89
|
-
}
|
|
90
66
|
|
|
91
67
|
export interface TagRequiredException extends __SmithyException, $MetadataBearer {
|
|
92
68
|
name: "TagRequiredException";
|
|
@@ -94,10 +70,6 @@ export interface TagRequiredException extends __SmithyException, $MetadataBearer
|
|
|
94
70
|
|
|
95
71
|
message?: string;
|
|
96
72
|
}
|
|
97
|
-
export declare namespace TagRequiredException {
|
|
98
|
-
|
|
99
|
-
const filterSensitiveLog: (obj: TagRequiredException) => any;
|
|
100
|
-
}
|
|
101
73
|
|
|
102
74
|
export interface Alarm {
|
|
103
75
|
|
|
@@ -127,10 +99,6 @@ export interface AlarmsLimitExceededException extends __SmithyException, $Metada
|
|
|
127
99
|
|
|
128
100
|
message?: string;
|
|
129
101
|
}
|
|
130
|
-
export declare namespace AlarmsLimitExceededException {
|
|
131
|
-
|
|
132
|
-
const filterSensitiveLog: (obj: AlarmsLimitExceededException) => any;
|
|
133
|
-
}
|
|
134
102
|
|
|
135
103
|
export interface ApplicationAlreadyExistsException extends __SmithyException, $MetadataBearer {
|
|
136
104
|
name: "ApplicationAlreadyExistsException";
|
|
@@ -138,10 +106,6 @@ export interface ApplicationAlreadyExistsException extends __SmithyException, $M
|
|
|
138
106
|
|
|
139
107
|
message?: string;
|
|
140
108
|
}
|
|
141
|
-
export declare namespace ApplicationAlreadyExistsException {
|
|
142
|
-
|
|
143
|
-
const filterSensitiveLog: (obj: ApplicationAlreadyExistsException) => any;
|
|
144
|
-
}
|
|
145
109
|
|
|
146
110
|
export interface ApplicationDoesNotExistException extends __SmithyException, $MetadataBearer {
|
|
147
111
|
name: "ApplicationDoesNotExistException";
|
|
@@ -149,10 +113,6 @@ export interface ApplicationDoesNotExistException extends __SmithyException, $Me
|
|
|
149
113
|
|
|
150
114
|
message?: string;
|
|
151
115
|
}
|
|
152
|
-
export declare namespace ApplicationDoesNotExistException {
|
|
153
|
-
|
|
154
|
-
const filterSensitiveLog: (obj: ApplicationDoesNotExistException) => any;
|
|
155
|
-
}
|
|
156
116
|
export declare enum ComputePlatform {
|
|
157
117
|
ECS = "ECS",
|
|
158
118
|
LAMBDA = "Lambda",
|
|
@@ -184,10 +144,6 @@ export interface ApplicationLimitExceededException extends __SmithyException, $M
|
|
|
184
144
|
|
|
185
145
|
message?: string;
|
|
186
146
|
}
|
|
187
|
-
export declare namespace ApplicationLimitExceededException {
|
|
188
|
-
|
|
189
|
-
const filterSensitiveLog: (obj: ApplicationLimitExceededException) => any;
|
|
190
|
-
}
|
|
191
147
|
|
|
192
148
|
export interface ApplicationNameRequiredException extends __SmithyException, $MetadataBearer {
|
|
193
149
|
name: "ApplicationNameRequiredException";
|
|
@@ -195,10 +151,6 @@ export interface ApplicationNameRequiredException extends __SmithyException, $Me
|
|
|
195
151
|
|
|
196
152
|
message?: string;
|
|
197
153
|
}
|
|
198
|
-
export declare namespace ApplicationNameRequiredException {
|
|
199
|
-
|
|
200
|
-
const filterSensitiveLog: (obj: ApplicationNameRequiredException) => any;
|
|
201
|
-
}
|
|
202
154
|
export declare enum ApplicationRevisionSortBy {
|
|
203
155
|
FirstUsedTime = "firstUsedTime",
|
|
204
156
|
LastUsedTime = "lastUsedTime",
|
|
@@ -222,10 +174,6 @@ export interface ArnNotSupportedException extends __SmithyException, $MetadataBe
|
|
|
222
174
|
|
|
223
175
|
message?: string;
|
|
224
176
|
}
|
|
225
|
-
export declare namespace ArnNotSupportedException {
|
|
226
|
-
|
|
227
|
-
const filterSensitiveLog: (obj: ArnNotSupportedException) => any;
|
|
228
|
-
}
|
|
229
177
|
export declare enum AutoRollbackEvent {
|
|
230
178
|
DEPLOYMENT_FAILURE = "DEPLOYMENT_FAILURE",
|
|
231
179
|
DEPLOYMENT_STOP_ON_ALARM = "DEPLOYMENT_STOP_ON_ALARM",
|
|
@@ -381,10 +329,6 @@ export interface BatchLimitExceededException extends __SmithyException, $Metadat
|
|
|
381
329
|
|
|
382
330
|
message?: string;
|
|
383
331
|
}
|
|
384
|
-
export declare namespace BatchLimitExceededException {
|
|
385
|
-
|
|
386
|
-
const filterSensitiveLog: (obj: BatchLimitExceededException) => any;
|
|
387
|
-
}
|
|
388
332
|
|
|
389
333
|
export interface InvalidApplicationNameException extends __SmithyException, $MetadataBearer {
|
|
390
334
|
name: "InvalidApplicationNameException";
|
|
@@ -392,10 +336,6 @@ export interface InvalidApplicationNameException extends __SmithyException, $Met
|
|
|
392
336
|
|
|
393
337
|
message?: string;
|
|
394
338
|
}
|
|
395
|
-
export declare namespace InvalidApplicationNameException {
|
|
396
|
-
|
|
397
|
-
const filterSensitiveLog: (obj: InvalidApplicationNameException) => any;
|
|
398
|
-
}
|
|
399
339
|
|
|
400
340
|
export interface InvalidRevisionException extends __SmithyException, $MetadataBearer {
|
|
401
341
|
name: "InvalidRevisionException";
|
|
@@ -403,10 +343,6 @@ export interface InvalidRevisionException extends __SmithyException, $MetadataBe
|
|
|
403
343
|
|
|
404
344
|
message?: string;
|
|
405
345
|
}
|
|
406
|
-
export declare namespace InvalidRevisionException {
|
|
407
|
-
|
|
408
|
-
const filterSensitiveLog: (obj: InvalidRevisionException) => any;
|
|
409
|
-
}
|
|
410
346
|
|
|
411
347
|
export interface RevisionRequiredException extends __SmithyException, $MetadataBearer {
|
|
412
348
|
name: "RevisionRequiredException";
|
|
@@ -414,10 +350,6 @@ export interface RevisionRequiredException extends __SmithyException, $MetadataB
|
|
|
414
350
|
|
|
415
351
|
message?: string;
|
|
416
352
|
}
|
|
417
|
-
export declare namespace RevisionRequiredException {
|
|
418
|
-
|
|
419
|
-
const filterSensitiveLog: (obj: RevisionRequiredException) => any;
|
|
420
|
-
}
|
|
421
353
|
|
|
422
354
|
export interface BatchGetApplicationsInput {
|
|
423
355
|
|
|
@@ -763,10 +695,6 @@ export interface DeploymentConfigDoesNotExistException extends __SmithyException
|
|
|
763
695
|
|
|
764
696
|
message?: string;
|
|
765
697
|
}
|
|
766
|
-
export declare namespace DeploymentConfigDoesNotExistException {
|
|
767
|
-
|
|
768
|
-
const filterSensitiveLog: (obj: DeploymentConfigDoesNotExistException) => any;
|
|
769
|
-
}
|
|
770
698
|
|
|
771
699
|
export interface DeploymentGroupNameRequiredException extends __SmithyException, $MetadataBearer {
|
|
772
700
|
name: "DeploymentGroupNameRequiredException";
|
|
@@ -774,10 +702,6 @@ export interface DeploymentGroupNameRequiredException extends __SmithyException,
|
|
|
774
702
|
|
|
775
703
|
message?: string;
|
|
776
704
|
}
|
|
777
|
-
export declare namespace DeploymentGroupNameRequiredException {
|
|
778
|
-
|
|
779
|
-
const filterSensitiveLog: (obj: DeploymentGroupNameRequiredException) => any;
|
|
780
|
-
}
|
|
781
705
|
|
|
782
706
|
export interface InvalidDeploymentGroupNameException extends __SmithyException, $MetadataBearer {
|
|
783
707
|
name: "InvalidDeploymentGroupNameException";
|
|
@@ -785,10 +709,6 @@ export interface InvalidDeploymentGroupNameException extends __SmithyException,
|
|
|
785
709
|
|
|
786
710
|
message?: string;
|
|
787
711
|
}
|
|
788
|
-
export declare namespace InvalidDeploymentGroupNameException {
|
|
789
|
-
|
|
790
|
-
const filterSensitiveLog: (obj: InvalidDeploymentGroupNameException) => any;
|
|
791
|
-
}
|
|
792
712
|
|
|
793
713
|
export interface BatchGetDeploymentInstancesInput {
|
|
794
714
|
|
|
@@ -898,10 +818,6 @@ export interface DeploymentDoesNotExistException extends __SmithyException, $Met
|
|
|
898
818
|
|
|
899
819
|
message?: string;
|
|
900
820
|
}
|
|
901
|
-
export declare namespace DeploymentDoesNotExistException {
|
|
902
|
-
|
|
903
|
-
const filterSensitiveLog: (obj: DeploymentDoesNotExistException) => any;
|
|
904
|
-
}
|
|
905
821
|
|
|
906
822
|
export interface DeploymentIdRequiredException extends __SmithyException, $MetadataBearer {
|
|
907
823
|
name: "DeploymentIdRequiredException";
|
|
@@ -909,10 +825,6 @@ export interface DeploymentIdRequiredException extends __SmithyException, $Metad
|
|
|
909
825
|
|
|
910
826
|
message?: string;
|
|
911
827
|
}
|
|
912
|
-
export declare namespace DeploymentIdRequiredException {
|
|
913
|
-
|
|
914
|
-
const filterSensitiveLog: (obj: DeploymentIdRequiredException) => any;
|
|
915
|
-
}
|
|
916
828
|
|
|
917
829
|
export interface InstanceIdRequiredException extends __SmithyException, $MetadataBearer {
|
|
918
830
|
name: "InstanceIdRequiredException";
|
|
@@ -920,10 +832,6 @@ export interface InstanceIdRequiredException extends __SmithyException, $Metadat
|
|
|
920
832
|
|
|
921
833
|
message?: string;
|
|
922
834
|
}
|
|
923
|
-
export declare namespace InstanceIdRequiredException {
|
|
924
|
-
|
|
925
|
-
const filterSensitiveLog: (obj: InstanceIdRequiredException) => any;
|
|
926
|
-
}
|
|
927
835
|
|
|
928
836
|
export interface InvalidComputePlatformException extends __SmithyException, $MetadataBearer {
|
|
929
837
|
name: "InvalidComputePlatformException";
|
|
@@ -931,10 +839,6 @@ export interface InvalidComputePlatformException extends __SmithyException, $Met
|
|
|
931
839
|
|
|
932
840
|
message?: string;
|
|
933
841
|
}
|
|
934
|
-
export declare namespace InvalidComputePlatformException {
|
|
935
|
-
|
|
936
|
-
const filterSensitiveLog: (obj: InvalidComputePlatformException) => any;
|
|
937
|
-
}
|
|
938
842
|
|
|
939
843
|
export interface InvalidDeploymentIdException extends __SmithyException, $MetadataBearer {
|
|
940
844
|
name: "InvalidDeploymentIdException";
|
|
@@ -942,10 +846,6 @@ export interface InvalidDeploymentIdException extends __SmithyException, $Metada
|
|
|
942
846
|
|
|
943
847
|
message?: string;
|
|
944
848
|
}
|
|
945
|
-
export declare namespace InvalidDeploymentIdException {
|
|
946
|
-
|
|
947
|
-
const filterSensitiveLog: (obj: InvalidDeploymentIdException) => any;
|
|
948
|
-
}
|
|
949
849
|
|
|
950
850
|
export interface BatchGetDeploymentsInput {
|
|
951
851
|
|
|
@@ -1331,10 +1231,6 @@ export interface DeploymentNotStartedException extends __SmithyException, $Metad
|
|
|
1331
1231
|
|
|
1332
1232
|
message?: string;
|
|
1333
1233
|
}
|
|
1334
|
-
export declare namespace DeploymentNotStartedException {
|
|
1335
|
-
|
|
1336
|
-
const filterSensitiveLog: (obj: DeploymentNotStartedException) => any;
|
|
1337
|
-
}
|
|
1338
1234
|
|
|
1339
1235
|
export interface DeploymentTargetDoesNotExistException extends __SmithyException, $MetadataBearer {
|
|
1340
1236
|
name: "DeploymentTargetDoesNotExistException";
|
|
@@ -1342,10 +1238,6 @@ export interface DeploymentTargetDoesNotExistException extends __SmithyException
|
|
|
1342
1238
|
|
|
1343
1239
|
message?: string;
|
|
1344
1240
|
}
|
|
1345
|
-
export declare namespace DeploymentTargetDoesNotExistException {
|
|
1346
|
-
|
|
1347
|
-
const filterSensitiveLog: (obj: DeploymentTargetDoesNotExistException) => any;
|
|
1348
|
-
}
|
|
1349
1241
|
|
|
1350
1242
|
export interface DeploymentTargetIdRequiredException extends __SmithyException, $MetadataBearer {
|
|
1351
1243
|
name: "DeploymentTargetIdRequiredException";
|
|
@@ -1353,10 +1245,6 @@ export interface DeploymentTargetIdRequiredException extends __SmithyException,
|
|
|
1353
1245
|
|
|
1354
1246
|
message?: string;
|
|
1355
1247
|
}
|
|
1356
|
-
export declare namespace DeploymentTargetIdRequiredException {
|
|
1357
|
-
|
|
1358
|
-
const filterSensitiveLog: (obj: DeploymentTargetIdRequiredException) => any;
|
|
1359
|
-
}
|
|
1360
1248
|
|
|
1361
1249
|
export interface DeploymentTargetListSizeExceededException extends __SmithyException, $MetadataBearer {
|
|
1362
1250
|
name: "DeploymentTargetListSizeExceededException";
|
|
@@ -1364,10 +1252,6 @@ export interface DeploymentTargetListSizeExceededException extends __SmithyExcep
|
|
|
1364
1252
|
|
|
1365
1253
|
message?: string;
|
|
1366
1254
|
}
|
|
1367
|
-
export declare namespace DeploymentTargetListSizeExceededException {
|
|
1368
|
-
|
|
1369
|
-
const filterSensitiveLog: (obj: DeploymentTargetListSizeExceededException) => any;
|
|
1370
|
-
}
|
|
1371
1255
|
|
|
1372
1256
|
export interface InstanceDoesNotExistException extends __SmithyException, $MetadataBearer {
|
|
1373
1257
|
name: "InstanceDoesNotExistException";
|
|
@@ -1375,10 +1259,6 @@ export interface InstanceDoesNotExistException extends __SmithyException, $Metad
|
|
|
1375
1259
|
|
|
1376
1260
|
message?: string;
|
|
1377
1261
|
}
|
|
1378
|
-
export declare namespace InstanceDoesNotExistException {
|
|
1379
|
-
|
|
1380
|
-
const filterSensitiveLog: (obj: InstanceDoesNotExistException) => any;
|
|
1381
|
-
}
|
|
1382
1262
|
|
|
1383
1263
|
export interface InvalidDeploymentTargetIdException extends __SmithyException, $MetadataBearer {
|
|
1384
1264
|
name: "InvalidDeploymentTargetIdException";
|
|
@@ -1386,10 +1266,6 @@ export interface InvalidDeploymentTargetIdException extends __SmithyException, $
|
|
|
1386
1266
|
|
|
1387
1267
|
message?: string;
|
|
1388
1268
|
}
|
|
1389
|
-
export declare namespace InvalidDeploymentTargetIdException {
|
|
1390
|
-
|
|
1391
|
-
const filterSensitiveLog: (obj: InvalidDeploymentTargetIdException) => any;
|
|
1392
|
-
}
|
|
1393
1269
|
|
|
1394
1270
|
export interface BatchGetOnPremisesInstancesInput {
|
|
1395
1271
|
|
|
@@ -1436,10 +1312,6 @@ export interface BucketNameFilterRequiredException extends __SmithyException, $M
|
|
|
1436
1312
|
|
|
1437
1313
|
message?: string;
|
|
1438
1314
|
}
|
|
1439
|
-
export declare namespace BucketNameFilterRequiredException {
|
|
1440
|
-
|
|
1441
|
-
const filterSensitiveLog: (obj: BucketNameFilterRequiredException) => any;
|
|
1442
|
-
}
|
|
1443
1315
|
export declare enum DeploymentWaitType {
|
|
1444
1316
|
READY_WAIT = "READY_WAIT",
|
|
1445
1317
|
TERMINATION_WAIT = "TERMINATION_WAIT"
|
|
@@ -1461,10 +1333,6 @@ export interface DeploymentAlreadyCompletedException extends __SmithyException,
|
|
|
1461
1333
|
|
|
1462
1334
|
message?: string;
|
|
1463
1335
|
}
|
|
1464
|
-
export declare namespace DeploymentAlreadyCompletedException {
|
|
1465
|
-
|
|
1466
|
-
const filterSensitiveLog: (obj: DeploymentAlreadyCompletedException) => any;
|
|
1467
|
-
}
|
|
1468
1336
|
|
|
1469
1337
|
export interface DeploymentIsNotInReadyStateException extends __SmithyException, $MetadataBearer {
|
|
1470
1338
|
name: "DeploymentIsNotInReadyStateException";
|
|
@@ -1472,10 +1340,6 @@ export interface DeploymentIsNotInReadyStateException extends __SmithyException,
|
|
|
1472
1340
|
|
|
1473
1341
|
message?: string;
|
|
1474
1342
|
}
|
|
1475
|
-
export declare namespace DeploymentIsNotInReadyStateException {
|
|
1476
|
-
|
|
1477
|
-
const filterSensitiveLog: (obj: DeploymentIsNotInReadyStateException) => any;
|
|
1478
|
-
}
|
|
1479
1343
|
|
|
1480
1344
|
export interface InvalidDeploymentStatusException extends __SmithyException, $MetadataBearer {
|
|
1481
1345
|
name: "InvalidDeploymentStatusException";
|
|
@@ -1483,10 +1347,6 @@ export interface InvalidDeploymentStatusException extends __SmithyException, $Me
|
|
|
1483
1347
|
|
|
1484
1348
|
message?: string;
|
|
1485
1349
|
}
|
|
1486
|
-
export declare namespace InvalidDeploymentStatusException {
|
|
1487
|
-
|
|
1488
|
-
const filterSensitiveLog: (obj: InvalidDeploymentStatusException) => any;
|
|
1489
|
-
}
|
|
1490
1350
|
|
|
1491
1351
|
export interface InvalidDeploymentWaitTypeException extends __SmithyException, $MetadataBearer {
|
|
1492
1352
|
name: "InvalidDeploymentWaitTypeException";
|
|
@@ -1494,10 +1354,6 @@ export interface InvalidDeploymentWaitTypeException extends __SmithyException, $
|
|
|
1494
1354
|
|
|
1495
1355
|
message?: string;
|
|
1496
1356
|
}
|
|
1497
|
-
export declare namespace InvalidDeploymentWaitTypeException {
|
|
1498
|
-
|
|
1499
|
-
const filterSensitiveLog: (obj: InvalidDeploymentWaitTypeException) => any;
|
|
1500
|
-
}
|
|
1501
1357
|
|
|
1502
1358
|
export interface UnsupportedActionForDeploymentTypeException extends __SmithyException, $MetadataBearer {
|
|
1503
1359
|
name: "UnsupportedActionForDeploymentTypeException";
|
|
@@ -1505,10 +1361,6 @@ export interface UnsupportedActionForDeploymentTypeException extends __SmithyExc
|
|
|
1505
1361
|
|
|
1506
1362
|
message?: string;
|
|
1507
1363
|
}
|
|
1508
|
-
export declare namespace UnsupportedActionForDeploymentTypeException {
|
|
1509
|
-
|
|
1510
|
-
const filterSensitiveLog: (obj: UnsupportedActionForDeploymentTypeException) => any;
|
|
1511
|
-
}
|
|
1512
1364
|
|
|
1513
1365
|
export interface CreateApplicationInput {
|
|
1514
1366
|
|
|
@@ -1538,10 +1390,6 @@ export interface InvalidTagsToAddException extends __SmithyException, $MetadataB
|
|
|
1538
1390
|
|
|
1539
1391
|
message?: string;
|
|
1540
1392
|
}
|
|
1541
|
-
export declare namespace InvalidTagsToAddException {
|
|
1542
|
-
|
|
1543
|
-
const filterSensitiveLog: (obj: InvalidTagsToAddException) => any;
|
|
1544
|
-
}
|
|
1545
1393
|
|
|
1546
1394
|
export interface CreateDeploymentInput {
|
|
1547
1395
|
|
|
@@ -1585,10 +1433,6 @@ export interface DeploymentGroupDoesNotExistException extends __SmithyException,
|
|
|
1585
1433
|
|
|
1586
1434
|
message?: string;
|
|
1587
1435
|
}
|
|
1588
|
-
export declare namespace DeploymentGroupDoesNotExistException {
|
|
1589
|
-
|
|
1590
|
-
const filterSensitiveLog: (obj: DeploymentGroupDoesNotExistException) => any;
|
|
1591
|
-
}
|
|
1592
1436
|
|
|
1593
1437
|
export interface DeploymentLimitExceededException extends __SmithyException, $MetadataBearer {
|
|
1594
1438
|
name: "DeploymentLimitExceededException";
|
|
@@ -1596,10 +1440,6 @@ export interface DeploymentLimitExceededException extends __SmithyException, $Me
|
|
|
1596
1440
|
|
|
1597
1441
|
message?: string;
|
|
1598
1442
|
}
|
|
1599
|
-
export declare namespace DeploymentLimitExceededException {
|
|
1600
|
-
|
|
1601
|
-
const filterSensitiveLog: (obj: DeploymentLimitExceededException) => any;
|
|
1602
|
-
}
|
|
1603
1443
|
|
|
1604
1444
|
export interface DescriptionTooLongException extends __SmithyException, $MetadataBearer {
|
|
1605
1445
|
name: "DescriptionTooLongException";
|
|
@@ -1607,10 +1447,6 @@ export interface DescriptionTooLongException extends __SmithyException, $Metadat
|
|
|
1607
1447
|
|
|
1608
1448
|
message?: string;
|
|
1609
1449
|
}
|
|
1610
|
-
export declare namespace DescriptionTooLongException {
|
|
1611
|
-
|
|
1612
|
-
const filterSensitiveLog: (obj: DescriptionTooLongException) => any;
|
|
1613
|
-
}
|
|
1614
1450
|
|
|
1615
1451
|
export interface InvalidAutoRollbackConfigException extends __SmithyException, $MetadataBearer {
|
|
1616
1452
|
name: "InvalidAutoRollbackConfigException";
|
|
@@ -1618,10 +1454,6 @@ export interface InvalidAutoRollbackConfigException extends __SmithyException, $
|
|
|
1618
1454
|
|
|
1619
1455
|
message?: string;
|
|
1620
1456
|
}
|
|
1621
|
-
export declare namespace InvalidAutoRollbackConfigException {
|
|
1622
|
-
|
|
1623
|
-
const filterSensitiveLog: (obj: InvalidAutoRollbackConfigException) => any;
|
|
1624
|
-
}
|
|
1625
1457
|
|
|
1626
1458
|
export interface InvalidAutoScalingGroupException extends __SmithyException, $MetadataBearer {
|
|
1627
1459
|
name: "InvalidAutoScalingGroupException";
|
|
@@ -1629,10 +1461,6 @@ export interface InvalidAutoScalingGroupException extends __SmithyException, $Me
|
|
|
1629
1461
|
|
|
1630
1462
|
message?: string;
|
|
1631
1463
|
}
|
|
1632
|
-
export declare namespace InvalidAutoScalingGroupException {
|
|
1633
|
-
|
|
1634
|
-
const filterSensitiveLog: (obj: InvalidAutoScalingGroupException) => any;
|
|
1635
|
-
}
|
|
1636
1464
|
|
|
1637
1465
|
export interface InvalidDeploymentConfigNameException extends __SmithyException, $MetadataBearer {
|
|
1638
1466
|
name: "InvalidDeploymentConfigNameException";
|
|
@@ -1640,10 +1468,6 @@ export interface InvalidDeploymentConfigNameException extends __SmithyException,
|
|
|
1640
1468
|
|
|
1641
1469
|
message?: string;
|
|
1642
1470
|
}
|
|
1643
|
-
export declare namespace InvalidDeploymentConfigNameException {
|
|
1644
|
-
|
|
1645
|
-
const filterSensitiveLog: (obj: InvalidDeploymentConfigNameException) => any;
|
|
1646
|
-
}
|
|
1647
1471
|
|
|
1648
1472
|
export interface InvalidFileExistsBehaviorException extends __SmithyException, $MetadataBearer {
|
|
1649
1473
|
name: "InvalidFileExistsBehaviorException";
|
|
@@ -1651,10 +1475,6 @@ export interface InvalidFileExistsBehaviorException extends __SmithyException, $
|
|
|
1651
1475
|
|
|
1652
1476
|
message?: string;
|
|
1653
1477
|
}
|
|
1654
|
-
export declare namespace InvalidFileExistsBehaviorException {
|
|
1655
|
-
|
|
1656
|
-
const filterSensitiveLog: (obj: InvalidFileExistsBehaviorException) => any;
|
|
1657
|
-
}
|
|
1658
1478
|
|
|
1659
1479
|
export interface InvalidGitHubAccountTokenException extends __SmithyException, $MetadataBearer {
|
|
1660
1480
|
name: "InvalidGitHubAccountTokenException";
|
|
@@ -1662,10 +1482,6 @@ export interface InvalidGitHubAccountTokenException extends __SmithyException, $
|
|
|
1662
1482
|
|
|
1663
1483
|
message?: string;
|
|
1664
1484
|
}
|
|
1665
|
-
export declare namespace InvalidGitHubAccountTokenException {
|
|
1666
|
-
|
|
1667
|
-
const filterSensitiveLog: (obj: InvalidGitHubAccountTokenException) => any;
|
|
1668
|
-
}
|
|
1669
1485
|
|
|
1670
1486
|
export interface InvalidIgnoreApplicationStopFailuresValueException extends __SmithyException, $MetadataBearer {
|
|
1671
1487
|
name: "InvalidIgnoreApplicationStopFailuresValueException";
|
|
@@ -1673,10 +1489,6 @@ export interface InvalidIgnoreApplicationStopFailuresValueException extends __Sm
|
|
|
1673
1489
|
|
|
1674
1490
|
message?: string;
|
|
1675
1491
|
}
|
|
1676
|
-
export declare namespace InvalidIgnoreApplicationStopFailuresValueException {
|
|
1677
|
-
|
|
1678
|
-
const filterSensitiveLog: (obj: InvalidIgnoreApplicationStopFailuresValueException) => any;
|
|
1679
|
-
}
|
|
1680
1492
|
|
|
1681
1493
|
export interface InvalidLoadBalancerInfoException extends __SmithyException, $MetadataBearer {
|
|
1682
1494
|
name: "InvalidLoadBalancerInfoException";
|
|
@@ -1684,10 +1496,6 @@ export interface InvalidLoadBalancerInfoException extends __SmithyException, $Me
|
|
|
1684
1496
|
|
|
1685
1497
|
message?: string;
|
|
1686
1498
|
}
|
|
1687
|
-
export declare namespace InvalidLoadBalancerInfoException {
|
|
1688
|
-
|
|
1689
|
-
const filterSensitiveLog: (obj: InvalidLoadBalancerInfoException) => any;
|
|
1690
|
-
}
|
|
1691
1499
|
|
|
1692
1500
|
export interface InvalidRoleException extends __SmithyException, $MetadataBearer {
|
|
1693
1501
|
name: "InvalidRoleException";
|
|
@@ -1695,10 +1503,6 @@ export interface InvalidRoleException extends __SmithyException, $MetadataBearer
|
|
|
1695
1503
|
|
|
1696
1504
|
message?: string;
|
|
1697
1505
|
}
|
|
1698
|
-
export declare namespace InvalidRoleException {
|
|
1699
|
-
|
|
1700
|
-
const filterSensitiveLog: (obj: InvalidRoleException) => any;
|
|
1701
|
-
}
|
|
1702
1506
|
|
|
1703
1507
|
export interface InvalidTargetInstancesException extends __SmithyException, $MetadataBearer {
|
|
1704
1508
|
name: "InvalidTargetInstancesException";
|
|
@@ -1706,10 +1510,6 @@ export interface InvalidTargetInstancesException extends __SmithyException, $Met
|
|
|
1706
1510
|
|
|
1707
1511
|
message?: string;
|
|
1708
1512
|
}
|
|
1709
|
-
export declare namespace InvalidTargetInstancesException {
|
|
1710
|
-
|
|
1711
|
-
const filterSensitiveLog: (obj: InvalidTargetInstancesException) => any;
|
|
1712
|
-
}
|
|
1713
1513
|
|
|
1714
1514
|
export interface InvalidTrafficRoutingConfigurationException extends __SmithyException, $MetadataBearer {
|
|
1715
1515
|
name: "InvalidTrafficRoutingConfigurationException";
|
|
@@ -1717,10 +1517,6 @@ export interface InvalidTrafficRoutingConfigurationException extends __SmithyExc
|
|
|
1717
1517
|
|
|
1718
1518
|
message?: string;
|
|
1719
1519
|
}
|
|
1720
|
-
export declare namespace InvalidTrafficRoutingConfigurationException {
|
|
1721
|
-
|
|
1722
|
-
const filterSensitiveLog: (obj: InvalidTrafficRoutingConfigurationException) => any;
|
|
1723
|
-
}
|
|
1724
1520
|
|
|
1725
1521
|
export interface InvalidUpdateOutdatedInstancesOnlyValueException extends __SmithyException, $MetadataBearer {
|
|
1726
1522
|
name: "InvalidUpdateOutdatedInstancesOnlyValueException";
|
|
@@ -1728,10 +1524,6 @@ export interface InvalidUpdateOutdatedInstancesOnlyValueException extends __Smit
|
|
|
1728
1524
|
|
|
1729
1525
|
message?: string;
|
|
1730
1526
|
}
|
|
1731
|
-
export declare namespace InvalidUpdateOutdatedInstancesOnlyValueException {
|
|
1732
|
-
|
|
1733
|
-
const filterSensitiveLog: (obj: InvalidUpdateOutdatedInstancesOnlyValueException) => any;
|
|
1734
|
-
}
|
|
1735
1527
|
|
|
1736
1528
|
export interface RevisionDoesNotExistException extends __SmithyException, $MetadataBearer {
|
|
1737
1529
|
name: "RevisionDoesNotExistException";
|
|
@@ -1739,10 +1531,6 @@ export interface RevisionDoesNotExistException extends __SmithyException, $Metad
|
|
|
1739
1531
|
|
|
1740
1532
|
message?: string;
|
|
1741
1533
|
}
|
|
1742
|
-
export declare namespace RevisionDoesNotExistException {
|
|
1743
|
-
|
|
1744
|
-
const filterSensitiveLog: (obj: RevisionDoesNotExistException) => any;
|
|
1745
|
-
}
|
|
1746
1534
|
|
|
1747
1535
|
export interface ThrottlingException extends __SmithyException, $MetadataBearer {
|
|
1748
1536
|
name: "ThrottlingException";
|
|
@@ -1750,10 +1538,6 @@ export interface ThrottlingException extends __SmithyException, $MetadataBearer
|
|
|
1750
1538
|
|
|
1751
1539
|
message?: string;
|
|
1752
1540
|
}
|
|
1753
|
-
export declare namespace ThrottlingException {
|
|
1754
|
-
|
|
1755
|
-
const filterSensitiveLog: (obj: ThrottlingException) => any;
|
|
1756
|
-
}
|
|
1757
1541
|
export declare type MinimumHealthyHostsType = "FLEET_PERCENT" | "HOST_COUNT";
|
|
1758
1542
|
|
|
1759
1543
|
export interface MinimumHealthyHosts {
|
|
@@ -1837,10 +1621,6 @@ export interface DeploymentConfigAlreadyExistsException extends __SmithyExceptio
|
|
|
1837
1621
|
|
|
1838
1622
|
message?: string;
|
|
1839
1623
|
}
|
|
1840
|
-
export declare namespace DeploymentConfigAlreadyExistsException {
|
|
1841
|
-
|
|
1842
|
-
const filterSensitiveLog: (obj: DeploymentConfigAlreadyExistsException) => any;
|
|
1843
|
-
}
|
|
1844
1624
|
|
|
1845
1625
|
export interface DeploymentConfigLimitExceededException extends __SmithyException, $MetadataBearer {
|
|
1846
1626
|
name: "DeploymentConfigLimitExceededException";
|
|
@@ -1848,10 +1628,6 @@ export interface DeploymentConfigLimitExceededException extends __SmithyExceptio
|
|
|
1848
1628
|
|
|
1849
1629
|
message?: string;
|
|
1850
1630
|
}
|
|
1851
|
-
export declare namespace DeploymentConfigLimitExceededException {
|
|
1852
|
-
|
|
1853
|
-
const filterSensitiveLog: (obj: DeploymentConfigLimitExceededException) => any;
|
|
1854
|
-
}
|
|
1855
1631
|
|
|
1856
1632
|
export interface DeploymentConfigNameRequiredException extends __SmithyException, $MetadataBearer {
|
|
1857
1633
|
name: "DeploymentConfigNameRequiredException";
|
|
@@ -1859,10 +1635,6 @@ export interface DeploymentConfigNameRequiredException extends __SmithyException
|
|
|
1859
1635
|
|
|
1860
1636
|
message?: string;
|
|
1861
1637
|
}
|
|
1862
|
-
export declare namespace DeploymentConfigNameRequiredException {
|
|
1863
|
-
|
|
1864
|
-
const filterSensitiveLog: (obj: DeploymentConfigNameRequiredException) => any;
|
|
1865
|
-
}
|
|
1866
1638
|
|
|
1867
1639
|
export interface InvalidMinimumHealthyHostValueException extends __SmithyException, $MetadataBearer {
|
|
1868
1640
|
name: "InvalidMinimumHealthyHostValueException";
|
|
@@ -1870,10 +1642,6 @@ export interface InvalidMinimumHealthyHostValueException extends __SmithyExcepti
|
|
|
1870
1642
|
|
|
1871
1643
|
message?: string;
|
|
1872
1644
|
}
|
|
1873
|
-
export declare namespace InvalidMinimumHealthyHostValueException {
|
|
1874
|
-
|
|
1875
|
-
const filterSensitiveLog: (obj: InvalidMinimumHealthyHostValueException) => any;
|
|
1876
|
-
}
|
|
1877
1645
|
|
|
1878
1646
|
export interface CreateDeploymentGroupInput {
|
|
1879
1647
|
|
|
@@ -1933,10 +1701,6 @@ export interface DeploymentGroupAlreadyExistsException extends __SmithyException
|
|
|
1933
1701
|
|
|
1934
1702
|
message?: string;
|
|
1935
1703
|
}
|
|
1936
|
-
export declare namespace DeploymentGroupAlreadyExistsException {
|
|
1937
|
-
|
|
1938
|
-
const filterSensitiveLog: (obj: DeploymentGroupAlreadyExistsException) => any;
|
|
1939
|
-
}
|
|
1940
1704
|
|
|
1941
1705
|
export interface DeploymentGroupLimitExceededException extends __SmithyException, $MetadataBearer {
|
|
1942
1706
|
name: "DeploymentGroupLimitExceededException";
|
|
@@ -1944,10 +1708,6 @@ export interface DeploymentGroupLimitExceededException extends __SmithyException
|
|
|
1944
1708
|
|
|
1945
1709
|
message?: string;
|
|
1946
1710
|
}
|
|
1947
|
-
export declare namespace DeploymentGroupLimitExceededException {
|
|
1948
|
-
|
|
1949
|
-
const filterSensitiveLog: (obj: DeploymentGroupLimitExceededException) => any;
|
|
1950
|
-
}
|
|
1951
1711
|
|
|
1952
1712
|
export interface ECSServiceMappingLimitExceededException extends __SmithyException, $MetadataBearer {
|
|
1953
1713
|
name: "ECSServiceMappingLimitExceededException";
|
|
@@ -1955,10 +1715,6 @@ export interface ECSServiceMappingLimitExceededException extends __SmithyExcepti
|
|
|
1955
1715
|
|
|
1956
1716
|
message?: string;
|
|
1957
1717
|
}
|
|
1958
|
-
export declare namespace ECSServiceMappingLimitExceededException {
|
|
1959
|
-
|
|
1960
|
-
const filterSensitiveLog: (obj: ECSServiceMappingLimitExceededException) => any;
|
|
1961
|
-
}
|
|
1962
1718
|
|
|
1963
1719
|
export interface InvalidAlarmConfigException extends __SmithyException, $MetadataBearer {
|
|
1964
1720
|
name: "InvalidAlarmConfigException";
|
|
@@ -1966,10 +1722,6 @@ export interface InvalidAlarmConfigException extends __SmithyException, $Metadat
|
|
|
1966
1722
|
|
|
1967
1723
|
message?: string;
|
|
1968
1724
|
}
|
|
1969
|
-
export declare namespace InvalidAlarmConfigException {
|
|
1970
|
-
|
|
1971
|
-
const filterSensitiveLog: (obj: InvalidAlarmConfigException) => any;
|
|
1972
|
-
}
|
|
1973
1725
|
|
|
1974
1726
|
export interface InvalidBlueGreenDeploymentConfigurationException extends __SmithyException, $MetadataBearer {
|
|
1975
1727
|
name: "InvalidBlueGreenDeploymentConfigurationException";
|
|
@@ -1977,10 +1729,6 @@ export interface InvalidBlueGreenDeploymentConfigurationException extends __Smit
|
|
|
1977
1729
|
|
|
1978
1730
|
message?: string;
|
|
1979
1731
|
}
|
|
1980
|
-
export declare namespace InvalidBlueGreenDeploymentConfigurationException {
|
|
1981
|
-
|
|
1982
|
-
const filterSensitiveLog: (obj: InvalidBlueGreenDeploymentConfigurationException) => any;
|
|
1983
|
-
}
|
|
1984
1732
|
|
|
1985
1733
|
export interface InvalidDeploymentStyleException extends __SmithyException, $MetadataBearer {
|
|
1986
1734
|
name: "InvalidDeploymentStyleException";
|
|
@@ -1988,10 +1736,6 @@ export interface InvalidDeploymentStyleException extends __SmithyException, $Met
|
|
|
1988
1736
|
|
|
1989
1737
|
message?: string;
|
|
1990
1738
|
}
|
|
1991
|
-
export declare namespace InvalidDeploymentStyleException {
|
|
1992
|
-
|
|
1993
|
-
const filterSensitiveLog: (obj: InvalidDeploymentStyleException) => any;
|
|
1994
|
-
}
|
|
1995
1739
|
|
|
1996
1740
|
export interface InvalidEC2TagCombinationException extends __SmithyException, $MetadataBearer {
|
|
1997
1741
|
name: "InvalidEC2TagCombinationException";
|
|
@@ -1999,10 +1743,6 @@ export interface InvalidEC2TagCombinationException extends __SmithyException, $M
|
|
|
1999
1743
|
|
|
2000
1744
|
message?: string;
|
|
2001
1745
|
}
|
|
2002
|
-
export declare namespace InvalidEC2TagCombinationException {
|
|
2003
|
-
|
|
2004
|
-
const filterSensitiveLog: (obj: InvalidEC2TagCombinationException) => any;
|
|
2005
|
-
}
|
|
2006
1746
|
|
|
2007
1747
|
export interface InvalidEC2TagException extends __SmithyException, $MetadataBearer {
|
|
2008
1748
|
name: "InvalidEC2TagException";
|
|
@@ -2010,10 +1750,6 @@ export interface InvalidEC2TagException extends __SmithyException, $MetadataBear
|
|
|
2010
1750
|
|
|
2011
1751
|
message?: string;
|
|
2012
1752
|
}
|
|
2013
|
-
export declare namespace InvalidEC2TagException {
|
|
2014
|
-
|
|
2015
|
-
const filterSensitiveLog: (obj: InvalidEC2TagException) => any;
|
|
2016
|
-
}
|
|
2017
1753
|
|
|
2018
1754
|
export interface InvalidECSServiceException extends __SmithyException, $MetadataBearer {
|
|
2019
1755
|
name: "InvalidECSServiceException";
|
|
@@ -2021,10 +1757,6 @@ export interface InvalidECSServiceException extends __SmithyException, $Metadata
|
|
|
2021
1757
|
|
|
2022
1758
|
message?: string;
|
|
2023
1759
|
}
|
|
2024
|
-
export declare namespace InvalidECSServiceException {
|
|
2025
|
-
|
|
2026
|
-
const filterSensitiveLog: (obj: InvalidECSServiceException) => any;
|
|
2027
|
-
}
|
|
2028
1760
|
|
|
2029
1761
|
export interface InvalidInputException extends __SmithyException, $MetadataBearer {
|
|
2030
1762
|
name: "InvalidInputException";
|
|
@@ -2032,10 +1764,6 @@ export interface InvalidInputException extends __SmithyException, $MetadataBeare
|
|
|
2032
1764
|
|
|
2033
1765
|
message?: string;
|
|
2034
1766
|
}
|
|
2035
|
-
export declare namespace InvalidInputException {
|
|
2036
|
-
|
|
2037
|
-
const filterSensitiveLog: (obj: InvalidInputException) => any;
|
|
2038
|
-
}
|
|
2039
1767
|
|
|
2040
1768
|
export interface InvalidOnPremisesTagCombinationException extends __SmithyException, $MetadataBearer {
|
|
2041
1769
|
name: "InvalidOnPremisesTagCombinationException";
|
|
@@ -2043,10 +1771,6 @@ export interface InvalidOnPremisesTagCombinationException extends __SmithyExcept
|
|
|
2043
1771
|
|
|
2044
1772
|
message?: string;
|
|
2045
1773
|
}
|
|
2046
|
-
export declare namespace InvalidOnPremisesTagCombinationException {
|
|
2047
|
-
|
|
2048
|
-
const filterSensitiveLog: (obj: InvalidOnPremisesTagCombinationException) => any;
|
|
2049
|
-
}
|
|
2050
1774
|
|
|
2051
1775
|
export interface InvalidTargetGroupPairException extends __SmithyException, $MetadataBearer {
|
|
2052
1776
|
name: "InvalidTargetGroupPairException";
|
|
@@ -2054,10 +1778,6 @@ export interface InvalidTargetGroupPairException extends __SmithyException, $Met
|
|
|
2054
1778
|
|
|
2055
1779
|
message?: string;
|
|
2056
1780
|
}
|
|
2057
|
-
export declare namespace InvalidTargetGroupPairException {
|
|
2058
|
-
|
|
2059
|
-
const filterSensitiveLog: (obj: InvalidTargetGroupPairException) => any;
|
|
2060
|
-
}
|
|
2061
1781
|
|
|
2062
1782
|
export interface InvalidTriggerConfigException extends __SmithyException, $MetadataBearer {
|
|
2063
1783
|
name: "InvalidTriggerConfigException";
|
|
@@ -2065,10 +1785,6 @@ export interface InvalidTriggerConfigException extends __SmithyException, $Metad
|
|
|
2065
1785
|
|
|
2066
1786
|
message?: string;
|
|
2067
1787
|
}
|
|
2068
|
-
export declare namespace InvalidTriggerConfigException {
|
|
2069
|
-
|
|
2070
|
-
const filterSensitiveLog: (obj: InvalidTriggerConfigException) => any;
|
|
2071
|
-
}
|
|
2072
1788
|
|
|
2073
1789
|
export interface LifecycleHookLimitExceededException extends __SmithyException, $MetadataBearer {
|
|
2074
1790
|
name: "LifecycleHookLimitExceededException";
|
|
@@ -2076,10 +1792,6 @@ export interface LifecycleHookLimitExceededException extends __SmithyException,
|
|
|
2076
1792
|
|
|
2077
1793
|
message?: string;
|
|
2078
1794
|
}
|
|
2079
|
-
export declare namespace LifecycleHookLimitExceededException {
|
|
2080
|
-
|
|
2081
|
-
const filterSensitiveLog: (obj: LifecycleHookLimitExceededException) => any;
|
|
2082
|
-
}
|
|
2083
1795
|
|
|
2084
1796
|
export interface RoleRequiredException extends __SmithyException, $MetadataBearer {
|
|
2085
1797
|
name: "RoleRequiredException";
|
|
@@ -2087,10 +1799,6 @@ export interface RoleRequiredException extends __SmithyException, $MetadataBeare
|
|
|
2087
1799
|
|
|
2088
1800
|
message?: string;
|
|
2089
1801
|
}
|
|
2090
|
-
export declare namespace RoleRequiredException {
|
|
2091
|
-
|
|
2092
|
-
const filterSensitiveLog: (obj: RoleRequiredException) => any;
|
|
2093
|
-
}
|
|
2094
1802
|
|
|
2095
1803
|
export interface TagSetListLimitExceededException extends __SmithyException, $MetadataBearer {
|
|
2096
1804
|
name: "TagSetListLimitExceededException";
|
|
@@ -2098,10 +1806,6 @@ export interface TagSetListLimitExceededException extends __SmithyException, $Me
|
|
|
2098
1806
|
|
|
2099
1807
|
message?: string;
|
|
2100
1808
|
}
|
|
2101
|
-
export declare namespace TagSetListLimitExceededException {
|
|
2102
|
-
|
|
2103
|
-
const filterSensitiveLog: (obj: TagSetListLimitExceededException) => any;
|
|
2104
|
-
}
|
|
2105
1809
|
|
|
2106
1810
|
export interface TriggerTargetsLimitExceededException extends __SmithyException, $MetadataBearer {
|
|
2107
1811
|
name: "TriggerTargetsLimitExceededException";
|
|
@@ -2109,10 +1813,6 @@ export interface TriggerTargetsLimitExceededException extends __SmithyException,
|
|
|
2109
1813
|
|
|
2110
1814
|
message?: string;
|
|
2111
1815
|
}
|
|
2112
|
-
export declare namespace TriggerTargetsLimitExceededException {
|
|
2113
|
-
|
|
2114
|
-
const filterSensitiveLog: (obj: TriggerTargetsLimitExceededException) => any;
|
|
2115
|
-
}
|
|
2116
1816
|
|
|
2117
1817
|
export interface DeleteApplicationInput {
|
|
2118
1818
|
|
|
@@ -2138,10 +1838,6 @@ export interface DeploymentConfigInUseException extends __SmithyException, $Meta
|
|
|
2138
1838
|
|
|
2139
1839
|
message?: string;
|
|
2140
1840
|
}
|
|
2141
|
-
export declare namespace DeploymentConfigInUseException {
|
|
2142
|
-
|
|
2143
|
-
const filterSensitiveLog: (obj: DeploymentConfigInUseException) => any;
|
|
2144
|
-
}
|
|
2145
1841
|
|
|
2146
1842
|
export interface InvalidOperationException extends __SmithyException, $MetadataBearer {
|
|
2147
1843
|
name: "InvalidOperationException";
|
|
@@ -2149,10 +1845,6 @@ export interface InvalidOperationException extends __SmithyException, $MetadataB
|
|
|
2149
1845
|
|
|
2150
1846
|
message?: string;
|
|
2151
1847
|
}
|
|
2152
|
-
export declare namespace InvalidOperationException {
|
|
2153
|
-
|
|
2154
|
-
const filterSensitiveLog: (obj: InvalidOperationException) => any;
|
|
2155
|
-
}
|
|
2156
1848
|
|
|
2157
1849
|
export interface DeleteDeploymentGroupInput {
|
|
2158
1850
|
|
|
@@ -2198,10 +1890,6 @@ export interface GitHubAccountTokenDoesNotExistException extends __SmithyExcepti
|
|
|
2198
1890
|
|
|
2199
1891
|
message?: string;
|
|
2200
1892
|
}
|
|
2201
|
-
export declare namespace GitHubAccountTokenDoesNotExistException {
|
|
2202
|
-
|
|
2203
|
-
const filterSensitiveLog: (obj: GitHubAccountTokenDoesNotExistException) => any;
|
|
2204
|
-
}
|
|
2205
1893
|
|
|
2206
1894
|
export interface GitHubAccountTokenNameRequiredException extends __SmithyException, $MetadataBearer {
|
|
2207
1895
|
name: "GitHubAccountTokenNameRequiredException";
|
|
@@ -2209,10 +1897,6 @@ export interface GitHubAccountTokenNameRequiredException extends __SmithyExcepti
|
|
|
2209
1897
|
|
|
2210
1898
|
message?: string;
|
|
2211
1899
|
}
|
|
2212
|
-
export declare namespace GitHubAccountTokenNameRequiredException {
|
|
2213
|
-
|
|
2214
|
-
const filterSensitiveLog: (obj: GitHubAccountTokenNameRequiredException) => any;
|
|
2215
|
-
}
|
|
2216
1900
|
|
|
2217
1901
|
export interface InvalidGitHubAccountTokenNameException extends __SmithyException, $MetadataBearer {
|
|
2218
1902
|
name: "InvalidGitHubAccountTokenNameException";
|
|
@@ -2220,10 +1904,6 @@ export interface InvalidGitHubAccountTokenNameException extends __SmithyExceptio
|
|
|
2220
1904
|
|
|
2221
1905
|
message?: string;
|
|
2222
1906
|
}
|
|
2223
|
-
export declare namespace InvalidGitHubAccountTokenNameException {
|
|
2224
|
-
|
|
2225
|
-
const filterSensitiveLog: (obj: InvalidGitHubAccountTokenNameException) => any;
|
|
2226
|
-
}
|
|
2227
1907
|
|
|
2228
1908
|
export interface OperationNotSupportedException extends __SmithyException, $MetadataBearer {
|
|
2229
1909
|
name: "OperationNotSupportedException";
|
|
@@ -2231,10 +1911,6 @@ export interface OperationNotSupportedException extends __SmithyException, $Meta
|
|
|
2231
1911
|
|
|
2232
1912
|
message?: string;
|
|
2233
1913
|
}
|
|
2234
|
-
export declare namespace OperationNotSupportedException {
|
|
2235
|
-
|
|
2236
|
-
const filterSensitiveLog: (obj: OperationNotSupportedException) => any;
|
|
2237
|
-
}
|
|
2238
1914
|
|
|
2239
1915
|
export interface ResourceValidationException extends __SmithyException, $MetadataBearer {
|
|
2240
1916
|
name: "ResourceValidationException";
|
|
@@ -2242,10 +1918,6 @@ export interface ResourceValidationException extends __SmithyException, $Metadat
|
|
|
2242
1918
|
|
|
2243
1919
|
message?: string;
|
|
2244
1920
|
}
|
|
2245
|
-
export declare namespace ResourceValidationException {
|
|
2246
|
-
|
|
2247
|
-
const filterSensitiveLog: (obj: ResourceValidationException) => any;
|
|
2248
|
-
}
|
|
2249
1921
|
export interface DeleteResourcesByExternalIdInput {
|
|
2250
1922
|
|
|
2251
1923
|
externalId?: string;
|
|
@@ -2449,10 +2121,6 @@ export interface InvalidBucketNameFilterException extends __SmithyException, $Me
|
|
|
2449
2121
|
|
|
2450
2122
|
message?: string;
|
|
2451
2123
|
}
|
|
2452
|
-
export declare namespace InvalidBucketNameFilterException {
|
|
2453
|
-
|
|
2454
|
-
const filterSensitiveLog: (obj: InvalidBucketNameFilterException) => any;
|
|
2455
|
-
}
|
|
2456
2124
|
|
|
2457
2125
|
export interface InvalidDeployedStateFilterException extends __SmithyException, $MetadataBearer {
|
|
2458
2126
|
name: "InvalidDeployedStateFilterException";
|
|
@@ -2460,10 +2128,6 @@ export interface InvalidDeployedStateFilterException extends __SmithyException,
|
|
|
2460
2128
|
|
|
2461
2129
|
message?: string;
|
|
2462
2130
|
}
|
|
2463
|
-
export declare namespace InvalidDeployedStateFilterException {
|
|
2464
|
-
|
|
2465
|
-
const filterSensitiveLog: (obj: InvalidDeployedStateFilterException) => any;
|
|
2466
|
-
}
|
|
2467
2131
|
|
|
2468
2132
|
export interface InvalidKeyPrefixFilterException extends __SmithyException, $MetadataBearer {
|
|
2469
2133
|
name: "InvalidKeyPrefixFilterException";
|
|
@@ -2471,10 +2135,6 @@ export interface InvalidKeyPrefixFilterException extends __SmithyException, $Met
|
|
|
2471
2135
|
|
|
2472
2136
|
message?: string;
|
|
2473
2137
|
}
|
|
2474
|
-
export declare namespace InvalidKeyPrefixFilterException {
|
|
2475
|
-
|
|
2476
|
-
const filterSensitiveLog: (obj: InvalidKeyPrefixFilterException) => any;
|
|
2477
|
-
}
|
|
2478
2138
|
|
|
2479
2139
|
export interface InvalidNextTokenException extends __SmithyException, $MetadataBearer {
|
|
2480
2140
|
name: "InvalidNextTokenException";
|
|
@@ -2482,10 +2142,6 @@ export interface InvalidNextTokenException extends __SmithyException, $MetadataB
|
|
|
2482
2142
|
|
|
2483
2143
|
message?: string;
|
|
2484
2144
|
}
|
|
2485
|
-
export declare namespace InvalidNextTokenException {
|
|
2486
|
-
|
|
2487
|
-
const filterSensitiveLog: (obj: InvalidNextTokenException) => any;
|
|
2488
|
-
}
|
|
2489
2145
|
|
|
2490
2146
|
export interface InvalidSortByException extends __SmithyException, $MetadataBearer {
|
|
2491
2147
|
name: "InvalidSortByException";
|
|
@@ -2493,10 +2149,6 @@ export interface InvalidSortByException extends __SmithyException, $MetadataBear
|
|
|
2493
2149
|
|
|
2494
2150
|
message?: string;
|
|
2495
2151
|
}
|
|
2496
|
-
export declare namespace InvalidSortByException {
|
|
2497
|
-
|
|
2498
|
-
const filterSensitiveLog: (obj: InvalidSortByException) => any;
|
|
2499
|
-
}
|
|
2500
2152
|
|
|
2501
2153
|
export interface InvalidSortOrderException extends __SmithyException, $MetadataBearer {
|
|
2502
2154
|
name: "InvalidSortOrderException";
|
|
@@ -2504,10 +2156,6 @@ export interface InvalidSortOrderException extends __SmithyException, $MetadataB
|
|
|
2504
2156
|
|
|
2505
2157
|
message?: string;
|
|
2506
2158
|
}
|
|
2507
|
-
export declare namespace InvalidSortOrderException {
|
|
2508
|
-
|
|
2509
|
-
const filterSensitiveLog: (obj: InvalidSortOrderException) => any;
|
|
2510
|
-
}
|
|
2511
2159
|
export declare enum ListStateFilterAction {
|
|
2512
2160
|
Exclude = "exclude",
|
|
2513
2161
|
Ignore = "ignore",
|
|
@@ -2620,10 +2268,6 @@ export interface InvalidDeploymentInstanceTypeException extends __SmithyExceptio
|
|
|
2620
2268
|
|
|
2621
2269
|
message?: string;
|
|
2622
2270
|
}
|
|
2623
|
-
export declare namespace InvalidDeploymentInstanceTypeException {
|
|
2624
|
-
|
|
2625
|
-
const filterSensitiveLog: (obj: InvalidDeploymentInstanceTypeException) => any;
|
|
2626
|
-
}
|
|
2627
2271
|
|
|
2628
2272
|
export interface InvalidInstanceStatusException extends __SmithyException, $MetadataBearer {
|
|
2629
2273
|
name: "InvalidInstanceStatusException";
|
|
@@ -2631,10 +2275,6 @@ export interface InvalidInstanceStatusException extends __SmithyException, $Meta
|
|
|
2631
2275
|
|
|
2632
2276
|
message?: string;
|
|
2633
2277
|
}
|
|
2634
|
-
export declare namespace InvalidInstanceStatusException {
|
|
2635
|
-
|
|
2636
|
-
const filterSensitiveLog: (obj: InvalidInstanceStatusException) => any;
|
|
2637
|
-
}
|
|
2638
2278
|
|
|
2639
2279
|
export interface InvalidInstanceTypeException extends __SmithyException, $MetadataBearer {
|
|
2640
2280
|
name: "InvalidInstanceTypeException";
|
|
@@ -2642,10 +2282,6 @@ export interface InvalidInstanceTypeException extends __SmithyException, $Metada
|
|
|
2642
2282
|
|
|
2643
2283
|
message?: string;
|
|
2644
2284
|
}
|
|
2645
|
-
export declare namespace InvalidInstanceTypeException {
|
|
2646
|
-
|
|
2647
|
-
const filterSensitiveLog: (obj: InvalidInstanceTypeException) => any;
|
|
2648
|
-
}
|
|
2649
2285
|
|
|
2650
2286
|
export interface InvalidTargetFilterNameException extends __SmithyException, $MetadataBearer {
|
|
2651
2287
|
name: "InvalidTargetFilterNameException";
|
|
@@ -2653,10 +2289,6 @@ export interface InvalidTargetFilterNameException extends __SmithyException, $Me
|
|
|
2653
2289
|
|
|
2654
2290
|
message?: string;
|
|
2655
2291
|
}
|
|
2656
|
-
export declare namespace InvalidTargetFilterNameException {
|
|
2657
|
-
|
|
2658
|
-
const filterSensitiveLog: (obj: InvalidTargetFilterNameException) => any;
|
|
2659
|
-
}
|
|
2660
2292
|
|
|
2661
2293
|
export interface ListDeploymentInstancesInput {
|
|
2662
2294
|
|
|
@@ -2690,10 +2322,6 @@ export interface InvalidExternalIdException extends __SmithyException, $Metadata
|
|
|
2690
2322
|
|
|
2691
2323
|
message?: string;
|
|
2692
2324
|
}
|
|
2693
|
-
export declare namespace InvalidExternalIdException {
|
|
2694
|
-
|
|
2695
|
-
const filterSensitiveLog: (obj: InvalidExternalIdException) => any;
|
|
2696
|
-
}
|
|
2697
2325
|
|
|
2698
2326
|
export interface InvalidTimeRangeException extends __SmithyException, $MetadataBearer {
|
|
2699
2327
|
name: "InvalidTimeRangeException";
|
|
@@ -2701,10 +2329,6 @@ export interface InvalidTimeRangeException extends __SmithyException, $MetadataB
|
|
|
2701
2329
|
|
|
2702
2330
|
message?: string;
|
|
2703
2331
|
}
|
|
2704
|
-
export declare namespace InvalidTimeRangeException {
|
|
2705
|
-
|
|
2706
|
-
const filterSensitiveLog: (obj: InvalidTimeRangeException) => any;
|
|
2707
|
-
}
|
|
2708
2332
|
|
|
2709
2333
|
export interface TimeRange {
|
|
2710
2334
|
|
|
@@ -2801,10 +2425,6 @@ export interface InvalidRegistrationStatusException extends __SmithyException, $
|
|
|
2801
2425
|
|
|
2802
2426
|
message?: string;
|
|
2803
2427
|
}
|
|
2804
|
-
export declare namespace InvalidRegistrationStatusException {
|
|
2805
|
-
|
|
2806
|
-
const filterSensitiveLog: (obj: InvalidRegistrationStatusException) => any;
|
|
2807
|
-
}
|
|
2808
2428
|
|
|
2809
2429
|
export interface InvalidTagFilterException extends __SmithyException, $MetadataBearer {
|
|
2810
2430
|
name: "InvalidTagFilterException";
|
|
@@ -2812,10 +2432,6 @@ export interface InvalidTagFilterException extends __SmithyException, $MetadataB
|
|
|
2812
2432
|
|
|
2813
2433
|
message?: string;
|
|
2814
2434
|
}
|
|
2815
|
-
export declare namespace InvalidTagFilterException {
|
|
2816
|
-
|
|
2817
|
-
const filterSensitiveLog: (obj: InvalidTagFilterException) => any;
|
|
2818
|
-
}
|
|
2819
2435
|
export declare enum RegistrationStatus {
|
|
2820
2436
|
Deregistered = "Deregistered",
|
|
2821
2437
|
Registered = "Registered"
|
|
@@ -2851,10 +2467,6 @@ export interface InvalidArnException extends __SmithyException, $MetadataBearer
|
|
|
2851
2467
|
|
|
2852
2468
|
message?: string;
|
|
2853
2469
|
}
|
|
2854
|
-
export declare namespace InvalidArnException {
|
|
2855
|
-
|
|
2856
|
-
const filterSensitiveLog: (obj: InvalidArnException) => any;
|
|
2857
|
-
}
|
|
2858
2470
|
export interface ListTagsForResourceInput {
|
|
2859
2471
|
|
|
2860
2472
|
ResourceArn: string | undefined;
|
|
@@ -2882,10 +2494,6 @@ export interface ResourceArnRequiredException extends __SmithyException, $Metada
|
|
|
2882
2494
|
|
|
2883
2495
|
message?: string;
|
|
2884
2496
|
}
|
|
2885
|
-
export declare namespace ResourceArnRequiredException {
|
|
2886
|
-
|
|
2887
|
-
const filterSensitiveLog: (obj: ResourceArnRequiredException) => any;
|
|
2888
|
-
}
|
|
2889
2497
|
|
|
2890
2498
|
export interface InvalidLifecycleEventHookExecutionIdException extends __SmithyException, $MetadataBearer {
|
|
2891
2499
|
name: "InvalidLifecycleEventHookExecutionIdException";
|
|
@@ -2893,10 +2501,6 @@ export interface InvalidLifecycleEventHookExecutionIdException extends __SmithyE
|
|
|
2893
2501
|
|
|
2894
2502
|
message?: string;
|
|
2895
2503
|
}
|
|
2896
|
-
export declare namespace InvalidLifecycleEventHookExecutionIdException {
|
|
2897
|
-
|
|
2898
|
-
const filterSensitiveLog: (obj: InvalidLifecycleEventHookExecutionIdException) => any;
|
|
2899
|
-
}
|
|
2900
2504
|
|
|
2901
2505
|
export interface InvalidLifecycleEventHookExecutionStatusException extends __SmithyException, $MetadataBearer {
|
|
2902
2506
|
name: "InvalidLifecycleEventHookExecutionStatusException";
|
|
@@ -2904,10 +2508,6 @@ export interface InvalidLifecycleEventHookExecutionStatusException extends __Smi
|
|
|
2904
2508
|
|
|
2905
2509
|
message?: string;
|
|
2906
2510
|
}
|
|
2907
|
-
export declare namespace InvalidLifecycleEventHookExecutionStatusException {
|
|
2908
|
-
|
|
2909
|
-
const filterSensitiveLog: (obj: InvalidLifecycleEventHookExecutionStatusException) => any;
|
|
2910
|
-
}
|
|
2911
2511
|
|
|
2912
2512
|
export interface LifecycleEventAlreadyCompletedException extends __SmithyException, $MetadataBearer {
|
|
2913
2513
|
name: "LifecycleEventAlreadyCompletedException";
|
|
@@ -2915,10 +2515,6 @@ export interface LifecycleEventAlreadyCompletedException extends __SmithyExcepti
|
|
|
2915
2515
|
|
|
2916
2516
|
message?: string;
|
|
2917
2517
|
}
|
|
2918
|
-
export declare namespace LifecycleEventAlreadyCompletedException {
|
|
2919
|
-
|
|
2920
|
-
const filterSensitiveLog: (obj: LifecycleEventAlreadyCompletedException) => any;
|
|
2921
|
-
}
|
|
2922
2518
|
export interface PutLifecycleEventHookExecutionStatusInput {
|
|
2923
2519
|
|
|
2924
2520
|
deploymentId?: string;
|
|
@@ -2959,10 +2555,6 @@ export interface IamArnRequiredException extends __SmithyException, $MetadataBea
|
|
|
2959
2555
|
|
|
2960
2556
|
message?: string;
|
|
2961
2557
|
}
|
|
2962
|
-
export declare namespace IamArnRequiredException {
|
|
2963
|
-
|
|
2964
|
-
const filterSensitiveLog: (obj: IamArnRequiredException) => any;
|
|
2965
|
-
}
|
|
2966
2558
|
|
|
2967
2559
|
export interface IamSessionArnAlreadyRegisteredException extends __SmithyException, $MetadataBearer {
|
|
2968
2560
|
name: "IamSessionArnAlreadyRegisteredException";
|
|
@@ -2970,10 +2562,6 @@ export interface IamSessionArnAlreadyRegisteredException extends __SmithyExcepti
|
|
|
2970
2562
|
|
|
2971
2563
|
message?: string;
|
|
2972
2564
|
}
|
|
2973
|
-
export declare namespace IamSessionArnAlreadyRegisteredException {
|
|
2974
|
-
|
|
2975
|
-
const filterSensitiveLog: (obj: IamSessionArnAlreadyRegisteredException) => any;
|
|
2976
|
-
}
|
|
2977
2565
|
|
|
2978
2566
|
export interface IamUserArnAlreadyRegisteredException extends __SmithyException, $MetadataBearer {
|
|
2979
2567
|
name: "IamUserArnAlreadyRegisteredException";
|
|
@@ -2981,10 +2569,6 @@ export interface IamUserArnAlreadyRegisteredException extends __SmithyException,
|
|
|
2981
2569
|
|
|
2982
2570
|
message?: string;
|
|
2983
2571
|
}
|
|
2984
|
-
export declare namespace IamUserArnAlreadyRegisteredException {
|
|
2985
|
-
|
|
2986
|
-
const filterSensitiveLog: (obj: IamUserArnAlreadyRegisteredException) => any;
|
|
2987
|
-
}
|
|
2988
2572
|
|
|
2989
2573
|
export interface IamUserArnRequiredException extends __SmithyException, $MetadataBearer {
|
|
2990
2574
|
name: "IamUserArnRequiredException";
|
|
@@ -2992,10 +2576,6 @@ export interface IamUserArnRequiredException extends __SmithyException, $Metadat
|
|
|
2992
2576
|
|
|
2993
2577
|
message?: string;
|
|
2994
2578
|
}
|
|
2995
|
-
export declare namespace IamUserArnRequiredException {
|
|
2996
|
-
|
|
2997
|
-
const filterSensitiveLog: (obj: IamUserArnRequiredException) => any;
|
|
2998
|
-
}
|
|
2999
2579
|
|
|
3000
2580
|
export interface InstanceNameAlreadyRegisteredException extends __SmithyException, $MetadataBearer {
|
|
3001
2581
|
name: "InstanceNameAlreadyRegisteredException";
|
|
@@ -3003,10 +2583,6 @@ export interface InstanceNameAlreadyRegisteredException extends __SmithyExceptio
|
|
|
3003
2583
|
|
|
3004
2584
|
message?: string;
|
|
3005
2585
|
}
|
|
3006
|
-
export declare namespace InstanceNameAlreadyRegisteredException {
|
|
3007
|
-
|
|
3008
|
-
const filterSensitiveLog: (obj: InstanceNameAlreadyRegisteredException) => any;
|
|
3009
|
-
}
|
|
3010
2586
|
|
|
3011
2587
|
export interface InvalidIamSessionArnException extends __SmithyException, $MetadataBearer {
|
|
3012
2588
|
name: "InvalidIamSessionArnException";
|
|
@@ -3014,10 +2590,6 @@ export interface InvalidIamSessionArnException extends __SmithyException, $Metad
|
|
|
3014
2590
|
|
|
3015
2591
|
message?: string;
|
|
3016
2592
|
}
|
|
3017
|
-
export declare namespace InvalidIamSessionArnException {
|
|
3018
|
-
|
|
3019
|
-
const filterSensitiveLog: (obj: InvalidIamSessionArnException) => any;
|
|
3020
|
-
}
|
|
3021
2593
|
|
|
3022
2594
|
export interface InvalidIamUserArnException extends __SmithyException, $MetadataBearer {
|
|
3023
2595
|
name: "InvalidIamUserArnException";
|
|
@@ -3025,10 +2597,6 @@ export interface InvalidIamUserArnException extends __SmithyException, $Metadata
|
|
|
3025
2597
|
|
|
3026
2598
|
message?: string;
|
|
3027
2599
|
}
|
|
3028
|
-
export declare namespace InvalidIamUserArnException {
|
|
3029
|
-
|
|
3030
|
-
const filterSensitiveLog: (obj: InvalidIamUserArnException) => any;
|
|
3031
|
-
}
|
|
3032
2600
|
|
|
3033
2601
|
export interface MultipleIamArnsProvidedException extends __SmithyException, $MetadataBearer {
|
|
3034
2602
|
name: "MultipleIamArnsProvidedException";
|
|
@@ -3036,10 +2604,6 @@ export interface MultipleIamArnsProvidedException extends __SmithyException, $Me
|
|
|
3036
2604
|
|
|
3037
2605
|
message?: string;
|
|
3038
2606
|
}
|
|
3039
|
-
export declare namespace MultipleIamArnsProvidedException {
|
|
3040
|
-
|
|
3041
|
-
const filterSensitiveLog: (obj: MultipleIamArnsProvidedException) => any;
|
|
3042
|
-
}
|
|
3043
2607
|
|
|
3044
2608
|
export interface RegisterOnPremisesInstanceInput {
|
|
3045
2609
|
|