aws-sdk 2.768.0 → 2.772.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 +40 -1
- package/README.md +1 -1
- package/apis/accessanalyzer-2019-11-01.min.json +70 -48
- package/apis/amplify-2017-07-25.min.json +58 -46
- package/apis/budgets-2016-10-20.min.json +411 -0
- package/apis/budgets-2016-10-20.paginators.json +18 -0
- package/apis/ce-2017-10-25.min.json +119 -87
- package/apis/dms-2016-01-01.min.json +15 -3
- package/apis/ec2-2016-11-15.min.json +33 -7
- package/apis/elasticache-2015-02-02.min.json +425 -106
- package/apis/elasticache-2015-02-02.paginators.json +12 -0
- package/apis/eventbridge-2015-10-07.min.json +20 -3
- package/apis/events-2015-10-07.min.json +20 -3
- package/apis/groundstation-2019-05-23.min.json +1 -0
- package/apis/iot-2015-05-28.min.json +4 -1
- package/apis/macie2-2020-01-01.min.json +159 -22
- package/apis/medialive-2017-10-14.min.json +366 -194
- package/apis/mediapackage-2017-10-12.min.json +214 -93
- package/apis/rds-2014-10-31.min.json +20 -2
- package/apis/rekognition-2016-06-27.min.json +206 -76
- package/apis/servicecatalog-2015-12-10.min.json +60 -30
- package/apis/servicecatalog-2015-12-10.paginators.json +5 -0
- package/apis/snowball-2016-06-30.min.json +61 -9
- package/apis/ssm-2014-11-06.min.json +147 -126
- package/apis/transfer-2018-11-05.min.json +32 -28
- package/apis/workmail-2017-10-01.min.json +93 -30
- package/apis/xray-2016-04-12.min.json +11 -5
- package/apis/xray-2016-04-12.paginators.json +0 -15
- package/clients/accessanalyzer.d.ts +26 -4
- package/clients/amplify.d.ts +17 -0
- package/clients/budgets.d.ts +358 -0
- package/clients/cloudwatchevents.d.ts +27 -0
- package/clients/computeoptimizer.d.ts +15 -15
- package/clients/costexplorer.d.ts +64 -12
- package/clients/dms.d.ts +26 -2
- package/clients/ec2.d.ts +28 -8
- package/clients/eks.d.ts +2 -2
- package/clients/elasticache.d.ts +416 -4
- package/clients/eventbridge.d.ts +27 -0
- package/clients/glue.d.ts +1 -1
- package/clients/groundstation.d.ts +5 -1
- package/clients/iot.d.ts +10 -6
- package/clients/macie2.d.ts +182 -62
- package/clients/medialive.d.ts +206 -4
- package/clients/mediapackage.d.ts +58 -0
- package/clients/rds.d.ts +26 -14
- package/clients/rekognition.d.ts +155 -14
- package/clients/sagemaker.d.ts +5 -5
- package/clients/servicecatalog.d.ts +66 -21
- package/clients/snowball.d.ts +122 -52
- package/clients/sns.d.ts +1 -1
- package/clients/ssm.d.ts +63 -11
- package/clients/transfer.d.ts +77 -71
- package/clients/workmail.d.ts +91 -1
- package/clients/workspaces.d.ts +12 -12
- package/clients/xray.d.ts +29 -21
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +27 -27
- package/dist/aws-sdk.js +1087 -483
- package/dist/aws-sdk.min.js +78 -78
- package/lib/config-base.d.ts +3 -0
- package/lib/core.d.ts +1 -1
- package/lib/core.js +1 -1
- package/package.json +1 -1
|
@@ -100,11 +100,11 @@ declare class ServiceCatalog extends Service {
|
|
|
100
100
|
*/
|
|
101
101
|
createPortfolio(callback?: (err: AWSError, data: ServiceCatalog.Types.CreatePortfolioOutput) => void): Request<ServiceCatalog.Types.CreatePortfolioOutput, AWSError>;
|
|
102
102
|
/**
|
|
103
|
-
* Shares the specified portfolio with the specified account or organization node. Shares to an organization node can only be created by the
|
|
103
|
+
* Shares the specified portfolio with the specified account or organization node. Shares to an organization node can only be created by the management account of an organization or by a delegated administrator. You can share portfolios to an organization, an organizational unit, or a specific account. Note that if a delegated admin is de-registered, they can no longer create portfolio shares. AWSOrganizationsAccess must be enabled in order to create a portfolio share to an organization node. You can't share a shared resource. This includes portfolios that contain a shared product.
|
|
104
104
|
*/
|
|
105
105
|
createPortfolioShare(params: ServiceCatalog.Types.CreatePortfolioShareInput, callback?: (err: AWSError, data: ServiceCatalog.Types.CreatePortfolioShareOutput) => void): Request<ServiceCatalog.Types.CreatePortfolioShareOutput, AWSError>;
|
|
106
106
|
/**
|
|
107
|
-
* Shares the specified portfolio with the specified account or organization node. Shares to an organization node can only be created by the
|
|
107
|
+
* Shares the specified portfolio with the specified account or organization node. Shares to an organization node can only be created by the management account of an organization or by a delegated administrator. You can share portfolios to an organization, an organizational unit, or a specific account. Note that if a delegated admin is de-registered, they can no longer create portfolio shares. AWSOrganizationsAccess must be enabled in order to create a portfolio share to an organization node. You can't share a shared resource. This includes portfolios that contain a shared product.
|
|
108
108
|
*/
|
|
109
109
|
createPortfolioShare(callback?: (err: AWSError, data: ServiceCatalog.Types.CreatePortfolioShareOutput) => void): Request<ServiceCatalog.Types.CreatePortfolioShareOutput, AWSError>;
|
|
110
110
|
/**
|
|
@@ -164,11 +164,11 @@ declare class ServiceCatalog extends Service {
|
|
|
164
164
|
*/
|
|
165
165
|
deletePortfolio(callback?: (err: AWSError, data: ServiceCatalog.Types.DeletePortfolioOutput) => void): Request<ServiceCatalog.Types.DeletePortfolioOutput, AWSError>;
|
|
166
166
|
/**
|
|
167
|
-
* Stops sharing the specified portfolio with the specified account or organization node. Shares to an organization node can only be deleted by the
|
|
167
|
+
* Stops sharing the specified portfolio with the specified account or organization node. Shares to an organization node can only be deleted by the management account of an organization or by a delegated administrator. Note that if a delegated admin is de-registered, portfolio shares created from that account are removed.
|
|
168
168
|
*/
|
|
169
169
|
deletePortfolioShare(params: ServiceCatalog.Types.DeletePortfolioShareInput, callback?: (err: AWSError, data: ServiceCatalog.Types.DeletePortfolioShareOutput) => void): Request<ServiceCatalog.Types.DeletePortfolioShareOutput, AWSError>;
|
|
170
170
|
/**
|
|
171
|
-
* Stops sharing the specified portfolio with the specified account or organization node. Shares to an organization node can only be deleted by the
|
|
171
|
+
* Stops sharing the specified portfolio with the specified account or organization node. Shares to an organization node can only be deleted by the management account of an organization or by a delegated administrator. Note that if a delegated admin is de-registered, portfolio shares created from that account are removed.
|
|
172
172
|
*/
|
|
173
173
|
deletePortfolioShare(callback?: (err: AWSError, data: ServiceCatalog.Types.DeletePortfolioShareOutput) => void): Request<ServiceCatalog.Types.DeletePortfolioShareOutput, AWSError>;
|
|
174
174
|
/**
|
|
@@ -236,11 +236,11 @@ declare class ServiceCatalog extends Service {
|
|
|
236
236
|
*/
|
|
237
237
|
describePortfolio(callback?: (err: AWSError, data: ServiceCatalog.Types.DescribePortfolioOutput) => void): Request<ServiceCatalog.Types.DescribePortfolioOutput, AWSError>;
|
|
238
238
|
/**
|
|
239
|
-
* Gets the status of the specified portfolio share operation. This API can only be called by the
|
|
239
|
+
* Gets the status of the specified portfolio share operation. This API can only be called by the management account in the organization or by a delegated admin.
|
|
240
240
|
*/
|
|
241
241
|
describePortfolioShareStatus(params: ServiceCatalog.Types.DescribePortfolioShareStatusInput, callback?: (err: AWSError, data: ServiceCatalog.Types.DescribePortfolioShareStatusOutput) => void): Request<ServiceCatalog.Types.DescribePortfolioShareStatusOutput, AWSError>;
|
|
242
242
|
/**
|
|
243
|
-
* Gets the status of the specified portfolio share operation. This API can only be called by the
|
|
243
|
+
* Gets the status of the specified portfolio share operation. This API can only be called by the management account in the organization or by a delegated admin.
|
|
244
244
|
*/
|
|
245
245
|
describePortfolioShareStatus(callback?: (err: AWSError, data: ServiceCatalog.Types.DescribePortfolioShareStatusOutput) => void): Request<ServiceCatalog.Types.DescribePortfolioShareStatusOutput, AWSError>;
|
|
246
246
|
/**
|
|
@@ -332,11 +332,11 @@ declare class ServiceCatalog extends Service {
|
|
|
332
332
|
*/
|
|
333
333
|
describeTagOption(callback?: (err: AWSError, data: ServiceCatalog.Types.DescribeTagOptionOutput) => void): Request<ServiceCatalog.Types.DescribeTagOptionOutput, AWSError>;
|
|
334
334
|
/**
|
|
335
|
-
* Disable portfolio sharing through AWS Organizations feature. This feature will not delete your current shares but it will prevent you from creating new shares throughout your organization. Current shares will not be in sync with your organization structure if it changes after calling this API. This API can only be called by the
|
|
335
|
+
* Disable portfolio sharing through AWS Organizations feature. This feature will not delete your current shares but it will prevent you from creating new shares throughout your organization. Current shares will not be in sync with your organization structure if it changes after calling this API. This API can only be called by the management account in the organization. This API can't be invoked if there are active delegated administrators in the organization. Note that a delegated administrator is not authorized to invoke DisableAWSOrganizationsAccess.
|
|
336
336
|
*/
|
|
337
337
|
disableAWSOrganizationsAccess(params: ServiceCatalog.Types.DisableAWSOrganizationsAccessInput, callback?: (err: AWSError, data: ServiceCatalog.Types.DisableAWSOrganizationsAccessOutput) => void): Request<ServiceCatalog.Types.DisableAWSOrganizationsAccessOutput, AWSError>;
|
|
338
338
|
/**
|
|
339
|
-
* Disable portfolio sharing through AWS Organizations feature. This feature will not delete your current shares but it will prevent you from creating new shares throughout your organization. Current shares will not be in sync with your organization structure if it changes after calling this API. This API can only be called by the
|
|
339
|
+
* Disable portfolio sharing through AWS Organizations feature. This feature will not delete your current shares but it will prevent you from creating new shares throughout your organization. Current shares will not be in sync with your organization structure if it changes after calling this API. This API can only be called by the management account in the organization. This API can't be invoked if there are active delegated administrators in the organization. Note that a delegated administrator is not authorized to invoke DisableAWSOrganizationsAccess.
|
|
340
340
|
*/
|
|
341
341
|
disableAWSOrganizationsAccess(callback?: (err: AWSError, data: ServiceCatalog.Types.DisableAWSOrganizationsAccessOutput) => void): Request<ServiceCatalog.Types.DisableAWSOrganizationsAccessOutput, AWSError>;
|
|
342
342
|
/**
|
|
@@ -380,11 +380,11 @@ declare class ServiceCatalog extends Service {
|
|
|
380
380
|
*/
|
|
381
381
|
disassociateTagOptionFromResource(callback?: (err: AWSError, data: ServiceCatalog.Types.DisassociateTagOptionFromResourceOutput) => void): Request<ServiceCatalog.Types.DisassociateTagOptionFromResourceOutput, AWSError>;
|
|
382
382
|
/**
|
|
383
|
-
* Enable portfolio sharing feature through AWS Organizations. This API will allow Service Catalog to receive updates on your organization in order to sync your shares with the current structure. This API can only be called by the
|
|
383
|
+
* Enable portfolio sharing feature through AWS Organizations. This API will allow Service Catalog to receive updates on your organization in order to sync your shares with the current structure. This API can only be called by the management account in the organization. By calling this API Service Catalog will make a call to organizations:EnableAWSServiceAccess on your behalf so that your shares can be in sync with any changes in your AWS Organizations structure. Note that a delegated administrator is not authorized to invoke EnableAWSOrganizationsAccess.
|
|
384
384
|
*/
|
|
385
385
|
enableAWSOrganizationsAccess(params: ServiceCatalog.Types.EnableAWSOrganizationsAccessInput, callback?: (err: AWSError, data: ServiceCatalog.Types.EnableAWSOrganizationsAccessOutput) => void): Request<ServiceCatalog.Types.EnableAWSOrganizationsAccessOutput, AWSError>;
|
|
386
386
|
/**
|
|
387
|
-
* Enable portfolio sharing feature through AWS Organizations. This API will allow Service Catalog to receive updates on your organization in order to sync your shares with the current structure. This API can only be called by the
|
|
387
|
+
* Enable portfolio sharing feature through AWS Organizations. This API will allow Service Catalog to receive updates on your organization in order to sync your shares with the current structure. This API can only be called by the management account in the organization. By calling this API Service Catalog will make a call to organizations:EnableAWSServiceAccess on your behalf so that your shares can be in sync with any changes in your AWS Organizations structure. Note that a delegated administrator is not authorized to invoke EnableAWSOrganizationsAccess.
|
|
388
388
|
*/
|
|
389
389
|
enableAWSOrganizationsAccess(callback?: (err: AWSError, data: ServiceCatalog.Types.EnableAWSOrganizationsAccessOutput) => void): Request<ServiceCatalog.Types.EnableAWSOrganizationsAccessOutput, AWSError>;
|
|
390
390
|
/**
|
|
@@ -404,13 +404,21 @@ declare class ServiceCatalog extends Service {
|
|
|
404
404
|
*/
|
|
405
405
|
executeProvisionedProductServiceAction(callback?: (err: AWSError, data: ServiceCatalog.Types.ExecuteProvisionedProductServiceActionOutput) => void): Request<ServiceCatalog.Types.ExecuteProvisionedProductServiceActionOutput, AWSError>;
|
|
406
406
|
/**
|
|
407
|
-
* Get the Access Status for AWS Organization portfolio share feature. This API can only be called by the
|
|
407
|
+
* Get the Access Status for AWS Organization portfolio share feature. This API can only be called by the management account in the organization or by a delegated admin.
|
|
408
408
|
*/
|
|
409
409
|
getAWSOrganizationsAccessStatus(params: ServiceCatalog.Types.GetAWSOrganizationsAccessStatusInput, callback?: (err: AWSError, data: ServiceCatalog.Types.GetAWSOrganizationsAccessStatusOutput) => void): Request<ServiceCatalog.Types.GetAWSOrganizationsAccessStatusOutput, AWSError>;
|
|
410
410
|
/**
|
|
411
|
-
* Get the Access Status for AWS Organization portfolio share feature. This API can only be called by the
|
|
411
|
+
* Get the Access Status for AWS Organization portfolio share feature. This API can only be called by the management account in the organization or by a delegated admin.
|
|
412
412
|
*/
|
|
413
413
|
getAWSOrganizationsAccessStatus(callback?: (err: AWSError, data: ServiceCatalog.Types.GetAWSOrganizationsAccessStatusOutput) => void): Request<ServiceCatalog.Types.GetAWSOrganizationsAccessStatusOutput, AWSError>;
|
|
414
|
+
/**
|
|
415
|
+
* This API takes either a ProvisonedProductId or a ProvisionedProductName, along with a list of one or more output keys, and responds with the key/value pairs of those outputs.
|
|
416
|
+
*/
|
|
417
|
+
getProvisionedProductOutputs(params: ServiceCatalog.Types.GetProvisionedProductOutputsInput, callback?: (err: AWSError, data: ServiceCatalog.Types.GetProvisionedProductOutputsOutput) => void): Request<ServiceCatalog.Types.GetProvisionedProductOutputsOutput, AWSError>;
|
|
418
|
+
/**
|
|
419
|
+
* This API takes either a ProvisonedProductId or a ProvisionedProductName, along with a list of one or more output keys, and responds with the key/value pairs of those outputs.
|
|
420
|
+
*/
|
|
421
|
+
getProvisionedProductOutputs(callback?: (err: AWSError, data: ServiceCatalog.Types.GetProvisionedProductOutputsOutput) => void): Request<ServiceCatalog.Types.GetProvisionedProductOutputsOutput, AWSError>;
|
|
414
422
|
/**
|
|
415
423
|
* Lists all portfolios for which sharing was accepted by this account.
|
|
416
424
|
*/
|
|
@@ -444,11 +452,11 @@ declare class ServiceCatalog extends Service {
|
|
|
444
452
|
*/
|
|
445
453
|
listLaunchPaths(callback?: (err: AWSError, data: ServiceCatalog.Types.ListLaunchPathsOutput) => void): Request<ServiceCatalog.Types.ListLaunchPathsOutput, AWSError>;
|
|
446
454
|
/**
|
|
447
|
-
* Lists the organization nodes that have access to the specified portfolio. This API can only be called by the
|
|
455
|
+
* Lists the organization nodes that have access to the specified portfolio. This API can only be called by the management account in the organization or by a delegated admin. If a delegated admin is de-registered, they can no longer perform this operation.
|
|
448
456
|
*/
|
|
449
457
|
listOrganizationPortfolioAccess(params: ServiceCatalog.Types.ListOrganizationPortfolioAccessInput, callback?: (err: AWSError, data: ServiceCatalog.Types.ListOrganizationPortfolioAccessOutput) => void): Request<ServiceCatalog.Types.ListOrganizationPortfolioAccessOutput, AWSError>;
|
|
450
458
|
/**
|
|
451
|
-
* Lists the organization nodes that have access to the specified portfolio. This API can only be called by the
|
|
459
|
+
* Lists the organization nodes that have access to the specified portfolio. This API can only be called by the management account in the organization or by a delegated admin. If a delegated admin is de-registered, they can no longer perform this operation.
|
|
452
460
|
*/
|
|
453
461
|
listOrganizationPortfolioAccess(callback?: (err: AWSError, data: ServiceCatalog.Types.ListOrganizationPortfolioAccessOutput) => void): Request<ServiceCatalog.Types.ListOrganizationPortfolioAccessOutput, AWSError>;
|
|
454
462
|
/**
|
|
@@ -688,7 +696,7 @@ declare namespace ServiceCatalog {
|
|
|
688
696
|
*/
|
|
689
697
|
PortfolioId: Id;
|
|
690
698
|
/**
|
|
691
|
-
* The type of shared portfolios to accept. The default is to accept imported portfolios. AWS_ORGANIZATIONS - Accept portfolios shared by the
|
|
699
|
+
* The type of shared portfolios to accept. The default is to accept imported portfolios. AWS_ORGANIZATIONS - Accept portfolios shared by the management account of your organization. IMPORTED - Accept imported portfolios. AWS_SERVICECATALOG - Not supported. (Throws ResourceNotFoundException.) For example, aws servicecatalog accept-portfolio-share --portfolio-id "port-2qwzkwxt3y5fk" --portfolio-share-type AWS_ORGANIZATIONS
|
|
692
700
|
*/
|
|
693
701
|
PortfolioShareType?: PortfolioShareType;
|
|
694
702
|
}
|
|
@@ -1022,13 +1030,13 @@ declare namespace ServiceCatalog {
|
|
|
1022
1030
|
*/
|
|
1023
1031
|
AccountId?: AccountId;
|
|
1024
1032
|
/**
|
|
1025
|
-
* The organization node to whom you are going to share. If OrganizationNode is passed in, PortfolioShare will be created for the node
|
|
1033
|
+
* The organization node to whom you are going to share. If OrganizationNode is passed in, PortfolioShare will be created for the node an ListOrganizationPortfolioAccessd its children (when applies), and a PortfolioShareToken will be returned in the output in order for the administrator to monitor the status of the PortfolioShare creation process.
|
|
1026
1034
|
*/
|
|
1027
1035
|
OrganizationNode?: OrganizationNode;
|
|
1028
1036
|
}
|
|
1029
1037
|
export interface CreatePortfolioShareOutput {
|
|
1030
1038
|
/**
|
|
1031
|
-
* The portfolio
|
|
1039
|
+
* The portfolio shares a unique identifier that only returns if the portfolio is shared to an organization node.
|
|
1032
1040
|
*/
|
|
1033
1041
|
PortfolioShareToken?: Id;
|
|
1034
1042
|
}
|
|
@@ -1557,11 +1565,11 @@ declare namespace ServiceCatalog {
|
|
|
1557
1565
|
*/
|
|
1558
1566
|
AcceptLanguage?: AcceptLanguage;
|
|
1559
1567
|
/**
|
|
1560
|
-
* The provisioned product identifier.
|
|
1568
|
+
* The provisioned product identifier.
|
|
1561
1569
|
*/
|
|
1562
1570
|
Id?: Id;
|
|
1563
1571
|
/**
|
|
1564
|
-
* The name of the provisioned product.
|
|
1572
|
+
* The name of the provisioned product.
|
|
1565
1573
|
*/
|
|
1566
1574
|
Name?: ProvisionedProductName;
|
|
1567
1575
|
}
|
|
@@ -1972,6 +1980,42 @@ declare namespace ServiceCatalog {
|
|
|
1972
1980
|
*/
|
|
1973
1981
|
AccessStatus?: AccessStatus;
|
|
1974
1982
|
}
|
|
1983
|
+
export interface GetProvisionedProductOutputsInput {
|
|
1984
|
+
/**
|
|
1985
|
+
* The language code. en - English (default) jp - Japanese zh - Chinese
|
|
1986
|
+
*/
|
|
1987
|
+
AcceptLanguage?: AcceptLanguage;
|
|
1988
|
+
/**
|
|
1989
|
+
* The identifier of the provisioned product that you want the outputs from.
|
|
1990
|
+
*/
|
|
1991
|
+
ProvisionedProductId?: Id;
|
|
1992
|
+
/**
|
|
1993
|
+
* The name of the provisioned product that you want the outputs from.
|
|
1994
|
+
*/
|
|
1995
|
+
ProvisionedProductName?: ProvisionedProductName;
|
|
1996
|
+
/**
|
|
1997
|
+
* The list of keys that the API should return with their values. If none are provided, the API will return all outputs of the provisioned product.
|
|
1998
|
+
*/
|
|
1999
|
+
OutputKeys?: OutputKeys;
|
|
2000
|
+
/**
|
|
2001
|
+
* The maximum number of items to return with this call.
|
|
2002
|
+
*/
|
|
2003
|
+
PageSize?: PageSize;
|
|
2004
|
+
/**
|
|
2005
|
+
* The page token for the next set of results. To retrieve the first set of results, use null.
|
|
2006
|
+
*/
|
|
2007
|
+
PageToken?: PageToken;
|
|
2008
|
+
}
|
|
2009
|
+
export interface GetProvisionedProductOutputsOutput {
|
|
2010
|
+
/**
|
|
2011
|
+
* Information about the product created as the result of a request. For example, the output for a CloudFormation-backed product that creates an S3 bucket would include the S3 bucket URL.
|
|
2012
|
+
*/
|
|
2013
|
+
Outputs?: RecordOutputs;
|
|
2014
|
+
/**
|
|
2015
|
+
* The page token to use to retrieve the next set of results. If there are no additional results, this value is null.
|
|
2016
|
+
*/
|
|
2017
|
+
NextPageToken?: PageToken;
|
|
2018
|
+
}
|
|
1975
2019
|
export type HasDefaultPath = boolean;
|
|
1976
2020
|
export type Id = string;
|
|
1977
2021
|
export type IdempotencyToken = string;
|
|
@@ -2023,7 +2067,7 @@ declare namespace ServiceCatalog {
|
|
|
2023
2067
|
*/
|
|
2024
2068
|
PageSize?: PageSize;
|
|
2025
2069
|
/**
|
|
2026
|
-
* The type of shared portfolios to list. The default is to list imported portfolios. AWS_ORGANIZATIONS - List portfolios shared by the
|
|
2070
|
+
* The type of shared portfolios to list. The default is to list imported portfolios. AWS_ORGANIZATIONS - List portfolios shared by the management account of your organization AWS_SERVICECATALOG - List default portfolios IMPORTED - List imported portfolios
|
|
2027
2071
|
*/
|
|
2028
2072
|
PortfolioShareType?: PortfolioShareType;
|
|
2029
2073
|
}
|
|
@@ -2562,6 +2606,7 @@ declare namespace ServiceCatalog {
|
|
|
2562
2606
|
export type OrganizationNodes = OrganizationNode[];
|
|
2563
2607
|
export type OutputDescription = string;
|
|
2564
2608
|
export type OutputKey = string;
|
|
2609
|
+
export type OutputKeys = OutputKey[];
|
|
2565
2610
|
export type OutputValue = string;
|
|
2566
2611
|
export type PageSize = number;
|
|
2567
2612
|
export type PageToken = string;
|
|
@@ -3327,7 +3372,7 @@ declare namespace ServiceCatalog {
|
|
|
3327
3372
|
*/
|
|
3328
3373
|
PortfolioId: Id;
|
|
3329
3374
|
/**
|
|
3330
|
-
* The type of shared portfolios to reject. The default is to reject imported portfolios. AWS_ORGANIZATIONS - Reject portfolios shared by the
|
|
3375
|
+
* The type of shared portfolios to reject. The default is to reject imported portfolios. AWS_ORGANIZATIONS - Reject portfolios shared by the management account of your organization. IMPORTED - Reject imported portfolios. AWS_SERVICECATALOG - Not supported. (Throws ResourceNotFoundException.) For example, aws servicecatalog reject-portfolio-share --portfolio-id "port-2qwzkwxt3y5fk" --portfolio-share-type AWS_ORGANIZATIONS
|
|
3331
3376
|
*/
|
|
3332
3377
|
PortfolioShareType?: PortfolioShareType;
|
|
3333
3378
|
}
|