cdk-docker-image-deployment 0.0.75 → 0.0.77

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (85) hide show
  1. package/.jsii +3 -3
  2. package/lib/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/aws-sdk/CHANGELOG.md +36 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +138 -47
  8. package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +168 -68
  9. package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.min.json +41 -27
  10. package/node_modules/aws-sdk/apis/{ssmsap-2018-05-10.examples.json → chime-sdk-voice-2022-08-03.examples.json} +0 -0
  11. package/node_modules/aws-sdk/apis/chime-sdk-voice-2022-08-03.min.json +2734 -0
  12. package/node_modules/aws-sdk/apis/chime-sdk-voice-2022-08-03.paginators.json +46 -0
  13. package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.min.json +774 -409
  14. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +185 -158
  15. package/node_modules/aws-sdk/apis/dms-2016-01-01.min.json +78 -55
  16. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +5 -1
  17. package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +20 -16
  18. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +505 -501
  19. package/node_modules/aws-sdk/apis/iot-roborunner-2018-05-10.examples.json +5 -0
  20. package/node_modules/aws-sdk/apis/iot-roborunner-2018-05-10.min.json +923 -0
  21. package/node_modules/aws-sdk/apis/iot-roborunner-2018-05-10.paginators.json +28 -0
  22. package/node_modules/aws-sdk/apis/ivschat-2020-07-14.min.json +255 -18
  23. package/node_modules/aws-sdk/apis/ivschat-2020-07-14.paginators.json +5 -0
  24. package/node_modules/aws-sdk/apis/metadata.json +9 -0
  25. package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +219 -25
  26. package/node_modules/aws-sdk/apis/personalize-2018-05-22.paginators.json +12 -0
  27. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +321 -138
  28. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.paginators.json +12 -0
  29. package/node_modules/aws-sdk/apis/rum-2018-05-10.min.json +20 -5
  30. package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +51 -9
  31. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +263 -263
  32. package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +8 -2
  33. package/node_modules/aws-sdk/apis/servicecatalog-2015-12-10.min.json +183 -115
  34. package/node_modules/aws-sdk/apis/servicecatalog-appregistry-2020-06-24.min.json +54 -2
  35. package/node_modules/aws-sdk/apis/ssm-sap-2018-05-10.examples.json +5 -0
  36. package/node_modules/aws-sdk/apis/{ssmsap-2018-05-10.min.json → ssm-sap-2018-05-10.min.json} +2 -2
  37. package/node_modules/aws-sdk/apis/{ssmsap-2018-05-10.paginators.json → ssm-sap-2018-05-10.paginators.json} +0 -0
  38. package/node_modules/aws-sdk/apis/states-2016-11-23.min.json +17 -5
  39. package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +161 -84
  40. package/node_modules/aws-sdk/clients/all.d.ts +2 -0
  41. package/node_modules/aws-sdk/clients/all.js +2 -0
  42. package/node_modules/aws-sdk/clients/amplify.d.ts +4 -4
  43. package/node_modules/aws-sdk/clients/appflow.d.ts +125 -9
  44. package/node_modules/aws-sdk/clients/appsync.d.ts +133 -4
  45. package/node_modules/aws-sdk/clients/auditmanager.d.ts +50 -12
  46. package/node_modules/aws-sdk/clients/chimesdkvoice.d.ts +1401 -0
  47. package/node_modules/aws-sdk/clients/chimesdkvoice.js +18 -0
  48. package/node_modules/aws-sdk/clients/cloudfront.d.ts +300 -12
  49. package/node_modules/aws-sdk/clients/connect.d.ts +31 -1
  50. package/node_modules/aws-sdk/clients/dms.d.ts +51 -10
  51. package/node_modules/aws-sdk/clients/dynamodb.d.ts +7 -7
  52. package/node_modules/aws-sdk/clients/ec2.d.ts +28 -20
  53. package/node_modules/aws-sdk/clients/elbv2.d.ts +20 -20
  54. package/node_modules/aws-sdk/clients/emrserverless.d.ts +17 -0
  55. package/node_modules/aws-sdk/clients/glue.d.ts +9 -3
  56. package/node_modules/aws-sdk/clients/iotroborunner.d.ts +534 -0
  57. package/node_modules/aws-sdk/clients/iotroborunner.js +18 -0
  58. package/node_modules/aws-sdk/clients/ivschat.d.ts +322 -13
  59. package/node_modules/aws-sdk/clients/lambda.d.ts +12 -12
  60. package/node_modules/aws-sdk/clients/personalize.d.ts +267 -0
  61. package/node_modules/aws-sdk/clients/polly.d.ts +2 -2
  62. package/node_modules/aws-sdk/clients/quicksight.d.ts +230 -13
  63. package/node_modules/aws-sdk/clients/rum.d.ts +24 -5
  64. package/node_modules/aws-sdk/clients/s3control.d.ts +58 -16
  65. package/node_modules/aws-sdk/clients/sagemaker.d.ts +5 -1
  66. package/node_modules/aws-sdk/clients/secretsmanager.d.ts +7 -7
  67. package/node_modules/aws-sdk/clients/securityhub.d.ts +16 -0
  68. package/node_modules/aws-sdk/clients/servicecatalog.d.ts +141 -29
  69. package/node_modules/aws-sdk/clients/servicecatalogappregistry.d.ts +58 -7
  70. package/node_modules/aws-sdk/clients/ssmsap.d.ts +31 -31
  71. package/node_modules/aws-sdk/clients/ssmsap.js +2 -2
  72. package/node_modules/aws-sdk/clients/stepfunctions.d.ts +67 -52
  73. package/node_modules/aws-sdk/clients/sts.d.ts +18 -18
  74. package/node_modules/aws-sdk/clients/textract.d.ts +6 -6
  75. package/node_modules/aws-sdk/clients/transfer.d.ts +7 -7
  76. package/node_modules/aws-sdk/clients/workspaces.d.ts +115 -0
  77. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  78. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +106 -32
  79. package/node_modules/aws-sdk/dist/aws-sdk.js +1388 -709
  80. package/node_modules/aws-sdk/dist/aws-sdk.min.js +87 -86
  81. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +4 -0
  82. package/node_modules/aws-sdk/lib/core.js +1 -1
  83. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +3 -3
  84. package/node_modules/aws-sdk/package.json +1 -1
  85. package/package.json +4 -4
