cdk-comprehend-s3olap 2.0.114 → 2.0.116

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 (34) hide show
  1. package/.jsii +4 -4
  2. package/lib/cdk-comprehend-s3olap.js +2 -2
  3. package/lib/comprehend-lambdas.js +2 -2
  4. package/lib/iam-roles.js +4 -4
  5. package/node_modules/aws-sdk/CHANGELOG.md +18 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.min.json +563 -490
  8. package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.waiters2.json +5 -0
  9. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +202 -181
  10. package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.min.json +23 -14
  11. package/node_modules/aws-sdk/apis/license-manager-2018-08-01.min.json +136 -124
  12. package/node_modules/aws-sdk/apis/mwaa-2020-07-01.min.json +6 -0
  13. package/node_modules/aws-sdk/apis/runtime.sagemaker-2017-05-13.min.json +4 -0
  14. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +657 -655
  15. package/node_modules/aws-sdk/apis/servicecatalog-2015-12-10.min.json +99 -9
  16. package/node_modules/aws-sdk/clients/amplifyuibuilder.d.ts +451 -350
  17. package/node_modules/aws-sdk/clients/amplifyuibuilder.js +1 -0
  18. package/node_modules/aws-sdk/clients/autoscaling.d.ts +18 -18
  19. package/node_modules/aws-sdk/clients/ec2.d.ts +1 -1
  20. package/node_modules/aws-sdk/clients/elasticinference.d.ts +12 -12
  21. package/node_modules/aws-sdk/clients/glue.d.ts +45 -8
  22. package/node_modules/aws-sdk/clients/lakeformation.d.ts +12 -0
  23. package/node_modules/aws-sdk/clients/licensemanager.d.ts +25 -10
  24. package/node_modules/aws-sdk/clients/mwaa.d.ts +68 -44
  25. package/node_modules/aws-sdk/clients/sagemaker.d.ts +30 -20
  26. package/node_modules/aws-sdk/clients/sagemakerruntime.d.ts +4 -0
  27. package/node_modules/aws-sdk/clients/servicecatalog.d.ts +210 -81
  28. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  29. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +297 -290
  30. package/node_modules/aws-sdk/dist/aws-sdk.js +102 -12
  31. package/node_modules/aws-sdk/dist/aws-sdk.min.js +20 -20
  32. package/node_modules/aws-sdk/lib/core.js +1 -1
  33. package/node_modules/aws-sdk/package.json +1 -1
  34. package/package.json +5 -5
