@aws-sdk/client-service-catalog 3.934.0 → 3.936.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-cjs/index.js +188 -187
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +187 -0
- package/dist-es/models/errors.js +113 -0
- package/dist-es/models/models_0.js +1 -300
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +483 -0
- package/dist-types/models/errors.d.ts +110 -0
- package/dist-types/models/models_0.d.ts +1 -593
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +248 -0
- package/dist-types/ts3.4/models/errors.d.ts +66 -0
- package/dist-types/ts3.4/models/models_0.d.ts +39 -314
- package/package.json +19 -19
- package/dist-es/models/index.js +0 -1
- package/dist-types/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/index.d.ts +0 -1
|
@@ -1,18 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { ServiceCatalogServiceException as __BaseException } from "./ServiceCatalogServiceException";
|
|
3
|
-
/**
|
|
4
|
-
* @public
|
|
5
|
-
* @enum
|
|
6
|
-
*/
|
|
7
|
-
export declare const PortfolioShareType: {
|
|
8
|
-
readonly AWS_ORGANIZATIONS: "AWS_ORGANIZATIONS";
|
|
9
|
-
readonly AWS_SERVICECATALOG: "AWS_SERVICECATALOG";
|
|
10
|
-
readonly IMPORTED: "IMPORTED";
|
|
11
|
-
};
|
|
12
|
-
/**
|
|
13
|
-
* @public
|
|
14
|
-
*/
|
|
15
|
-
export type PortfolioShareType = (typeof PortfolioShareType)[keyof typeof PortfolioShareType];
|
|
1
|
+
import { AccessLevelFilterKey, AccessStatus, ChangeAction, CopyOption, CopyProductStatus, DescribePortfolioShareType, EngineWorkflowStatus, EvaluationType, LastSyncStatus, OrganizationNodeType, PortfolioShareType, PrincipalType, ProductSource, ProductType, ProductViewFilterBy, ProductViewSortBy, PropertyKey, ProvisionedProductPlanStatus, ProvisionedProductPlanType, ProvisionedProductStatus, ProvisionedProductViewFilterBy, ProvisioningArtifactGuidance, ProvisioningArtifactPropertyName, ProvisioningArtifactType, RecordStatus, Replacement, RequiresRecreation, ResourceAttribute, ServiceActionAssociationErrorCode, ServiceActionDefinitionKey, ServiceActionDefinitionType, ShareStatus, SortOrder, SourceType, StackInstanceStatus, StackSetOperationType, Status } from "./enums";
|
|
16
2
|
/**
|
|
17
3
|
* @public
|
|
18
4
|
*/
|
|
@@ -65,59 +51,6 @@ export interface AcceptPortfolioShareInput {
|
|
|
65
51
|
*/
|
|
66
52
|
export interface AcceptPortfolioShareOutput {
|
|
67
53
|
}
|
|
68
|
-
/**
|
|
69
|
-
* <p>One or more parameters provided to the operation are not valid.</p>
|
|
70
|
-
* @public
|
|
71
|
-
*/
|
|
72
|
-
export declare class InvalidParametersException extends __BaseException {
|
|
73
|
-
readonly name: "InvalidParametersException";
|
|
74
|
-
readonly $fault: "client";
|
|
75
|
-
Message?: string | undefined;
|
|
76
|
-
/**
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
79
|
-
constructor(opts: __ExceptionOptionType<InvalidParametersException, __BaseException>);
|
|
80
|
-
}
|
|
81
|
-
/**
|
|
82
|
-
* <p>The current limits of the service would have been exceeded by this operation. Decrease your
|
|
83
|
-
* resource use or increase your service limits and retry the operation.</p>
|
|
84
|
-
* @public
|
|
85
|
-
*/
|
|
86
|
-
export declare class LimitExceededException extends __BaseException {
|
|
87
|
-
readonly name: "LimitExceededException";
|
|
88
|
-
readonly $fault: "client";
|
|
89
|
-
Message?: string | undefined;
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
|
|
94
|
-
}
|
|
95
|
-
/**
|
|
96
|
-
* <p>The specified resource was not found.</p>
|
|
97
|
-
* @public
|
|
98
|
-
*/
|
|
99
|
-
export declare class ResourceNotFoundException extends __BaseException {
|
|
100
|
-
readonly name: "ResourceNotFoundException";
|
|
101
|
-
readonly $fault: "client";
|
|
102
|
-
Message?: string | undefined;
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
|
-
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
107
|
-
}
|
|
108
|
-
/**
|
|
109
|
-
* @public
|
|
110
|
-
* @enum
|
|
111
|
-
*/
|
|
112
|
-
export declare const AccessLevelFilterKey: {
|
|
113
|
-
readonly ACCOUNT: "Account";
|
|
114
|
-
readonly ROLE: "Role";
|
|
115
|
-
readonly USER: "User";
|
|
116
|
-
};
|
|
117
|
-
/**
|
|
118
|
-
* @public
|
|
119
|
-
*/
|
|
120
|
-
export type AccessLevelFilterKey = (typeof AccessLevelFilterKey)[keyof typeof AccessLevelFilterKey];
|
|
121
54
|
/**
|
|
122
55
|
* <p>The access level to use to filter results.</p>
|
|
123
56
|
* @public
|
|
@@ -148,19 +81,6 @@ export interface AccessLevelFilter {
|
|
|
148
81
|
*/
|
|
149
82
|
Value?: string | undefined;
|
|
150
83
|
}
|
|
151
|
-
/**
|
|
152
|
-
* @public
|
|
153
|
-
* @enum
|
|
154
|
-
*/
|
|
155
|
-
export declare const AccessStatus: {
|
|
156
|
-
readonly DISABLED: "DISABLED";
|
|
157
|
-
readonly ENABLED: "ENABLED";
|
|
158
|
-
readonly UNDER_CHANGE: "UNDER_CHANGE";
|
|
159
|
-
};
|
|
160
|
-
/**
|
|
161
|
-
* @public
|
|
162
|
-
*/
|
|
163
|
-
export type AccessStatus = (typeof AccessStatus)[keyof typeof AccessStatus];
|
|
164
84
|
/**
|
|
165
85
|
* <p>Information about a tag. A tag is a key-value pair. Tags are propagated
|
|
166
86
|
* to the resources created when provisioning a product.</p>
|
|
@@ -198,31 +118,6 @@ export interface AssociateBudgetWithResourceInput {
|
|
|
198
118
|
*/
|
|
199
119
|
export interface AssociateBudgetWithResourceOutput {
|
|
200
120
|
}
|
|
201
|
-
/**
|
|
202
|
-
* <p>The specified resource is a duplicate.</p>
|
|
203
|
-
* @public
|
|
204
|
-
*/
|
|
205
|
-
export declare class DuplicateResourceException extends __BaseException {
|
|
206
|
-
readonly name: "DuplicateResourceException";
|
|
207
|
-
readonly $fault: "client";
|
|
208
|
-
Message?: string | undefined;
|
|
209
|
-
/**
|
|
210
|
-
* @internal
|
|
211
|
-
*/
|
|
212
|
-
constructor(opts: __ExceptionOptionType<DuplicateResourceException, __BaseException>);
|
|
213
|
-
}
|
|
214
|
-
/**
|
|
215
|
-
* @public
|
|
216
|
-
* @enum
|
|
217
|
-
*/
|
|
218
|
-
export declare const PrincipalType: {
|
|
219
|
-
readonly IAM: "IAM";
|
|
220
|
-
readonly IAM_PATTERN: "IAM_PATTERN";
|
|
221
|
-
};
|
|
222
|
-
/**
|
|
223
|
-
* @public
|
|
224
|
-
*/
|
|
225
|
-
export type PrincipalType = (typeof PrincipalType)[keyof typeof PrincipalType];
|
|
226
121
|
/**
|
|
227
122
|
* @public
|
|
228
123
|
*/
|
|
@@ -423,35 +318,6 @@ export interface AssociateTagOptionWithResourceInput {
|
|
|
423
318
|
*/
|
|
424
319
|
export interface AssociateTagOptionWithResourceOutput {
|
|
425
320
|
}
|
|
426
|
-
/**
|
|
427
|
-
* <p>An attempt was made to modify a resource that is in a state that is not valid.
|
|
428
|
-
* Check your resources to ensure that they are in valid states before retrying the operation.</p>
|
|
429
|
-
* @public
|
|
430
|
-
*/
|
|
431
|
-
export declare class InvalidStateException extends __BaseException {
|
|
432
|
-
readonly name: "InvalidStateException";
|
|
433
|
-
readonly $fault: "client";
|
|
434
|
-
Message?: string | undefined;
|
|
435
|
-
/**
|
|
436
|
-
* @internal
|
|
437
|
-
*/
|
|
438
|
-
constructor(opts: __ExceptionOptionType<InvalidStateException, __BaseException>);
|
|
439
|
-
}
|
|
440
|
-
/**
|
|
441
|
-
* <p>An operation requiring TagOptions failed because the TagOptions migration process has
|
|
442
|
-
* not been performed for this account. Use the Amazon Web Services Management Console to perform the migration
|
|
443
|
-
* process before retrying the operation.</p>
|
|
444
|
-
* @public
|
|
445
|
-
*/
|
|
446
|
-
export declare class TagOptionNotMigratedException extends __BaseException {
|
|
447
|
-
readonly name: "TagOptionNotMigratedException";
|
|
448
|
-
readonly $fault: "client";
|
|
449
|
-
Message?: string | undefined;
|
|
450
|
-
/**
|
|
451
|
-
* @internal
|
|
452
|
-
*/
|
|
453
|
-
constructor(opts: __ExceptionOptionType<TagOptionNotMigratedException, __BaseException>);
|
|
454
|
-
}
|
|
455
321
|
/**
|
|
456
322
|
* <p>A self-service action association consisting of the Action ID, the Product ID, and the Provisioning Artifact ID.</p>
|
|
457
323
|
* @public
|
|
@@ -498,22 +364,6 @@ export interface BatchAssociateServiceActionWithProvisioningArtifactInput {
|
|
|
498
364
|
*/
|
|
499
365
|
AcceptLanguage?: string | undefined;
|
|
500
366
|
}
|
|
501
|
-
/**
|
|
502
|
-
* @public
|
|
503
|
-
* @enum
|
|
504
|
-
*/
|
|
505
|
-
export declare const ServiceActionAssociationErrorCode: {
|
|
506
|
-
readonly DuplicateResourceException: "DUPLICATE_RESOURCE";
|
|
507
|
-
readonly InternalFailure: "INTERNAL_FAILURE";
|
|
508
|
-
readonly InvalidParameterException: "INVALID_PARAMETER";
|
|
509
|
-
readonly LimitExceededException: "LIMIT_EXCEEDED";
|
|
510
|
-
readonly ResourceNotFoundException: "RESOURCE_NOT_FOUND";
|
|
511
|
-
readonly ThrottlingException: "THROTTLING";
|
|
512
|
-
};
|
|
513
|
-
/**
|
|
514
|
-
* @public
|
|
515
|
-
*/
|
|
516
|
-
export type ServiceActionAssociationErrorCode = (typeof ServiceActionAssociationErrorCode)[keyof typeof ServiceActionAssociationErrorCode];
|
|
517
367
|
/**
|
|
518
368
|
* <p>An object containing information about the error, along with identifying information about the self-service action and its associations.</p>
|
|
519
369
|
* @public
|
|
@@ -590,28 +440,6 @@ export interface BatchDisassociateServiceActionFromProvisioningArtifactOutput {
|
|
|
590
440
|
*/
|
|
591
441
|
FailedServiceActionAssociations?: FailedServiceActionAssociation[] | undefined;
|
|
592
442
|
}
|
|
593
|
-
/**
|
|
594
|
-
* @public
|
|
595
|
-
* @enum
|
|
596
|
-
*/
|
|
597
|
-
export declare const CopyOption: {
|
|
598
|
-
readonly CopyTags: "CopyTags";
|
|
599
|
-
};
|
|
600
|
-
/**
|
|
601
|
-
* @public
|
|
602
|
-
*/
|
|
603
|
-
export type CopyOption = (typeof CopyOption)[keyof typeof CopyOption];
|
|
604
|
-
/**
|
|
605
|
-
* @public
|
|
606
|
-
* @enum
|
|
607
|
-
*/
|
|
608
|
-
export declare const ProvisioningArtifactPropertyName: {
|
|
609
|
-
readonly Id: "Id";
|
|
610
|
-
};
|
|
611
|
-
/**
|
|
612
|
-
* @public
|
|
613
|
-
*/
|
|
614
|
-
export type ProvisioningArtifactPropertyName = (typeof ProvisioningArtifactPropertyName)[keyof typeof ProvisioningArtifactPropertyName];
|
|
615
443
|
/**
|
|
616
444
|
* @public
|
|
617
445
|
*/
|
|
@@ -860,19 +688,6 @@ export interface ConstraintDetail {
|
|
|
860
688
|
*/
|
|
861
689
|
PortfolioId?: string | undefined;
|
|
862
690
|
}
|
|
863
|
-
/**
|
|
864
|
-
* @public
|
|
865
|
-
* @enum
|
|
866
|
-
*/
|
|
867
|
-
export declare const Status: {
|
|
868
|
-
readonly AVAILABLE: "AVAILABLE";
|
|
869
|
-
readonly CREATING: "CREATING";
|
|
870
|
-
readonly FAILED: "FAILED";
|
|
871
|
-
};
|
|
872
|
-
/**
|
|
873
|
-
* @public
|
|
874
|
-
*/
|
|
875
|
-
export type Status = (typeof Status)[keyof typeof Status];
|
|
876
691
|
/**
|
|
877
692
|
* @public
|
|
878
693
|
*/
|
|
@@ -990,19 +805,6 @@ export interface CreatePortfolioOutput {
|
|
|
990
805
|
*/
|
|
991
806
|
Tags?: Tag[] | undefined;
|
|
992
807
|
}
|
|
993
|
-
/**
|
|
994
|
-
* @public
|
|
995
|
-
* @enum
|
|
996
|
-
*/
|
|
997
|
-
export declare const OrganizationNodeType: {
|
|
998
|
-
readonly ACCOUNT: "ACCOUNT";
|
|
999
|
-
readonly ORGANIZATION: "ORGANIZATION";
|
|
1000
|
-
readonly ORGANIZATIONAL_UNIT: "ORGANIZATIONAL_UNIT";
|
|
1001
|
-
};
|
|
1002
|
-
/**
|
|
1003
|
-
* @public
|
|
1004
|
-
*/
|
|
1005
|
-
export type OrganizationNodeType = (typeof OrganizationNodeType)[keyof typeof OrganizationNodeType];
|
|
1006
808
|
/**
|
|
1007
809
|
* <p>Information about the organization node.</p>
|
|
1008
810
|
* @public
|
|
@@ -1085,50 +887,6 @@ export interface CreatePortfolioShareOutput {
|
|
|
1085
887
|
*/
|
|
1086
888
|
PortfolioShareToken?: string | undefined;
|
|
1087
889
|
}
|
|
1088
|
-
/**
|
|
1089
|
-
* <p>The operation is not supported.</p>
|
|
1090
|
-
* @public
|
|
1091
|
-
*/
|
|
1092
|
-
export declare class OperationNotSupportedException extends __BaseException {
|
|
1093
|
-
readonly name: "OperationNotSupportedException";
|
|
1094
|
-
readonly $fault: "client";
|
|
1095
|
-
Message?: string | undefined;
|
|
1096
|
-
/**
|
|
1097
|
-
* @internal
|
|
1098
|
-
*/
|
|
1099
|
-
constructor(opts: __ExceptionOptionType<OperationNotSupportedException, __BaseException>);
|
|
1100
|
-
}
|
|
1101
|
-
/**
|
|
1102
|
-
* @public
|
|
1103
|
-
* @enum
|
|
1104
|
-
*/
|
|
1105
|
-
export declare const ProductType: {
|
|
1106
|
-
readonly CLOUD_FORMATION_TEMPLATE: "CLOUD_FORMATION_TEMPLATE";
|
|
1107
|
-
readonly EXTERNAL: "EXTERNAL";
|
|
1108
|
-
readonly MARKETPLACE: "MARKETPLACE";
|
|
1109
|
-
readonly TERRAFORM_CLOUD: "TERRAFORM_CLOUD";
|
|
1110
|
-
readonly TERRAFORM_OPEN_SOURCE: "TERRAFORM_OPEN_SOURCE";
|
|
1111
|
-
};
|
|
1112
|
-
/**
|
|
1113
|
-
* @public
|
|
1114
|
-
*/
|
|
1115
|
-
export type ProductType = (typeof ProductType)[keyof typeof ProductType];
|
|
1116
|
-
/**
|
|
1117
|
-
* @public
|
|
1118
|
-
* @enum
|
|
1119
|
-
*/
|
|
1120
|
-
export declare const ProvisioningArtifactType: {
|
|
1121
|
-
readonly CLOUD_FORMATION_TEMPLATE: "CLOUD_FORMATION_TEMPLATE";
|
|
1122
|
-
readonly EXTERNAL: "EXTERNAL";
|
|
1123
|
-
readonly MARKETPLACE_AMI: "MARKETPLACE_AMI";
|
|
1124
|
-
readonly MARKETPLACE_CAR: "MARKETPLACE_CAR";
|
|
1125
|
-
readonly TERRAFORM_CLOUD: "TERRAFORM_CLOUD";
|
|
1126
|
-
readonly TERRAFORM_OPEN_SOURCE: "TERRAFORM_OPEN_SOURCE";
|
|
1127
|
-
};
|
|
1128
|
-
/**
|
|
1129
|
-
* @public
|
|
1130
|
-
*/
|
|
1131
|
-
export type ProvisioningArtifactType = (typeof ProvisioningArtifactType)[keyof typeof ProvisioningArtifactType];
|
|
1132
890
|
/**
|
|
1133
891
|
* <p>Information about a provisioning artifact (also known as a version) for a product.</p>
|
|
1134
892
|
* @public
|
|
@@ -1229,17 +987,6 @@ export interface SourceConnectionParameters {
|
|
|
1229
987
|
*/
|
|
1230
988
|
CodeStar?: CodeStarParameters | undefined;
|
|
1231
989
|
}
|
|
1232
|
-
/**
|
|
1233
|
-
* @public
|
|
1234
|
-
* @enum
|
|
1235
|
-
*/
|
|
1236
|
-
export declare const SourceType: {
|
|
1237
|
-
readonly CODESTAR: "CODESTAR";
|
|
1238
|
-
};
|
|
1239
|
-
/**
|
|
1240
|
-
* @public
|
|
1241
|
-
*/
|
|
1242
|
-
export type SourceType = (typeof SourceType)[keyof typeof SourceType];
|
|
1243
990
|
/**
|
|
1244
991
|
* <p>A top level <code>ProductViewDetail</code> response containing details about the product’s connection.
|
|
1245
992
|
* Service Catalog returns this field for the <code>CreateProduct</code>, <code>UpdateProduct</code>,
|
|
@@ -1425,18 +1172,6 @@ export interface ProductViewSummary {
|
|
|
1425
1172
|
*/
|
|
1426
1173
|
SupportUrl?: string | undefined;
|
|
1427
1174
|
}
|
|
1428
|
-
/**
|
|
1429
|
-
* @public
|
|
1430
|
-
* @enum
|
|
1431
|
-
*/
|
|
1432
|
-
export declare const LastSyncStatus: {
|
|
1433
|
-
readonly FAILED: "FAILED";
|
|
1434
|
-
readonly SUCCEEDED: "SUCCEEDED";
|
|
1435
|
-
};
|
|
1436
|
-
/**
|
|
1437
|
-
* @public
|
|
1438
|
-
*/
|
|
1439
|
-
export type LastSyncStatus = (typeof LastSyncStatus)[keyof typeof LastSyncStatus];
|
|
1440
1175
|
/**
|
|
1441
1176
|
* <p>Provides details about the product's connection sync and contains the following sub-fields. </p>
|
|
1442
1177
|
* <ul>
|
|
@@ -1592,18 +1327,6 @@ export interface ProductViewDetail {
|
|
|
1592
1327
|
*/
|
|
1593
1328
|
SourceConnection?: SourceConnectionDetail | undefined;
|
|
1594
1329
|
}
|
|
1595
|
-
/**
|
|
1596
|
-
* @public
|
|
1597
|
-
* @enum
|
|
1598
|
-
*/
|
|
1599
|
-
export declare const ProvisioningArtifactGuidance: {
|
|
1600
|
-
readonly DEFAULT: "DEFAULT";
|
|
1601
|
-
readonly DEPRECATED: "DEPRECATED";
|
|
1602
|
-
};
|
|
1603
|
-
/**
|
|
1604
|
-
* @public
|
|
1605
|
-
*/
|
|
1606
|
-
export type ProvisioningArtifactGuidance = (typeof ProvisioningArtifactGuidance)[keyof typeof ProvisioningArtifactGuidance];
|
|
1607
1330
|
/**
|
|
1608
1331
|
* <p>Information about a provisioning artifact (also known as a version) for a product.</p>
|
|
1609
1332
|
* @public
|
|
@@ -1694,17 +1417,6 @@ export interface CreateProductOutput {
|
|
|
1694
1417
|
*/
|
|
1695
1418
|
Tags?: Tag[] | undefined;
|
|
1696
1419
|
}
|
|
1697
|
-
/**
|
|
1698
|
-
* @public
|
|
1699
|
-
* @enum
|
|
1700
|
-
*/
|
|
1701
|
-
export declare const ProvisionedProductPlanType: {
|
|
1702
|
-
readonly CLOUDFORMATION: "CLOUDFORMATION";
|
|
1703
|
-
};
|
|
1704
|
-
/**
|
|
1705
|
-
* @public
|
|
1706
|
-
*/
|
|
1707
|
-
export type ProvisionedProductPlanType = (typeof ProvisionedProductPlanType)[keyof typeof ProvisionedProductPlanType];
|
|
1708
1420
|
/**
|
|
1709
1421
|
* <p>The parameter key-value pair used to update a provisioned product.</p>
|
|
1710
1422
|
* @public
|
|
@@ -1899,31 +1611,6 @@ export interface CreateProvisioningArtifactOutput {
|
|
|
1899
1611
|
*/
|
|
1900
1612
|
Status?: Status | undefined;
|
|
1901
1613
|
}
|
|
1902
|
-
/**
|
|
1903
|
-
* @public
|
|
1904
|
-
* @enum
|
|
1905
|
-
*/
|
|
1906
|
-
export declare const ServiceActionDefinitionKey: {
|
|
1907
|
-
readonly AssumeRole: "AssumeRole";
|
|
1908
|
-
readonly Name: "Name";
|
|
1909
|
-
readonly Parameters: "Parameters";
|
|
1910
|
-
readonly Version: "Version";
|
|
1911
|
-
};
|
|
1912
|
-
/**
|
|
1913
|
-
* @public
|
|
1914
|
-
*/
|
|
1915
|
-
export type ServiceActionDefinitionKey = (typeof ServiceActionDefinitionKey)[keyof typeof ServiceActionDefinitionKey];
|
|
1916
|
-
/**
|
|
1917
|
-
* @public
|
|
1918
|
-
* @enum
|
|
1919
|
-
*/
|
|
1920
|
-
export declare const ServiceActionDefinitionType: {
|
|
1921
|
-
readonly SsmAutomation: "SSM_AUTOMATION";
|
|
1922
|
-
};
|
|
1923
|
-
/**
|
|
1924
|
-
* @public
|
|
1925
|
-
*/
|
|
1926
|
-
export type ServiceActionDefinitionType = (typeof ServiceActionDefinitionType)[keyof typeof ServiceActionDefinitionType];
|
|
1927
1614
|
/**
|
|
1928
1615
|
* @public
|
|
1929
1616
|
*/
|
|
@@ -2160,19 +1847,6 @@ export interface DeletePortfolioInput {
|
|
|
2160
1847
|
*/
|
|
2161
1848
|
export interface DeletePortfolioOutput {
|
|
2162
1849
|
}
|
|
2163
|
-
/**
|
|
2164
|
-
* <p>A resource that is currently in use. Ensure that the resource is not in use and retry the operation.</p>
|
|
2165
|
-
* @public
|
|
2166
|
-
*/
|
|
2167
|
-
export declare class ResourceInUseException extends __BaseException {
|
|
2168
|
-
readonly name: "ResourceInUseException";
|
|
2169
|
-
readonly $fault: "client";
|
|
2170
|
-
Message?: string | undefined;
|
|
2171
|
-
/**
|
|
2172
|
-
* @internal
|
|
2173
|
-
*/
|
|
2174
|
-
constructor(opts: __ExceptionOptionType<ResourceInUseException, __BaseException>);
|
|
2175
|
-
}
|
|
2176
1850
|
/**
|
|
2177
1851
|
* @public
|
|
2178
1852
|
*/
|
|
@@ -2439,19 +2113,6 @@ export interface DescribeCopyProductStatusInput {
|
|
|
2439
2113
|
*/
|
|
2440
2114
|
CopyProductToken: string | undefined;
|
|
2441
2115
|
}
|
|
2442
|
-
/**
|
|
2443
|
-
* @public
|
|
2444
|
-
* @enum
|
|
2445
|
-
*/
|
|
2446
|
-
export declare const CopyProductStatus: {
|
|
2447
|
-
readonly FAILED: "FAILED";
|
|
2448
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
2449
|
-
readonly SUCCEEDED: "SUCCEEDED";
|
|
2450
|
-
};
|
|
2451
|
-
/**
|
|
2452
|
-
* @public
|
|
2453
|
-
*/
|
|
2454
|
-
export type CopyProductStatus = (typeof CopyProductStatus)[keyof typeof CopyProductStatus];
|
|
2455
2116
|
/**
|
|
2456
2117
|
* @public
|
|
2457
2118
|
*/
|
|
@@ -2533,20 +2194,6 @@ export interface DescribePortfolioOutput {
|
|
|
2533
2194
|
*/
|
|
2534
2195
|
Budgets?: BudgetDetail[] | undefined;
|
|
2535
2196
|
}
|
|
2536
|
-
/**
|
|
2537
|
-
* @public
|
|
2538
|
-
* @enum
|
|
2539
|
-
*/
|
|
2540
|
-
export declare const DescribePortfolioShareType: {
|
|
2541
|
-
readonly ACCOUNT: "ACCOUNT";
|
|
2542
|
-
readonly ORGANIZATION: "ORGANIZATION";
|
|
2543
|
-
readonly ORGANIZATIONAL_UNIT: "ORGANIZATIONAL_UNIT";
|
|
2544
|
-
readonly ORGANIZATION_MEMBER_ACCOUNT: "ORGANIZATION_MEMBER_ACCOUNT";
|
|
2545
|
-
};
|
|
2546
|
-
/**
|
|
2547
|
-
* @public
|
|
2548
|
-
*/
|
|
2549
|
-
export type DescribePortfolioShareType = (typeof DescribePortfolioShareType)[keyof typeof DescribePortfolioShareType];
|
|
2550
2197
|
/**
|
|
2551
2198
|
* @public
|
|
2552
2199
|
*/
|
|
@@ -2674,21 +2321,6 @@ export interface ShareDetails {
|
|
|
2674
2321
|
*/
|
|
2675
2322
|
ShareErrors?: ShareError[] | undefined;
|
|
2676
2323
|
}
|
|
2677
|
-
/**
|
|
2678
|
-
* @public
|
|
2679
|
-
* @enum
|
|
2680
|
-
*/
|
|
2681
|
-
export declare const ShareStatus: {
|
|
2682
|
-
readonly COMPLETED: "COMPLETED";
|
|
2683
|
-
readonly COMPLETED_WITH_ERRORS: "COMPLETED_WITH_ERRORS";
|
|
2684
|
-
readonly ERROR: "ERROR";
|
|
2685
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
2686
|
-
readonly NOT_STARTED: "NOT_STARTED";
|
|
2687
|
-
};
|
|
2688
|
-
/**
|
|
2689
|
-
* @public
|
|
2690
|
-
*/
|
|
2691
|
-
export type ShareStatus = (typeof ShareStatus)[keyof typeof ShareStatus];
|
|
2692
2324
|
/**
|
|
2693
2325
|
* @public
|
|
2694
2326
|
*/
|
|
@@ -3015,21 +2647,6 @@ export interface CloudWatchDashboard {
|
|
|
3015
2647
|
*/
|
|
3016
2648
|
Name?: string | undefined;
|
|
3017
2649
|
}
|
|
3018
|
-
/**
|
|
3019
|
-
* @public
|
|
3020
|
-
* @enum
|
|
3021
|
-
*/
|
|
3022
|
-
export declare const ProvisionedProductStatus: {
|
|
3023
|
-
readonly AVAILABLE: "AVAILABLE";
|
|
3024
|
-
readonly ERROR: "ERROR";
|
|
3025
|
-
readonly PLAN_IN_PROGRESS: "PLAN_IN_PROGRESS";
|
|
3026
|
-
readonly TAINTED: "TAINTED";
|
|
3027
|
-
readonly UNDER_CHANGE: "UNDER_CHANGE";
|
|
3028
|
-
};
|
|
3029
|
-
/**
|
|
3030
|
-
* @public
|
|
3031
|
-
*/
|
|
3032
|
-
export type ProvisionedProductStatus = (typeof ProvisionedProductStatus)[keyof typeof ProvisionedProductStatus];
|
|
3033
2650
|
/**
|
|
3034
2651
|
* <p>Information about a provisioned product.</p>
|
|
3035
2652
|
* @public
|
|
@@ -3231,22 +2848,6 @@ export interface DescribeProvisionedProductPlanInput {
|
|
|
3231
2848
|
*/
|
|
3232
2849
|
PageToken?: string | undefined;
|
|
3233
2850
|
}
|
|
3234
|
-
/**
|
|
3235
|
-
* @public
|
|
3236
|
-
* @enum
|
|
3237
|
-
*/
|
|
3238
|
-
export declare const ProvisionedProductPlanStatus: {
|
|
3239
|
-
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
3240
|
-
readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
|
|
3241
|
-
readonly CREATE_SUCCESS: "CREATE_SUCCESS";
|
|
3242
|
-
readonly EXECUTE_FAILED: "EXECUTE_FAILED";
|
|
3243
|
-
readonly EXECUTE_IN_PROGRESS: "EXECUTE_IN_PROGRESS";
|
|
3244
|
-
readonly EXECUTE_SUCCESS: "EXECUTE_SUCCESS";
|
|
3245
|
-
};
|
|
3246
|
-
/**
|
|
3247
|
-
* @public
|
|
3248
|
-
*/
|
|
3249
|
-
export type ProvisionedProductPlanStatus = (typeof ProvisionedProductPlanStatus)[keyof typeof ProvisionedProductPlanStatus];
|
|
3250
2851
|
/**
|
|
3251
2852
|
* <p>Information about a plan.</p>
|
|
3252
2853
|
* @public
|
|
@@ -3332,60 +2933,6 @@ export interface ProvisionedProductPlanDetails {
|
|
|
3332
2933
|
*/
|
|
3333
2934
|
StatusMessage?: string | undefined;
|
|
3334
2935
|
}
|
|
3335
|
-
/**
|
|
3336
|
-
* @public
|
|
3337
|
-
* @enum
|
|
3338
|
-
*/
|
|
3339
|
-
export declare const ChangeAction: {
|
|
3340
|
-
readonly ADD: "ADD";
|
|
3341
|
-
readonly MODIFY: "MODIFY";
|
|
3342
|
-
readonly REMOVE: "REMOVE";
|
|
3343
|
-
};
|
|
3344
|
-
/**
|
|
3345
|
-
* @public
|
|
3346
|
-
*/
|
|
3347
|
-
export type ChangeAction = (typeof ChangeAction)[keyof typeof ChangeAction];
|
|
3348
|
-
/**
|
|
3349
|
-
* @public
|
|
3350
|
-
* @enum
|
|
3351
|
-
*/
|
|
3352
|
-
export declare const EvaluationType: {
|
|
3353
|
-
readonly DYNAMIC: "DYNAMIC";
|
|
3354
|
-
readonly STATIC: "STATIC";
|
|
3355
|
-
};
|
|
3356
|
-
/**
|
|
3357
|
-
* @public
|
|
3358
|
-
*/
|
|
3359
|
-
export type EvaluationType = (typeof EvaluationType)[keyof typeof EvaluationType];
|
|
3360
|
-
/**
|
|
3361
|
-
* @public
|
|
3362
|
-
* @enum
|
|
3363
|
-
*/
|
|
3364
|
-
export declare const ResourceAttribute: {
|
|
3365
|
-
readonly CREATIONPOLICY: "CREATIONPOLICY";
|
|
3366
|
-
readonly DELETIONPOLICY: "DELETIONPOLICY";
|
|
3367
|
-
readonly METADATA: "METADATA";
|
|
3368
|
-
readonly PROPERTIES: "PROPERTIES";
|
|
3369
|
-
readonly TAGS: "TAGS";
|
|
3370
|
-
readonly UPDATEPOLICY: "UPDATEPOLICY";
|
|
3371
|
-
};
|
|
3372
|
-
/**
|
|
3373
|
-
* @public
|
|
3374
|
-
*/
|
|
3375
|
-
export type ResourceAttribute = (typeof ResourceAttribute)[keyof typeof ResourceAttribute];
|
|
3376
|
-
/**
|
|
3377
|
-
* @public
|
|
3378
|
-
* @enum
|
|
3379
|
-
*/
|
|
3380
|
-
export declare const RequiresRecreation: {
|
|
3381
|
-
readonly ALWAYS: "ALWAYS";
|
|
3382
|
-
readonly CONDITIONALLY: "CONDITIONALLY";
|
|
3383
|
-
readonly NEVER: "NEVER";
|
|
3384
|
-
};
|
|
3385
|
-
/**
|
|
3386
|
-
* @public
|
|
3387
|
-
*/
|
|
3388
|
-
export type RequiresRecreation = (typeof RequiresRecreation)[keyof typeof RequiresRecreation];
|
|
3389
2936
|
/**
|
|
3390
2937
|
* <p>Information about a change to a resource attribute.</p>
|
|
3391
2938
|
* @public
|
|
@@ -3431,19 +2978,6 @@ export interface ResourceChangeDetail {
|
|
|
3431
2978
|
*/
|
|
3432
2979
|
CausingEntity?: string | undefined;
|
|
3433
2980
|
}
|
|
3434
|
-
/**
|
|
3435
|
-
* @public
|
|
3436
|
-
* @enum
|
|
3437
|
-
*/
|
|
3438
|
-
export declare const Replacement: {
|
|
3439
|
-
readonly CONDITIONAL: "CONDITIONAL";
|
|
3440
|
-
readonly FALSE: "FALSE";
|
|
3441
|
-
readonly TRUE: "TRUE";
|
|
3442
|
-
};
|
|
3443
|
-
/**
|
|
3444
|
-
* @public
|
|
3445
|
-
*/
|
|
3446
|
-
export type Replacement = (typeof Replacement)[keyof typeof Replacement];
|
|
3447
2981
|
/**
|
|
3448
2982
|
* <p>Information about a resource change that will occur when a plan is executed.</p>
|
|
3449
2983
|
* @public
|
|
@@ -3932,21 +3466,6 @@ export interface RecordTag {
|
|
|
3932
3466
|
*/
|
|
3933
3467
|
Value?: string | undefined;
|
|
3934
3468
|
}
|
|
3935
|
-
/**
|
|
3936
|
-
* @public
|
|
3937
|
-
* @enum
|
|
3938
|
-
*/
|
|
3939
|
-
export declare const RecordStatus: {
|
|
3940
|
-
readonly CREATED: "CREATED";
|
|
3941
|
-
readonly FAILED: "FAILED";
|
|
3942
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
3943
|
-
readonly IN_PROGRESS_IN_ERROR: "IN_PROGRESS_IN_ERROR";
|
|
3944
|
-
readonly SUCCEEDED: "SUCCEEDED";
|
|
3945
|
-
};
|
|
3946
|
-
/**
|
|
3947
|
-
* @public
|
|
3948
|
-
*/
|
|
3949
|
-
export type RecordStatus = (typeof RecordStatus)[keyof typeof RecordStatus];
|
|
3950
3469
|
/**
|
|
3951
3470
|
* <p>Information about a request operation.</p>
|
|
3952
3471
|
* @public
|
|
@@ -5664,19 +5183,6 @@ export interface ListStackInstancesForProvisionedProductInput {
|
|
|
5664
5183
|
*/
|
|
5665
5184
|
PageSize?: number | undefined;
|
|
5666
5185
|
}
|
|
5667
|
-
/**
|
|
5668
|
-
* @public
|
|
5669
|
-
* @enum
|
|
5670
|
-
*/
|
|
5671
|
-
export declare const StackInstanceStatus: {
|
|
5672
|
-
readonly CURRENT: "CURRENT";
|
|
5673
|
-
readonly INOPERABLE: "INOPERABLE";
|
|
5674
|
-
readonly OUTDATED: "OUTDATED";
|
|
5675
|
-
};
|
|
5676
|
-
/**
|
|
5677
|
-
* @public
|
|
5678
|
-
*/
|
|
5679
|
-
export type StackInstanceStatus = (typeof StackInstanceStatus)[keyof typeof StackInstanceStatus];
|
|
5680
5186
|
/**
|
|
5681
5187
|
* <p>An CloudFormation stack, in a specific account and Region, that's part of a stack set operation. A stack instance is a reference to an attempted or actual stack in a given account within a given Region. A stack instance can exist without a stack—for example, if the stack couldn't be created for some reason. A stack instance is associated with only one stack set. Each stack instance contains the ID of its associated stack set, as well as the ID of the actual stack and the stack status. </p>
|
|
5682
5188
|
* @public
|
|
@@ -5833,18 +5339,6 @@ export interface EngineWorkflowResourceIdentifier {
|
|
|
5833
5339
|
*/
|
|
5834
5340
|
UniqueTag?: UniqueTagResourceIdentifier | undefined;
|
|
5835
5341
|
}
|
|
5836
|
-
/**
|
|
5837
|
-
* @public
|
|
5838
|
-
* @enum
|
|
5839
|
-
*/
|
|
5840
|
-
export declare const EngineWorkflowStatus: {
|
|
5841
|
-
readonly FAILED: "FAILED";
|
|
5842
|
-
readonly SUCCEEDED: "SUCCEEDED";
|
|
5843
|
-
};
|
|
5844
|
-
/**
|
|
5845
|
-
* @public
|
|
5846
|
-
*/
|
|
5847
|
-
export type EngineWorkflowStatus = (typeof EngineWorkflowStatus)[keyof typeof EngineWorkflowStatus];
|
|
5848
5342
|
/**
|
|
5849
5343
|
* @public
|
|
5850
5344
|
*/
|
|
@@ -6304,45 +5798,6 @@ export interface ScanProvisionedProductsOutput {
|
|
|
6304
5798
|
*/
|
|
6305
5799
|
NextPageToken?: string | undefined;
|
|
6306
5800
|
}
|
|
6307
|
-
/**
|
|
6308
|
-
* @public
|
|
6309
|
-
* @enum
|
|
6310
|
-
*/
|
|
6311
|
-
export declare const ProductViewFilterBy: {
|
|
6312
|
-
readonly FullTextSearch: "FullTextSearch";
|
|
6313
|
-
readonly Owner: "Owner";
|
|
6314
|
-
readonly ProductType: "ProductType";
|
|
6315
|
-
readonly SourceProductId: "SourceProductId";
|
|
6316
|
-
};
|
|
6317
|
-
/**
|
|
6318
|
-
* @public
|
|
6319
|
-
*/
|
|
6320
|
-
export type ProductViewFilterBy = (typeof ProductViewFilterBy)[keyof typeof ProductViewFilterBy];
|
|
6321
|
-
/**
|
|
6322
|
-
* @public
|
|
6323
|
-
* @enum
|
|
6324
|
-
*/
|
|
6325
|
-
export declare const ProductViewSortBy: {
|
|
6326
|
-
readonly CreationDate: "CreationDate";
|
|
6327
|
-
readonly Title: "Title";
|
|
6328
|
-
readonly VersionCount: "VersionCount";
|
|
6329
|
-
};
|
|
6330
|
-
/**
|
|
6331
|
-
* @public
|
|
6332
|
-
*/
|
|
6333
|
-
export type ProductViewSortBy = (typeof ProductViewSortBy)[keyof typeof ProductViewSortBy];
|
|
6334
|
-
/**
|
|
6335
|
-
* @public
|
|
6336
|
-
* @enum
|
|
6337
|
-
*/
|
|
6338
|
-
export declare const SortOrder: {
|
|
6339
|
-
readonly ASCENDING: "ASCENDING";
|
|
6340
|
-
readonly DESCENDING: "DESCENDING";
|
|
6341
|
-
};
|
|
6342
|
-
/**
|
|
6343
|
-
* @public
|
|
6344
|
-
*/
|
|
6345
|
-
export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
|
|
6346
5801
|
/**
|
|
6347
5802
|
* @public
|
|
6348
5803
|
*/
|
|
@@ -6426,17 +5881,6 @@ export interface SearchProductsOutput {
|
|
|
6426
5881
|
*/
|
|
6427
5882
|
NextPageToken?: string | undefined;
|
|
6428
5883
|
}
|
|
6429
|
-
/**
|
|
6430
|
-
* @public
|
|
6431
|
-
* @enum
|
|
6432
|
-
*/
|
|
6433
|
-
export declare const ProductSource: {
|
|
6434
|
-
readonly ACCOUNT: "ACCOUNT";
|
|
6435
|
-
};
|
|
6436
|
-
/**
|
|
6437
|
-
* @public
|
|
6438
|
-
*/
|
|
6439
|
-
export type ProductSource = (typeof ProductSource)[keyof typeof ProductSource];
|
|
6440
5884
|
/**
|
|
6441
5885
|
* @public
|
|
6442
5886
|
*/
|
|
@@ -6508,17 +5952,6 @@ export interface SearchProductsAsAdminOutput {
|
|
|
6508
5952
|
*/
|
|
6509
5953
|
NextPageToken?: string | undefined;
|
|
6510
5954
|
}
|
|
6511
|
-
/**
|
|
6512
|
-
* @public
|
|
6513
|
-
* @enum
|
|
6514
|
-
*/
|
|
6515
|
-
export declare const ProvisionedProductViewFilterBy: {
|
|
6516
|
-
readonly SearchQuery: "SearchQuery";
|
|
6517
|
-
};
|
|
6518
|
-
/**
|
|
6519
|
-
* @public
|
|
6520
|
-
*/
|
|
6521
|
-
export type ProvisionedProductViewFilterBy = (typeof ProvisionedProductViewFilterBy)[keyof typeof ProvisionedProductViewFilterBy];
|
|
6522
5955
|
/**
|
|
6523
5956
|
* @public
|
|
6524
5957
|
*/
|
|
@@ -7178,19 +6611,6 @@ export interface UpdateProductOutput {
|
|
|
7178
6611
|
*/
|
|
7179
6612
|
Tags?: Tag[] | undefined;
|
|
7180
6613
|
}
|
|
7181
|
-
/**
|
|
7182
|
-
* @public
|
|
7183
|
-
* @enum
|
|
7184
|
-
*/
|
|
7185
|
-
export declare const StackSetOperationType: {
|
|
7186
|
-
readonly CREATE: "CREATE";
|
|
7187
|
-
readonly DELETE: "DELETE";
|
|
7188
|
-
readonly UPDATE: "UPDATE";
|
|
7189
|
-
};
|
|
7190
|
-
/**
|
|
7191
|
-
* @public
|
|
7192
|
-
*/
|
|
7193
|
-
export type StackSetOperationType = (typeof StackSetOperationType)[keyof typeof StackSetOperationType];
|
|
7194
6614
|
/**
|
|
7195
6615
|
* <p>The user-defined preferences that will be applied when updating a provisioned product. Not all preferences are applicable to all provisioned product types.</p>
|
|
7196
6616
|
* @public
|
|
@@ -7358,18 +6778,6 @@ export interface UpdateProvisionedProductOutput {
|
|
|
7358
6778
|
*/
|
|
7359
6779
|
RecordDetail?: RecordDetail | undefined;
|
|
7360
6780
|
}
|
|
7361
|
-
/**
|
|
7362
|
-
* @public
|
|
7363
|
-
* @enum
|
|
7364
|
-
*/
|
|
7365
|
-
export declare const PropertyKey: {
|
|
7366
|
-
readonly LaunchRole: "LAUNCH_ROLE";
|
|
7367
|
-
readonly Owner: "OWNER";
|
|
7368
|
-
};
|
|
7369
|
-
/**
|
|
7370
|
-
* @public
|
|
7371
|
-
*/
|
|
7372
|
-
export type PropertyKey = (typeof PropertyKey)[keyof typeof PropertyKey];
|
|
7373
6781
|
/**
|
|
7374
6782
|
* @public
|
|
7375
6783
|
*/
|