@@ -28,11 +28,11 @@ declare class ServiceCatalog extends Service {
28
28
  */
29
29
  associateBudgetWithResource(callback?: (err: AWSError, data: ServiceCatalog.Types.AssociateBudgetWithResourceOutput) => void): Request<ServiceCatalog.Types.AssociateBudgetWithResourceOutput, AWSError>;
30
30
  /**
31
- * Associates the specified principal ARN with the specified portfolio.
31
+ * Associates the specified principal ARN with the specified portfolio. If you share the portfolio with principal name sharing enabled, the PrincipalARN association is included in the share. The PortfolioID, PrincipalARN, and PrincipalType parameters are required. You can associate a maximum of 10 Principals with a portfolio using PrincipalType as IAM_PATTERN When you associate a principal with portfolio, a potential privilege escalation path may occur when that portfolio is then shared with other accounts. For a user in a recipient account who is not an Service Catalog Admin, but still has the ability to create Principals (Users/Groups/Roles), that user could create a role that matches a principal name association for the portfolio. Although this user may not know which principal names are associated through Service Catalog, they may be able to guess the user. If this potential escalation path is a concern, then Service Catalog recommends using PrincipalType as IAM. With this configuration, the PrincipalARN must already exist in the recipient account before it can be associated.
32
32
  */
33
33
  associatePrincipalWithPortfolio(params: ServiceCatalog.Types.AssociatePrincipalWithPortfolioInput, callback?: (err: AWSError, data: ServiceCatalog.Types.AssociatePrincipalWithPortfolioOutput) => void): Request<ServiceCatalog.Types.AssociatePrincipalWithPortfolioOutput, AWSError>;
34
34
  /**
35
- * Associates the specified principal ARN with the specified portfolio.
35
+ * Associates the specified principal ARN with the specified portfolio. If you share the portfolio with principal name sharing enabled, the PrincipalARN association is included in the share. The PortfolioID, PrincipalARN, and PrincipalType parameters are required. You can associate a maximum of 10 Principals with a portfolio using PrincipalType as IAM_PATTERN When you associate a principal with portfolio, a potential privilege escalation path may occur when that portfolio is then shared with other accounts. For a user in a recipient account who is not an Service Catalog Admin, but still has the ability to create Principals (Users/Groups/Roles), that user could create a role that matches a principal name association for the portfolio. Although this user may not know which principal names are associated through Service Catalog, they may be able to guess the user. If this potential escalation path is a concern, then Service Catalog recommends using PrincipalType as IAM. With this configuration, the PrincipalARN must already exist in the recipient account before it can be associated.
36
36
  */
37
37
  associatePrincipalWithPortfolio(callback?: (err: AWSError, data: ServiceCatalog.Types.AssociatePrincipalWithPortfolioOutput) => void): Request<ServiceCatalog.Types.AssociatePrincipalWithPortfolioOutput, AWSError>;
38
38
  /**
@@ -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 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, including portfolios that contain a shared product. If the portfolio share with the specified account or organization node already exists, this action will have no effect and will not return an error. To update an existing share, you must use the UpdatePortfolioShare API instead.
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, including portfolios that contain a shared product. If the portfolio share with the specified account or organization node already exists, this action will have no effect and will not return an error. To update an existing share, you must use the UpdatePortfolioShare API instead. When you associate a principal with portfolio, a potential privilege escalation path may occur when that portfolio is then shared with other accounts. For a user in a recipient account who is not an Service Catalog Admin, but still has the ability to create Principals (Users/Groups/Roles), that user could create a role that matches a principal name association for the portfolio. Although this user may not know which principal names are associated through Service Catalog, they may be able to guess the user. If this potential escalation path is a concern, then Service Catalog recommends using PrincipalType as IAM. With this configuration, the PrincipalARN must already exist in the recipient account before it can be associated.
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 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, including portfolios that contain a shared product. If the portfolio share with the specified account or organization node already exists, this action will have no effect and will not return an error. To update an existing share, you must use the UpdatePortfolioShare API instead.
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, including portfolios that contain a shared product. If the portfolio share with the specified account or organization node already exists, this action will have no effect and will not return an error. To update an existing share, you must use the UpdatePortfolioShare API instead. When you associate a principal with portfolio, a potential privilege escalation path may occur when that portfolio is then shared with other accounts. For a user in a recipient account who is not an Service Catalog Admin, but still has the ability to create Principals (Users/Groups/Roles), that user could create a role that matches a principal name association for the portfolio. Although this user may not know which principal names are associated through Service Catalog, they may be able to guess the user. If this potential escalation path is a concern, then Service Catalog recommends using PrincipalType as IAM. With this configuration, the PrincipalARN must already exist in the recipient account before it can be associated.
108
108
  */
109
109
  createPortfolioShare(callback?: (err: AWSError, data: ServiceCatalog.Types.CreatePortfolioShareOutput) => void): Request<ServiceCatalog.Types.CreatePortfolioShareOutput, AWSError>;
110
110
  /**
@@ -356,11 +356,11 @@ declare class ServiceCatalog extends Service {
356
356
  */
357
357
  disassociateBudgetFromResource(callback?: (err: AWSError, data: ServiceCatalog.Types.DisassociateBudgetFromResourceOutput) => void): Request<ServiceCatalog.Types.DisassociateBudgetFromResourceOutput, AWSError>;
358
358
  /**
359
- * Disassociates a previously associated principal ARN from a specified portfolio.
359
+ * Disassociates a previously associated principal ARN from a specified portfolio. The PrincipalType and PrincipalARN must match the AssociatePrincipalWithPortfolio call request details. For example, to disassociate an association created with a PrincipalARN of PrincipalType IAM you must use the PrincipalType IAM when calling DisassociatePrincipalFromPortfolio. For portfolios that have been shared with principal name sharing enabled: after disassociating a principal, share recipient accounts will no longer be able to provision products in this portfolio using a role matching the name of the associated principal.
360
360
  */
361
361
  disassociatePrincipalFromPortfolio(params: ServiceCatalog.Types.DisassociatePrincipalFromPortfolioInput, callback?: (err: AWSError, data: ServiceCatalog.Types.DisassociatePrincipalFromPortfolioOutput) => void): Request<ServiceCatalog.Types.DisassociatePrincipalFromPortfolioOutput, AWSError>;
362
362
  /**
363
- * Disassociates a previously associated principal ARN from a specified portfolio.
363
+ * Disassociates a previously associated principal ARN from a specified portfolio. The PrincipalType and PrincipalARN must match the AssociatePrincipalWithPortfolio call request details. For example, to disassociate an association created with a PrincipalARN of PrincipalType IAM you must use the PrincipalType IAM when calling DisassociatePrincipalFromPortfolio. For portfolios that have been shared with principal name sharing enabled: after disassociating a principal, share recipient accounts will no longer be able to provision products in this portfolio using a role matching the name of the associated principal.
364
364
  */
365
365
  disassociatePrincipalFromPortfolio(callback?: (err: AWSError, data: ServiceCatalog.Types.DisassociatePrincipalFromPortfolioOutput) => void): Request<ServiceCatalog.Types.DisassociatePrincipalFromPortfolioOutput, AWSError>;
366
366
  /**
@@ -428,11 +428,11 @@ declare class ServiceCatalog extends Service {
428
428
  */
429
429
  getProvisionedProductOutputs(callback?: (err: AWSError, data: ServiceCatalog.Types.GetProvisionedProductOutputsOutput) => void): Request<ServiceCatalog.Types.GetProvisionedProductOutputsOutput, AWSError>;
430
430
  /**
431
- * Requests the import of a resource as a Amazon Web Services Service Catalog provisioned product that is associated to a Amazon Web Services Service Catalog product and provisioning artifact. Once imported, all supported Amazon Web Services Service Catalog governance actions are supported on the provisioned product. Resource import only supports CloudFormation stack ARNs. CloudFormation StackSets and non-root nested stacks are not supported. The CloudFormation stack must have one of the following statuses to be imported: CREATE_COMPLETE, UPDATE_COMPLETE, UPDATE_ROLLBACK_COMPLETE, IMPORT_COMPLETE, IMPORT_ROLLBACK_COMPLETE. Import of the resource requires that the CloudFormation stack template matches the associated Amazon Web Services Service Catalog product provisioning artifact. The user or role that performs this operation must have the cloudformation:GetTemplate and cloudformation:DescribeStacks IAM policy permissions.
431
+ * Requests the import of a resource as an Service Catalog provisioned product that is associated to an Service Catalog product and provisioning artifact. Once imported, all supported Service Catalog governance actions are supported on the provisioned product. Resource import only supports CloudFormation stack ARNs. CloudFormation StackSets and non-root nested stacks are not supported. The CloudFormation stack must have one of the following statuses to be imported: CREATE_COMPLETE, UPDATE_COMPLETE, UPDATE_ROLLBACK_COMPLETE, IMPORT_COMPLETE, IMPORT_ROLLBACK_COMPLETE. Import of the resource requires that the CloudFormation stack template matches the associated Service Catalog product provisioning artifact. The user or role that performs this operation must have the cloudformation:GetTemplate and cloudformation:DescribeStacks IAM policy permissions.
432
432
  */
433
433
  importAsProvisionedProduct(params: ServiceCatalog.Types.ImportAsProvisionedProductInput, callback?: (err: AWSError, data: ServiceCatalog.Types.ImportAsProvisionedProductOutput) => void): Request<ServiceCatalog.Types.ImportAsProvisionedProductOutput, AWSError>;
434
434
  /**
435
- * Requests the import of a resource as a Amazon Web Services Service Catalog provisioned product that is associated to a Amazon Web Services Service Catalog product and provisioning artifact. Once imported, all supported Amazon Web Services Service Catalog governance actions are supported on the provisioned product. Resource import only supports CloudFormation stack ARNs. CloudFormation StackSets and non-root nested stacks are not supported. The CloudFormation stack must have one of the following statuses to be imported: CREATE_COMPLETE, UPDATE_COMPLETE, UPDATE_ROLLBACK_COMPLETE, IMPORT_COMPLETE, IMPORT_ROLLBACK_COMPLETE. Import of the resource requires that the CloudFormation stack template matches the associated Amazon Web Services Service Catalog product provisioning artifact. The user or role that performs this operation must have the cloudformation:GetTemplate and cloudformation:DescribeStacks IAM policy permissions.
435
+ * Requests the import of a resource as an Service Catalog provisioned product that is associated to an Service Catalog product and provisioning artifact. Once imported, all supported Service Catalog governance actions are supported on the provisioned product. Resource import only supports CloudFormation stack ARNs. CloudFormation StackSets and non-root nested stacks are not supported. The CloudFormation stack must have one of the following statuses to be imported: CREATE_COMPLETE, UPDATE_COMPLETE, UPDATE_ROLLBACK_COMPLETE, IMPORT_COMPLETE, IMPORT_ROLLBACK_COMPLETE. Import of the resource requires that the CloudFormation stack template matches the associated Service Catalog product provisioning artifact. The user or role that performs this operation must have the cloudformation:GetTemplate and cloudformation:DescribeStacks IAM policy permissions.
436
436
  */
437
437
  importAsProvisionedProduct(callback?: (err: AWSError, data: ServiceCatalog.Types.ImportAsProvisionedProductOutput) => void): Request<ServiceCatalog.Types.ImportAsProvisionedProductOutput, AWSError>;
438
438
  /**
@@ -500,11 +500,11 @@ declare class ServiceCatalog extends Service {
500
500
  */
501
501
  listPortfoliosForProduct(callback?: (err: AWSError, data: ServiceCatalog.Types.ListPortfoliosForProductOutput) => void): Request<ServiceCatalog.Types.ListPortfoliosForProductOutput, AWSError>;
502
502
  /**
503
- * Lists all principal ARNs associated with the specified portfolio.
503
+ * Lists all PrincipalARNs and corresponding PrincipalTypes associated with the specified portfolio.
504
504
  */
505
505
  listPrincipalsForPortfolio(params: ServiceCatalog.Types.ListPrincipalsForPortfolioInput, callback?: (err: AWSError, data: ServiceCatalog.Types.ListPrincipalsForPortfolioOutput) => void): Request<ServiceCatalog.Types.ListPrincipalsForPortfolioOutput, AWSError>;
506
506
  /**
507
- * Lists all principal ARNs associated with the specified portfolio.
507
+ * Lists all PrincipalARNs and corresponding PrincipalTypes associated with the specified portfolio.
508
508
  */
509
509
  listPrincipalsForPortfolio(callback?: (err: AWSError, data: ServiceCatalog.Types.ListPrincipalsForPortfolioOutput) => void): Request<ServiceCatalog.Types.ListPrincipalsForPortfolioOutput, AWSError>;
510
510
  /**
@@ -652,11 +652,11 @@ declare class ServiceCatalog extends Service {
652
652
  */
653
653
  updatePortfolio(callback?: (err: AWSError, data: ServiceCatalog.Types.UpdatePortfolioOutput) => void): Request<ServiceCatalog.Types.UpdatePortfolioOutput, AWSError>;
654
654
  /**
655
- * Updates the specified portfolio share. You can use this API to enable or disable TagOptions sharing for an existing portfolio share. The portfolio share cannot be updated if the CreatePortfolioShare operation is IN_PROGRESS, as the share is not available to recipient entities. In this case, you must wait for the portfolio share to be COMPLETED. You must provide the accountId or organization node in the input, but not both. If the portfolio is shared to both an external account and an organization node, and both shares need to be updated, you must invoke UpdatePortfolioShare separately for each share type. This API cannot be used for removing the portfolio share. You must use DeletePortfolioShare API for that action.
655
+ * Updates the specified portfolio share. You can use this API to enable or disable TagOptions sharing or Principal sharing for an existing portfolio share. The portfolio share cannot be updated if the CreatePortfolioShare operation is IN_PROGRESS, as the share is not available to recipient entities. In this case, you must wait for the portfolio share to be COMPLETED. You must provide the accountId or organization node in the input, but not both. If the portfolio is shared to both an external account and an organization node, and both shares need to be updated, you must invoke UpdatePortfolioShare separately for each share type. This API cannot be used for removing the portfolio share. You must use DeletePortfolioShare API for that action. When you associate a principal with portfolio, a potential privilege escalation path may occur when that portfolio is then shared with other accounts. For a user in a recipient account who is not an Service Catalog Admin, but still has the ability to create Principals (Users/Groups/Roles), that user could create a role that matches a principal name association for the portfolio. Although this user may not know which principal names are associated through Service Catalog, they may be able to guess the user. If this potential escalation path is a concern, then Service Catalog recommends using PrincipalType as IAM. With this configuration, the PrincipalARN must already exist in the recipient account before it can be associated.
656
656
  */
657
657
  updatePortfolioShare(params: ServiceCatalog.Types.UpdatePortfolioShareInput, callback?: (err: AWSError, data: ServiceCatalog.Types.UpdatePortfolioShareOutput) => void): Request<ServiceCatalog.Types.UpdatePortfolioShareOutput, AWSError>;
658
658
  /**
659
- * Updates the specified portfolio share. You can use this API to enable or disable TagOptions sharing for an existing portfolio share. The portfolio share cannot be updated if the CreatePortfolioShare operation is IN_PROGRESS, as the share is not available to recipient entities. In this case, you must wait for the portfolio share to be COMPLETED. You must provide the accountId or organization node in the input, but not both. If the portfolio is shared to both an external account and an organization node, and both shares need to be updated, you must invoke UpdatePortfolioShare separately for each share type. This API cannot be used for removing the portfolio share. You must use DeletePortfolioShare API for that action.
659
+ * Updates the specified portfolio share. You can use this API to enable or disable TagOptions sharing or Principal sharing for an existing portfolio share. The portfolio share cannot be updated if the CreatePortfolioShare operation is IN_PROGRESS, as the share is not available to recipient entities. In this case, you must wait for the portfolio share to be COMPLETED. You must provide the accountId or organization node in the input, but not both. If the portfolio is shared to both an external account and an organization node, and both shares need to be updated, you must invoke UpdatePortfolioShare separately for each share type. This API cannot be used for removing the portfolio share. You must use DeletePortfolioShare API for that action. When you associate a principal with portfolio, a potential privilege escalation path may occur when that portfolio is then shared with other accounts. For a user in a recipient account who is not an Service Catalog Admin, but still has the ability to create Principals (Users/Groups/Roles), that user could create a role that matches a principal name association for the portfolio. Although this user may not know which principal names are associated through Service Catalog, they may be able to guess the user. If this potential escalation path is a concern, then Service Catalog recommends using PrincipalType as IAM. With this configuration, the PrincipalARN must already exist in the recipient account before it can be associated.
660
660
  */
661
661
  updatePortfolioShare(callback?: (err: AWSError, data: ServiceCatalog.Types.UpdatePortfolioShareOutput) => void): Request<ServiceCatalog.Types.UpdatePortfolioShareOutput, AWSError>;
662
662
  /**
@@ -766,11 +766,11 @@ declare namespace ServiceCatalog {
766
766
  */
767
767
  PortfolioId: Id;
768
768
  /**
769
- * The ARN of the principal (IAM user, role, or group).
769
+ * The ARN of the principal (IAM user, role, or group). This field allows an ARN with no accountID if PrincipalType is IAM_PATTERN. You can associate multiple IAM patterns even if the account has no principal with that name. This is useful in Principal Name Sharing if you want to share a principal without creating it in the account that owns the portfolio.
770
770
  */
771
771
  PrincipalARN: PrincipalARN;
772
772
  /**
773
- * The principal type. The supported value is IAM.
773
+ * The principal type. The supported value is IAM if you use a fully defined ARN, or IAM_PATTERN if you use an ARN with no accountID.
774
774
  */
775
775
  PrincipalType: PrincipalType;
776
776
  }