@@ -579,6 +579,30 @@ declare class ServiceCatalog extends Service {
579
579
  * Lists the specified TagOptions or all TagOptions.
580
580
  */
581
581
  listTagOptions(callback?: (err: AWSError, data: ServiceCatalog.Types.ListTagOptionsOutput) => void): Request<ServiceCatalog.Types.ListTagOptionsOutput, AWSError>;
582
+ /**
583
+ * Notifies the result of the provisioning engine execution.
584
+ */
585
+ notifyProvisionProductEngineWorkflowResult(params: ServiceCatalog.Types.NotifyProvisionProductEngineWorkflowResultInput, callback?: (err: AWSError, data: ServiceCatalog.Types.NotifyProvisionProductEngineWorkflowResultOutput) => void): Request<ServiceCatalog.Types.NotifyProvisionProductEngineWorkflowResultOutput, AWSError>;
586
+ /**
587
+ * Notifies the result of the provisioning engine execution.
588
+ */
589
+ notifyProvisionProductEngineWorkflowResult(callback?: (err: AWSError, data: ServiceCatalog.Types.NotifyProvisionProductEngineWorkflowResultOutput) => void): Request<ServiceCatalog.Types.NotifyProvisionProductEngineWorkflowResultOutput, AWSError>;
590
+ /**
591
+ * Notifies the result of the terminate engine execution.
592
+ */
593
+ notifyTerminateProvisionedProductEngineWorkflowResult(params: ServiceCatalog.Types.NotifyTerminateProvisionedProductEngineWorkflowResultInput, callback?: (err: AWSError, data: ServiceCatalog.Types.NotifyTerminateProvisionedProductEngineWorkflowResultOutput) => void): Request<ServiceCatalog.Types.NotifyTerminateProvisionedProductEngineWorkflowResultOutput, AWSError>;
594
+ /**
595
+ * Notifies the result of the terminate engine execution.
596
+ */
597
+ notifyTerminateProvisionedProductEngineWorkflowResult(callback?: (err: AWSError, data: ServiceCatalog.Types.NotifyTerminateProvisionedProductEngineWorkflowResultOutput) => void): Request<ServiceCatalog.Types.NotifyTerminateProvisionedProductEngineWorkflowResultOutput, AWSError>;
598
+ /**
599
+ * Notifies the result of the update engine execution.
600
+ */
601
+ notifyUpdateProvisionedProductEngineWorkflowResult(params: ServiceCatalog.Types.NotifyUpdateProvisionedProductEngineWorkflowResultInput, callback?: (err: AWSError, data: ServiceCatalog.Types.NotifyUpdateProvisionedProductEngineWorkflowResultOutput) => void): Request<ServiceCatalog.Types.NotifyUpdateProvisionedProductEngineWorkflowResultOutput, AWSError>;
602
+ /**
603
+ * Notifies the result of the update engine execution.
604
+ */
605
+ notifyUpdateProvisionedProductEngineWorkflowResult(callback?: (err: AWSError, data: ServiceCatalog.Types.NotifyUpdateProvisionedProductEngineWorkflowResultOutput) => void): Request<ServiceCatalog.Types.NotifyUpdateProvisionedProductEngineWorkflowResultOutput, AWSError>;
582
606
  /**
583
607
  * Provisions the specified product. A provisioned product is a resourced instance of a product. For example, provisioning a product that's based on an CloudFormation template launches an CloudFormation stack and its underlying resources. You can check the status of this request using DescribeRecord. If the request contains a tag key with an empty list of values, there's a tag conflict for that key. Don't include conflicted keys as tags, or this will cause the error "Parameter validation failed: Missing required parameter in Tags[N]:Value". When provisioning a product that's been added to a portfolio, you must grant your user, group, or role access to the portfolio. For more information, see Granting users access in the Service Catalog User Guide.
584
608
  */
@@ -712,7 +736,7 @@ declare namespace ServiceCatalog {
712
736
  export type AcceptLanguage = string;
713
737
  export interface AcceptPortfolioShareInput {
714
738
  /**
715
- * The language code. en - English (default) jp - Japanese zh - Chinese
739
+ * The language code. jp - Japanese zh - Chinese
716
740
  */
717
741
  AcceptLanguage?: AcceptLanguage;
718
742
  /**
@@ -758,7 +782,7 @@ declare namespace ServiceCatalog {
758
782
  }
759
783
  export interface AssociatePrincipalWithPortfolioInput {
760
784
  /**
761
- * The language code. en - English (default) jp - Japanese zh - Chinese
785
+ * The language code. jp - Japanese zh - Chinese
762
786
  */
763
787
  AcceptLanguage?: AcceptLanguage;
764
788
  /**
@@ -766,7 +790,7 @@ declare namespace ServiceCatalog {
766
790
  */
767
791
  PortfolioId: Id;
768
792
  /**
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.
793
+ * The ARN of the principal (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
794
  */
771
795
  PrincipalARN: PrincipalARN;
772
796
  /**
@@ -778,7 +802,7 @@ declare namespace ServiceCatalog {
778
802
  }
779
803
  export interface AssociateProductWithPortfolioInput {
780
804
  /**
781
- * The language code. en - English (default) jp - Japanese zh - Chinese
805
+ * The language code. jp - Japanese zh - Chinese
782
806
  */
783
807
  AcceptLanguage?: AcceptLanguage;
784
808
  /**
@@ -810,7 +834,7 @@ declare namespace ServiceCatalog {
810
834
  */
811
835
  ServiceActionId: Id;
812
836
  /**
813
- * The language code. en - English (default) jp - Japanese zh - Chinese
837
+ * The language code. jp - Japanese zh - Chinese
814
838
  */
815
839
  AcceptLanguage?: AcceptLanguage;
816
840
  }
@@ -835,7 +859,7 @@ declare namespace ServiceCatalog {
835
859
  */
836
860
  ServiceActionAssociations: ServiceActionAssociations;
837
861
  /**
838
- * The language code. en - English (default) jp - Japanese zh - Chinese
862
+ * The language code. jp - Japanese zh - Chinese
839
863
  */
840
864
  AcceptLanguage?: AcceptLanguage;
841
865
  }
@@ -851,7 +875,7 @@ declare namespace ServiceCatalog {
851
875
  */
852
876
  ServiceActionAssociations: ServiceActionAssociations;
853
877
  /**
854
- * The language code. en - English (default) jp - Japanese zh - Chinese
878
+ * The language code. jp - Japanese zh - Chinese
855
879
  */
856
880
  AcceptLanguage?: AcceptLanguage;
857
881
  }
@@ -944,7 +968,7 @@ declare namespace ServiceCatalog {
944
968
  export type CopyOptions = CopyOption[];
945
969
  export interface CopyProductInput {
946
970
  /**
947
- * The language code. en - English (default) jp - Japanese zh - Chinese
971
+ * The language code. jp - Japanese zh - Chinese
948
972
  */
949
973
  AcceptLanguage?: AcceptLanguage;
950
974
  /**
@@ -981,7 +1005,7 @@ declare namespace ServiceCatalog {
981
1005
  export type CopyProductStatus = "SUCCEEDED"|"IN_PROGRESS"|"FAILED"|string;
982
1006
  export interface CreateConstraintInput {
983
1007
  /**
984
- * The language code. en - English (default) jp - Japanese zh - Chinese
1008
+ * The language code. jp - Japanese zh - Chinese
985
1009
  */
986
1010
  AcceptLanguage?: AcceptLanguage;
987
1011
  /**
@@ -1025,7 +1049,7 @@ declare namespace ServiceCatalog {
1025
1049
  }
1026
1050
  export interface CreatePortfolioInput {
1027
1051
  /**
1028
- * The language code. en - English (default) jp - Japanese zh - Chinese
1052
+ * The language code. jp - Japanese zh - Chinese
1029
1053
  */
1030
1054
  AcceptLanguage?: AcceptLanguage;
1031
1055
  /**
@@ -1061,7 +1085,7 @@ declare namespace ServiceCatalog {
1061
1085
  }
1062
1086
  export interface CreatePortfolioShareInput {
1063
1087
  /**
1064
- * The language code. en - English (default) jp - Japanese zh - Chinese
1088
+ * The language code. jp - Japanese zh - Chinese
1065
1089
  */
1066
1090
  AcceptLanguage?: AcceptLanguage;
1067
1091
  /**
@@ -1093,7 +1117,7 @@ declare namespace ServiceCatalog {
1093
1117
  }
1094
1118
  export interface CreateProductInput {
1095
1119
  /**
1096
- * The language code. en - English (default) jp - Japanese zh - Chinese
1120
+ * The language code. jp - Japanese zh - Chinese
1097
1121
  */
1098
1122
  AcceptLanguage?: AcceptLanguage;
1099
1123
  /**
@@ -1161,7 +1185,7 @@ declare namespace ServiceCatalog {
1161
1185
  }
1162
1186
  export interface CreateProvisionedProductPlanInput {
1163
1187
  /**
1164
- * The language code. en - English (default) jp - Japanese zh - Chinese
1188
+ * The language code. jp - Japanese zh - Chinese
1165
1189
  */
1166
1190
  AcceptLanguage?: AcceptLanguage;
1167
1191
  /**
@@ -1229,7 +1253,7 @@ declare namespace ServiceCatalog {
1229
1253
  }
1230
1254
  export interface CreateProvisioningArtifactInput {
1231
1255
  /**
1232
- * The language code. en - English (default) jp - Japanese zh - Chinese
1256
+ * The language code. jp - Japanese zh - Chinese
1233
1257
  */
1234
1258
  AcceptLanguage?: AcceptLanguage;
1235
1259
  /**
@@ -1277,7 +1301,7 @@ declare namespace ServiceCatalog {
1277
1301
  */
1278
1302
  Description?: ServiceActionDescription;
1279
1303
  /**
1280
- * The language code. en - English (default) jp - Japanese zh - Chinese
1304
+ * The language code. jp - Japanese zh - Chinese
1281
1305
  */
1282
1306
  AcceptLanguage?: AcceptLanguage;
1283
1307
  /**
@@ -1312,7 +1336,7 @@ declare namespace ServiceCatalog {
1312
1336
  export type DefaultValue = string;
1313
1337
  export interface DeleteConstraintInput {
1314
1338
  /**
1315
- * The language code. en - English (default) jp - Japanese zh - Chinese
1339
+ * The language code. jp - Japanese zh - Chinese
1316
1340
  */
1317
1341
  AcceptLanguage?: AcceptLanguage;
1318
1342
  /**
@@ -1324,7 +1348,7 @@ declare namespace ServiceCatalog {
1324
1348
  }
1325
1349
  export interface DeletePortfolioInput {
1326
1350
  /**
1327
- * The language code. en - English (default) jp - Japanese zh - Chinese
1351
+ * The language code. jp - Japanese zh - Chinese
1328
1352
  */
1329
1353
  AcceptLanguage?: AcceptLanguage;
1330
1354
  /**
@@ -1336,7 +1360,7 @@ declare namespace ServiceCatalog {
1336
1360
  }
1337
1361
  export interface DeletePortfolioShareInput {
1338
1362
  /**
1339
- * The language code. en - English (default) jp - Japanese zh - Chinese
1363
+ * The language code. jp - Japanese zh - Chinese
1340
1364
  */
1341
1365
  AcceptLanguage?: AcceptLanguage;
1342
1366
  /**
@@ -1360,7 +1384,7 @@ declare namespace ServiceCatalog {
1360
1384
  }
1361
1385
  export interface DeleteProductInput {
1362
1386
  /**
1363
- * The language code. en - English (default) jp - Japanese zh - Chinese
1387
+ * The language code. jp - Japanese zh - Chinese
1364
1388
  */
1365
1389
  AcceptLanguage?: AcceptLanguage;
1366
1390
  /**
@@ -1372,7 +1396,7 @@ declare namespace ServiceCatalog {
1372
1396
  }
1373
1397
  export interface DeleteProvisionedProductPlanInput {
1374
1398
  /**
1375
- * The language code. en - English (default) jp - Japanese zh - Chinese
1399
+ * The language code. jp - Japanese zh - Chinese
1376
1400
  */
1377
1401
  AcceptLanguage?: AcceptLanguage;
1378
1402
  /**
@@ -1388,7 +1412,7 @@ declare namespace ServiceCatalog {
1388
1412
  }
1389
1413
  export interface DeleteProvisioningArtifactInput {
1390
1414
  /**
1391
- * The language code. en - English (default) jp - Japanese zh - Chinese
1415
+ * The language code. jp - Japanese zh - Chinese
1392
1416
  */
1393
1417
  AcceptLanguage?: AcceptLanguage;
1394
1418
  /**
@@ -1408,7 +1432,7 @@ declare namespace ServiceCatalog {
1408
1432
  */
1409
1433
  Id: Id;
1410
1434
  /**
1411
- * The language code. en - English (default) jp - Japanese zh - Chinese
1435
+ * The language code. jp - Japanese zh - Chinese
1412
1436
  */
1413
1437
  AcceptLanguage?: AcceptLanguage;
1414
1438
  }
@@ -1424,7 +1448,7 @@ declare namespace ServiceCatalog {
1424
1448
  }
1425
1449
  export interface DescribeConstraintInput {
1426
1450
  /**
1427
- * The language code. en - English (default) jp - Japanese zh - Chinese
1451
+ * The language code. jp - Japanese zh - Chinese
1428
1452
  */
1429
1453
  AcceptLanguage?: AcceptLanguage;
1430
1454
  /**
@@ -1448,7 +1472,7 @@ declare namespace ServiceCatalog {
1448
1472
  }
1449
1473
  export interface DescribeCopyProductStatusInput {
1450
1474
  /**
1451
- * The language code. en - English (default) jp - Japanese zh - Chinese
1475
+ * The language code. jp - Japanese zh - Chinese
1452
1476
  */
1453
1477
  AcceptLanguage?: AcceptLanguage;
1454
1478
  /**
@@ -1472,7 +1496,7 @@ declare namespace ServiceCatalog {
1472
1496
  }
1473
1497
  export interface DescribePortfolioInput {
1474
1498
  /**
1475
- * The language code. en - English (default) jp - Japanese zh - Chinese
1499
+ * The language code. jp - Japanese zh - Chinese
1476
1500
  */
1477
1501
  AcceptLanguage?: AcceptLanguage;
1478
1502
  /**
@@ -1557,7 +1581,7 @@ declare namespace ServiceCatalog {
1557
1581
  }
1558
1582
  export interface DescribeProductAsAdminInput {
1559
1583
  /**
1560
- * The language code. en - English (default) jp - Japanese zh - Chinese
1584
+ * The language code. jp - Japanese zh - Chinese
1561
1585
  */
1562
1586
  AcceptLanguage?: AcceptLanguage;
1563
1587
  /**
@@ -1597,7 +1621,7 @@ declare namespace ServiceCatalog {
1597
1621
  }
1598
1622
  export interface DescribeProductInput {
1599
1623
  /**
1600
- * The language code. en - English (default) jp - Japanese zh - Chinese
1624
+ * The language code. jp - Japanese zh - Chinese
1601
1625
  */
1602
1626
  AcceptLanguage?: AcceptLanguage;
1603
1627
  /**
@@ -1629,7 +1653,7 @@ declare namespace ServiceCatalog {
1629
1653
  }
1630
1654
  export interface DescribeProductViewInput {
1631
1655
  /**
1632
- * The language code. en - English (default) jp - Japanese zh - Chinese
1656
+ * The language code. jp - Japanese zh - Chinese
1633
1657
  */
1634
1658
  AcceptLanguage?: AcceptLanguage;
1635
1659
  /**
@@ -1649,7 +1673,7 @@ declare namespace ServiceCatalog {
1649
1673
  }
1650
1674
  export interface DescribeProvisionedProductInput {
1651
1675
  /**
1652
- * The language code. en - English (default) jp - Japanese zh - Chinese
1676
+ * The language code. jp - Japanese zh - Chinese
1653
1677
  */
1654
1678
  AcceptLanguage?: AcceptLanguage;
1655
1679
  /**
@@ -1673,7 +1697,7 @@ declare namespace ServiceCatalog {
1673
1697
  }
1674
1698
  export interface DescribeProvisionedProductPlanInput {
1675
1699
  /**
1676
- * The language code. en - English (default) jp - Japanese zh - Chinese
1700
+ * The language code. jp - Japanese zh - Chinese
1677
1701
  */
1678
1702
  AcceptLanguage?: AcceptLanguage;
1679
1703
  /**
@@ -1705,7 +1729,7 @@ declare namespace ServiceCatalog {
1705
1729
  }
1706
1730
  export interface DescribeProvisioningArtifactInput {
1707
1731
  /**
1708
- * The language code. en - English (default) jp - Japanese zh - Chinese
1732
+ * The language code. jp - Japanese zh - Chinese
1709
1733
  */
1710
1734
  AcceptLanguage?: AcceptLanguage;
1711
1735
  /**
@@ -1745,7 +1769,7 @@ declare namespace ServiceCatalog {
1745
1769
  }
1746
1770
  export interface DescribeProvisioningParametersInput {
1747
1771
  /**
1748
- * The language code. en - English (default) jp - Japanese zh - Chinese
1772
+ * The language code. jp - Japanese zh - Chinese
1749
1773
  */
1750
1774
  AcceptLanguage?: AcceptLanguage;
1751
1775
  /**
@@ -1805,7 +1829,7 @@ declare namespace ServiceCatalog {
1805
1829
  }
1806
1830
  export interface DescribeRecordInput {
1807
1831
  /**
1808
- * The language code. en - English (default) jp - Japanese zh - Chinese
1832
+ * The language code. jp - Japanese zh - Chinese
1809
1833
  */
1810
1834
  AcceptLanguage?: AcceptLanguage;
1811
1835
  /**
@@ -1845,7 +1869,7 @@ declare namespace ServiceCatalog {
1845
1869
  */
1846
1870
  ServiceActionId: Id;
1847
1871
  /**
1848
- * The language code. en - English (default) jp - Japanese zh - Chinese
1872
+ * The language code. jp - Japanese zh - Chinese
1849
1873
  */
1850
1874
  AcceptLanguage?: AcceptLanguage;
1851
1875
  }
@@ -1861,7 +1885,7 @@ declare namespace ServiceCatalog {
1861
1885
  */
1862
1886
  Id: Id;
1863
1887
  /**
1864
- * The language code. en - English (default) jp - Japanese zh - Chinese
1888
+ * The language code. jp - Japanese zh - Chinese
1865
1889
  */
1866
1890
  AcceptLanguage?: AcceptLanguage;
1867
1891
  }
@@ -1903,7 +1927,7 @@ declare namespace ServiceCatalog {
1903
1927
  }
1904
1928
  export interface DisassociatePrincipalFromPortfolioInput {
1905
1929
  /**
1906
- * The language code. en - English (default) jp - Japanese zh - Chinese
1930
+ * The language code. jp - Japanese zh - Chinese
1907
1931
  */
1908
1932
  AcceptLanguage?: AcceptLanguage;
1909
1933
  /**
@@ -1911,7 +1935,7 @@ declare namespace ServiceCatalog {
1911
1935
  */
1912
1936
  PortfolioId: Id;
1913
1937
  /**
1914
- * The ARN of the principal (IAM user, role, or group). This field allows an ARN with no accountID if PrincipalType is IAM_PATTERN.
1938
+ * The ARN of the principal (user, role, or group). This field allows an ARN with no accountID if PrincipalType is IAM_PATTERN.
1915
1939
  */
1916
1940
  PrincipalARN: PrincipalARN;
1917
1941
  /**
@@ -1923,7 +1947,7 @@ declare namespace ServiceCatalog {
1923
1947
  }
1924
1948
  export interface DisassociateProductFromPortfolioInput {
1925
1949
  /**
1926
- * The language code. en - English (default) jp - Japanese zh - Chinese
1950
+ * The language code. jp - Japanese zh - Chinese
1927
1951
  */
1928
1952
  AcceptLanguage?: AcceptLanguage;
1929
1953
  /**
@@ -1951,7 +1975,7 @@ declare namespace ServiceCatalog {
1951
1975
  */
1952
1976
  ServiceActionId: Id;
1953
1977
  /**
1954
- * The language code. en - English (default) jp - Japanese zh - Chinese
1978
+ * The language code. jp - Japanese zh - Chinese
1955
1979
  */
1956
1980
  AcceptLanguage?: AcceptLanguage;
1957
1981
  }
@@ -1973,13 +1997,22 @@ declare namespace ServiceCatalog {
1973
1997
  }
1974
1998
  export interface EnableAWSOrganizationsAccessOutput {
1975
1999
  }
2000
+ export type EngineWorkflowFailureReason = string;
2001
+ export interface EngineWorkflowResourceIdentifier {
2002
+ /**
2003
+ * The unique key-value pair for a tag that identifies provisioned product resources.
2004
+ */
2005
+ UniqueTag?: UniqueTagResourceIdentifier;
2006
+ }
2007
+ export type EngineWorkflowStatus = "SUCCEEDED"|"FAILED"|string;
2008
+ export type EngineWorkflowToken = string;
1976
2009
  export type Error = string;
1977
2010
  export type ErrorCode = string;
1978
2011
  export type ErrorDescription = string;
1979
2012
  export type EvaluationType = "STATIC"|"DYNAMIC"|string;
1980
2013
  export interface ExecuteProvisionedProductPlanInput {
1981
2014
  /**
1982
- * The language code. en - English (default) jp - Japanese zh - Chinese
2015
+ * The language code. jp - Japanese zh - Chinese
1983
2016
  */
1984
2017
  AcceptLanguage?: AcceptLanguage;
1985
2018
  /**
@@ -2011,7 +2044,7 @@ declare namespace ServiceCatalog {
2011
2044
  */
2012
2045
  ExecuteToken: IdempotencyToken;
2013
2046
  /**
2014
- * The language code. en - English (default) jp - Japanese zh - Chinese
2047
+ * The language code. jp - Japanese zh - Chinese
2015
2048
  */
2016
2049
  AcceptLanguage?: AcceptLanguage;
2017
2050
  /**
@@ -2078,7 +2111,7 @@ declare namespace ServiceCatalog {
2078
2111
  }
2079
2112
  export interface GetProvisionedProductOutputsInput {
2080
2113
  /**
2081
- * The language code. en - English (default) jp - Japanese zh - Chinese
2114
+ * The language code. jp - Japanese zh - Chinese
2082
2115
  */
2083
2116
  AcceptLanguage?: AcceptLanguage;
2084
2117
  /**
@@ -2118,7 +2151,7 @@ declare namespace ServiceCatalog {
2118
2151
  export type IgnoreErrors = boolean;
2119
2152
  export interface ImportAsProvisionedProductInput {
2120
2153
  /**
2121
- * The language code. en - English (default) jp - Japanese zh - Chinese
2154
+ * The language code. jp - Japanese zh - Chinese
2122
2155
  */
2123
2156
  AcceptLanguage?: AcceptLanguage;
2124
2157
  /**
@@ -2206,7 +2239,7 @@ declare namespace ServiceCatalog {
2206
2239
  export type LaunchPaths = LaunchPath[];
2207
2240
  export interface ListAcceptedPortfolioSharesInput {
2208
2241
  /**
2209
- * The language code. en - English (default) jp - Japanese zh - Chinese
2242
+ * The language code. jp - Japanese zh - Chinese
2210
2243
  */
2211
2244
  AcceptLanguage?: AcceptLanguage;
2212
2245
  /**
@@ -2234,7 +2267,7 @@ declare namespace ServiceCatalog {
2234
2267
  }
2235
2268
  export interface ListBudgetsForResourceInput {
2236
2269
  /**
2237
- * The language code. en - English (default) jp - Japanese zh - Chinese
2270
+ * The language code. jp - Japanese zh - Chinese
2238
2271
  */
2239
2272
  AcceptLanguage?: AcceptLanguage;
2240
2273
  /**
@@ -2262,7 +2295,7 @@ declare namespace ServiceCatalog {
2262
2295
  }
2263
2296
  export interface ListConstraintsForPortfolioInput {
2264
2297
  /**
2265
- * The language code. en - English (default) jp - Japanese zh - Chinese
2298
+ * The language code. jp - Japanese zh - Chinese
2266
2299
  */
2267
2300
  AcceptLanguage?: AcceptLanguage;
2268
2301
  /**
@@ -2294,7 +2327,7 @@ declare namespace ServiceCatalog {
2294
2327
  }
2295
2328
  export interface ListLaunchPathsInput {
2296
2329
  /**
2297
- * The language code. en - English (default) jp - Japanese zh - Chinese
2330
+ * The language code. jp - Japanese zh - Chinese
2298
2331
  */
2299
2332
  AcceptLanguage?: AcceptLanguage;
2300
2333
  /**
@@ -2322,7 +2355,7 @@ declare namespace ServiceCatalog {
2322
2355
  }
2323
2356
  export interface ListOrganizationPortfolioAccessInput {
2324
2357
  /**
2325
- * The language code. en - English (default) jp - Japanese zh - Chinese
2358
+ * The language code. jp - Japanese zh - Chinese
2326
2359
  */
2327
2360
  AcceptLanguage?: AcceptLanguage;
2328
2361
  /**
@@ -2354,7 +2387,7 @@ declare namespace ServiceCatalog {
2354
2387
  }
2355
2388
  export interface ListPortfolioAccessInput {
2356
2389
  /**
2357
- * The language code. en - English (default) jp - Japanese zh - Chinese
2390
+ * The language code. jp - Japanese zh - Chinese
2358
2391
  */
2359
2392
  AcceptLanguage?: AcceptLanguage;
2360
2393
  /**
@@ -2386,7 +2419,7 @@ declare namespace ServiceCatalog {
2386
2419
  }
2387
2420
  export interface ListPortfoliosForProductInput {
2388
2421
  /**
2389
- * The language code. en - English (default) jp - Japanese zh - Chinese
2422
+ * The language code. jp - Japanese zh - Chinese
2390
2423
  */
2391
2424
  AcceptLanguage?: AcceptLanguage;
2392
2425
  /**
@@ -2414,7 +2447,7 @@ declare namespace ServiceCatalog {
2414
2447
  }
2415
2448
  export interface ListPortfoliosInput {
2416
2449
  /**
2417
- * The language code. en - English (default) jp - Japanese zh - Chinese
2450
+ * The language code. jp - Japanese zh - Chinese
2418
2451
  */
2419
2452
  AcceptLanguage?: AcceptLanguage;
2420
2453
  /**
@@ -2438,7 +2471,7 @@ declare namespace ServiceCatalog {
2438
2471
  }
2439
2472
  export interface ListPrincipalsForPortfolioInput {
2440
2473
  /**
2441
- * The language code. en - English (default) jp - Japanese zh - Chinese
2474
+ * The language code. jp - Japanese zh - Chinese
2442
2475
  */
2443
2476
  AcceptLanguage?: AcceptLanguage;
2444
2477
  /**
@@ -2466,7 +2499,7 @@ declare namespace ServiceCatalog {
2466
2499
  }
2467
2500
  export interface ListProvisionedProductPlansInput {
2468
2501
  /**
2469
- * The language code. en - English (default) jp - Japanese zh - Chinese
2502
+ * The language code. jp - Japanese zh - Chinese
2470
2503
  */
2471
2504
  AcceptLanguage?: AcceptLanguage;
2472
2505
  /**
@@ -2510,7 +2543,7 @@ declare namespace ServiceCatalog {
2510
2543
  */
2511
2544
  PageToken?: PageToken;
2512
2545
  /**
2513
- * The language code. en - English (default) jp - Japanese zh - Chinese
2546
+ * The language code. jp - Japanese zh - Chinese
2514
2547
  */
2515
2548
  AcceptLanguage?: AcceptLanguage;
2516
2549
  }
@@ -2526,7 +2559,7 @@ declare namespace ServiceCatalog {
2526
2559
  }
2527
2560
  export interface ListProvisioningArtifactsInput {
2528
2561
  /**
2529
- * The language code. en - English (default) jp - Japanese zh - Chinese
2562
+ * The language code. jp - Japanese zh - Chinese
2530
2563
  */
2531
2564
  AcceptLanguage?: AcceptLanguage;
2532
2565
  /**
@@ -2546,7 +2579,7 @@ declare namespace ServiceCatalog {
2546
2579
  }
2547
2580
  export interface ListRecordHistoryInput {
2548
2581
  /**
2549
- * The language code. en - English (default) jp - Japanese zh - Chinese
2582
+ * The language code. jp - Japanese zh - Chinese
2550
2583
  */
2551
2584
  AcceptLanguage?: AcceptLanguage;
2552
2585
  /**
@@ -2632,7 +2665,7 @@ declare namespace ServiceCatalog {
2632
2665
  */
2633
2666
  PageToken?: PageToken;
2634
2667
  /**
2635
- * The language code. en - English (default) jp - Japanese zh - Chinese
2668
+ * The language code. jp - Japanese zh - Chinese
2636
2669
  */
2637
2670
  AcceptLanguage?: AcceptLanguage;
2638
2671
  }
@@ -2648,7 +2681,7 @@ declare namespace ServiceCatalog {
2648
2681
  }
2649
2682
  export interface ListServiceActionsInput {
2650
2683
  /**
2651
- * The language code. en - English (default) jp - Japanese zh - Chinese
2684
+ * The language code. jp - Japanese zh - Chinese
2652
2685
  */
2653
2686
  AcceptLanguage?: AcceptLanguage;
2654
2687
  /**
@@ -2672,7 +2705,7 @@ declare namespace ServiceCatalog {
2672
2705
  }
2673
2706
  export interface ListStackInstancesForProvisionedProductInput {
2674
2707
  /**
2675
- * The language code. en - English (default) jp - Japanese zh - Chinese
2708
+ * The language code. jp - Japanese zh - Chinese
2676
2709
  */
2677
2710
  AcceptLanguage?: AcceptLanguage;
2678
2711
  /**
@@ -2742,6 +2775,90 @@ declare namespace ServiceCatalog {
2742
2775
  export type NoEcho = boolean;
2743
2776
  export type NotificationArn = string;
2744
2777
  export type NotificationArns = NotificationArn[];
2778
+ export interface NotifyProvisionProductEngineWorkflowResultInput {
2779
+ /**
2780
+ * The encrypted contents of the provisioning engine execution payload that Service Catalog sends after the Terraform product provisioning workflow starts.
2781
+ */
2782
+ WorkflowToken: EngineWorkflowToken;
2783
+ /**
2784
+ * The identifier of the record.
2785
+ */
2786
+ RecordId: Id;
2787
+ /**
2788
+ * The status of the provisioning engine execution.
2789
+ */
2790
+ Status: EngineWorkflowStatus;
2791
+ /**
2792
+ * The reason why the provisioning engine execution failed.
2793
+ */
2794
+ FailureReason?: EngineWorkflowFailureReason;
2795
+ /**
2796
+ * The ID for the provisioned product resources that are part of a resource group.
2797
+ */
2798
+ ResourceIdentifier?: EngineWorkflowResourceIdentifier;
2799
+ /**
2800
+ * The output of the provisioning engine execution.
2801
+ */
2802
+ Outputs?: RecordOutputs;
2803
+ /**
2804
+ * The idempotency token that identifies the provisioning engine execution.
2805
+ */
2806
+ IdempotencyToken: IdempotencyToken;
2807
+ }
2808
+ export interface NotifyProvisionProductEngineWorkflowResultOutput {
2809
+ }
2810
+ export interface NotifyTerminateProvisionedProductEngineWorkflowResultInput {
2811
+ /**
2812
+ * The encrypted contents of the terminate engine execution payload that Service Catalog sends after the Terraform product terminate workflow starts.
2813
+ */
2814
+ WorkflowToken: EngineWorkflowToken;
2815
+ /**
2816
+ * The identifier of the record.
2817
+ */
2818
+ RecordId: Id;
2819
+ /**
2820
+ * The status of the terminate engine execution.
2821
+ */
2822
+ Status: EngineWorkflowStatus;
2823
+ /**
2824
+ * The reason why the terminate engine execution failed.
2825
+ */
2826
+ FailureReason?: EngineWorkflowFailureReason;
2827
+ /**
2828
+ * The idempotency token that identifies the terminate engine execution.
2829
+ */
2830
+ IdempotencyToken: IdempotencyToken;
2831
+ }
2832
+ export interface NotifyTerminateProvisionedProductEngineWorkflowResultOutput {
2833
+ }
2834
+ export interface NotifyUpdateProvisionedProductEngineWorkflowResultInput {
2835
+ /**
2836
+ * The encrypted contents of the update engine execution payload that Service Catalog sends after the Terraform product update workflow starts.
2837
+ */
2838
+ WorkflowToken: EngineWorkflowToken;
2839
+ /**
2840
+ * The identifier of the record.
2841
+ */
2842
+ RecordId: Id;
2843
+ /**
2844
+ * The status of the update engine execution.
2845
+ */
2846
+ Status: EngineWorkflowStatus;
2847
+ /**
2848
+ * The reason why the update engine execution failed.
2849
+ */
2850
+ FailureReason?: EngineWorkflowFailureReason;
2851
+ /**
2852
+ * The output of the update engine execution.
2853
+ */
2854
+ Outputs?: RecordOutputs;
2855
+ /**
2856
+ * The idempotency token that identifies the update engine execution.
2857
+ */
2858
+ IdempotencyToken: IdempotencyToken;
2859
+ }
2860
+ export interface NotifyUpdateProvisionedProductEngineWorkflowResultOutput {
2861
+ }
2745
2862
  export type NullableBoolean = boolean;
2746
2863
  export interface OrganizationNode {
2747
2864
  /**
@@ -2856,7 +2973,7 @@ declare namespace ServiceCatalog {
2856
2973
  export type PortfolioShareType = "IMPORTED"|"AWS_SERVICECATALOG"|"AWS_ORGANIZATIONS"|string;
2857
2974
  export interface Principal {
2858
2975
  /**
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.
2976
+ * The ARN of the principal (user, role, or group). This field allows for an ARN with no accountID if the PrincipalType is an IAM_PATTERN.
2860
2977
  */
2861
2978
  PrincipalARN?: PrincipalARN;
2862
2979
  /**
@@ -2869,7 +2986,7 @@ declare namespace ServiceCatalog {
2869
2986
  export type Principals = Principal[];
2870
2987
  export type ProductArn = string;
2871
2988
  export type ProductSource = "ACCOUNT"|string;
2872
- export type ProductType = "CLOUD_FORMATION_TEMPLATE"|"MARKETPLACE"|string;
2989
+ export type ProductType = "CLOUD_FORMATION_TEMPLATE"|"MARKETPLACE"|"DEFAULT_CUSTOM"|"TERRAFORM_OPEN_SOURCE"|string;
2873
2990
  export type ProductViewAggregationType = string;
2874
2991
  export interface ProductViewAggregationValue {
2875
2992
  /**
@@ -2968,7 +3085,7 @@ declare namespace ServiceCatalog {
2968
3085
  export type ProviderName = string;
2969
3086
  export interface ProvisionProductInput {
2970
3087
  /**
2971
- * The language code. en - English (default) jp - Japanese zh - Chinese
3088
+ * The language code. jp - Japanese zh - Chinese
2972
3089
  */
2973
3090
  AcceptLanguage?: AcceptLanguage;
2974
3091
  /**
@@ -3096,11 +3213,11 @@ declare namespace ServiceCatalog {
3096
3213
  */
3097
3214
  ProvisioningArtifactName?: ProvisioningArtifactName;
3098
3215
  /**
3099
- * The Amazon Resource Name (ARN) of the IAM user.
3216
+ * The Amazon Resource Name (ARN) of the user.
3100
3217
  */
3101
3218
  UserArn?: UserArn;
3102
3219
  /**
3103
- * The ARN of the IAM user in the session. This ARN might contain a session ID.
3220
+ * The ARN of the user in the session. This ARN might contain a session ID.
3104
3221
  */
3105
3222
  UserArnSession?: UserArnSession;
3106
3223
  }
@@ -3428,7 +3545,7 @@ declare namespace ServiceCatalog {
3428
3545
  */
3429
3546
  ProvisioningArtifactMetadata?: ProvisioningArtifactInfo;
3430
3547
  }
3431
- export type ProvisioningArtifactType = "CLOUD_FORMATION_TEMPLATE"|"MARKETPLACE_AMI"|"MARKETPLACE_CAR"|string;
3548
+ export type ProvisioningArtifactType = "CLOUD_FORMATION_TEMPLATE"|"MARKETPLACE_AMI"|"MARKETPLACE_CAR"|"DEFAULT_CUSTOM"|"TERRAFORM_OPEN_SOURCE"|string;
3432
3549
  export interface ProvisioningArtifactView {
3433
3550
  /**
3434
3551
  * Summary information about a product view.
@@ -3581,7 +3698,7 @@ declare namespace ServiceCatalog {
3581
3698
  export type Region = string;
3582
3699
  export interface RejectPortfolioShareInput {
3583
3700
  /**
3584
- * The language code. en - English (default) jp - Japanese zh - Chinese
3701
+ * The language code. jp - Japanese zh - Chinese
3585
3702
  */
3586
3703
  AcceptLanguage?: AcceptLanguage;
3587
3704
  /**
@@ -3696,7 +3813,7 @@ declare namespace ServiceCatalog {
3696
3813
  export type RoleArn = string;
3697
3814
  export interface ScanProvisionedProductsInput {
3698
3815
  /**
3699
- * The language code. en - English (default) jp - Japanese zh - Chinese
3816
+ * The language code. jp - Japanese zh - Chinese
3700
3817
  */
3701
3818
  AcceptLanguage?: AcceptLanguage;
3702
3819
  /**
@@ -3727,7 +3844,7 @@ declare namespace ServiceCatalog {
3727
3844
  export type SearchFilterValue = string;
3728
3845
  export interface SearchProductsAsAdminInput {
3729
3846
  /**
3730
- * The language code. en - English (default) jp - Japanese zh - Chinese
3847
+ * The language code. jp - Japanese zh - Chinese
3731
3848
  */
3732
3849
  AcceptLanguage?: AcceptLanguage;
3733
3850
  /**
@@ -3771,7 +3888,7 @@ declare namespace ServiceCatalog {
3771
3888
  }
3772
3889
  export interface SearchProductsInput {
3773
3890
  /**
3774
- * The language code. en - English (default) jp - Japanese zh - Chinese
3891
+ * The language code. jp - Japanese zh - Chinese
3775
3892
  */
3776
3893
  AcceptLanguage?: AcceptLanguage;
3777
3894
  /**
@@ -3811,7 +3928,7 @@ declare namespace ServiceCatalog {
3811
3928
  }
3812
3929
  export interface SearchProvisionedProductsInput {
3813
3930
  /**
3814
- * The language code. en - English (default) jp - Japanese zh - Chinese
3931
+ * The language code. jp - Japanese zh - Chinese
3815
3932
  */
3816
3933
  AcceptLanguage?: AcceptLanguage;
3817
3934
  /**
@@ -3868,7 +3985,7 @@ declare namespace ServiceCatalog {
3868
3985
  */
3869
3986
  ProvisioningArtifactId: Id;
3870
3987
  }
3871
- export type ServiceActionAssociationErrorCode = "DUPLICATE_RESOURCE"|"INTERNAL_FAILURE"|"LIMIT_EXCEEDED"|"RESOURCE_NOT_FOUND"|"THROTTLING"|string;
3988
+ export type ServiceActionAssociationErrorCode = "DUPLICATE_RESOURCE"|"INTERNAL_FAILURE"|"LIMIT_EXCEEDED"|"RESOURCE_NOT_FOUND"|"THROTTLING"|"INVALID_PARAMETER"|string;
3872
3989
  export type ServiceActionAssociationErrorMessage = string;
3873
3990
  export type ServiceActionAssociations = ServiceActionAssociation[];
3874
3991
  export type ServiceActionDefinitionKey = "Name"|"Version"|"AssumeRole"|"Parameters"|string;
@@ -4070,7 +4187,7 @@ declare namespace ServiceCatalog {
4070
4187
  */
4071
4188
  IgnoreErrors?: IgnoreErrors;
4072
4189
  /**
4073
- * The language code. en - English (default) jp - Japanese zh - Chinese
4190
+ * The language code. jp - Japanese zh - Chinese
4074
4191
  */
4075
4192
  AcceptLanguage?: AcceptLanguage;
4076
4193
  /**
@@ -4085,9 +4202,21 @@ declare namespace ServiceCatalog {
4085
4202
  RecordDetail?: RecordDetail;
4086
4203
  }
4087
4204
  export type TotalResultsCount = number;
4205
+ export type UniqueTagKey = string;
4206
+ export interface UniqueTagResourceIdentifier {
4207
+ /**
4208
+ * A unique key that's attached to a resource.
4209
+ */
4210
+ Key?: UniqueTagKey;
4211
+ /**
4212
+ * A unique value that's attached to a resource.
4213
+ */
4214
+ Value?: UniqueTagValue;
4215
+ }
4216
+ export type UniqueTagValue = string;
4088
4217
  export interface UpdateConstraintInput {
4089
4218
  /**
4090
- * The language code. en - English (default) jp - Japanese zh - Chinese
4219
+ * The language code. jp - Japanese zh - Chinese
4091
4220
  */
4092
4221
  AcceptLanguage?: AcceptLanguage;
4093
4222
  /**
@@ -4119,7 +4248,7 @@ declare namespace ServiceCatalog {
4119
4248
  }
4120
4249
  export interface UpdatePortfolioInput {
4121
4250
  /**
4122
- * The language code. en - English (default) jp - Japanese zh - Chinese
4251
+ * The language code. jp - Japanese zh - Chinese
4123
4252
  */
4124
4253
  AcceptLanguage?: AcceptLanguage;
4125
4254
  /**
@@ -4159,7 +4288,7 @@ declare namespace ServiceCatalog {
4159
4288
  }
4160
4289
  export interface UpdatePortfolioShareInput {
4161
4290
  /**
4162
- * The language code. en - English (default) jp - Japanese zh - Chinese
4291
+ * The language code. jp - Japanese zh - Chinese
4163
4292
  */
4164
4293
  AcceptLanguage?: AcceptLanguage;
4165
4294
  /**
@@ -4192,7 +4321,7 @@ declare namespace ServiceCatalog {
4192
4321
  }
4193
4322
  export interface UpdateProductInput {
4194
4323
  /**
4195
- * The language code. en - English (default) jp - Japanese zh - Chinese
4324
+ * The language code. jp - Japanese zh - Chinese
4196
4325
  */
4197
4326
  AcceptLanguage?: AcceptLanguage;
4198
4327
  /**
@@ -4252,7 +4381,7 @@ declare namespace ServiceCatalog {
4252
4381
  }
4253
4382
  export interface UpdateProvisionedProductInput {
4254
4383
  /**
4255
- * The language code. en - English (default) jp - Japanese zh - Chinese
4384
+ * The language code. jp - Japanese zh - Chinese
4256
4385
  */
4257
4386
  AcceptLanguage?: AcceptLanguage;
4258
4387
  /**
@@ -4312,7 +4441,7 @@ declare namespace ServiceCatalog {
4312
4441
  }
4313
4442
  export interface UpdateProvisionedProductPropertiesInput {
4314
4443
  /**
4315
- * The language code. en - English (default) jp - Japanese zh - Chinese
4444
+ * The language code. jp - Japanese zh - Chinese
4316
4445
  */
4317
4446
  AcceptLanguage?: AcceptLanguage;
4318
4447
  /**
@@ -4320,7 +4449,7 @@ declare namespace ServiceCatalog {
4320
4449
  */
4321
4450
  ProvisionedProductId: Id;
4322
4451
  /**
4323
- * A map that contains the provisioned product properties to be updated. The LAUNCH_ROLE key accepts role ARNs. This key allows an administrator to call UpdateProvisionedProductProperties to update the launch role that is associated with a provisioned product. This role is used when an end user calls a provisioning operation such as UpdateProvisionedProduct, TerminateProvisionedProduct, or ExecuteProvisionedProductServiceAction. Only a role ARN is valid. A user ARN is invalid. The OWNER key accepts IAM user ARNs, IAM role ARNs, and STS assumed-role ARNs. The owner is the user that has permission to see, update, terminate, and execute service actions in the provisioned product. The administrator can change the owner of a provisioned product to another IAM or STS entity within the same account. Both end user owners and administrators can see ownership history of the provisioned product using the ListRecordHistory API. The new owner can describe all past records for the provisioned product using the DescribeRecord API. The previous owner can no longer use DescribeRecord, but can still see the product's history from when he was an owner using ListRecordHistory. If a provisioned product ownership is assigned to an end user, they can see and perform any action through the API or Service Catalog console such as update, terminate, and execute service actions. 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 API or the Service Catalog console on that provisioned product.
4452
+ * A map that contains the provisioned product properties to be updated. The LAUNCH_ROLE key accepts role ARNs. This key allows an administrator to call UpdateProvisionedProductProperties to update the launch role that is associated with a provisioned product. This role is used when an end user calls a provisioning operation such as UpdateProvisionedProduct, TerminateProvisionedProduct, or ExecuteProvisionedProductServiceAction. Only a role ARN is valid. A user ARN is invalid. The OWNER key accepts user ARNs, IAM role ARNs, and STS assumed-role ARNs. The owner is the user that has permission to see, update, terminate, and execute service actions in the provisioned product. The administrator can change the owner of a provisioned product to another IAM or STS entity within the same account. Both end user owners and administrators can see ownership history of the provisioned product using the ListRecordHistory API. The new owner can describe all past records for the provisioned product using the DescribeRecord API. The previous owner can no longer use DescribeRecord, but can still see the product's history from when he was an owner using ListRecordHistory. If a provisioned product ownership is assigned to an end user, they can see and perform any action through the API or Service Catalog console such as update, terminate, and execute service actions. 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 API or the Service Catalog console on that provisioned product.
4324
4453
  */
4325
4454
  ProvisionedProductProperties: ProvisionedProductProperties;
4326
4455
  /**
@@ -4348,7 +4477,7 @@ declare namespace ServiceCatalog {
4348
4477
  }
4349
4478
  export interface UpdateProvisioningArtifactInput {
4350
4479
  /**
4351
- * The language code. en - English (default) jp - Japanese zh - Chinese
4480
+ * The language code. jp - Japanese zh - Chinese
4352
4481
  */
4353
4482
  AcceptLanguage?: AcceptLanguage;
4354
4483
  /**
@@ -4453,7 +4582,7 @@ declare namespace ServiceCatalog {
4453
4582
  */
4454
4583
  Description?: ServiceActionDescription;
4455
4584
  /**
4456
- * The language code. en - English (default) jp - Japanese zh - Chinese
4585
+ * The language code. jp - Japanese zh - Chinese
4457
4586
  */
4458
4587
  AcceptLanguage?: AcceptLanguage;
4459
4588
  }