@aws-sdk/client-service-catalog 3.427.0 → 3.429.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/models/models_0.d.ts +70 -70
- package/dist-types/ts3.4/models/models_0.d.ts +73 -70
- package/package.json +31 -31
|
@@ -58,7 +58,7 @@ export interface AcceptPortfolioShareInput {
|
|
|
58
58
|
* <p>For example, <code>aws servicecatalog accept-portfolio-share --portfolio-id "port-2qwzkwxt3y5fk" --portfolio-share-type AWS_ORGANIZATIONS</code>
|
|
59
59
|
* </p>
|
|
60
60
|
*/
|
|
61
|
-
PortfolioShareType?: PortfolioShareType
|
|
61
|
+
PortfolioShareType?: PortfolioShareType;
|
|
62
62
|
}
|
|
63
63
|
/**
|
|
64
64
|
* @public
|
|
@@ -141,7 +141,7 @@ export interface AccessLevelFilter {
|
|
|
141
141
|
* </li>
|
|
142
142
|
* </ul>
|
|
143
143
|
*/
|
|
144
|
-
Key?: AccessLevelFilterKey
|
|
144
|
+
Key?: AccessLevelFilterKey;
|
|
145
145
|
/**
|
|
146
146
|
* @public
|
|
147
147
|
* <p>The user to which the access level applies. The only supported value is <code>self</code>.</p>
|
|
@@ -311,7 +311,7 @@ export interface AssociatePrincipalWithPortfolioInput {
|
|
|
311
311
|
* (ARN), or <code>IAM_PATTERN</code> if you use an ARN with no <code>accountID</code>,
|
|
312
312
|
* with or without wildcard characters. </p>
|
|
313
313
|
*/
|
|
314
|
-
PrincipalType: PrincipalType |
|
|
314
|
+
PrincipalType: PrincipalType | undefined;
|
|
315
315
|
}
|
|
316
316
|
/**
|
|
317
317
|
* @public
|
|
@@ -533,7 +533,7 @@ export interface FailedServiceActionAssociation {
|
|
|
533
533
|
* @public
|
|
534
534
|
* <p>The error code. Valid values are listed below.</p>
|
|
535
535
|
*/
|
|
536
|
-
ErrorCode?: ServiceActionAssociationErrorCode
|
|
536
|
+
ErrorCode?: ServiceActionAssociationErrorCode;
|
|
537
537
|
/**
|
|
538
538
|
* @public
|
|
539
539
|
* <p>A text description of the error.</p>
|
|
@@ -646,13 +646,13 @@ export interface CopyProductInput {
|
|
|
646
646
|
* <p>The identifiers of the provisioning artifacts (also known as versions) of the product to copy.
|
|
647
647
|
* By default, all provisioning artifacts are copied.</p>
|
|
648
648
|
*/
|
|
649
|
-
SourceProvisioningArtifactIdentifiers?: Record<
|
|
649
|
+
SourceProvisioningArtifactIdentifiers?: Record<ProvisioningArtifactPropertyName, string>[];
|
|
650
650
|
/**
|
|
651
651
|
* @public
|
|
652
652
|
* <p>The copy options. If the value is <code>CopyTags</code>, the tags from the source
|
|
653
653
|
* product are copied to the target product.</p>
|
|
654
654
|
*/
|
|
655
|
-
CopyOptions?:
|
|
655
|
+
CopyOptions?: CopyOption[];
|
|
656
656
|
/**
|
|
657
657
|
* @public
|
|
658
658
|
* <p> A unique identifier that you provide to ensure idempotency. If multiple requests differ only by the idempotency token,
|
|
@@ -886,7 +886,7 @@ export interface CreateConstraintOutput {
|
|
|
886
886
|
* @public
|
|
887
887
|
* <p>The status of the current request.</p>
|
|
888
888
|
*/
|
|
889
|
-
Status?: Status
|
|
889
|
+
Status?: Status;
|
|
890
890
|
}
|
|
891
891
|
/**
|
|
892
892
|
* @public
|
|
@@ -1007,7 +1007,7 @@ export interface OrganizationNode {
|
|
|
1007
1007
|
* @public
|
|
1008
1008
|
* <p>The organization node type.</p>
|
|
1009
1009
|
*/
|
|
1010
|
-
Type?: OrganizationNodeType
|
|
1010
|
+
Type?: OrganizationNodeType;
|
|
1011
1011
|
/**
|
|
1012
1012
|
* @public
|
|
1013
1013
|
* <p>The identifier of the organization node.</p>
|
|
@@ -1165,7 +1165,7 @@ export interface ProvisioningArtifactProperties {
|
|
|
1165
1165
|
* </li>
|
|
1166
1166
|
* </ul>
|
|
1167
1167
|
*/
|
|
1168
|
-
Type?: ProvisioningArtifactType
|
|
1168
|
+
Type?: ProvisioningArtifactType;
|
|
1169
1169
|
/**
|
|
1170
1170
|
* @public
|
|
1171
1171
|
* <p>If set to true, Service Catalog stops validating the specified provisioning artifact even if it is invalid. </p>
|
|
@@ -1236,7 +1236,7 @@ export interface SourceConnection {
|
|
|
1236
1236
|
* @public
|
|
1237
1237
|
* <p>The only supported <code>SourceConnection</code> type is Codestar. </p>
|
|
1238
1238
|
*/
|
|
1239
|
-
Type?: SourceType
|
|
1239
|
+
Type?: SourceType;
|
|
1240
1240
|
/**
|
|
1241
1241
|
* @public
|
|
1242
1242
|
* <p>The connection details based on the connection <code>Type</code>. </p>
|
|
@@ -1303,7 +1303,7 @@ export interface CreateProductInput {
|
|
|
1303
1303
|
* @public
|
|
1304
1304
|
* <p>The type of product.</p>
|
|
1305
1305
|
*/
|
|
1306
|
-
ProductType: ProductType |
|
|
1306
|
+
ProductType: ProductType | undefined;
|
|
1307
1307
|
/**
|
|
1308
1308
|
* @public
|
|
1309
1309
|
* <p>One or more tags.</p>
|
|
@@ -1376,7 +1376,7 @@ export interface ProductViewSummary {
|
|
|
1376
1376
|
* <p>The product type. Contact the product administrator for the significance of this
|
|
1377
1377
|
* value. If this value is <code>MARKETPLACE</code>, the product was created by Amazon Web Services Marketplace.</p>
|
|
1378
1378
|
*/
|
|
1379
|
-
Type?: ProductType
|
|
1379
|
+
Type?: ProductType;
|
|
1380
1380
|
/**
|
|
1381
1381
|
* @public
|
|
1382
1382
|
* <p>The distributor of the product. Contact the product administrator for the
|
|
@@ -1461,7 +1461,7 @@ export interface LastSync {
|
|
|
1461
1461
|
* @public
|
|
1462
1462
|
* <p>The current status of the sync. Responses include <code>SUCCEEDED</code> or <code>FAILED</code>. </p>
|
|
1463
1463
|
*/
|
|
1464
|
-
LastSyncStatus?: LastSyncStatus
|
|
1464
|
+
LastSyncStatus?: LastSyncStatus;
|
|
1465
1465
|
/**
|
|
1466
1466
|
* @public
|
|
1467
1467
|
* <p>The sync's status message. </p>
|
|
@@ -1487,7 +1487,7 @@ export interface SourceConnectionDetail {
|
|
|
1487
1487
|
* @public
|
|
1488
1488
|
* <p>The only supported <code>SourceConnection</code> type is Codestar.</p>
|
|
1489
1489
|
*/
|
|
1490
|
-
Type?: SourceType
|
|
1490
|
+
Type?: SourceType;
|
|
1491
1491
|
/**
|
|
1492
1492
|
* @public
|
|
1493
1493
|
* <p>The connection details based on the connection <code>Type</code>.</p>
|
|
@@ -1554,7 +1554,7 @@ export interface ProductViewDetail {
|
|
|
1554
1554
|
* </li>
|
|
1555
1555
|
* </ul>
|
|
1556
1556
|
*/
|
|
1557
|
-
Status?: Status
|
|
1557
|
+
Status?: Status;
|
|
1558
1558
|
/**
|
|
1559
1559
|
* @public
|
|
1560
1560
|
* <p>The ARN of the product.</p>
|
|
@@ -1613,7 +1613,7 @@ export interface ProvisioningArtifactDetail {
|
|
|
1613
1613
|
* <p>
|
|
1614
1614
|
* <code>CLOUD_FORMATION_TEMPLATE</code> - CloudFormation template</p>
|
|
1615
1615
|
*/
|
|
1616
|
-
Type?: ProvisioningArtifactType
|
|
1616
|
+
Type?: ProvisioningArtifactType;
|
|
1617
1617
|
/**
|
|
1618
1618
|
* @public
|
|
1619
1619
|
* <p>The UTC time stamp of the creation time.</p>
|
|
@@ -1628,7 +1628,7 @@ export interface ProvisioningArtifactDetail {
|
|
|
1628
1628
|
* @public
|
|
1629
1629
|
* <p>Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.</p>
|
|
1630
1630
|
*/
|
|
1631
|
-
Guidance?: ProvisioningArtifactGuidance
|
|
1631
|
+
Guidance?: ProvisioningArtifactGuidance;
|
|
1632
1632
|
/**
|
|
1633
1633
|
* @public
|
|
1634
1634
|
* <p>Specifies the revision of the external artifact that was used to automatically sync the Service Catalog product
|
|
@@ -1721,7 +1721,7 @@ export interface CreateProvisionedProductPlanInput {
|
|
|
1721
1721
|
* @public
|
|
1722
1722
|
* <p>The plan type.</p>
|
|
1723
1723
|
*/
|
|
1724
|
-
PlanType: ProvisionedProductPlanType |
|
|
1724
|
+
PlanType: ProvisionedProductPlanType | undefined;
|
|
1725
1725
|
/**
|
|
1726
1726
|
* @public
|
|
1727
1727
|
* <p>Passed to CloudFormation. The SNS topic ARNs to which to publish stack-related
|
|
@@ -1864,7 +1864,7 @@ export interface CreateProvisioningArtifactOutput {
|
|
|
1864
1864
|
* @public
|
|
1865
1865
|
* <p>The status of the current request.</p>
|
|
1866
1866
|
*/
|
|
1867
|
-
Status?: Status
|
|
1867
|
+
Status?: Status;
|
|
1868
1868
|
}
|
|
1869
1869
|
/**
|
|
1870
1870
|
* @public
|
|
@@ -1904,7 +1904,7 @@ export interface CreateServiceActionInput {
|
|
|
1904
1904
|
* @public
|
|
1905
1905
|
* <p>The service action definition type. For example, <code>SSM_AUTOMATION</code>.</p>
|
|
1906
1906
|
*/
|
|
1907
|
-
DefinitionType: ServiceActionDefinitionType |
|
|
1907
|
+
DefinitionType: ServiceActionDefinitionType | undefined;
|
|
1908
1908
|
/**
|
|
1909
1909
|
* @public
|
|
1910
1910
|
* <p>The self-service action definition. Can be one of the following:</p>
|
|
@@ -1931,7 +1931,7 @@ export interface CreateServiceActionInput {
|
|
|
1931
1931
|
* </dd>
|
|
1932
1932
|
* </dl>
|
|
1933
1933
|
*/
|
|
1934
|
-
Definition: Record<
|
|
1934
|
+
Definition: Record<ServiceActionDefinitionKey, string> | undefined;
|
|
1935
1935
|
/**
|
|
1936
1936
|
* @public
|
|
1937
1937
|
* <p>The self-service action description.</p>
|
|
@@ -1983,7 +1983,7 @@ export interface ServiceActionSummary {
|
|
|
1983
1983
|
* @public
|
|
1984
1984
|
* <p>The self-service action definition type. For example, <code>SSM_AUTOMATION</code>.</p>
|
|
1985
1985
|
*/
|
|
1986
|
-
DefinitionType?: ServiceActionDefinitionType
|
|
1986
|
+
DefinitionType?: ServiceActionDefinitionType;
|
|
1987
1987
|
}
|
|
1988
1988
|
/**
|
|
1989
1989
|
* @public
|
|
@@ -1999,7 +1999,7 @@ export interface ServiceActionDetail {
|
|
|
1999
1999
|
* @public
|
|
2000
2000
|
* <p>A map that defines the self-service action.</p>
|
|
2001
2001
|
*/
|
|
2002
|
-
Definition?: Record<
|
|
2002
|
+
Definition?: Record<ServiceActionDefinitionKey, string>;
|
|
2003
2003
|
}
|
|
2004
2004
|
/**
|
|
2005
2005
|
* @public
|
|
@@ -2374,7 +2374,7 @@ export interface DescribeConstraintOutput {
|
|
|
2374
2374
|
* @public
|
|
2375
2375
|
* <p>The status of the current request.</p>
|
|
2376
2376
|
*/
|
|
2377
|
-
Status?: Status
|
|
2377
|
+
Status?: Status;
|
|
2378
2378
|
}
|
|
2379
2379
|
/**
|
|
2380
2380
|
* @public
|
|
@@ -2422,7 +2422,7 @@ export interface DescribeCopyProductStatusOutput {
|
|
|
2422
2422
|
* @public
|
|
2423
2423
|
* <p>The status of the copy product operation.</p>
|
|
2424
2424
|
*/
|
|
2425
|
-
CopyProductStatus?: CopyProductStatus
|
|
2425
|
+
CopyProductStatus?: CopyProductStatus;
|
|
2426
2426
|
/**
|
|
2427
2427
|
* @public
|
|
2428
2428
|
* <p>The identifier of the copied product.</p>
|
|
@@ -2526,7 +2526,7 @@ export interface DescribePortfolioSharesInput {
|
|
|
2526
2526
|
* <p>3. <code>ORGANIZATIONAL_UNIT</code> - Represents a share to an organizational unit.</p>
|
|
2527
2527
|
* <p>4. <code>ORGANIZATION_MEMBER_ACCOUNT</code> - Represents a share to an account in the organization.</p>
|
|
2528
2528
|
*/
|
|
2529
|
-
Type: DescribePortfolioShareType |
|
|
2529
|
+
Type: DescribePortfolioShareType | undefined;
|
|
2530
2530
|
/**
|
|
2531
2531
|
* @public
|
|
2532
2532
|
* <p>The page token for the next set of results. To retrieve the first set of results, use null.</p>
|
|
@@ -2557,7 +2557,7 @@ export interface PortfolioShareDetail {
|
|
|
2557
2557
|
* @public
|
|
2558
2558
|
* <p>The type of the portfolio share.</p>
|
|
2559
2559
|
*/
|
|
2560
|
-
Type?: DescribePortfolioShareType
|
|
2560
|
+
Type?: DescribePortfolioShareType;
|
|
2561
2561
|
/**
|
|
2562
2562
|
* @public
|
|
2563
2563
|
* <p>Indicates whether the shared portfolio is imported by the recipient account. If the recipient is in an organization node, the share is automatically imported, and the field is always set to true.</p>
|
|
@@ -2674,7 +2674,7 @@ export interface DescribePortfolioShareStatusOutput {
|
|
|
2674
2674
|
* @public
|
|
2675
2675
|
* <p>Status of the portfolio share operation.</p>
|
|
2676
2676
|
*/
|
|
2677
|
-
Status?: ShareStatus
|
|
2677
|
+
Status?: ShareStatus;
|
|
2678
2678
|
/**
|
|
2679
2679
|
* @public
|
|
2680
2680
|
* <p>Information about the portfolio share operation.</p>
|
|
@@ -2756,7 +2756,7 @@ export interface ProvisioningArtifact {
|
|
|
2756
2756
|
* @public
|
|
2757
2757
|
* <p>Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.</p>
|
|
2758
2758
|
*/
|
|
2759
|
-
Guidance?: ProvisioningArtifactGuidance
|
|
2759
|
+
Guidance?: ProvisioningArtifactGuidance;
|
|
2760
2760
|
}
|
|
2761
2761
|
/**
|
|
2762
2762
|
* @public
|
|
@@ -3049,7 +3049,7 @@ export interface ProvisionedProductDetail {
|
|
|
3049
3049
|
* </li>
|
|
3050
3050
|
* </ul>
|
|
3051
3051
|
*/
|
|
3052
|
-
Status?: ProvisionedProductStatus
|
|
3052
|
+
Status?: ProvisionedProductStatus;
|
|
3053
3053
|
/**
|
|
3054
3054
|
* @public
|
|
3055
3055
|
* <p>The current status message of the provisioned product.</p>
|
|
@@ -3253,7 +3253,7 @@ export interface ProvisionedProductPlanDetails {
|
|
|
3253
3253
|
* @public
|
|
3254
3254
|
* <p>The plan type.</p>
|
|
3255
3255
|
*/
|
|
3256
|
-
PlanType?: ProvisionedProductPlanType
|
|
3256
|
+
PlanType?: ProvisionedProductPlanType;
|
|
3257
3257
|
/**
|
|
3258
3258
|
* @public
|
|
3259
3259
|
* <p>The identifier of the provisioning artifact.</p>
|
|
@@ -3263,7 +3263,7 @@ export interface ProvisionedProductPlanDetails {
|
|
|
3263
3263
|
* @public
|
|
3264
3264
|
* <p>The status.</p>
|
|
3265
3265
|
*/
|
|
3266
|
-
Status?: ProvisionedProductPlanStatus
|
|
3266
|
+
Status?: ProvisionedProductPlanStatus;
|
|
3267
3267
|
/**
|
|
3268
3268
|
* @public
|
|
3269
3269
|
* <p>The UTC time stamp when the plan was last updated.</p>
|
|
@@ -3355,7 +3355,7 @@ export interface ResourceTargetDefinition {
|
|
|
3355
3355
|
* @public
|
|
3356
3356
|
* <p>The attribute to be changed.</p>
|
|
3357
3357
|
*/
|
|
3358
|
-
Attribute?: ResourceAttribute
|
|
3358
|
+
Attribute?: ResourceAttribute;
|
|
3359
3359
|
/**
|
|
3360
3360
|
* @public
|
|
3361
3361
|
* <p>If the attribute is <code>Properties</code>, the value is the name of the property.
|
|
@@ -3367,7 +3367,7 @@ export interface ResourceTargetDefinition {
|
|
|
3367
3367
|
* <p>If the attribute is <code>Properties</code>, indicates whether a change to this property
|
|
3368
3368
|
* causes the resource to be re-created.</p>
|
|
3369
3369
|
*/
|
|
3370
|
-
RequiresRecreation?: RequiresRecreation
|
|
3370
|
+
RequiresRecreation?: RequiresRecreation;
|
|
3371
3371
|
}
|
|
3372
3372
|
/**
|
|
3373
3373
|
* @public
|
|
@@ -3384,7 +3384,7 @@ export interface ResourceChangeDetail {
|
|
|
3384
3384
|
* <p>For static evaluations, the value of the resource attribute will change and the new value is known.
|
|
3385
3385
|
* For dynamic evaluations, the value might change, and any new value will be determined when the plan is updated.</p>
|
|
3386
3386
|
*/
|
|
3387
|
-
Evaluation?: EvaluationType
|
|
3387
|
+
Evaluation?: EvaluationType;
|
|
3388
3388
|
/**
|
|
3389
3389
|
* @public
|
|
3390
3390
|
* <p>The ID of the entity that caused the change.</p>
|
|
@@ -3413,7 +3413,7 @@ export interface ResourceChange {
|
|
|
3413
3413
|
* @public
|
|
3414
3414
|
* <p>The change action.</p>
|
|
3415
3415
|
*/
|
|
3416
|
-
Action?: ChangeAction
|
|
3416
|
+
Action?: ChangeAction;
|
|
3417
3417
|
/**
|
|
3418
3418
|
* @public
|
|
3419
3419
|
* <p>The ID of the resource, as defined in the CloudFormation template.</p>
|
|
@@ -3434,12 +3434,12 @@ export interface ResourceChange {
|
|
|
3434
3434
|
* <p>If the change type is <code>Modify</code>, indicates whether the existing resource
|
|
3435
3435
|
* is deleted and replaced with a new one.</p>
|
|
3436
3436
|
*/
|
|
3437
|
-
Replacement?: Replacement
|
|
3437
|
+
Replacement?: Replacement;
|
|
3438
3438
|
/**
|
|
3439
3439
|
* @public
|
|
3440
3440
|
* <p>The change scope.</p>
|
|
3441
3441
|
*/
|
|
3442
|
-
Scope?:
|
|
3442
|
+
Scope?: ResourceAttribute[];
|
|
3443
3443
|
/**
|
|
3444
3444
|
* @public
|
|
3445
3445
|
* <p>Information about the resource changes.</p>
|
|
@@ -3619,7 +3619,7 @@ export interface DescribeProvisioningArtifactOutput {
|
|
|
3619
3619
|
* @public
|
|
3620
3620
|
* <p>The status of the current request.</p>
|
|
3621
3621
|
*/
|
|
3622
|
-
Status?: Status
|
|
3622
|
+
Status?: Status;
|
|
3623
3623
|
/**
|
|
3624
3624
|
* @public
|
|
3625
3625
|
* <p>Information about the parameters used to provision the product. </p>
|
|
@@ -3950,7 +3950,7 @@ export interface RecordDetail {
|
|
|
3950
3950
|
* </li>
|
|
3951
3951
|
* </ul>
|
|
3952
3952
|
*/
|
|
3953
|
-
Status?: RecordStatus
|
|
3953
|
+
Status?: RecordStatus;
|
|
3954
3954
|
/**
|
|
3955
3955
|
* @public
|
|
3956
3956
|
* <p>The UTC time stamp of the creation time.</p>
|
|
@@ -4249,7 +4249,7 @@ export interface DisassociatePrincipalFromPortfolioInput {
|
|
|
4249
4249
|
* <p>The supported value is <code>IAM</code> if you use a fully defined ARN, or <code>IAM_PATTERN</code>
|
|
4250
4250
|
* if you specify an <code>IAM</code> ARN with no AccountId, with or without wildcard characters. </p>
|
|
4251
4251
|
*/
|
|
4252
|
-
PrincipalType?: PrincipalType
|
|
4252
|
+
PrincipalType?: PrincipalType;
|
|
4253
4253
|
}
|
|
4254
4254
|
/**
|
|
4255
4255
|
* @public
|
|
@@ -4467,7 +4467,7 @@ export interface GetAWSOrganizationsAccessStatusOutput {
|
|
|
4467
4467
|
* @public
|
|
4468
4468
|
* <p>The status of the portfolio share feature.</p>
|
|
4469
4469
|
*/
|
|
4470
|
-
AccessStatus?: AccessStatus
|
|
4470
|
+
AccessStatus?: AccessStatus;
|
|
4471
4471
|
}
|
|
4472
4472
|
/**
|
|
4473
4473
|
* @public
|
|
@@ -4636,7 +4636,7 @@ export interface ListAcceptedPortfolioSharesInput {
|
|
|
4636
4636
|
* </li>
|
|
4637
4637
|
* </ul>
|
|
4638
4638
|
*/
|
|
4639
|
-
PortfolioShareType?: PortfolioShareType
|
|
4639
|
+
PortfolioShareType?: PortfolioShareType;
|
|
4640
4640
|
}
|
|
4641
4641
|
/**
|
|
4642
4642
|
* @public
|
|
@@ -4876,7 +4876,7 @@ export interface ListOrganizationPortfolioAccessInput {
|
|
|
4876
4876
|
* </li>
|
|
4877
4877
|
* </ul>
|
|
4878
4878
|
*/
|
|
4879
|
-
OrganizationNodeType: OrganizationNodeType |
|
|
4879
|
+
OrganizationNodeType: OrganizationNodeType | undefined;
|
|
4880
4880
|
/**
|
|
4881
4881
|
* @public
|
|
4882
4882
|
* <p>The page token for the next set of results. To retrieve the first set of results, use null.</p>
|
|
@@ -5106,7 +5106,7 @@ export interface Principal {
|
|
|
5106
5106
|
* <p>The principal type. The supported value is <code>IAM</code> if you use a fully defined ARN, or
|
|
5107
5107
|
* <code>IAM_PATTERN</code> if you use an ARN with no <code>accountID</code>, with or without wildcard characters. </p>
|
|
5108
5108
|
*/
|
|
5109
|
-
PrincipalType?: PrincipalType
|
|
5109
|
+
PrincipalType?: PrincipalType;
|
|
5110
5110
|
}
|
|
5111
5111
|
/**
|
|
5112
5112
|
* @public
|
|
@@ -5192,7 +5192,7 @@ export interface ProvisionedProductPlanSummary {
|
|
|
5192
5192
|
* @public
|
|
5193
5193
|
* <p>The plan type.</p>
|
|
5194
5194
|
*/
|
|
5195
|
-
PlanType?: ProvisionedProductPlanType
|
|
5195
|
+
PlanType?: ProvisionedProductPlanType;
|
|
5196
5196
|
/**
|
|
5197
5197
|
* @public
|
|
5198
5198
|
* <p>The identifier of the provisioning artifact.</p>
|
|
@@ -5667,7 +5667,7 @@ export interface StackInstance {
|
|
|
5667
5667
|
* </li>
|
|
5668
5668
|
* </ul>
|
|
5669
5669
|
*/
|
|
5670
|
-
StackInstanceStatus?: StackInstanceStatus
|
|
5670
|
+
StackInstanceStatus?: StackInstanceStatus;
|
|
5671
5671
|
}
|
|
5672
5672
|
/**
|
|
5673
5673
|
* @public
|
|
@@ -5829,7 +5829,7 @@ export interface NotifyProvisionProductEngineWorkflowResultInput {
|
|
|
5829
5829
|
* of the provisioning engine execution.
|
|
5830
5830
|
* </p>
|
|
5831
5831
|
*/
|
|
5832
|
-
Status: EngineWorkflowStatus |
|
|
5832
|
+
Status: EngineWorkflowStatus | undefined;
|
|
5833
5833
|
/**
|
|
5834
5834
|
* @public
|
|
5835
5835
|
* <p>
|
|
@@ -5899,7 +5899,7 @@ export interface NotifyTerminateProvisionedProductEngineWorkflowResultInput {
|
|
|
5899
5899
|
* of the terminate engine execution.
|
|
5900
5900
|
* </p>
|
|
5901
5901
|
*/
|
|
5902
|
-
Status: EngineWorkflowStatus |
|
|
5902
|
+
Status: EngineWorkflowStatus | undefined;
|
|
5903
5903
|
/**
|
|
5904
5904
|
* @public
|
|
5905
5905
|
* <p>
|
|
@@ -5951,7 +5951,7 @@ export interface NotifyUpdateProvisionedProductEngineWorkflowResultInput {
|
|
|
5951
5951
|
* of the update engine execution.
|
|
5952
5952
|
* </p>
|
|
5953
5953
|
*/
|
|
5954
|
-
Status: EngineWorkflowStatus |
|
|
5954
|
+
Status: EngineWorkflowStatus | undefined;
|
|
5955
5955
|
/**
|
|
5956
5956
|
* @public
|
|
5957
5957
|
* <p>
|
|
@@ -6202,7 +6202,7 @@ export interface RejectPortfolioShareInput {
|
|
|
6202
6202
|
* <p>For example, <code>aws servicecatalog reject-portfolio-share --portfolio-id "port-2qwzkwxt3y5fk" --portfolio-share-type AWS_ORGANIZATIONS</code>
|
|
6203
6203
|
* </p>
|
|
6204
6204
|
*/
|
|
6205
|
-
PortfolioShareType?: PortfolioShareType
|
|
6205
|
+
PortfolioShareType?: PortfolioShareType;
|
|
6206
6206
|
}
|
|
6207
6207
|
/**
|
|
6208
6208
|
* @public
|
|
@@ -6322,7 +6322,7 @@ export interface SearchProductsInput {
|
|
|
6322
6322
|
* <p>The search filters. If no search filters are specified, the output includes
|
|
6323
6323
|
* all products to which the caller has access.</p>
|
|
6324
6324
|
*/
|
|
6325
|
-
Filters?: Record<
|
|
6325
|
+
Filters?: Record<ProductViewFilterBy, string[]>;
|
|
6326
6326
|
/**
|
|
6327
6327
|
* @public
|
|
6328
6328
|
* <p>The maximum number of items to return with this call.</p>
|
|
@@ -6332,12 +6332,12 @@ export interface SearchProductsInput {
|
|
|
6332
6332
|
* @public
|
|
6333
6333
|
* <p>The sort field. If no value is specified, the results are not sorted.</p>
|
|
6334
6334
|
*/
|
|
6335
|
-
SortBy?: ProductViewSortBy
|
|
6335
|
+
SortBy?: ProductViewSortBy;
|
|
6336
6336
|
/**
|
|
6337
6337
|
* @public
|
|
6338
6338
|
* <p>The sort order. If no value is specified, the results are not sorted.</p>
|
|
6339
6339
|
*/
|
|
6340
|
-
SortOrder?: SortOrder
|
|
6340
|
+
SortOrder?: SortOrder;
|
|
6341
6341
|
/**
|
|
6342
6342
|
* @public
|
|
6343
6343
|
* <p>The page token for the next set of results. To retrieve the first set of results, use null.</p>
|
|
@@ -6421,17 +6421,17 @@ export interface SearchProductsAsAdminInput {
|
|
|
6421
6421
|
* <p>The search filters. If no search filters are specified, the output includes all products
|
|
6422
6422
|
* to which the administrator has access.</p>
|
|
6423
6423
|
*/
|
|
6424
|
-
Filters?: Record<
|
|
6424
|
+
Filters?: Record<ProductViewFilterBy, string[]>;
|
|
6425
6425
|
/**
|
|
6426
6426
|
* @public
|
|
6427
6427
|
* <p>The sort field. If no value is specified, the results are not sorted.</p>
|
|
6428
6428
|
*/
|
|
6429
|
-
SortBy?: ProductViewSortBy
|
|
6429
|
+
SortBy?: ProductViewSortBy;
|
|
6430
6430
|
/**
|
|
6431
6431
|
* @public
|
|
6432
6432
|
* <p>The sort order. If no value is specified, the results are not sorted.</p>
|
|
6433
6433
|
*/
|
|
6434
|
-
SortOrder?: SortOrder
|
|
6434
|
+
SortOrder?: SortOrder;
|
|
6435
6435
|
/**
|
|
6436
6436
|
* @public
|
|
6437
6437
|
* <p>The page token for the next set of results. To retrieve the first set of results, use null.</p>
|
|
@@ -6446,7 +6446,7 @@ export interface SearchProductsAsAdminInput {
|
|
|
6446
6446
|
* @public
|
|
6447
6447
|
* <p>Access level of the source of the product.</p>
|
|
6448
6448
|
*/
|
|
6449
|
-
ProductSource?: ProductSource
|
|
6449
|
+
ProductSource?: ProductSource;
|
|
6450
6450
|
}
|
|
6451
6451
|
/**
|
|
6452
6452
|
* @public
|
|
@@ -6510,7 +6510,7 @@ export interface SearchProvisionedProductsInput {
|
|
|
6510
6510
|
* <p>Example: <code>"SearchQuery":["status:AVAILABLE"]</code>
|
|
6511
6511
|
* </p>
|
|
6512
6512
|
*/
|
|
6513
|
-
Filters?: Record<
|
|
6513
|
+
Filters?: Record<ProvisionedProductViewFilterBy, string[]>;
|
|
6514
6514
|
/**
|
|
6515
6515
|
* @public
|
|
6516
6516
|
* <p>The sort field. If no value is specified, the results are not sorted. The valid values are <code>arn</code>, <code>id</code>, <code>name</code>,
|
|
@@ -6521,7 +6521,7 @@ export interface SearchProvisionedProductsInput {
|
|
|
6521
6521
|
* @public
|
|
6522
6522
|
* <p>The sort order. If no value is specified, the results are not sorted.</p>
|
|
6523
6523
|
*/
|
|
6524
|
-
SortOrder?: SortOrder
|
|
6524
|
+
SortOrder?: SortOrder;
|
|
6525
6525
|
/**
|
|
6526
6526
|
* @public
|
|
6527
6527
|
* <p>The maximum number of items to return with this call.</p>
|
|
@@ -6590,7 +6590,7 @@ export interface ProvisionedProductAttribute {
|
|
|
6590
6590
|
* </li>
|
|
6591
6591
|
* </ul>
|
|
6592
6592
|
*/
|
|
6593
|
-
Status?: ProvisionedProductStatus
|
|
6593
|
+
Status?: ProvisionedProductStatus;
|
|
6594
6594
|
/**
|
|
6595
6595
|
* @public
|
|
6596
6596
|
* <p>The current status message of the provisioned product.</p>
|
|
@@ -6895,7 +6895,7 @@ export interface UpdateConstraintOutput {
|
|
|
6895
6895
|
* @public
|
|
6896
6896
|
* <p>The status of the current request.</p>
|
|
6897
6897
|
*/
|
|
6898
|
-
Status?: Status
|
|
6898
|
+
Status?: Status;
|
|
6899
6899
|
}
|
|
6900
6900
|
/**
|
|
6901
6901
|
* @public
|
|
@@ -7024,7 +7024,7 @@ export interface UpdatePortfolioShareOutput {
|
|
|
7024
7024
|
* You can also obtain the operation status using <code>DescribePortfolioShareStatus</code> API.
|
|
7025
7025
|
* </p>
|
|
7026
7026
|
*/
|
|
7027
|
-
Status?: ShareStatus
|
|
7027
|
+
Status?: ShareStatus;
|
|
7028
7028
|
}
|
|
7029
7029
|
/**
|
|
7030
7030
|
* @public
|
|
@@ -7216,7 +7216,7 @@ export interface UpdateProvisioningPreferences {
|
|
|
7216
7216
|
* </dd>
|
|
7217
7217
|
* </dl>
|
|
7218
7218
|
*/
|
|
7219
|
-
StackSetOperationType?: StackSetOperationType
|
|
7219
|
+
StackSetOperationType?: StackSetOperationType;
|
|
7220
7220
|
}
|
|
7221
7221
|
/**
|
|
7222
7222
|
* @public
|
|
@@ -7369,7 +7369,7 @@ export interface UpdateProvisionedProductPropertiesInput {
|
|
|
7369
7369
|
* If an end user provisions a product and the owner is updated to someone else, they will no longer be able to see or perform any actions through
|
|
7370
7370
|
* API or the Service Catalog console on that provisioned product.</p>
|
|
7371
7371
|
*/
|
|
7372
|
-
ProvisionedProductProperties: Record<
|
|
7372
|
+
ProvisionedProductProperties: Record<PropertyKey, string> | undefined;
|
|
7373
7373
|
/**
|
|
7374
7374
|
* @public
|
|
7375
7375
|
* <p>The idempotency token that uniquely identifies the provisioning product update request.</p>
|
|
@@ -7389,7 +7389,7 @@ export interface UpdateProvisionedProductPropertiesOutput {
|
|
|
7389
7389
|
* @public
|
|
7390
7390
|
* <p>A map that contains the properties updated.</p>
|
|
7391
7391
|
*/
|
|
7392
|
-
ProvisionedProductProperties?: Record<
|
|
7392
|
+
ProvisionedProductProperties?: Record<PropertyKey, string>;
|
|
7393
7393
|
/**
|
|
7394
7394
|
* @public
|
|
7395
7395
|
* <p>The identifier of the record.</p>
|
|
@@ -7399,7 +7399,7 @@ export interface UpdateProvisionedProductPropertiesOutput {
|
|
|
7399
7399
|
* @public
|
|
7400
7400
|
* <p>The status of the request.</p>
|
|
7401
7401
|
*/
|
|
7402
|
-
Status?: RecordStatus
|
|
7402
|
+
Status?: RecordStatus;
|
|
7403
7403
|
}
|
|
7404
7404
|
/**
|
|
7405
7405
|
* @public
|
|
@@ -7454,7 +7454,7 @@ export interface UpdateProvisioningArtifactInput {
|
|
|
7454
7454
|
* users that the product version is deprecated. Users are able to make updates to a provisioned product
|
|
7455
7455
|
* of a deprecated version but cannot launch new provisioned products using a deprecated version.</p>
|
|
7456
7456
|
*/
|
|
7457
|
-
Guidance?: ProvisioningArtifactGuidance
|
|
7457
|
+
Guidance?: ProvisioningArtifactGuidance;
|
|
7458
7458
|
}
|
|
7459
7459
|
/**
|
|
7460
7460
|
* @public
|
|
@@ -7474,7 +7474,7 @@ export interface UpdateProvisioningArtifactOutput {
|
|
|
7474
7474
|
* @public
|
|
7475
7475
|
* <p>The status of the current request.</p>
|
|
7476
7476
|
*/
|
|
7477
|
-
Status?: Status
|
|
7477
|
+
Status?: Status;
|
|
7478
7478
|
}
|
|
7479
7479
|
/**
|
|
7480
7480
|
* @public
|
|
@@ -7494,7 +7494,7 @@ export interface UpdateServiceActionInput {
|
|
|
7494
7494
|
* @public
|
|
7495
7495
|
* <p>A map that defines the self-service action.</p>
|
|
7496
7496
|
*/
|
|
7497
|
-
Definition?: Record<
|
|
7497
|
+
Definition?: Record<ServiceActionDefinitionKey, string>;
|
|
7498
7498
|
/**
|
|
7499
7499
|
* @public
|
|
7500
7500
|
* <p>The self-service action description.</p>
|
|
@@ -10,7 +10,7 @@ export type PortfolioShareType =
|
|
|
10
10
|
export interface AcceptPortfolioShareInput {
|
|
11
11
|
AcceptLanguage?: string;
|
|
12
12
|
PortfolioId: string | undefined;
|
|
13
|
-
PortfolioShareType?: PortfolioShareType
|
|
13
|
+
PortfolioShareType?: PortfolioShareType;
|
|
14
14
|
}
|
|
15
15
|
export interface AcceptPortfolioShareOutput {}
|
|
16
16
|
export declare class InvalidParametersException extends __BaseException {
|
|
@@ -45,7 +45,7 @@ export declare const AccessLevelFilterKey: {
|
|
|
45
45
|
export type AccessLevelFilterKey =
|
|
46
46
|
(typeof AccessLevelFilterKey)[keyof typeof AccessLevelFilterKey];
|
|
47
47
|
export interface AccessLevelFilter {
|
|
48
|
-
Key?: AccessLevelFilterKey
|
|
48
|
+
Key?: AccessLevelFilterKey;
|
|
49
49
|
Value?: string;
|
|
50
50
|
}
|
|
51
51
|
export declare const AccessStatus: {
|
|
@@ -80,7 +80,7 @@ export interface AssociatePrincipalWithPortfolioInput {
|
|
|
80
80
|
AcceptLanguage?: string;
|
|
81
81
|
PortfolioId: string | undefined;
|
|
82
82
|
PrincipalARN: string | undefined;
|
|
83
|
-
PrincipalType: PrincipalType |
|
|
83
|
+
PrincipalType: PrincipalType | undefined;
|
|
84
84
|
}
|
|
85
85
|
export interface AssociatePrincipalWithPortfolioOutput {}
|
|
86
86
|
export interface AssociateProductWithPortfolioInput {
|
|
@@ -141,7 +141,7 @@ export interface FailedServiceActionAssociation {
|
|
|
141
141
|
ServiceActionId?: string;
|
|
142
142
|
ProductId?: string;
|
|
143
143
|
ProvisioningArtifactId?: string;
|
|
144
|
-
ErrorCode?: ServiceActionAssociationErrorCode
|
|
144
|
+
ErrorCode?: ServiceActionAssociationErrorCode;
|
|
145
145
|
ErrorMessage?: string;
|
|
146
146
|
}
|
|
147
147
|
export interface BatchAssociateServiceActionWithProvisioningArtifactOutput {
|
|
@@ -168,8 +168,11 @@ export interface CopyProductInput {
|
|
|
168
168
|
SourceProductArn: string | undefined;
|
|
169
169
|
TargetProductId?: string;
|
|
170
170
|
TargetProductName?: string;
|
|
171
|
-
SourceProvisioningArtifactIdentifiers?: Record<
|
|
172
|
-
|
|
171
|
+
SourceProvisioningArtifactIdentifiers?: Record<
|
|
172
|
+
ProvisioningArtifactPropertyName,
|
|
173
|
+
string
|
|
174
|
+
>[];
|
|
175
|
+
CopyOptions?: CopyOption[];
|
|
173
176
|
IdempotencyToken?: string;
|
|
174
177
|
}
|
|
175
178
|
export interface CopyProductOutput {
|
|
@@ -201,7 +204,7 @@ export type Status = (typeof Status)[keyof typeof Status];
|
|
|
201
204
|
export interface CreateConstraintOutput {
|
|
202
205
|
ConstraintDetail?: ConstraintDetail;
|
|
203
206
|
ConstraintParameters?: string;
|
|
204
|
-
Status?: Status
|
|
207
|
+
Status?: Status;
|
|
205
208
|
}
|
|
206
209
|
export interface CreatePortfolioInput {
|
|
207
210
|
AcceptLanguage?: string;
|
|
@@ -231,7 +234,7 @@ export declare const OrganizationNodeType: {
|
|
|
231
234
|
export type OrganizationNodeType =
|
|
232
235
|
(typeof OrganizationNodeType)[keyof typeof OrganizationNodeType];
|
|
233
236
|
export interface OrganizationNode {
|
|
234
|
-
Type?: OrganizationNodeType
|
|
237
|
+
Type?: OrganizationNodeType;
|
|
235
238
|
Value?: string;
|
|
236
239
|
}
|
|
237
240
|
export interface CreatePortfolioShareInput {
|
|
@@ -273,7 +276,7 @@ export interface ProvisioningArtifactProperties {
|
|
|
273
276
|
Name?: string;
|
|
274
277
|
Description?: string;
|
|
275
278
|
Info?: Record<string, string>;
|
|
276
|
-
Type?: ProvisioningArtifactType
|
|
279
|
+
Type?: ProvisioningArtifactType;
|
|
277
280
|
DisableTemplateValidation?: boolean;
|
|
278
281
|
}
|
|
279
282
|
export interface CodeStarParameters {
|
|
@@ -290,7 +293,7 @@ export declare const SourceType: {
|
|
|
290
293
|
};
|
|
291
294
|
export type SourceType = (typeof SourceType)[keyof typeof SourceType];
|
|
292
295
|
export interface SourceConnection {
|
|
293
|
-
Type?: SourceType
|
|
296
|
+
Type?: SourceType;
|
|
294
297
|
ConnectionParameters: SourceConnectionParameters | undefined;
|
|
295
298
|
}
|
|
296
299
|
export interface CreateProductInput {
|
|
@@ -302,7 +305,7 @@ export interface CreateProductInput {
|
|
|
302
305
|
SupportDescription?: string;
|
|
303
306
|
SupportEmail?: string;
|
|
304
307
|
SupportUrl?: string;
|
|
305
|
-
ProductType: ProductType |
|
|
308
|
+
ProductType: ProductType | undefined;
|
|
306
309
|
Tags?: Tag[];
|
|
307
310
|
ProvisioningArtifactParameters?: ProvisioningArtifactProperties;
|
|
308
311
|
IdempotencyToken?: string;
|
|
@@ -314,7 +317,7 @@ export interface ProductViewSummary {
|
|
|
314
317
|
Name?: string;
|
|
315
318
|
Owner?: string;
|
|
316
319
|
ShortDescription?: string;
|
|
317
|
-
Type?: ProductType
|
|
320
|
+
Type?: ProductType;
|
|
318
321
|
Distributor?: string;
|
|
319
322
|
HasDefaultPath?: boolean;
|
|
320
323
|
SupportEmail?: string;
|
|
@@ -329,19 +332,19 @@ export type LastSyncStatus =
|
|
|
329
332
|
(typeof LastSyncStatus)[keyof typeof LastSyncStatus];
|
|
330
333
|
export interface LastSync {
|
|
331
334
|
LastSyncTime?: Date;
|
|
332
|
-
LastSyncStatus?: LastSyncStatus
|
|
335
|
+
LastSyncStatus?: LastSyncStatus;
|
|
333
336
|
LastSyncStatusMessage?: string;
|
|
334
337
|
LastSuccessfulSyncTime?: Date;
|
|
335
338
|
LastSuccessfulSyncProvisioningArtifactId?: string;
|
|
336
339
|
}
|
|
337
340
|
export interface SourceConnectionDetail {
|
|
338
|
-
Type?: SourceType
|
|
341
|
+
Type?: SourceType;
|
|
339
342
|
ConnectionParameters?: SourceConnectionParameters;
|
|
340
343
|
LastSync?: LastSync;
|
|
341
344
|
}
|
|
342
345
|
export interface ProductViewDetail {
|
|
343
346
|
ProductViewSummary?: ProductViewSummary;
|
|
344
|
-
Status?: Status
|
|
347
|
+
Status?: Status;
|
|
345
348
|
ProductARN?: string;
|
|
346
349
|
CreatedTime?: Date;
|
|
347
350
|
SourceConnection?: SourceConnectionDetail;
|
|
@@ -356,10 +359,10 @@ export interface ProvisioningArtifactDetail {
|
|
|
356
359
|
Id?: string;
|
|
357
360
|
Name?: string;
|
|
358
361
|
Description?: string;
|
|
359
|
-
Type?: ProvisioningArtifactType
|
|
362
|
+
Type?: ProvisioningArtifactType;
|
|
360
363
|
CreatedTime?: Date;
|
|
361
364
|
Active?: boolean;
|
|
362
|
-
Guidance?: ProvisioningArtifactGuidance
|
|
365
|
+
Guidance?: ProvisioningArtifactGuidance;
|
|
363
366
|
SourceRevision?: string;
|
|
364
367
|
}
|
|
365
368
|
export interface CreateProductOutput {
|
|
@@ -380,7 +383,7 @@ export interface UpdateProvisioningParameter {
|
|
|
380
383
|
export interface CreateProvisionedProductPlanInput {
|
|
381
384
|
AcceptLanguage?: string;
|
|
382
385
|
PlanName: string | undefined;
|
|
383
|
-
PlanType: ProvisionedProductPlanType |
|
|
386
|
+
PlanType: ProvisionedProductPlanType | undefined;
|
|
384
387
|
NotificationArns?: string[];
|
|
385
388
|
PathId?: string;
|
|
386
389
|
ProductId: string | undefined;
|
|
@@ -406,7 +409,7 @@ export interface CreateProvisioningArtifactInput {
|
|
|
406
409
|
export interface CreateProvisioningArtifactOutput {
|
|
407
410
|
ProvisioningArtifactDetail?: ProvisioningArtifactDetail;
|
|
408
411
|
Info?: Record<string, string>;
|
|
409
|
-
Status?: Status
|
|
412
|
+
Status?: Status;
|
|
410
413
|
}
|
|
411
414
|
export declare const ServiceActionDefinitionKey: {
|
|
412
415
|
readonly AssumeRole: "AssumeRole";
|
|
@@ -423,8 +426,8 @@ export type ServiceActionDefinitionType =
|
|
|
423
426
|
(typeof ServiceActionDefinitionType)[keyof typeof ServiceActionDefinitionType];
|
|
424
427
|
export interface CreateServiceActionInput {
|
|
425
428
|
Name: string | undefined;
|
|
426
|
-
DefinitionType: ServiceActionDefinitionType |
|
|
427
|
-
Definition: Record<
|
|
429
|
+
DefinitionType: ServiceActionDefinitionType | undefined;
|
|
430
|
+
Definition: Record<ServiceActionDefinitionKey, string> | undefined;
|
|
428
431
|
Description?: string;
|
|
429
432
|
AcceptLanguage?: string;
|
|
430
433
|
IdempotencyToken?: string;
|
|
@@ -433,11 +436,11 @@ export interface ServiceActionSummary {
|
|
|
433
436
|
Id?: string;
|
|
434
437
|
Name?: string;
|
|
435
438
|
Description?: string;
|
|
436
|
-
DefinitionType?: ServiceActionDefinitionType
|
|
439
|
+
DefinitionType?: ServiceActionDefinitionType;
|
|
437
440
|
}
|
|
438
441
|
export interface ServiceActionDetail {
|
|
439
442
|
ServiceActionSummary?: ServiceActionSummary;
|
|
440
|
-
Definition?: Record<
|
|
443
|
+
Definition?: Record<ServiceActionDefinitionKey, string>;
|
|
441
444
|
}
|
|
442
445
|
export interface CreateServiceActionOutput {
|
|
443
446
|
ServiceActionDetail?: ServiceActionDetail;
|
|
@@ -516,7 +519,7 @@ export interface DescribeConstraintInput {
|
|
|
516
519
|
export interface DescribeConstraintOutput {
|
|
517
520
|
ConstraintDetail?: ConstraintDetail;
|
|
518
521
|
ConstraintParameters?: string;
|
|
519
|
-
Status?: Status
|
|
522
|
+
Status?: Status;
|
|
520
523
|
}
|
|
521
524
|
export interface DescribeCopyProductStatusInput {
|
|
522
525
|
AcceptLanguage?: string;
|
|
@@ -530,7 +533,7 @@ export declare const CopyProductStatus: {
|
|
|
530
533
|
export type CopyProductStatus =
|
|
531
534
|
(typeof CopyProductStatus)[keyof typeof CopyProductStatus];
|
|
532
535
|
export interface DescribeCopyProductStatusOutput {
|
|
533
|
-
CopyProductStatus?: CopyProductStatus
|
|
536
|
+
CopyProductStatus?: CopyProductStatus;
|
|
534
537
|
TargetProductId?: string;
|
|
535
538
|
StatusDetail?: string;
|
|
536
539
|
}
|
|
@@ -557,13 +560,13 @@ export type DescribePortfolioShareType =
|
|
|
557
560
|
(typeof DescribePortfolioShareType)[keyof typeof DescribePortfolioShareType];
|
|
558
561
|
export interface DescribePortfolioSharesInput {
|
|
559
562
|
PortfolioId: string | undefined;
|
|
560
|
-
Type: DescribePortfolioShareType |
|
|
563
|
+
Type: DescribePortfolioShareType | undefined;
|
|
561
564
|
PageToken?: string;
|
|
562
565
|
PageSize?: number;
|
|
563
566
|
}
|
|
564
567
|
export interface PortfolioShareDetail {
|
|
565
568
|
PrincipalId?: string;
|
|
566
|
-
Type?: DescribePortfolioShareType
|
|
569
|
+
Type?: DescribePortfolioShareType;
|
|
567
570
|
Accepted?: boolean;
|
|
568
571
|
ShareTagOptions?: boolean;
|
|
569
572
|
SharePrincipals?: boolean;
|
|
@@ -596,7 +599,7 @@ export interface DescribePortfolioShareStatusOutput {
|
|
|
596
599
|
PortfolioShareToken?: string;
|
|
597
600
|
PortfolioId?: string;
|
|
598
601
|
OrganizationNodeValue?: string;
|
|
599
|
-
Status?: ShareStatus
|
|
602
|
+
Status?: ShareStatus;
|
|
600
603
|
ShareDetails?: ShareDetails;
|
|
601
604
|
}
|
|
602
605
|
export interface DescribeProductInput {
|
|
@@ -613,7 +616,7 @@ export interface ProvisioningArtifact {
|
|
|
613
616
|
Name?: string;
|
|
614
617
|
Description?: string;
|
|
615
618
|
CreatedTime?: Date;
|
|
616
|
-
Guidance?: ProvisioningArtifactGuidance
|
|
619
|
+
Guidance?: ProvisioningArtifactGuidance;
|
|
617
620
|
}
|
|
618
621
|
export interface DescribeProductOutput {
|
|
619
622
|
ProductViewSummary?: ProductViewSummary;
|
|
@@ -671,7 +674,7 @@ export interface ProvisionedProductDetail {
|
|
|
671
674
|
Arn?: string;
|
|
672
675
|
Type?: string;
|
|
673
676
|
Id?: string;
|
|
674
|
-
Status?: ProvisionedProductStatus
|
|
677
|
+
Status?: ProvisionedProductStatus;
|
|
675
678
|
StatusMessage?: string;
|
|
676
679
|
CreatedTime?: Date;
|
|
677
680
|
IdempotencyToken?: string;
|
|
@@ -710,9 +713,9 @@ export interface ProvisionedProductPlanDetails {
|
|
|
710
713
|
PlanId?: string;
|
|
711
714
|
ProvisionProductId?: string;
|
|
712
715
|
ProvisionProductName?: string;
|
|
713
|
-
PlanType?: ProvisionedProductPlanType
|
|
716
|
+
PlanType?: ProvisionedProductPlanType;
|
|
714
717
|
ProvisioningArtifactId?: string;
|
|
715
|
-
Status?: ProvisionedProductPlanStatus
|
|
718
|
+
Status?: ProvisionedProductPlanStatus;
|
|
716
719
|
UpdatedTime?: Date;
|
|
717
720
|
NotificationArns?: string[];
|
|
718
721
|
ProvisioningParameters?: UpdateProvisioningParameter[];
|
|
@@ -749,13 +752,13 @@ export declare const RequiresRecreation: {
|
|
|
749
752
|
export type RequiresRecreation =
|
|
750
753
|
(typeof RequiresRecreation)[keyof typeof RequiresRecreation];
|
|
751
754
|
export interface ResourceTargetDefinition {
|
|
752
|
-
Attribute?: ResourceAttribute
|
|
755
|
+
Attribute?: ResourceAttribute;
|
|
753
756
|
Name?: string;
|
|
754
|
-
RequiresRecreation?: RequiresRecreation
|
|
757
|
+
RequiresRecreation?: RequiresRecreation;
|
|
755
758
|
}
|
|
756
759
|
export interface ResourceChangeDetail {
|
|
757
760
|
Target?: ResourceTargetDefinition;
|
|
758
|
-
Evaluation?: EvaluationType
|
|
761
|
+
Evaluation?: EvaluationType;
|
|
759
762
|
CausingEntity?: string;
|
|
760
763
|
}
|
|
761
764
|
export declare const Replacement: {
|
|
@@ -765,12 +768,12 @@ export declare const Replacement: {
|
|
|
765
768
|
};
|
|
766
769
|
export type Replacement = (typeof Replacement)[keyof typeof Replacement];
|
|
767
770
|
export interface ResourceChange {
|
|
768
|
-
Action?: ChangeAction
|
|
771
|
+
Action?: ChangeAction;
|
|
769
772
|
LogicalResourceId?: string;
|
|
770
773
|
PhysicalResourceId?: string;
|
|
771
774
|
ResourceType?: string;
|
|
772
|
-
Replacement?: Replacement
|
|
773
|
-
Scope?:
|
|
775
|
+
Replacement?: Replacement;
|
|
776
|
+
Scope?: ResourceAttribute[];
|
|
774
777
|
Details?: ResourceChangeDetail[];
|
|
775
778
|
}
|
|
776
779
|
export interface DescribeProvisionedProductPlanOutput {
|
|
@@ -807,7 +810,7 @@ export interface ProvisioningArtifactParameter {
|
|
|
807
810
|
export interface DescribeProvisioningArtifactOutput {
|
|
808
811
|
ProvisioningArtifactDetail?: ProvisioningArtifactDetail;
|
|
809
812
|
Info?: Record<string, string>;
|
|
810
|
-
Status?: Status
|
|
813
|
+
Status?: Status;
|
|
811
814
|
ProvisioningArtifactParameters?: ProvisioningArtifactParameter[];
|
|
812
815
|
}
|
|
813
816
|
export interface DescribeProvisioningParametersInput {
|
|
@@ -873,7 +876,7 @@ export type RecordStatus = (typeof RecordStatus)[keyof typeof RecordStatus];
|
|
|
873
876
|
export interface RecordDetail {
|
|
874
877
|
RecordId?: string;
|
|
875
878
|
ProvisionedProductName?: string;
|
|
876
|
-
Status?: RecordStatus
|
|
879
|
+
Status?: RecordStatus;
|
|
877
880
|
CreatedTime?: Date;
|
|
878
881
|
UpdatedTime?: Date;
|
|
879
882
|
ProvisionedProductType?: string;
|
|
@@ -933,7 +936,7 @@ export interface DisassociatePrincipalFromPortfolioInput {
|
|
|
933
936
|
AcceptLanguage?: string;
|
|
934
937
|
PortfolioId: string | undefined;
|
|
935
938
|
PrincipalARN: string | undefined;
|
|
936
|
-
PrincipalType?: PrincipalType
|
|
939
|
+
PrincipalType?: PrincipalType;
|
|
937
940
|
}
|
|
938
941
|
export interface DisassociatePrincipalFromPortfolioOutput {}
|
|
939
942
|
export interface DisassociateProductFromPortfolioInput {
|
|
@@ -976,7 +979,7 @@ export interface ExecuteProvisionedProductServiceActionOutput {
|
|
|
976
979
|
}
|
|
977
980
|
export interface GetAWSOrganizationsAccessStatusInput {}
|
|
978
981
|
export interface GetAWSOrganizationsAccessStatusOutput {
|
|
979
|
-
AccessStatus?: AccessStatus
|
|
982
|
+
AccessStatus?: AccessStatus;
|
|
980
983
|
}
|
|
981
984
|
export interface GetProvisionedProductOutputsInput {
|
|
982
985
|
AcceptLanguage?: string;
|
|
@@ -1005,7 +1008,7 @@ export interface ListAcceptedPortfolioSharesInput {
|
|
|
1005
1008
|
AcceptLanguage?: string;
|
|
1006
1009
|
PageToken?: string;
|
|
1007
1010
|
PageSize?: number;
|
|
1008
|
-
PortfolioShareType?: PortfolioShareType
|
|
1011
|
+
PortfolioShareType?: PortfolioShareType;
|
|
1009
1012
|
}
|
|
1010
1013
|
export interface ListAcceptedPortfolioSharesOutput {
|
|
1011
1014
|
PortfolioDetails?: PortfolioDetail[];
|
|
@@ -1051,7 +1054,7 @@ export interface ListLaunchPathsOutput {
|
|
|
1051
1054
|
export interface ListOrganizationPortfolioAccessInput {
|
|
1052
1055
|
AcceptLanguage?: string;
|
|
1053
1056
|
PortfolioId: string | undefined;
|
|
1054
|
-
OrganizationNodeType: OrganizationNodeType |
|
|
1057
|
+
OrganizationNodeType: OrganizationNodeType | undefined;
|
|
1055
1058
|
PageToken?: string;
|
|
1056
1059
|
PageSize?: number;
|
|
1057
1060
|
}
|
|
@@ -1097,7 +1100,7 @@ export interface ListPrincipalsForPortfolioInput {
|
|
|
1097
1100
|
}
|
|
1098
1101
|
export interface Principal {
|
|
1099
1102
|
PrincipalARN?: string;
|
|
1100
|
-
PrincipalType?: PrincipalType
|
|
1103
|
+
PrincipalType?: PrincipalType;
|
|
1101
1104
|
}
|
|
1102
1105
|
export interface ListPrincipalsForPortfolioOutput {
|
|
1103
1106
|
Principals?: Principal[];
|
|
@@ -1115,7 +1118,7 @@ export interface ProvisionedProductPlanSummary {
|
|
|
1115
1118
|
PlanId?: string;
|
|
1116
1119
|
ProvisionProductId?: string;
|
|
1117
1120
|
ProvisionProductName?: string;
|
|
1118
|
-
PlanType?: ProvisionedProductPlanType
|
|
1121
|
+
PlanType?: ProvisionedProductPlanType;
|
|
1119
1122
|
ProvisioningArtifactId?: string;
|
|
1120
1123
|
}
|
|
1121
1124
|
export interface ListProvisionedProductPlansOutput {
|
|
@@ -1212,7 +1215,7 @@ export type StackInstanceStatus =
|
|
|
1212
1215
|
export interface StackInstance {
|
|
1213
1216
|
Account?: string;
|
|
1214
1217
|
Region?: string;
|
|
1215
|
-
StackInstanceStatus?: StackInstanceStatus
|
|
1218
|
+
StackInstanceStatus?: StackInstanceStatus;
|
|
1216
1219
|
}
|
|
1217
1220
|
export interface ListStackInstancesForProvisionedProductOutput {
|
|
1218
1221
|
StackInstances?: StackInstance[];
|
|
@@ -1248,7 +1251,7 @@ export type EngineWorkflowStatus =
|
|
|
1248
1251
|
export interface NotifyProvisionProductEngineWorkflowResultInput {
|
|
1249
1252
|
WorkflowToken: string | undefined;
|
|
1250
1253
|
RecordId: string | undefined;
|
|
1251
|
-
Status: EngineWorkflowStatus |
|
|
1254
|
+
Status: EngineWorkflowStatus | undefined;
|
|
1252
1255
|
FailureReason?: string;
|
|
1253
1256
|
ResourceIdentifier?: EngineWorkflowResourceIdentifier;
|
|
1254
1257
|
Outputs?: RecordOutput[];
|
|
@@ -1258,7 +1261,7 @@ export interface NotifyProvisionProductEngineWorkflowResultOutput {}
|
|
|
1258
1261
|
export interface NotifyTerminateProvisionedProductEngineWorkflowResultInput {
|
|
1259
1262
|
WorkflowToken: string | undefined;
|
|
1260
1263
|
RecordId: string | undefined;
|
|
1261
|
-
Status: EngineWorkflowStatus |
|
|
1264
|
+
Status: EngineWorkflowStatus | undefined;
|
|
1262
1265
|
FailureReason?: string;
|
|
1263
1266
|
IdempotencyToken?: string;
|
|
1264
1267
|
}
|
|
@@ -1266,7 +1269,7 @@ export interface NotifyTerminateProvisionedProductEngineWorkflowResultOutput {}
|
|
|
1266
1269
|
export interface NotifyUpdateProvisionedProductEngineWorkflowResultInput {
|
|
1267
1270
|
WorkflowToken: string | undefined;
|
|
1268
1271
|
RecordId: string | undefined;
|
|
1269
|
-
Status: EngineWorkflowStatus |
|
|
1272
|
+
Status: EngineWorkflowStatus | undefined;
|
|
1270
1273
|
FailureReason?: string;
|
|
1271
1274
|
Outputs?: RecordOutput[];
|
|
1272
1275
|
IdempotencyToken?: string;
|
|
@@ -1305,7 +1308,7 @@ export interface ProvisionProductOutput {
|
|
|
1305
1308
|
export interface RejectPortfolioShareInput {
|
|
1306
1309
|
AcceptLanguage?: string;
|
|
1307
1310
|
PortfolioId: string | undefined;
|
|
1308
|
-
PortfolioShareType?: PortfolioShareType
|
|
1311
|
+
PortfolioShareType?: PortfolioShareType;
|
|
1309
1312
|
}
|
|
1310
1313
|
export interface RejectPortfolioShareOutput {}
|
|
1311
1314
|
export interface ScanProvisionedProductsInput {
|
|
@@ -1340,10 +1343,10 @@ export declare const SortOrder: {
|
|
|
1340
1343
|
export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
|
|
1341
1344
|
export interface SearchProductsInput {
|
|
1342
1345
|
AcceptLanguage?: string;
|
|
1343
|
-
Filters?: Record<
|
|
1346
|
+
Filters?: Record<ProductViewFilterBy, string[]>;
|
|
1344
1347
|
PageSize?: number;
|
|
1345
|
-
SortBy?: ProductViewSortBy
|
|
1346
|
-
SortOrder?: SortOrder
|
|
1348
|
+
SortBy?: ProductViewSortBy;
|
|
1349
|
+
SortOrder?: SortOrder;
|
|
1347
1350
|
PageToken?: string;
|
|
1348
1351
|
}
|
|
1349
1352
|
export interface ProductViewAggregationValue {
|
|
@@ -1362,12 +1365,12 @@ export type ProductSource = (typeof ProductSource)[keyof typeof ProductSource];
|
|
|
1362
1365
|
export interface SearchProductsAsAdminInput {
|
|
1363
1366
|
AcceptLanguage?: string;
|
|
1364
1367
|
PortfolioId?: string;
|
|
1365
|
-
Filters?: Record<
|
|
1366
|
-
SortBy?: ProductViewSortBy
|
|
1367
|
-
SortOrder?: SortOrder
|
|
1368
|
+
Filters?: Record<ProductViewFilterBy, string[]>;
|
|
1369
|
+
SortBy?: ProductViewSortBy;
|
|
1370
|
+
SortOrder?: SortOrder;
|
|
1368
1371
|
PageToken?: string;
|
|
1369
1372
|
PageSize?: number;
|
|
1370
|
-
ProductSource?: ProductSource
|
|
1373
|
+
ProductSource?: ProductSource;
|
|
1371
1374
|
}
|
|
1372
1375
|
export interface SearchProductsAsAdminOutput {
|
|
1373
1376
|
ProductViewDetails?: ProductViewDetail[];
|
|
@@ -1381,9 +1384,9 @@ export type ProvisionedProductViewFilterBy =
|
|
|
1381
1384
|
export interface SearchProvisionedProductsInput {
|
|
1382
1385
|
AcceptLanguage?: string;
|
|
1383
1386
|
AccessLevelFilter?: AccessLevelFilter;
|
|
1384
|
-
Filters?: Record<
|
|
1387
|
+
Filters?: Record<ProvisionedProductViewFilterBy, string[]>;
|
|
1385
1388
|
SortBy?: string;
|
|
1386
|
-
SortOrder?: SortOrder
|
|
1389
|
+
SortOrder?: SortOrder;
|
|
1387
1390
|
PageSize?: number;
|
|
1388
1391
|
PageToken?: string;
|
|
1389
1392
|
}
|
|
@@ -1392,7 +1395,7 @@ export interface ProvisionedProductAttribute {
|
|
|
1392
1395
|
Arn?: string;
|
|
1393
1396
|
Type?: string;
|
|
1394
1397
|
Id?: string;
|
|
1395
|
-
Status?: ProvisionedProductStatus
|
|
1398
|
+
Status?: ProvisionedProductStatus;
|
|
1396
1399
|
StatusMessage?: string;
|
|
1397
1400
|
CreatedTime?: Date;
|
|
1398
1401
|
IdempotencyToken?: string;
|
|
@@ -1433,7 +1436,7 @@ export interface UpdateConstraintInput {
|
|
|
1433
1436
|
export interface UpdateConstraintOutput {
|
|
1434
1437
|
ConstraintDetail?: ConstraintDetail;
|
|
1435
1438
|
ConstraintParameters?: string;
|
|
1436
|
-
Status?: Status
|
|
1439
|
+
Status?: Status;
|
|
1437
1440
|
}
|
|
1438
1441
|
export interface UpdatePortfolioInput {
|
|
1439
1442
|
AcceptLanguage?: string;
|
|
@@ -1458,7 +1461,7 @@ export interface UpdatePortfolioShareInput {
|
|
|
1458
1461
|
}
|
|
1459
1462
|
export interface UpdatePortfolioShareOutput {
|
|
1460
1463
|
PortfolioShareToken?: string;
|
|
1461
|
-
Status?: ShareStatus
|
|
1464
|
+
Status?: ShareStatus;
|
|
1462
1465
|
}
|
|
1463
1466
|
export interface UpdateProductInput {
|
|
1464
1467
|
AcceptLanguage?: string;
|
|
@@ -1492,7 +1495,7 @@ export interface UpdateProvisioningPreferences {
|
|
|
1492
1495
|
StackSetFailureTolerancePercentage?: number;
|
|
1493
1496
|
StackSetMaxConcurrencyCount?: number;
|
|
1494
1497
|
StackSetMaxConcurrencyPercentage?: number;
|
|
1495
|
-
StackSetOperationType?: StackSetOperationType
|
|
1498
|
+
StackSetOperationType?: StackSetOperationType;
|
|
1496
1499
|
}
|
|
1497
1500
|
export interface UpdateProvisionedProductInput {
|
|
1498
1501
|
AcceptLanguage?: string;
|
|
@@ -1520,14 +1523,14 @@ export type PropertyKey = (typeof PropertyKey)[keyof typeof PropertyKey];
|
|
|
1520
1523
|
export interface UpdateProvisionedProductPropertiesInput {
|
|
1521
1524
|
AcceptLanguage?: string;
|
|
1522
1525
|
ProvisionedProductId: string | undefined;
|
|
1523
|
-
ProvisionedProductProperties: Record<
|
|
1526
|
+
ProvisionedProductProperties: Record<PropertyKey, string> | undefined;
|
|
1524
1527
|
IdempotencyToken?: string;
|
|
1525
1528
|
}
|
|
1526
1529
|
export interface UpdateProvisionedProductPropertiesOutput {
|
|
1527
1530
|
ProvisionedProductId?: string;
|
|
1528
|
-
ProvisionedProductProperties?: Record<
|
|
1531
|
+
ProvisionedProductProperties?: Record<PropertyKey, string>;
|
|
1529
1532
|
RecordId?: string;
|
|
1530
|
-
Status?: RecordStatus
|
|
1533
|
+
Status?: RecordStatus;
|
|
1531
1534
|
}
|
|
1532
1535
|
export interface UpdateProvisioningArtifactInput {
|
|
1533
1536
|
AcceptLanguage?: string;
|
|
@@ -1536,17 +1539,17 @@ export interface UpdateProvisioningArtifactInput {
|
|
|
1536
1539
|
Name?: string;
|
|
1537
1540
|
Description?: string;
|
|
1538
1541
|
Active?: boolean;
|
|
1539
|
-
Guidance?: ProvisioningArtifactGuidance
|
|
1542
|
+
Guidance?: ProvisioningArtifactGuidance;
|
|
1540
1543
|
}
|
|
1541
1544
|
export interface UpdateProvisioningArtifactOutput {
|
|
1542
1545
|
ProvisioningArtifactDetail?: ProvisioningArtifactDetail;
|
|
1543
1546
|
Info?: Record<string, string>;
|
|
1544
|
-
Status?: Status
|
|
1547
|
+
Status?: Status;
|
|
1545
1548
|
}
|
|
1546
1549
|
export interface UpdateServiceActionInput {
|
|
1547
1550
|
Id: string | undefined;
|
|
1548
1551
|
Name?: string;
|
|
1549
|
-
Definition?: Record<
|
|
1552
|
+
Definition?: Record<ServiceActionDefinitionKey, string>;
|
|
1550
1553
|
Description?: string;
|
|
1551
1554
|
AcceptLanguage?: string;
|
|
1552
1555
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-service-catalog",
|
|
3
3
|
"description": "AWS SDK for JavaScript Service Catalog Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.429.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,39 +21,39 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^2.0.
|
|
37
|
-
"@smithy/fetch-http-handler": "^2.2.
|
|
38
|
-
"@smithy/hash-node": "^2.0.
|
|
39
|
-
"@smithy/invalid-dependency": "^2.0.
|
|
40
|
-
"@smithy/middleware-content-length": "^2.0.
|
|
41
|
-
"@smithy/middleware-endpoint": "^2.
|
|
42
|
-
"@smithy/middleware-retry": "^2.0.
|
|
43
|
-
"@smithy/middleware-serde": "^2.0.
|
|
44
|
-
"@smithy/middleware-stack": "^2.0.
|
|
45
|
-
"@smithy/node-config-provider": "^2.
|
|
46
|
-
"@smithy/node-http-handler": "^2.1.
|
|
47
|
-
"@smithy/protocol-http": "^3.0.
|
|
48
|
-
"@smithy/smithy-client": "^2.1.
|
|
49
|
-
"@smithy/types": "^2.3.
|
|
50
|
-
"@smithy/url-parser": "^2.0.
|
|
24
|
+
"@aws-sdk/client-sts": "3.429.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.429.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.429.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.428.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.428.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.428.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.428.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.428.0",
|
|
32
|
+
"@aws-sdk/types": "3.428.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.428.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.428.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.428.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.0.14",
|
|
37
|
+
"@smithy/fetch-http-handler": "^2.2.3",
|
|
38
|
+
"@smithy/hash-node": "^2.0.11",
|
|
39
|
+
"@smithy/invalid-dependency": "^2.0.11",
|
|
40
|
+
"@smithy/middleware-content-length": "^2.0.13",
|
|
41
|
+
"@smithy/middleware-endpoint": "^2.1.1",
|
|
42
|
+
"@smithy/middleware-retry": "^2.0.16",
|
|
43
|
+
"@smithy/middleware-serde": "^2.0.11",
|
|
44
|
+
"@smithy/middleware-stack": "^2.0.5",
|
|
45
|
+
"@smithy/node-config-provider": "^2.1.1",
|
|
46
|
+
"@smithy/node-http-handler": "^2.1.7",
|
|
47
|
+
"@smithy/protocol-http": "^3.0.7",
|
|
48
|
+
"@smithy/smithy-client": "^2.1.11",
|
|
49
|
+
"@smithy/types": "^2.3.5",
|
|
50
|
+
"@smithy/url-parser": "^2.0.11",
|
|
51
51
|
"@smithy/util-base64": "^2.0.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^2.0.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^2.1.0",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^2.0.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
|
56
|
-
"@smithy/util-retry": "^2.0.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^2.0.15",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^2.0.19",
|
|
56
|
+
"@smithy/util-retry": "^2.0.4",
|
|
57
57
|
"@smithy/util-utf8": "^2.0.0",
|
|
58
58
|
"tslib": "^2.5.0",
|
|
59
59
|
"uuid": "^8.3.2"
|