@@ -880,6 +880,25 @@ declare namespace ServiceCatalog {
880
880
  }
881
881
  export type CloudWatchDashboardName = string;
882
882
  export type CloudWatchDashboards = CloudWatchDashboard[];
883
+ export type CodeStarConnectionArn = string;
884
+ export interface CodeStarParameters {
885
+ /**
886
+ * The CodeStar ARN, which is the connection between Service Catalog and the external repository.
887
+ */
888
+ ConnectionArn: CodeStarConnectionArn;
889
+ /**
890
+ * The specific repository where the product’s artifact-to-be-synced resides, formatted as "Account/Repo."
891
+ */
892
+ Repository: Repository;
893
+ /**
894
+ * The specific branch where the artifact resides.
895
+ */
896
+ Branch: RepositoryBranch;
897
+ /**
898
+ * The absolute path wehre the artifact resides within the repo and branch, formatted as "folder/file.json."
899
+ */
900
+ ArtifactPath: RepositoryArtifactPath;
901
+ }
883
902
  export type ConstraintDescription = string;
884
903
  export interface ConstraintDetail {
885
904
  /**
@@ -1061,6 +1080,10 @@ declare namespace ServiceCatalog {
1061
1080
  * Enables or disables TagOptions sharing when creating the portfolio share. If this flag is not provided, TagOptions sharing is disabled.
1062
1081
  */
1063
1082
  ShareTagOptions?: Boolean;
1083
+ /**
1084
+ * Enables or disables Principal sharing when creating the portfolio share. If this flag is not provided, principal sharing is disabled. When you enable Principal Name Sharing for a portfolio share, the share recipient account end users with a principal that matches any of the associated IAM patterns can provision products from the portfolio. Once shared, the share recipient can view associations of PrincipalType: IAM_PATTERN on their portfolio. You can create the principals in the recipient account before or after creating the share.
1085
+ */
1086
+ SharePrincipals?: Boolean;
1064
1087
  }
1065
1088
  export interface CreatePortfolioShareOutput {
1066
1089
  /**
@@ -1112,11 +1135,15 @@ declare namespace ServiceCatalog {
1112
1135
  /**
1113
1136
  * The configuration of the provisioning artifact.
1114
1137
  */
1115
- ProvisioningArtifactParameters: ProvisioningArtifactProperties;
1138
+ ProvisioningArtifactParameters?: ProvisioningArtifactProperties;
1116
1139
  /**
1117
1140
  * A unique identifier that you provide to ensure idempotency. If multiple requests differ only by the idempotency token, the same response is returned for each repeated request.
1118
1141
  */
1119
1142
  IdempotencyToken: IdempotencyToken;
1143
+ /**
1144
+ * Specifies connection details for the created product and syncs the product to the connection source artifact. This automatically manages the product's artifacts based on changes to the source. The SourceConnection parameter consists of the following sub-fields. Type ConnectionParamters
1145
+ */
1146
+ SourceConnection?: SourceConnection;
1120
1147
  }
1121
1148
  export interface CreateProductOutput {
1122
1149
  /**
@@ -1224,7 +1251,7 @@ declare namespace ServiceCatalog {
1224
1251
  */
1225
1252
  ProvisioningArtifactDetail?: ProvisioningArtifactDetail;
1226
1253
  /**
1227
- * Specify the template source with one of the following options, but not both. Keys accepted: [ LoadTemplateFromURL, ImportFromPhysicalId ]. The URL of the CloudFormation template in Amazon S3, Amazon Web Services CodeCommit, or GitHub in JSON format. LoadTemplateFromURL Use the URL of the CloudFormation template in Amazon S3, Amazon Web Services CodeCommit, or GitHub in JSON format. ImportFromPhysicalId Use the physical id of the resource that contains the template; currently supports CloudFormation stack ARN.
1254
+ * Specify the template source with one of the following options, but not both. Keys accepted: [ LoadTemplateFromURL, ImportFromPhysicalId ]. Use the URL of the CloudFormation template in Amazon S3 or GitHub in JSON format. LoadTemplateFromURL Use the URL of the CloudFormation template in Amazon S3 or GitHub in JSON format. ImportFromPhysicalId Use the physical id of the resource that contains the template; currently supports CloudFormation stack ARN.
1228
1255
  */
1229
1256
  Info?: ProvisioningArtifactInfo;
1230
1257
  /**
@@ -1708,7 +1735,7 @@ declare namespace ServiceCatalog {
1708
1735
  */
1709
1736
  ProvisioningArtifactDetail?: ProvisioningArtifactDetail;
1710
1737
  /**
1711
- * The URL of the CloudFormation template in Amazon S3, Amazon Web Services CodeCommit, or GitHub in JSON format.
1738
+ * The URL of the CloudFormation template in Amazon S3 or GitHub in JSON format.
1712
1739
  */
1713
1740
  Info?: ProvisioningArtifactInfo;
1714
1741
  /**
@@ -1884,9 +1911,13 @@ declare namespace ServiceCatalog {
1884
1911
  */
1885
1912
  PortfolioId: Id;
1886
1913
  /**
1887
- * The ARN of the principal (IAM user, role, or group).
1914
+ * The ARN of the principal (IAM user, role, or group). This field allows an ARN with no accountID if PrincipalType is IAM_PATTERN.
1888
1915
  */
1889
1916
  PrincipalARN: PrincipalARN;
1917
+ /**
1918
+ * The supported value is IAM if you use a fully defined ARN, or IAM_PATTERN if you use no accountID.
1919
+ */
1920
+ PrincipalType?: PrincipalType;
1890
1921
  }
1891
1922
  export interface DisassociatePrincipalFromPortfolioOutput {
1892
1923
  }
@@ -2117,6 +2148,32 @@ declare namespace ServiceCatalog {
2117
2148
  export type InstructionType = string;
2118
2149
  export type InstructionValue = string;
2119
2150
  export type LastRequestId = string;
2151
+ export type LastSuccessfulSyncTime = Date;
2152
+ export interface LastSync {
2153
+ /**
2154
+ * The time of the last attempted sync from the repository to the Service Catalog product.
2155
+ */
2156
+ LastSyncTime?: LastSyncTime;
2157
+ /**
2158
+ * The current status of the sync. Responses include SUCCEEDED or FAILED.
2159
+ */
2160
+ LastSyncStatus?: LastSyncStatus;
2161
+ /**
2162
+ * The sync's status message.
2163
+ */
2164
+ LastSyncStatusMessage?: LastSyncStatusMessage;
2165
+ /**
2166
+ * The time of the latest successful sync from the source repo artifact to the Service Catalog product.
2167
+ */
2168
+ LastSuccessfulSyncTime?: LastSuccessfulSyncTime;
2169
+ /**
2170
+ * The ProvisioningArtifactID of the ProvisioningArtifact created from the latest successful sync.
2171
+ */
2172
+ LastSuccessfulSyncProvisioningArtifactId?: Id;
2173
+ }
2174
+ export type LastSyncStatus = "SUCCEEDED"|"FAILED"|string;
2175
+ export type LastSyncStatusMessage = string;
2176
+ export type LastSyncTime = Date;
2120
2177
  export interface LaunchPath {
2121
2178
  /**
2122
2179
  * The identifier of the launch path.
@@ -2399,7 +2456,7 @@ declare namespace ServiceCatalog {
2399
2456
  }
2400
2457
  export interface ListPrincipalsForPortfolioOutput {
2401
2458
  /**
2402
- * The IAM principals (users or roles) associated with the portfolio.
2459
+ * The PrincipalARNs and corresponding PrincipalTypes associated with the portfolio.
2403
2460
  */
2404
2461
  Principals?: Principals;
2405
2462
  /**
@@ -2775,7 +2832,7 @@ declare namespace ServiceCatalog {
2775
2832
  export type PortfolioName = string;
2776
2833
  export interface PortfolioShareDetail {
2777
2834
  /**
2778
- * The identifier of the recipient entity that received the portfolio share. The recipient entities can be one of the following: 1. An external account. 2. An organziation member account. 3. An organzational unit (OU). 4. The organization itself. (This shares with every account in the organization).
2835
+ * The identifier of the recipient entity that received the portfolio share. The recipient entity can be one of the following: 1. An external account. 2. An organziation member account. 3. An organzational unit (OU). 4. The organization itself. (This shares with every account in the organization).
2779
2836
  */
2780
2837
  PrincipalId?: Id;
2781
2838
  /**
@@ -2790,21 +2847,25 @@ declare namespace ServiceCatalog {
2790
2847
  * Indicates whether TagOptions sharing is enabled or disabled for the portfolio share.
2791
2848
  */
2792
2849
  ShareTagOptions?: Boolean;
2850
+ /**
2851
+ * Indicates if Principal sharing is enabled or disabled for the portfolio share.
2852
+ */
2853
+ SharePrincipals?: Boolean;
2793
2854
  }
2794
2855
  export type PortfolioShareDetails = PortfolioShareDetail[];
2795
2856
  export type PortfolioShareType = "IMPORTED"|"AWS_SERVICECATALOG"|"AWS_ORGANIZATIONS"|string;
2796
2857
  export interface Principal {
2797
2858
  /**
2798
- * The ARN of the principal (IAM user, role, or group).
2859
+ * The ARN of the principal (IAM user, role, or group). This field allows for an ARN with no accountID if the PrincipalType is an IAM_PATTERN.
2799
2860
  */
2800
2861
  PrincipalARN?: PrincipalARN;
2801
2862
  /**
2802
- * The principal type. The supported value is IAM.
2863
+ * The principal type. The supported value is IAM if you use a fully defined ARN, or IAM_PATTERN if you use an ARN with no accountID.
2803
2864
  */
2804
2865
  PrincipalType?: PrincipalType;
2805
2866
  }
2806
2867
  export type PrincipalARN = string;
2807
- export type PrincipalType = "IAM"|string;
2868
+ export type PrincipalType = "IAM"|"IAM_PATTERN"|string;
2808
2869
  export type Principals = Principal[];
2809
2870
  export type ProductArn = string;
2810
2871
  export type ProductSource = "ACCOUNT"|string;
@@ -2839,6 +2900,10 @@ declare namespace ServiceCatalog {
2839
2900
  * The UTC time stamp of the creation time.
2840
2901
  */
2841
2902
  CreatedTime?: CreatedTime;
2903
+ /**
2904
+ * A top level ProductViewDetail response containing details about the product’s connection. Service Catalog returns this field for the CreateProduct, UpdateProduct, DescribeProductAsAdmin, and SearchProductAsAdmin APIs. This response contains the same fields as the ConnectionParameters request, with the addition of the LastSync response.
2905
+ */
2906
+ SourceConnection?: SourceConnectionDetail;
2842
2907
  }
2843
2908
  export type ProductViewDetails = ProductViewDetail[];
2844
2909
  export type ProductViewDistributor = string;
@@ -3145,7 +3210,7 @@ declare namespace ServiceCatalog {
3145
3210
  */
3146
3211
  Status?: ProvisionedProductPlanStatus;
3147
3212
  /**
3148
- * The time when the plan was last updated.
3213
+ * The UTC time stamp when the plan was last updated.
3149
3214
  */
3150
3215
  UpdatedTime?: UpdatedTime;
3151
3216
  /**
@@ -3256,6 +3321,10 @@ declare namespace ServiceCatalog {
3256
3321
  * Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.
3257
3322
  */
3258
3323
  Guidance?: ProvisioningArtifactGuidance;
3324
+ /**
3325
+ * Specifies the revision of the external artifact that was used to automatically sync the Service Catalog product and create the provisioning artifact. Service Catalog includes this response parameter as a high level field to the existing ProvisioningArtifactDetail type, which is returned as part of the response for CreateProduct, UpdateProduct, DescribeProductAsAdmin, DescribeProvisioningArtifact, ListProvisioningArtifact, and UpdateProvisioningArticat APIs. This field only exists for Repo-Synced products.
3326
+ */
3327
+ SourceRevision?: SourceRevision;
3259
3328
  }
3260
3329
  export type ProvisioningArtifactDetails = ProvisioningArtifactDetail[];
3261
3330
  export type ProvisioningArtifactGuidance = "DEFAULT"|"DEPRECATED"|string;
@@ -3322,15 +3391,15 @@ declare namespace ServiceCatalog {
3322
3391
  */
3323
3392
  Description?: ProvisioningArtifactDescription;
3324
3393
  /**
3325
- * Specify the template source with one of the following options, but not both. Keys accepted: [ LoadTemplateFromURL, ImportFromPhysicalId ] The URL of the CloudFormation template in Amazon S3, Amazon Web Services CodeCommit, or GitHub in JSON format. Specify the URL in JSON format as follows: "LoadTemplateFromURL": "https://s3.amazonaws.com/cf-templates-ozkq9d3hgiq2-us-east-1/..." ImportFromPhysicalId: The physical id of the resource that contains the template. Currently only supports CloudFormation stack arn. Specify the physical id in JSON format as follows: ImportFromPhysicalId: “arn:aws:cloudformation:[us-east-1]:[accountId]:stack/[StackName]/[resourceId]
3394
+ * Specify the template source with one of the following options, but not both. Keys accepted: [ LoadTemplateFromURL, ImportFromPhysicalId ] The URL of the CloudFormation template in Amazon S3 or GitHub in JSON format. Specify the URL in JSON format as follows: "LoadTemplateFromURL": "https://s3.amazonaws.com/cf-templates-ozkq9d3hgiq2-us-east-1/..." ImportFromPhysicalId: The physical id of the resource that contains the template. Currently only supports CloudFormation stack arn. Specify the physical id in JSON format as follows: ImportFromPhysicalId: “arn:aws:cloudformation:[us-east-1]:[accountId]:stack/[StackName]/[resourceId]
3326
3395
  */
3327
- Info: ProvisioningArtifactInfo;
3396
+ Info?: ProvisioningArtifactInfo;
3328
3397
  /**
3329
3398
  * The type of provisioning artifact. CLOUD_FORMATION_TEMPLATE - CloudFormation template MARKETPLACE_AMI - Amazon Web Services Marketplace AMI MARKETPLACE_CAR - Amazon Web Services Marketplace Clusters and Amazon Web Services Resources
3330
3399
  */
3331
3400
  Type?: ProvisioningArtifactType;
3332
3401
  /**
3333
- * If set to true, Amazon Web Services Service Catalog stops validating the specified provisioning artifact even if it is invalid.
3402
+ * If set to true, Service Catalog stops validating the specified provisioning artifact even if it is invalid.
3334
3403
  */
3335
3404
  DisableTemplateValidation?: DisableTemplateValidation;
3336
3405
  }
@@ -3527,6 +3596,9 @@ declare namespace ServiceCatalog {
3527
3596
  export interface RejectPortfolioShareOutput {
3528
3597
  }
3529
3598
  export type Replacement = "TRUE"|"FALSE"|"CONDITIONAL"|string;
3599
+ export type Repository = string;
3600
+ export type RepositoryArtifactPath = string;
3601
+ export type RepositoryBranch = string;
3530
3602
  export type RequiresRecreation = "NEVER"|"CONDITIONALLY"|"ALWAYS"|string;
3531
3603
  export type ResourceARN = string;
3532
3604
  export type ResourceAttribute = "PROPERTIES"|"METADATA"|"CREATIONPOLICY"|"UPDATEPOLICY"|"DELETIONPOLICY"|"TAGS"|string;
@@ -3862,8 +3934,40 @@ declare namespace ServiceCatalog {
3862
3934
  export type ShareStatus = "NOT_STARTED"|"IN_PROGRESS"|"COMPLETED"|"COMPLETED_WITH_ERRORS"|"ERROR"|string;
3863
3935
  export type SortField = string;
3864
3936
  export type SortOrder = "ASCENDING"|"DESCENDING"|string;
3937
+ export interface SourceConnection {
3938
+ /**
3939
+ * The only supported SourceConnection type is Codestar.
3940
+ */
3941
+ Type?: SourceType;
3942
+ /**
3943
+ * The connection details based on the connection Type.
3944
+ */
3945
+ ConnectionParameters: SourceConnectionParameters;
3946
+ }
3947
+ export interface SourceConnectionDetail {
3948
+ /**
3949
+ * The only supported SourceConnection type is Codestar.
3950
+ */
3951
+ Type?: SourceType;
3952
+ /**
3953
+ * The connection details based on the connection Type.
3954
+ */
3955
+ ConnectionParameters?: SourceConnectionParameters;
3956
+ /**
3957
+ * Provides details about the product's connection sync and contains the following sub-fields. LastSyncTime LastSyncStatus LastSyncStatusMessage LastSuccessfulSyncTime LastSuccessfulSyncProvisioningArtifactID
3958
+ */
3959
+ LastSync?: LastSync;
3960
+ }
3961
+ export interface SourceConnectionParameters {
3962
+ /**
3963
+ * Provides ConnectionType details.
3964
+ */
3965
+ CodeStar?: CodeStarParameters;
3966
+ }
3865
3967
  export type SourceProvisioningArtifactProperties = SourceProvisioningArtifactPropertiesMap[];
3866
3968
  export type SourceProvisioningArtifactPropertiesMap = {[key: string]: ProvisioningArtifactPropertyValue};
3969
+ export type SourceRevision = string;
3970
+ export type SourceType = "CODESTAR"|string;
3867
3971
  export interface StackInstance {
3868
3972
  /**
3869
3973
  * The name of the Amazon Web Services account that the stack instance is associated with.
@@ -4068,9 +4172,13 @@ declare namespace ServiceCatalog {
4068
4172
  AccountId?: AccountId;
4069
4173
  OrganizationNode?: OrganizationNode;
4070
4174
  /**
4071
- * A flag to enable or disable TagOptions sharing for the portfolio share. If this field is not provided, the current state of TagOptions sharing on the portfolio share will not be modified.
4175
+ * Enables or disables TagOptions sharing for the portfolio share. If this field is not provided, the current state of TagOptions sharing on the portfolio share will not be modified.
4072
4176
  */
4073
4177
  ShareTagOptions?: NullableBoolean;
4178
+ /**
4179
+ * A flag to enables or disables Principals sharing in the portfolio. If this field is not provided, the current state of the Principals sharing on the portfolio share will not be modified.
4180
+ */
4181
+ SharePrincipals?: NullableBoolean;
4074
4182
  }
4075
4183
  export interface UpdatePortfolioShareOutput {
4076
4184
  /**
@@ -4127,6 +4235,10 @@ declare namespace ServiceCatalog {
4127
4235
  * The tags to remove from the product.
4128
4236
  */
4129
4237
  RemoveTags?: TagKeys;
4238
+ /**
4239
+ * Specifies connection details for the updated product and syncs the product to the connection source artifact. This automatically manages the product's artifacts based on changes to the source. The SourceConnection parameter consists of the following sub-fields. Type ConnectionParamters
4240
+ */
4241
+ SourceConnection?: SourceConnection;
4130
4242
  }
4131
4243
  export interface UpdateProductOutput {
4132
4244
  /**
@@ -4270,7 +4382,7 @@ declare namespace ServiceCatalog {
4270
4382
  */
4271
4383
  ProvisioningArtifactDetail?: ProvisioningArtifactDetail;
4272
4384
  /**
4273
- * The URL of the CloudFormation template in Amazon S3, Amazon Web Services CodeCommit, or GitHub in JSON format.
4385
+ * The URL of the CloudFormation template in Amazon S3 or GitHub in JSON format.
4274
4386
  */
4275
4387
  Info?: ProvisioningArtifactInfo;
4276
4388
  /**
@@ -99,6 +99,10 @@ declare class ServiceCatalogAppRegistry extends Service {
99
99
  * Retrieves an attribute group, either by its name or its ID. The attribute group can be specified either by its unique ID or by its name.
100
100
  */
101
101
  getAttributeGroup(callback?: (err: AWSError, data: ServiceCatalogAppRegistry.Types.GetAttributeGroupResponse) => void): Request<ServiceCatalogAppRegistry.Types.GetAttributeGroupResponse, AWSError>;
102
+ /**
103
+ * Retrieves a TagKey configuration from an account.
104
+ */
105
+ getConfiguration(callback?: (err: AWSError, data: ServiceCatalogAppRegistry.Types.GetConfigurationResponse) => void): Request<ServiceCatalogAppRegistry.Types.GetConfigurationResponse, AWSError>;
102
106
  /**
103
107
  * Retrieves a list of all of your applications. Results are paginated.
104
108
  */
@@ -116,11 +120,11 @@ declare class ServiceCatalogAppRegistry extends Service {
116
120
  */
117
121
  listAssociatedAttributeGroups(callback?: (err: AWSError, data: ServiceCatalogAppRegistry.Types.ListAssociatedAttributeGroupsResponse) => void): Request<ServiceCatalogAppRegistry.Types.ListAssociatedAttributeGroupsResponse, AWSError>;
118
122
  /**
119
- * Lists all resources that are associated with specified application. Results are paginated.
123
+ * Lists all of the resources that are associated with the specified application. Results are paginated. If you share an application, and a consumer account associates a tag query to the application, all of the users who can access the application can also view the tag values in all accounts that are associated with it using this API.
120
124
  */
121
125
  listAssociatedResources(params: ServiceCatalogAppRegistry.Types.ListAssociatedResourcesRequest, callback?: (err: AWSError, data: ServiceCatalogAppRegistry.Types.ListAssociatedResourcesResponse) => void): Request<ServiceCatalogAppRegistry.Types.ListAssociatedResourcesResponse, AWSError>;
122
126
  /**
123
- * Lists all resources that are associated with specified application. Results are paginated.
127
+ * Lists all of the resources that are associated with the specified application. Results are paginated. If you share an application, and a consumer account associates a tag query to the application, all of the users who can access the application can also view the tag values in all accounts that are associated with it using this API.
124
128
  */
125
129
  listAssociatedResources(callback?: (err: AWSError, data: ServiceCatalogAppRegistry.Types.ListAssociatedResourcesResponse) => void): Request<ServiceCatalogAppRegistry.Types.ListAssociatedResourcesResponse, AWSError>;
126
130
  /**
@@ -147,6 +151,14 @@ declare class ServiceCatalogAppRegistry extends Service {
147
151
  * Lists all of the tags on the resource.
148
152
  */
149
153
  listTagsForResource(callback?: (err: AWSError, data: ServiceCatalogAppRegistry.Types.ListTagsForResourceResponse) => void): Request<ServiceCatalogAppRegistry.Types.ListTagsForResourceResponse, AWSError>;
154
+ /**
155
+ * Associates a TagKey configuration to an account.
156
+ */
157
+ putConfiguration(params: ServiceCatalogAppRegistry.Types.PutConfigurationRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
158
+ /**
159
+ * Associates a TagKey configuration to an account.
160
+ */
161
+ putConfiguration(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
150
162
  /**
151
163
  * Syncs the resource with current AppRegistry records. Specifically, the resource’s AppRegistry system tags sync with its associated application. We remove the resource's AppRegistry system tags if it does not associate with the application. The caller must have permissions to read and update the resource.
152
164
  */
@@ -189,6 +201,12 @@ declare class ServiceCatalogAppRegistry extends Service {
189
201
  updateAttributeGroup(callback?: (err: AWSError, data: ServiceCatalogAppRegistry.Types.UpdateAttributeGroupResponse) => void): Request<ServiceCatalogAppRegistry.Types.UpdateAttributeGroupResponse, AWSError>;
190
202
  }
191
203
  declare namespace ServiceCatalogAppRegistry {
204
+ export interface AppRegistryConfiguration {
205
+ /**
206
+ * Includes the definition of a tagQuery.
207
+ */
208
+ tagQueryConfiguration?: TagQueryConfiguration;
209
+ }
192
210
  export interface Application {
193
211
  /**
194
212
  * The identifier of the application.
@@ -336,7 +354,7 @@ declare namespace ServiceCatalogAppRegistry {
336
354
  */
337
355
  arn?: AttributeGroupArn;
338
356
  /**
339
- * The name of the attribute group.
357
+ * This field is no longer supported. We recommend you don't use the field when using ListAttributeGroupsForApplication. The name of the attribute group.
340
358
  */
341
359
  name?: Name;
342
360
  }
@@ -534,7 +552,7 @@ declare namespace ServiceCatalogAppRegistry {
534
552
  */
535
553
  tags?: Tags;
536
554
  /**
537
- * The information about the integration of the application with other services, such as Resource Groups.
555
+ * The information about the integration of the application with other services, such as Resource Groups.
538
556
  */
539
557
  integrations?: Integrations;
540
558
  }
@@ -598,6 +616,12 @@ declare namespace ServiceCatalogAppRegistry {
598
616
  */
599
617
  tags?: Tags;
600
618
  }
619
+ export interface GetConfigurationResponse {
620
+ /**
621
+ * Retrieves TagKey configuration from an account.
622
+ */
623
+ configuration?: AppRegistryConfiguration;
624
+ }
601
625
  export interface Integrations {
602
626
  /**
603
627
  * The information about the resource group integration.
@@ -688,7 +712,7 @@ declare namespace ServiceCatalogAppRegistry {
688
712
  }
689
713
  export interface ListAttributeGroupsForApplicationResponse {
690
714
  /**
691
- * The details related to a specific AttributeGroup.
715
+ * The details related to a specific attribute group.
692
716
  */
693
717
  attributeGroupsDetails?: AttributeGroupDetailsList;
694
718
  /**
@@ -731,6 +755,12 @@ declare namespace ServiceCatalogAppRegistry {
731
755
  export type MaxResults = number;
732
756
  export type Name = string;
733
757
  export type NextToken = string;
758
+ export interface PutConfigurationRequest {
759
+ /**
760
+ * Associates a TagKey configuration to an account.
761
+ */
762
+ configuration: AppRegistryConfiguration;
763
+ }
734
764
  export interface Resource {
735
765
  /**
736
766
  * The name of the resource.
@@ -749,6 +779,12 @@ declare namespace ServiceCatalogAppRegistry {
749
779
  */
750
780
  integrations?: ResourceIntegrations;
751
781
  }
782
+ export interface ResourceDetails {
783
+ /**
784
+ * The value of the tag.
785
+ */
786
+ tagValue?: TagValue;
787
+ }
752
788
  export interface ResourceGroup {
753
789
  /**
754
790
  * The state of the propagation process for the resource group. The states includes: CREATING if the resource group is in the process of being created. CREATE_COMPLETE if the resource group was created successfully. CREATE_FAILED if the resource group failed to be created. UPDATING if the resource group is in the process of being updated. UPDATE_COMPLETE if the resource group updated successfully. UPDATE_FAILED if the resource group could not update successfully.
@@ -772,7 +808,15 @@ declare namespace ServiceCatalogAppRegistry {
772
808
  /**
773
809
  * The Amazon resource name (ARN) that specifies the resource across services.
774
810
  */
775
- arn?: StackArn;
811
+ arn?: Arn;
812
+ /**
813
+ * Provides information about the Service Catalog App Registry resource type.
814
+ */
815
+ resourceType?: ResourceType;
816
+ /**
817
+ * The details related to the resource.
818
+ */
819
+ resourceDetails?: ResourceDetails;
776
820
  }
777
821
  export interface ResourceIntegrations {
778
822
  /**
@@ -781,7 +825,7 @@ declare namespace ServiceCatalogAppRegistry {
781
825
  resourceGroup?: ResourceGroup;
782
826
  }
783
827
  export type ResourceSpecifier = string;
784
- export type ResourceType = "CFN_STACK"|string;
828
+ export type ResourceType = "CFN_STACK"|"RESOURCE_TAG_VALUE"|string;
785
829
  export type Resources = ResourceInfo[];
786
830
  export type StackArn = string;
787
831
  export type String = string;
@@ -811,7 +855,14 @@ declare namespace ServiceCatalogAppRegistry {
811
855
  actionTaken?: SyncAction;
812
856
  }
813
857
  export type TagKey = string;
858
+ export type TagKeyConfig = string;
814
859
  export type TagKeys = TagKey[];
860
+ export interface TagQueryConfiguration {
861
+ /**
862
+ * Condition in the IAM policy that associates resources to an application.
863
+ */
864
+ tagKey?: TagKeyConfig;
865
+ }
815
866
  export interface TagResourceRequest {
816
867
  /**
817
868
  * The Amazon resource name (ARN) that specifies the resource.