aws-sdk-servicecatalog 1.74.0 → 1.76.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,15 +10,6 @@
10
10
  module Aws::ServiceCatalog
11
11
  module Types
12
12
 
13
- # @note When making an API call, you may pass AcceptPortfolioShareInput
14
- # data as a hash:
15
- #
16
- # {
17
- # accept_language: "AcceptLanguage",
18
- # portfolio_id: "Id", # required
19
- # portfolio_share_type: "IMPORTED", # accepts IMPORTED, AWS_SERVICECATALOG, AWS_ORGANIZATIONS
20
- # }
21
- #
22
13
  # @!attribute [rw] accept_language
23
14
  # The language code.
24
15
  #
@@ -66,14 +57,6 @@ module Aws::ServiceCatalog
66
57
 
67
58
  # The access level to use to filter results.
68
59
  #
69
- # @note When making an API call, you may pass AccessLevelFilter
70
- # data as a hash:
71
- #
72
- # {
73
- # key: "Account", # accepts Account, Role, User
74
- # value: "AccessLevelFilterValue",
75
- # }
76
- #
77
60
  # @!attribute [rw] key
78
61
  # The access level.
79
62
  #
@@ -99,14 +82,6 @@ module Aws::ServiceCatalog
99
82
  include Aws::Structure
100
83
  end
101
84
 
102
- # @note When making an API call, you may pass AssociateBudgetWithResourceInput
103
- # data as a hash:
104
- #
105
- # {
106
- # budget_name: "BudgetName", # required
107
- # resource_id: "Id", # required
108
- # }
109
- #
110
85
  # @!attribute [rw] budget_name
111
86
  # The name of the budget you want to associate.
112
87
  # @return [String]
@@ -128,16 +103,6 @@ module Aws::ServiceCatalog
128
103
  #
129
104
  class AssociateBudgetWithResourceOutput < Aws::EmptyStructure; end
130
105
 
131
- # @note When making an API call, you may pass AssociatePrincipalWithPortfolioInput
132
- # data as a hash:
133
- #
134
- # {
135
- # accept_language: "AcceptLanguage",
136
- # portfolio_id: "Id", # required
137
- # principal_arn: "PrincipalARN", # required
138
- # principal_type: "IAM", # required, accepts IAM, IAM_PATTERN
139
- # }
140
- #
141
106
  # @!attribute [rw] accept_language
142
107
  # The language code.
143
108
  #
@@ -183,16 +148,6 @@ module Aws::ServiceCatalog
183
148
  #
184
149
  class AssociatePrincipalWithPortfolioOutput < Aws::EmptyStructure; end
185
150
 
186
- # @note When making an API call, you may pass AssociateProductWithPortfolioInput
187
- # data as a hash:
188
- #
189
- # {
190
- # accept_language: "AcceptLanguage",
191
- # product_id: "Id", # required
192
- # portfolio_id: "Id", # required
193
- # source_portfolio_id: "Id",
194
- # }
195
- #
196
151
  # @!attribute [rw] accept_language
197
152
  # The language code.
198
153
  #
@@ -230,16 +185,6 @@ module Aws::ServiceCatalog
230
185
  #
231
186
  class AssociateProductWithPortfolioOutput < Aws::EmptyStructure; end
232
187
 
233
- # @note When making an API call, you may pass AssociateServiceActionWithProvisioningArtifactInput
234
- # data as a hash:
235
- #
236
- # {
237
- # product_id: "Id", # required
238
- # provisioning_artifact_id: "Id", # required
239
- # service_action_id: "Id", # required
240
- # accept_language: "AcceptLanguage",
241
- # }
242
- #
243
188
  # @!attribute [rw] product_id
244
189
  # The product identifier. For example, `prod-abcdzk7xy33qa`.
245
190
  # @return [String]
@@ -279,14 +224,6 @@ module Aws::ServiceCatalog
279
224
  #
280
225
  class AssociateServiceActionWithProvisioningArtifactOutput < Aws::EmptyStructure; end
281
226
 
282
- # @note When making an API call, you may pass AssociateTagOptionWithResourceInput
283
- # data as a hash:
284
- #
285
- # {
286
- # resource_id: "ResourceId", # required
287
- # tag_option_id: "TagOptionId", # required
288
- # }
289
- #
290
227
  # @!attribute [rw] resource_id
291
228
  # The resource identifier.
292
229
  # @return [String]
@@ -308,20 +245,6 @@ module Aws::ServiceCatalog
308
245
  #
309
246
  class AssociateTagOptionWithResourceOutput < Aws::EmptyStructure; end
310
247
 
311
- # @note When making an API call, you may pass BatchAssociateServiceActionWithProvisioningArtifactInput
312
- # data as a hash:
313
- #
314
- # {
315
- # service_action_associations: [ # required
316
- # {
317
- # service_action_id: "Id", # required
318
- # product_id: "Id", # required
319
- # provisioning_artifact_id: "Id", # required
320
- # },
321
- # ],
322
- # accept_language: "AcceptLanguage",
323
- # }
324
- #
325
248
  # @!attribute [rw] service_action_associations
326
249
  # One or more associations, each consisting of the Action ID, the
327
250
  # Product ID, and the Provisioning Artifact ID.
@@ -359,20 +282,6 @@ module Aws::ServiceCatalog
359
282
  include Aws::Structure
360
283
  end
361
284
 
362
- # @note When making an API call, you may pass BatchDisassociateServiceActionFromProvisioningArtifactInput
363
- # data as a hash:
364
- #
365
- # {
366
- # service_action_associations: [ # required
367
- # {
368
- # service_action_id: "Id", # required
369
- # product_id: "Id", # required
370
- # provisioning_artifact_id: "Id", # required
371
- # },
372
- # ],
373
- # accept_language: "AcceptLanguage",
374
- # }
375
- #
376
285
  # @!attribute [rw] service_action_associations
377
286
  # One or more associations, each consisting of the Action ID, the
378
287
  # Product ID, and the Provisioning Artifact ID.
@@ -440,16 +349,6 @@ module Aws::ServiceCatalog
440
349
 
441
350
  # The subtype containing details about the Codestar connection `Type`.
442
351
  #
443
- # @note When making an API call, you may pass CodeStarParameters
444
- # data as a hash:
445
- #
446
- # {
447
- # connection_arn: "CodeStarConnectionArn", # required
448
- # repository: "Repository", # required
449
- # branch: "RepositoryBranch", # required
450
- # artifact_path: "RepositoryArtifactPath", # required
451
- # }
452
- #
453
352
  # @!attribute [rw] connection_arn
454
353
  # The CodeStar ARN, which is the connection between Service Catalog
455
354
  # and the external repository.
@@ -558,23 +457,6 @@ module Aws::ServiceCatalog
558
457
  include Aws::Structure
559
458
  end
560
459
 
561
- # @note When making an API call, you may pass CopyProductInput
562
- # data as a hash:
563
- #
564
- # {
565
- # accept_language: "AcceptLanguage",
566
- # source_product_arn: "ProductArn", # required
567
- # target_product_id: "Id",
568
- # target_product_name: "ProductViewName",
569
- # source_provisioning_artifact_identifiers: [
570
- # {
571
- # "Id" => "ProvisioningArtifactPropertyValue",
572
- # },
573
- # ],
574
- # copy_options: ["CopyTags"], # accepts CopyTags
575
- # idempotency_token: "IdempotencyToken", # required
576
- # }
577
- #
578
460
  # @!attribute [rw] accept_language
579
461
  # The language code.
580
462
  #
@@ -645,19 +527,6 @@ module Aws::ServiceCatalog
645
527
  include Aws::Structure
646
528
  end
647
529
 
648
- # @note When making an API call, you may pass CreateConstraintInput
649
- # data as a hash:
650
- #
651
- # {
652
- # accept_language: "AcceptLanguage",
653
- # portfolio_id: "Id", # required
654
- # product_id: "Id", # required
655
- # parameters: "ConstraintParameters", # required
656
- # type: "ConstraintType", # required
657
- # description: "ConstraintDescription",
658
- # idempotency_token: "IdempotencyToken", # required
659
- # }
660
- #
661
530
  # @!attribute [rw] accept_language
662
531
  # The language code.
663
532
  #
@@ -815,23 +684,6 @@ module Aws::ServiceCatalog
815
684
  include Aws::Structure
816
685
  end
817
686
 
818
- # @note When making an API call, you may pass CreatePortfolioInput
819
- # data as a hash:
820
- #
821
- # {
822
- # accept_language: "AcceptLanguage",
823
- # display_name: "PortfolioDisplayName", # required
824
- # description: "PortfolioDescription",
825
- # provider_name: "ProviderName", # required
826
- # tags: [
827
- # {
828
- # key: "TagKey", # required
829
- # value: "TagValue", # required
830
- # },
831
- # ],
832
- # idempotency_token: "IdempotencyToken", # required
833
- # }
834
- #
835
687
  # @!attribute [rw] accept_language
836
688
  # The language code.
837
689
  #
@@ -897,21 +749,6 @@ module Aws::ServiceCatalog
897
749
  include Aws::Structure
898
750
  end
899
751
 
900
- # @note When making an API call, you may pass CreatePortfolioShareInput
901
- # data as a hash:
902
- #
903
- # {
904
- # accept_language: "AcceptLanguage",
905
- # portfolio_id: "Id", # required
906
- # account_id: "AccountId",
907
- # organization_node: {
908
- # type: "ORGANIZATION", # accepts ORGANIZATION, ORGANIZATIONAL_UNIT, ACCOUNT
909
- # value: "OrganizationNodeValue",
910
- # },
911
- # share_tag_options: false,
912
- # share_principals: false,
913
- # }
914
- #
915
752
  # @!attribute [rw] accept_language
916
753
  # The language code.
917
754
  #
@@ -984,48 +821,6 @@ module Aws::ServiceCatalog
984
821
  include Aws::Structure
985
822
  end
986
823
 
987
- # @note When making an API call, you may pass CreateProductInput
988
- # data as a hash:
989
- #
990
- # {
991
- # accept_language: "AcceptLanguage",
992
- # name: "ProductViewName", # required
993
- # owner: "ProductViewOwner", # required
994
- # description: "ProductViewShortDescription",
995
- # distributor: "ProductViewOwner",
996
- # support_description: "SupportDescription",
997
- # support_email: "SupportEmail",
998
- # support_url: "SupportUrl",
999
- # product_type: "CLOUD_FORMATION_TEMPLATE", # required, accepts CLOUD_FORMATION_TEMPLATE, MARKETPLACE
1000
- # tags: [
1001
- # {
1002
- # key: "TagKey", # required
1003
- # value: "TagValue", # required
1004
- # },
1005
- # ],
1006
- # provisioning_artifact_parameters: {
1007
- # name: "ProvisioningArtifactName",
1008
- # description: "ProvisioningArtifactDescription",
1009
- # info: {
1010
- # "ProvisioningArtifactInfoKey" => "ProvisioningArtifactInfoValue",
1011
- # },
1012
- # type: "CLOUD_FORMATION_TEMPLATE", # accepts CLOUD_FORMATION_TEMPLATE, MARKETPLACE_AMI, MARKETPLACE_CAR
1013
- # disable_template_validation: false,
1014
- # },
1015
- # idempotency_token: "IdempotencyToken", # required
1016
- # source_connection: {
1017
- # type: "CODESTAR", # accepts CODESTAR
1018
- # connection_parameters: { # required
1019
- # code_star: {
1020
- # connection_arn: "CodeStarConnectionArn", # required
1021
- # repository: "Repository", # required
1022
- # branch: "RepositoryBranch", # required
1023
- # artifact_path: "RepositoryArtifactPath", # required
1024
- # },
1025
- # },
1026
- # },
1027
- # }
1028
- #
1029
824
  # @!attribute [rw] accept_language
1030
825
  # The language code.
1031
826
  #
@@ -1140,34 +935,6 @@ module Aws::ServiceCatalog
1140
935
  include Aws::Structure
1141
936
  end
1142
937
 
1143
- # @note When making an API call, you may pass CreateProvisionedProductPlanInput
1144
- # data as a hash:
1145
- #
1146
- # {
1147
- # accept_language: "AcceptLanguage",
1148
- # plan_name: "ProvisionedProductPlanName", # required
1149
- # plan_type: "CLOUDFORMATION", # required, accepts CLOUDFORMATION
1150
- # notification_arns: ["NotificationArn"],
1151
- # path_id: "Id",
1152
- # product_id: "Id", # required
1153
- # provisioned_product_name: "ProvisionedProductName", # required
1154
- # provisioning_artifact_id: "Id", # required
1155
- # provisioning_parameters: [
1156
- # {
1157
- # key: "ParameterKey",
1158
- # value: "ParameterValue",
1159
- # use_previous_value: false,
1160
- # },
1161
- # ],
1162
- # idempotency_token: "IdempotencyToken", # required
1163
- # tags: [
1164
- # {
1165
- # key: "TagKey", # required
1166
- # value: "TagValue", # required
1167
- # },
1168
- # ],
1169
- # }
1170
- #
1171
938
  # @!attribute [rw] accept_language
1172
939
  # The language code.
1173
940
  #
@@ -1284,24 +1051,6 @@ module Aws::ServiceCatalog
1284
1051
  include Aws::Structure
1285
1052
  end
1286
1053
 
1287
- # @note When making an API call, you may pass CreateProvisioningArtifactInput
1288
- # data as a hash:
1289
- #
1290
- # {
1291
- # accept_language: "AcceptLanguage",
1292
- # product_id: "Id", # required
1293
- # parameters: { # required
1294
- # name: "ProvisioningArtifactName",
1295
- # description: "ProvisioningArtifactDescription",
1296
- # info: {
1297
- # "ProvisioningArtifactInfoKey" => "ProvisioningArtifactInfoValue",
1298
- # },
1299
- # type: "CLOUD_FORMATION_TEMPLATE", # accepts CLOUD_FORMATION_TEMPLATE, MARKETPLACE_AMI, MARKETPLACE_CAR
1300
- # disable_template_validation: false,
1301
- # },
1302
- # idempotency_token: "IdempotencyToken", # required
1303
- # }
1304
- #
1305
1054
  # @!attribute [rw] accept_language
1306
1055
  # The language code.
1307
1056
  #
@@ -1377,20 +1126,6 @@ module Aws::ServiceCatalog
1377
1126
  include Aws::Structure
1378
1127
  end
1379
1128
 
1380
- # @note When making an API call, you may pass CreateServiceActionInput
1381
- # data as a hash:
1382
- #
1383
- # {
1384
- # name: "ServiceActionName", # required
1385
- # definition_type: "SSM_AUTOMATION", # required, accepts SSM_AUTOMATION
1386
- # definition: { # required
1387
- # "Name" => "ServiceActionDefinitionValue",
1388
- # },
1389
- # description: "ServiceActionDescription",
1390
- # accept_language: "AcceptLanguage",
1391
- # idempotency_token: "IdempotencyToken", # required
1392
- # }
1393
- #
1394
1129
  # @!attribute [rw] name
1395
1130
  # The self-service action name.
1396
1131
  # @return [String]
@@ -1480,14 +1215,6 @@ module Aws::ServiceCatalog
1480
1215
  include Aws::Structure
1481
1216
  end
1482
1217
 
1483
- # @note When making an API call, you may pass CreateTagOptionInput
1484
- # data as a hash:
1485
- #
1486
- # {
1487
- # key: "TagOptionKey", # required
1488
- # value: "TagOptionValue", # required
1489
- # }
1490
- #
1491
1218
  # @!attribute [rw] key
1492
1219
  # The TagOption key.
1493
1220
  # @return [String]
@@ -1517,14 +1244,6 @@ module Aws::ServiceCatalog
1517
1244
  include Aws::Structure
1518
1245
  end
1519
1246
 
1520
- # @note When making an API call, you may pass DeleteConstraintInput
1521
- # data as a hash:
1522
- #
1523
- # {
1524
- # accept_language: "AcceptLanguage",
1525
- # id: "Id", # required
1526
- # }
1527
- #
1528
1247
  # @!attribute [rw] accept_language
1529
1248
  # The language code.
1530
1249
  #
@@ -1552,14 +1271,6 @@ module Aws::ServiceCatalog
1552
1271
  #
1553
1272
  class DeleteConstraintOutput < Aws::EmptyStructure; end
1554
1273
 
1555
- # @note When making an API call, you may pass DeletePortfolioInput
1556
- # data as a hash:
1557
- #
1558
- # {
1559
- # accept_language: "AcceptLanguage",
1560
- # id: "Id", # required
1561
- # }
1562
- #
1563
1274
  # @!attribute [rw] accept_language
1564
1275
  # The language code.
1565
1276
  #
@@ -1587,19 +1298,6 @@ module Aws::ServiceCatalog
1587
1298
  #
1588
1299
  class DeletePortfolioOutput < Aws::EmptyStructure; end
1589
1300
 
1590
- # @note When making an API call, you may pass DeletePortfolioShareInput
1591
- # data as a hash:
1592
- #
1593
- # {
1594
- # accept_language: "AcceptLanguage",
1595
- # portfolio_id: "Id", # required
1596
- # account_id: "AccountId",
1597
- # organization_node: {
1598
- # type: "ORGANIZATION", # accepts ORGANIZATION, ORGANIZATIONAL_UNIT, ACCOUNT
1599
- # value: "OrganizationNodeValue",
1600
- # },
1601
- # }
1602
- #
1603
1301
  # @!attribute [rw] accept_language
1604
1302
  # The language code.
1605
1303
  #
@@ -1646,14 +1344,6 @@ module Aws::ServiceCatalog
1646
1344
  include Aws::Structure
1647
1345
  end
1648
1346
 
1649
- # @note When making an API call, you may pass DeleteProductInput
1650
- # data as a hash:
1651
- #
1652
- # {
1653
- # accept_language: "AcceptLanguage",
1654
- # id: "Id", # required
1655
- # }
1656
- #
1657
1347
  # @!attribute [rw] accept_language
1658
1348
  # The language code.
1659
1349
  #
@@ -1681,15 +1371,6 @@ module Aws::ServiceCatalog
1681
1371
  #
1682
1372
  class DeleteProductOutput < Aws::EmptyStructure; end
1683
1373
 
1684
- # @note When making an API call, you may pass DeleteProvisionedProductPlanInput
1685
- # data as a hash:
1686
- #
1687
- # {
1688
- # accept_language: "AcceptLanguage",
1689
- # plan_id: "Id", # required
1690
- # ignore_errors: false,
1691
- # }
1692
- #
1693
1374
  # @!attribute [rw] accept_language
1694
1375
  # The language code.
1695
1376
  #
@@ -1724,15 +1405,6 @@ module Aws::ServiceCatalog
1724
1405
  #
1725
1406
  class DeleteProvisionedProductPlanOutput < Aws::EmptyStructure; end
1726
1407
 
1727
- # @note When making an API call, you may pass DeleteProvisioningArtifactInput
1728
- # data as a hash:
1729
- #
1730
- # {
1731
- # accept_language: "AcceptLanguage",
1732
- # product_id: "Id", # required
1733
- # provisioning_artifact_id: "Id", # required
1734
- # }
1735
- #
1736
1408
  # @!attribute [rw] accept_language
1737
1409
  # The language code.
1738
1410
  #
@@ -1765,14 +1437,6 @@ module Aws::ServiceCatalog
1765
1437
  #
1766
1438
  class DeleteProvisioningArtifactOutput < Aws::EmptyStructure; end
1767
1439
 
1768
- # @note When making an API call, you may pass DeleteServiceActionInput
1769
- # data as a hash:
1770
- #
1771
- # {
1772
- # id: "Id", # required
1773
- # accept_language: "AcceptLanguage",
1774
- # }
1775
- #
1776
1440
  # @!attribute [rw] id
1777
1441
  # The self-service action identifier. For example,
1778
1442
  # `act-fs7abcd89wxyz`.
@@ -1801,13 +1465,6 @@ module Aws::ServiceCatalog
1801
1465
  #
1802
1466
  class DeleteServiceActionOutput < Aws::EmptyStructure; end
1803
1467
 
1804
- # @note When making an API call, you may pass DeleteTagOptionInput
1805
- # data as a hash:
1806
- #
1807
- # {
1808
- # id: "TagOptionId", # required
1809
- # }
1810
- #
1811
1468
  # @!attribute [rw] id
1812
1469
  # The TagOption identifier.
1813
1470
  # @return [String]
@@ -1824,14 +1481,6 @@ module Aws::ServiceCatalog
1824
1481
  #
1825
1482
  class DeleteTagOptionOutput < Aws::EmptyStructure; end
1826
1483
 
1827
- # @note When making an API call, you may pass DescribeConstraintInput
1828
- # data as a hash:
1829
- #
1830
- # {
1831
- # accept_language: "AcceptLanguage",
1832
- # id: "Id", # required
1833
- # }
1834
- #
1835
1484
  # @!attribute [rw] accept_language
1836
1485
  # The language code.
1837
1486
  #
@@ -1877,14 +1526,6 @@ module Aws::ServiceCatalog
1877
1526
  include Aws::Structure
1878
1527
  end
1879
1528
 
1880
- # @note When making an API call, you may pass DescribeCopyProductStatusInput
1881
- # data as a hash:
1882
- #
1883
- # {
1884
- # accept_language: "AcceptLanguage",
1885
- # copy_product_token: "Id", # required
1886
- # }
1887
- #
1888
1529
  # @!attribute [rw] accept_language
1889
1530
  # The language code.
1890
1531
  #
@@ -1931,14 +1572,6 @@ module Aws::ServiceCatalog
1931
1572
  include Aws::Structure
1932
1573
  end
1933
1574
 
1934
- # @note When making an API call, you may pass DescribePortfolioInput
1935
- # data as a hash:
1936
- #
1937
- # {
1938
- # accept_language: "AcceptLanguage",
1939
- # id: "Id", # required
1940
- # }
1941
- #
1942
1575
  # @!attribute [rw] accept_language
1943
1576
  # The language code.
1944
1577
  #
@@ -1989,13 +1622,6 @@ module Aws::ServiceCatalog
1989
1622
  include Aws::Structure
1990
1623
  end
1991
1624
 
1992
- # @note When making an API call, you may pass DescribePortfolioShareStatusInput
1993
- # data as a hash:
1994
- #
1995
- # {
1996
- # portfolio_share_token: "Id", # required
1997
- # }
1998
- #
1999
1625
  # @!attribute [rw] portfolio_share_token
2000
1626
  # The token for the portfolio share operation. This token is returned
2001
1627
  # either by CreatePortfolioShare or by DeletePortfolioShare.
@@ -2043,16 +1669,6 @@ module Aws::ServiceCatalog
2043
1669
  include Aws::Structure
2044
1670
  end
2045
1671
 
2046
- # @note When making an API call, you may pass DescribePortfolioSharesInput
2047
- # data as a hash:
2048
- #
2049
- # {
2050
- # portfolio_id: "Id", # required
2051
- # type: "ACCOUNT", # required, accepts ACCOUNT, ORGANIZATION, ORGANIZATIONAL_UNIT, ORGANIZATION_MEMBER_ACCOUNT
2052
- # page_token: "PageToken",
2053
- # page_size: 1,
2054
- # }
2055
- #
2056
1672
  # @!attribute [rw] portfolio_id
2057
1673
  # The unique identifier of the portfolio for which shares will be
2058
1674
  # retrieved.
@@ -2113,16 +1729,6 @@ module Aws::ServiceCatalog
2113
1729
  include Aws::Structure
2114
1730
  end
2115
1731
 
2116
- # @note When making an API call, you may pass DescribeProductAsAdminInput
2117
- # data as a hash:
2118
- #
2119
- # {
2120
- # accept_language: "AcceptLanguage",
2121
- # id: "Id",
2122
- # name: "ProductViewName",
2123
- # source_portfolio_id: "Id",
2124
- # }
2125
- #
2126
1732
  # @!attribute [rw] accept_language
2127
1733
  # The language code.
2128
1734
  #
@@ -2196,15 +1802,6 @@ module Aws::ServiceCatalog
2196
1802
  include Aws::Structure
2197
1803
  end
2198
1804
 
2199
- # @note When making an API call, you may pass DescribeProductInput
2200
- # data as a hash:
2201
- #
2202
- # {
2203
- # accept_language: "AcceptLanguage",
2204
- # id: "Id",
2205
- # name: "ProductViewName",
2206
- # }
2207
- #
2208
1805
  # @!attribute [rw] accept_language
2209
1806
  # The language code.
2210
1807
  #
@@ -2261,14 +1858,6 @@ module Aws::ServiceCatalog
2261
1858
  include Aws::Structure
2262
1859
  end
2263
1860
 
2264
- # @note When making an API call, you may pass DescribeProductViewInput
2265
- # data as a hash:
2266
- #
2267
- # {
2268
- # accept_language: "AcceptLanguage",
2269
- # id: "Id", # required
2270
- # }
2271
- #
2272
1861
  # @!attribute [rw] accept_language
2273
1862
  # The language code.
2274
1863
  #
@@ -2315,15 +1904,6 @@ module Aws::ServiceCatalog
2315
1904
  # provisioned product identifier. Customers must provide either Id or
2316
1905
  # Name.
2317
1906
  #
2318
- # @note When making an API call, you may pass DescribeProvisionedProductInput
2319
- # data as a hash:
2320
- #
2321
- # {
2322
- # accept_language: "AcceptLanguage",
2323
- # id: "Id",
2324
- # name: "ProvisionedProductName",
2325
- # }
2326
- #
2327
1907
  # @!attribute [rw] accept_language
2328
1908
  # The language code.
2329
1909
  #
@@ -2378,16 +1958,6 @@ module Aws::ServiceCatalog
2378
1958
  include Aws::Structure
2379
1959
  end
2380
1960
 
2381
- # @note When making an API call, you may pass DescribeProvisionedProductPlanInput
2382
- # data as a hash:
2383
- #
2384
- # {
2385
- # accept_language: "AcceptLanguage",
2386
- # plan_id: "Id", # required
2387
- # page_size: 1,
2388
- # page_token: "PageToken",
2389
- # }
2390
- #
2391
1961
  # @!attribute [rw] accept_language
2392
1962
  # The language code.
2393
1963
  #
@@ -2446,18 +2016,6 @@ module Aws::ServiceCatalog
2446
2016
  include Aws::Structure
2447
2017
  end
2448
2018
 
2449
- # @note When making an API call, you may pass DescribeProvisioningArtifactInput
2450
- # data as a hash:
2451
- #
2452
- # {
2453
- # accept_language: "AcceptLanguage",
2454
- # provisioning_artifact_id: "Id",
2455
- # product_id: "Id",
2456
- # provisioning_artifact_name: "ProvisioningArtifactName",
2457
- # product_name: "ProductViewName",
2458
- # verbose: false,
2459
- # }
2460
- #
2461
2019
  # @!attribute [rw] accept_language
2462
2020
  # The language code.
2463
2021
  #
@@ -2524,19 +2082,6 @@ module Aws::ServiceCatalog
2524
2082
  include Aws::Structure
2525
2083
  end
2526
2084
 
2527
- # @note When making an API call, you may pass DescribeProvisioningParametersInput
2528
- # data as a hash:
2529
- #
2530
- # {
2531
- # accept_language: "AcceptLanguage",
2532
- # product_id: "Id",
2533
- # product_name: "ProductViewName",
2534
- # provisioning_artifact_id: "Id",
2535
- # provisioning_artifact_name: "ProvisioningArtifactName",
2536
- # path_id: "Id",
2537
- # path_name: "PortfolioDisplayName",
2538
- # }
2539
- #
2540
2085
  # @!attribute [rw] accept_language
2541
2086
  # The language code.
2542
2087
  #
@@ -2639,16 +2184,6 @@ module Aws::ServiceCatalog
2639
2184
  include Aws::Structure
2640
2185
  end
2641
2186
 
2642
- # @note When making an API call, you may pass DescribeRecordInput
2643
- # data as a hash:
2644
- #
2645
- # {
2646
- # accept_language: "AcceptLanguage",
2647
- # id: "Id", # required
2648
- # page_token: "PageToken",
2649
- # page_size: 1,
2650
- # }
2651
- #
2652
2187
  # @!attribute [rw] accept_language
2653
2188
  # The language code.
2654
2189
  #
@@ -2709,15 +2244,6 @@ module Aws::ServiceCatalog
2709
2244
  include Aws::Structure
2710
2245
  end
2711
2246
 
2712
- # @note When making an API call, you may pass DescribeServiceActionExecutionParametersInput
2713
- # data as a hash:
2714
- #
2715
- # {
2716
- # provisioned_product_id: "Id", # required
2717
- # service_action_id: "Id", # required
2718
- # accept_language: "AcceptLanguage",
2719
- # }
2720
- #
2721
2247
  # @!attribute [rw] provisioned_product_id
2722
2248
  # The identifier of the provisioned product.
2723
2249
  # @return [String]
@@ -2758,14 +2284,6 @@ module Aws::ServiceCatalog
2758
2284
  include Aws::Structure
2759
2285
  end
2760
2286
 
2761
- # @note When making an API call, you may pass DescribeServiceActionInput
2762
- # data as a hash:
2763
- #
2764
- # {
2765
- # id: "Id", # required
2766
- # accept_language: "AcceptLanguage",
2767
- # }
2768
- #
2769
2287
  # @!attribute [rw] id
2770
2288
  # The self-service action identifier.
2771
2289
  # @return [String]
@@ -2801,13 +2319,6 @@ module Aws::ServiceCatalog
2801
2319
  include Aws::Structure
2802
2320
  end
2803
2321
 
2804
- # @note When making an API call, you may pass DescribeTagOptionInput
2805
- # data as a hash:
2806
- #
2807
- # {
2808
- # id: "TagOptionId", # required
2809
- # }
2810
- #
2811
2322
  # @!attribute [rw] id
2812
2323
  # The TagOption identifier.
2813
2324
  # @return [String]
@@ -2842,14 +2353,6 @@ module Aws::ServiceCatalog
2842
2353
  #
2843
2354
  class DisableAWSOrganizationsAccessOutput < Aws::EmptyStructure; end
2844
2355
 
2845
- # @note When making an API call, you may pass DisassociateBudgetFromResourceInput
2846
- # data as a hash:
2847
- #
2848
- # {
2849
- # budget_name: "BudgetName", # required
2850
- # resource_id: "Id", # required
2851
- # }
2852
- #
2853
2356
  # @!attribute [rw] budget_name
2854
2357
  # The name of the budget you want to disassociate.
2855
2358
  # @return [String]
@@ -2872,16 +2375,6 @@ module Aws::ServiceCatalog
2872
2375
  #
2873
2376
  class DisassociateBudgetFromResourceOutput < Aws::EmptyStructure; end
2874
2377
 
2875
- # @note When making an API call, you may pass DisassociatePrincipalFromPortfolioInput
2876
- # data as a hash:
2877
- #
2878
- # {
2879
- # accept_language: "AcceptLanguage",
2880
- # portfolio_id: "Id", # required
2881
- # principal_arn: "PrincipalARN", # required
2882
- # principal_type: "IAM", # accepts IAM, IAM_PATTERN
2883
- # }
2884
- #
2885
2378
  # @!attribute [rw] accept_language
2886
2379
  # The language code.
2887
2380
  #
@@ -2922,15 +2415,6 @@ module Aws::ServiceCatalog
2922
2415
  #
2923
2416
  class DisassociatePrincipalFromPortfolioOutput < Aws::EmptyStructure; end
2924
2417
 
2925
- # @note When making an API call, you may pass DisassociateProductFromPortfolioInput
2926
- # data as a hash:
2927
- #
2928
- # {
2929
- # accept_language: "AcceptLanguage",
2930
- # product_id: "Id", # required
2931
- # portfolio_id: "Id", # required
2932
- # }
2933
- #
2934
2418
  # @!attribute [rw] accept_language
2935
2419
  # The language code.
2936
2420
  #
@@ -2963,16 +2447,6 @@ module Aws::ServiceCatalog
2963
2447
  #
2964
2448
  class DisassociateProductFromPortfolioOutput < Aws::EmptyStructure; end
2965
2449
 
2966
- # @note When making an API call, you may pass DisassociateServiceActionFromProvisioningArtifactInput
2967
- # data as a hash:
2968
- #
2969
- # {
2970
- # product_id: "Id", # required
2971
- # provisioning_artifact_id: "Id", # required
2972
- # service_action_id: "Id", # required
2973
- # accept_language: "AcceptLanguage",
2974
- # }
2975
- #
2976
2450
  # @!attribute [rw] product_id
2977
2451
  # The product identifier. For example, `prod-abcdzk7xy33qa`.
2978
2452
  # @return [String]
@@ -3012,14 +2486,6 @@ module Aws::ServiceCatalog
3012
2486
  #
3013
2487
  class DisassociateServiceActionFromProvisioningArtifactOutput < Aws::EmptyStructure; end
3014
2488
 
3015
- # @note When making an API call, you may pass DisassociateTagOptionFromResourceInput
3016
- # data as a hash:
3017
- #
3018
- # {
3019
- # resource_id: "ResourceId", # required
3020
- # tag_option_id: "TagOptionId", # required
3021
- # }
3022
- #
3023
2489
  # @!attribute [rw] resource_id
3024
2490
  # The resource identifier.
3025
2491
  # @return [String]
@@ -3057,15 +2523,6 @@ module Aws::ServiceCatalog
3057
2523
  #
3058
2524
  class EnableAWSOrganizationsAccessOutput < Aws::EmptyStructure; end
3059
2525
 
3060
- # @note When making an API call, you may pass ExecuteProvisionedProductPlanInput
3061
- # data as a hash:
3062
- #
3063
- # {
3064
- # accept_language: "AcceptLanguage",
3065
- # plan_id: "Id", # required
3066
- # idempotency_token: "IdempotencyToken", # required
3067
- # }
3068
- #
3069
2526
  # @!attribute [rw] accept_language
3070
2527
  # The language code.
3071
2528
  #
@@ -3111,19 +2568,6 @@ module Aws::ServiceCatalog
3111
2568
  include Aws::Structure
3112
2569
  end
3113
2570
 
3114
- # @note When making an API call, you may pass ExecuteProvisionedProductServiceActionInput
3115
- # data as a hash:
3116
- #
3117
- # {
3118
- # provisioned_product_id: "Id", # required
3119
- # service_action_id: "Id", # required
3120
- # execute_token: "IdempotencyToken", # required
3121
- # accept_language: "AcceptLanguage",
3122
- # parameters: {
3123
- # "ExecutionParameterKey" => ["ExecutionParameterValue"],
3124
- # },
3125
- # }
3126
- #
3127
2571
  # @!attribute [rw] provisioned_product_id
3128
2572
  # The identifier of the provisioned product.
3129
2573
  # @return [String]
@@ -3265,18 +2709,6 @@ module Aws::ServiceCatalog
3265
2709
  include Aws::Structure
3266
2710
  end
3267
2711
 
3268
- # @note When making an API call, you may pass GetProvisionedProductOutputsInput
3269
- # data as a hash:
3270
- #
3271
- # {
3272
- # accept_language: "AcceptLanguage",
3273
- # provisioned_product_id: "Id",
3274
- # provisioned_product_name: "ProvisionedProductName",
3275
- # output_keys: ["OutputKey"],
3276
- # page_size: 1,
3277
- # page_token: "PageToken",
3278
- # }
3279
- #
3280
2712
  # @!attribute [rw] accept_language
3281
2713
  # The language code.
3282
2714
  #
@@ -3344,18 +2776,6 @@ module Aws::ServiceCatalog
3344
2776
  include Aws::Structure
3345
2777
  end
3346
2778
 
3347
- # @note When making an API call, you may pass ImportAsProvisionedProductInput
3348
- # data as a hash:
3349
- #
3350
- # {
3351
- # accept_language: "AcceptLanguage",
3352
- # product_id: "Id", # required
3353
- # provisioning_artifact_id: "Id", # required
3354
- # provisioned_product_name: "ProvisionedProductName", # required
3355
- # physical_id: "PhysicalId", # required
3356
- # idempotency_token: "IdempotencyToken", # required
3357
- # }
3358
- #
3359
2779
  # @!attribute [rw] accept_language
3360
2780
  # The language code.
3361
2781
  #
@@ -3538,16 +2958,6 @@ module Aws::ServiceCatalog
3538
2958
  #
3539
2959
  class LimitExceededException < Aws::EmptyStructure; end
3540
2960
 
3541
- # @note When making an API call, you may pass ListAcceptedPortfolioSharesInput
3542
- # data as a hash:
3543
- #
3544
- # {
3545
- # accept_language: "AcceptLanguage",
3546
- # page_token: "PageToken",
3547
- # page_size: 1,
3548
- # portfolio_share_type: "IMPORTED", # accepts IMPORTED, AWS_SERVICECATALOG, AWS_ORGANIZATIONS
3549
- # }
3550
- #
3551
2961
  # @!attribute [rw] accept_language
3552
2962
  # The language code.
3553
2963
  #
@@ -3610,16 +3020,6 @@ module Aws::ServiceCatalog
3610
3020
  include Aws::Structure
3611
3021
  end
3612
3022
 
3613
- # @note When making an API call, you may pass ListBudgetsForResourceInput
3614
- # data as a hash:
3615
- #
3616
- # {
3617
- # accept_language: "AcceptLanguage",
3618
- # resource_id: "Id", # required
3619
- # page_size: 1,
3620
- # page_token: "PageToken",
3621
- # }
3622
- #
3623
3023
  # @!attribute [rw] accept_language
3624
3024
  # The language code.
3625
3025
  #
@@ -3672,17 +3072,6 @@ module Aws::ServiceCatalog
3672
3072
  include Aws::Structure
3673
3073
  end
3674
3074
 
3675
- # @note When making an API call, you may pass ListConstraintsForPortfolioInput
3676
- # data as a hash:
3677
- #
3678
- # {
3679
- # accept_language: "AcceptLanguage",
3680
- # portfolio_id: "Id", # required
3681
- # product_id: "Id",
3682
- # page_size: 1,
3683
- # page_token: "PageToken",
3684
- # }
3685
- #
3686
3075
  # @!attribute [rw] accept_language
3687
3076
  # The language code.
3688
3077
  #
@@ -3740,16 +3129,6 @@ module Aws::ServiceCatalog
3740
3129
  include Aws::Structure
3741
3130
  end
3742
3131
 
3743
- # @note When making an API call, you may pass ListLaunchPathsInput
3744
- # data as a hash:
3745
- #
3746
- # {
3747
- # accept_language: "AcceptLanguage",
3748
- # product_id: "Id", # required
3749
- # page_size: 1,
3750
- # page_token: "PageToken",
3751
- # }
3752
- #
3753
3132
  # @!attribute [rw] accept_language
3754
3133
  # The language code.
3755
3134
  #
@@ -3802,17 +3181,6 @@ module Aws::ServiceCatalog
3802
3181
  include Aws::Structure
3803
3182
  end
3804
3183
 
3805
- # @note When making an API call, you may pass ListOrganizationPortfolioAccessInput
3806
- # data as a hash:
3807
- #
3808
- # {
3809
- # accept_language: "AcceptLanguage",
3810
- # portfolio_id: "Id", # required
3811
- # organization_node_type: "ORGANIZATION", # required, accepts ORGANIZATION, ORGANIZATIONAL_UNIT, ACCOUNT
3812
- # page_token: "PageToken",
3813
- # page_size: 1,
3814
- # }
3815
- #
3816
3184
  # @!attribute [rw] accept_language
3817
3185
  # The language code.
3818
3186
  #
@@ -3878,17 +3246,6 @@ module Aws::ServiceCatalog
3878
3246
  include Aws::Structure
3879
3247
  end
3880
3248
 
3881
- # @note When making an API call, you may pass ListPortfolioAccessInput
3882
- # data as a hash:
3883
- #
3884
- # {
3885
- # accept_language: "AcceptLanguage",
3886
- # portfolio_id: "Id", # required
3887
- # organization_parent_id: "Id",
3888
- # page_token: "PageToken",
3889
- # page_size: 1,
3890
- # }
3891
- #
3892
3249
  # @!attribute [rw] accept_language
3893
3250
  # The language code.
3894
3251
  #
@@ -3949,16 +3306,6 @@ module Aws::ServiceCatalog
3949
3306
  include Aws::Structure
3950
3307
  end
3951
3308
 
3952
- # @note When making an API call, you may pass ListPortfoliosForProductInput
3953
- # data as a hash:
3954
- #
3955
- # {
3956
- # accept_language: "AcceptLanguage",
3957
- # product_id: "Id", # required
3958
- # page_token: "PageToken",
3959
- # page_size: 1,
3960
- # }
3961
- #
3962
3309
  # @!attribute [rw] accept_language
3963
3310
  # The language code.
3964
3311
  #
@@ -4011,15 +3358,6 @@ module Aws::ServiceCatalog
4011
3358
  include Aws::Structure
4012
3359
  end
4013
3360
 
4014
- # @note When making an API call, you may pass ListPortfoliosInput
4015
- # data as a hash:
4016
- #
4017
- # {
4018
- # accept_language: "AcceptLanguage",
4019
- # page_token: "PageToken",
4020
- # page_size: 1,
4021
- # }
4022
- #
4023
3361
  # @!attribute [rw] accept_language
4024
3362
  # The language code.
4025
3363
  #
@@ -4067,16 +3405,6 @@ module Aws::ServiceCatalog
4067
3405
  include Aws::Structure
4068
3406
  end
4069
3407
 
4070
- # @note When making an API call, you may pass ListPrincipalsForPortfolioInput
4071
- # data as a hash:
4072
- #
4073
- # {
4074
- # accept_language: "AcceptLanguage",
4075
- # portfolio_id: "Id", # required
4076
- # page_size: 1,
4077
- # page_token: "PageToken",
4078
- # }
4079
- #
4080
3408
  # @!attribute [rw] accept_language
4081
3409
  # The language code.
4082
3410
  #
@@ -4130,20 +3458,6 @@ module Aws::ServiceCatalog
4130
3458
  include Aws::Structure
4131
3459
  end
4132
3460
 
4133
- # @note When making an API call, you may pass ListProvisionedProductPlansInput
4134
- # data as a hash:
4135
- #
4136
- # {
4137
- # accept_language: "AcceptLanguage",
4138
- # provision_product_id: "Id",
4139
- # page_size: 1,
4140
- # page_token: "PageToken",
4141
- # access_level_filter: {
4142
- # key: "Account", # accepts Account, Role, User
4143
- # value: "AccessLevelFilterValue",
4144
- # },
4145
- # }
4146
- #
4147
3461
  # @!attribute [rw] accept_language
4148
3462
  # The language code.
4149
3463
  #
@@ -4201,16 +3515,6 @@ module Aws::ServiceCatalog
4201
3515
  include Aws::Structure
4202
3516
  end
4203
3517
 
4204
- # @note When making an API call, you may pass ListProvisioningArtifactsForServiceActionInput
4205
- # data as a hash:
4206
- #
4207
- # {
4208
- # service_action_id: "Id", # required
4209
- # page_size: 1,
4210
- # page_token: "PageToken",
4211
- # accept_language: "AcceptLanguage",
4212
- # }
4213
- #
4214
3518
  # @!attribute [rw] service_action_id
4215
3519
  # The self-service action identifier. For example,
4216
3520
  # `act-fs7abcd89wxyz`.
@@ -4265,14 +3569,6 @@ module Aws::ServiceCatalog
4265
3569
  include Aws::Structure
4266
3570
  end
4267
3571
 
4268
- # @note When making an API call, you may pass ListProvisioningArtifactsInput
4269
- # data as a hash:
4270
- #
4271
- # {
4272
- # accept_language: "AcceptLanguage",
4273
- # product_id: "Id", # required
4274
- # }
4275
- #
4276
3572
  # @!attribute [rw] accept_language
4277
3573
  # The language code.
4278
3574
  #
@@ -4314,23 +3610,6 @@ module Aws::ServiceCatalog
4314
3610
  include Aws::Structure
4315
3611
  end
4316
3612
 
4317
- # @note When making an API call, you may pass ListRecordHistoryInput
4318
- # data as a hash:
4319
- #
4320
- # {
4321
- # accept_language: "AcceptLanguage",
4322
- # access_level_filter: {
4323
- # key: "Account", # accepts Account, Role, User
4324
- # value: "AccessLevelFilterValue",
4325
- # },
4326
- # search_filter: {
4327
- # key: "SearchFilterKey",
4328
- # value: "SearchFilterValue",
4329
- # },
4330
- # page_size: 1,
4331
- # page_token: "PageToken",
4332
- # }
4333
- #
4334
3613
  # @!attribute [rw] accept_language
4335
3614
  # The language code.
4336
3615
  #
@@ -4390,14 +3669,6 @@ module Aws::ServiceCatalog
4390
3669
 
4391
3670
  # The search filter to use when listing history records.
4392
3671
  #
4393
- # @note When making an API call, you may pass ListRecordHistorySearchFilter
4394
- # data as a hash:
4395
- #
4396
- # {
4397
- # key: "SearchFilterKey",
4398
- # value: "SearchFilterValue",
4399
- # }
4400
- #
4401
3672
  # @!attribute [rw] key
4402
3673
  # The filter key.
4403
3674
  #
@@ -4421,16 +3692,6 @@ module Aws::ServiceCatalog
4421
3692
  include Aws::Structure
4422
3693
  end
4423
3694
 
4424
- # @note When making an API call, you may pass ListResourcesForTagOptionInput
4425
- # data as a hash:
4426
- #
4427
- # {
4428
- # tag_option_id: "TagOptionId", # required
4429
- # resource_type: "ResourceType",
4430
- # page_size: 1,
4431
- # page_token: "PageToken",
4432
- # }
4433
- #
4434
3695
  # @!attribute [rw] tag_option_id
4435
3696
  # The TagOption identifier.
4436
3697
  # @return [String]
@@ -4481,17 +3742,6 @@ module Aws::ServiceCatalog
4481
3742
  include Aws::Structure
4482
3743
  end
4483
3744
 
4484
- # @note When making an API call, you may pass ListServiceActionsForProvisioningArtifactInput
4485
- # data as a hash:
4486
- #
4487
- # {
4488
- # product_id: "Id", # required
4489
- # provisioning_artifact_id: "Id", # required
4490
- # page_size: 1,
4491
- # page_token: "PageToken",
4492
- # accept_language: "AcceptLanguage",
4493
- # }
4494
- #
4495
3745
  # @!attribute [rw] product_id
4496
3746
  # The product identifier. For example, `prod-abcdzk7xy33qa`.
4497
3747
  # @return [String]
@@ -4551,15 +3801,6 @@ module Aws::ServiceCatalog
4551
3801
  include Aws::Structure
4552
3802
  end
4553
3803
 
4554
- # @note When making an API call, you may pass ListServiceActionsInput
4555
- # data as a hash:
4556
- #
4557
- # {
4558
- # accept_language: "AcceptLanguage",
4559
- # page_size: 1,
4560
- # page_token: "PageToken",
4561
- # }
4562
- #
4563
3804
  # @!attribute [rw] accept_language
4564
3805
  # The language code.
4565
3806
  #
@@ -4608,16 +3849,6 @@ module Aws::ServiceCatalog
4608
3849
  include Aws::Structure
4609
3850
  end
4610
3851
 
4611
- # @note When making an API call, you may pass ListStackInstancesForProvisionedProductInput
4612
- # data as a hash:
4613
- #
4614
- # {
4615
- # accept_language: "AcceptLanguage",
4616
- # provisioned_product_id: "Id", # required
4617
- # page_token: "PageToken",
4618
- # page_size: 1,
4619
- # }
4620
- #
4621
3852
  # @!attribute [rw] accept_language
4622
3853
  # The language code.
4623
3854
  #
@@ -4672,15 +3903,6 @@ module Aws::ServiceCatalog
4672
3903
 
4673
3904
  # Filters to use when listing TagOptions.
4674
3905
  #
4675
- # @note When making an API call, you may pass ListTagOptionsFilters
4676
- # data as a hash:
4677
- #
4678
- # {
4679
- # key: "TagOptionKey",
4680
- # value: "TagOptionValue",
4681
- # active: false,
4682
- # }
4683
- #
4684
3906
  # @!attribute [rw] key
4685
3907
  # The TagOption key.
4686
3908
  # @return [String]
@@ -4703,19 +3925,6 @@ module Aws::ServiceCatalog
4703
3925
  include Aws::Structure
4704
3926
  end
4705
3927
 
4706
- # @note When making an API call, you may pass ListTagOptionsInput
4707
- # data as a hash:
4708
- #
4709
- # {
4710
- # filters: {
4711
- # key: "TagOptionKey",
4712
- # value: "TagOptionValue",
4713
- # active: false,
4714
- # },
4715
- # page_size: 1,
4716
- # page_token: "PageToken",
4717
- # }
4718
- #
4719
3928
  # @!attribute [rw] filters
4720
3929
  # The search filters. If no search filters are specified, the output
4721
3930
  # includes all TagOptions.
@@ -4766,14 +3975,6 @@ module Aws::ServiceCatalog
4766
3975
 
4767
3976
  # Information about the organization node.
4768
3977
  #
4769
- # @note When making an API call, you may pass OrganizationNode
4770
- # data as a hash:
4771
- #
4772
- # {
4773
- # type: "ORGANIZATION", # accepts ORGANIZATION, ORGANIZATIONAL_UNIT, ACCOUNT
4774
- # value: "OrganizationNodeValue",
4775
- # }
4776
- #
4777
3978
  # @!attribute [rw] type
4778
3979
  # The organization node type.
4779
3980
  # @return [String]
@@ -5101,42 +4302,6 @@ module Aws::ServiceCatalog
5101
4302
  include Aws::Structure
5102
4303
  end
5103
4304
 
5104
- # @note When making an API call, you may pass ProvisionProductInput
5105
- # data as a hash:
5106
- #
5107
- # {
5108
- # accept_language: "AcceptLanguage",
5109
- # product_id: "Id",
5110
- # product_name: "ProductViewName",
5111
- # provisioning_artifact_id: "Id",
5112
- # provisioning_artifact_name: "ProvisioningArtifactName",
5113
- # path_id: "Id",
5114
- # path_name: "PortfolioDisplayName",
5115
- # provisioned_product_name: "ProvisionedProductName", # required
5116
- # provisioning_parameters: [
5117
- # {
5118
- # key: "ParameterKey",
5119
- # value: "ParameterValue",
5120
- # },
5121
- # ],
5122
- # provisioning_preferences: {
5123
- # stack_set_accounts: ["AccountId"],
5124
- # stack_set_regions: ["Region"],
5125
- # stack_set_failure_tolerance_count: 1,
5126
- # stack_set_failure_tolerance_percentage: 1,
5127
- # stack_set_max_concurrency_count: 1,
5128
- # stack_set_max_concurrency_percentage: 1,
5129
- # },
5130
- # tags: [
5131
- # {
5132
- # key: "TagKey", # required
5133
- # value: "TagValue", # required
5134
- # },
5135
- # ],
5136
- # notification_arns: ["NotificationArn"],
5137
- # provision_token: "IdempotencyToken", # required
5138
- # }
5139
- #
5140
4305
  # @!attribute [rw] accept_language
5141
4306
  # The language code.
5142
4307
  #
@@ -5851,19 +5016,6 @@ module Aws::ServiceCatalog
5851
5016
  # Information about a provisioning artifact (also known as a version)
5852
5017
  # for a product.
5853
5018
  #
5854
- # @note When making an API call, you may pass ProvisioningArtifactProperties
5855
- # data as a hash:
5856
- #
5857
- # {
5858
- # name: "ProvisioningArtifactName",
5859
- # description: "ProvisioningArtifactDescription",
5860
- # info: {
5861
- # "ProvisioningArtifactInfoKey" => "ProvisioningArtifactInfoValue",
5862
- # },
5863
- # type: "CLOUD_FORMATION_TEMPLATE", # accepts CLOUD_FORMATION_TEMPLATE, MARKETPLACE_AMI, MARKETPLACE_CAR
5864
- # disable_template_validation: false,
5865
- # }
5866
- #
5867
5019
  # @!attribute [rw] name
5868
5020
  # The name of the provisioning artifact (for example, v1 v2beta). No
5869
5021
  # spaces are allowed.
@@ -5979,14 +5131,6 @@ module Aws::ServiceCatalog
5979
5131
 
5980
5132
  # Information about a parameter used to provision a product.
5981
5133
  #
5982
- # @note When making an API call, you may pass ProvisioningParameter
5983
- # data as a hash:
5984
- #
5985
- # {
5986
- # key: "ParameterKey",
5987
- # value: "ParameterValue",
5988
- # }
5989
- #
5990
5134
  # @!attribute [rw] key
5991
5135
  # The parameter key.
5992
5136
  # @return [String]
@@ -6021,18 +5165,6 @@ module Aws::ServiceCatalog
6021
5165
  # If no values are specified, the default value is all accounts from the
6022
5166
  # `STACKSET` constraint.
6023
5167
  #
6024
- # @note When making an API call, you may pass ProvisioningPreferences
6025
- # data as a hash:
6026
- #
6027
- # {
6028
- # stack_set_accounts: ["AccountId"],
6029
- # stack_set_regions: ["Region"],
6030
- # stack_set_failure_tolerance_count: 1,
6031
- # stack_set_failure_tolerance_percentage: 1,
6032
- # stack_set_max_concurrency_count: 1,
6033
- # stack_set_max_concurrency_percentage: 1,
6034
- # }
6035
- #
6036
5168
  # @!attribute [rw] stack_set_accounts
6037
5169
  # One or more Amazon Web Services accounts where the provisioned
6038
5170
  # product will be available.
@@ -6305,15 +5437,6 @@ module Aws::ServiceCatalog
6305
5437
  include Aws::Structure
6306
5438
  end
6307
5439
 
6308
- # @note When making an API call, you may pass RejectPortfolioShareInput
6309
- # data as a hash:
6310
- #
6311
- # {
6312
- # accept_language: "AcceptLanguage",
6313
- # portfolio_id: "Id", # required
6314
- # portfolio_share_type: "IMPORTED", # accepts IMPORTED, AWS_SERVICECATALOG, AWS_ORGANIZATIONS
6315
- # }
6316
- #
6317
5440
  # @!attribute [rw] accept_language
6318
5441
  # The language code.
6319
5442
  #
@@ -6505,19 +5628,6 @@ module Aws::ServiceCatalog
6505
5628
  include Aws::Structure
6506
5629
  end
6507
5630
 
6508
- # @note When making an API call, you may pass ScanProvisionedProductsInput
6509
- # data as a hash:
6510
- #
6511
- # {
6512
- # accept_language: "AcceptLanguage",
6513
- # access_level_filter: {
6514
- # key: "Account", # accepts Account, Role, User
6515
- # value: "AccessLevelFilterValue",
6516
- # },
6517
- # page_size: 1,
6518
- # page_token: "PageToken",
6519
- # }
6520
- #
6521
5631
  # @!attribute [rw] accept_language
6522
5632
  # The language code.
6523
5633
  #
@@ -6570,22 +5680,6 @@ module Aws::ServiceCatalog
6570
5680
  include Aws::Structure
6571
5681
  end
6572
5682
 
6573
- # @note When making an API call, you may pass SearchProductsAsAdminInput
6574
- # data as a hash:
6575
- #
6576
- # {
6577
- # accept_language: "AcceptLanguage",
6578
- # portfolio_id: "Id",
6579
- # filters: {
6580
- # "FullTextSearch" => ["ProductViewFilterValue"],
6581
- # },
6582
- # sort_by: "Title", # accepts Title, VersionCount, CreationDate
6583
- # sort_order: "ASCENDING", # accepts ASCENDING, DESCENDING
6584
- # page_token: "PageToken",
6585
- # page_size: 1,
6586
- # product_source: "ACCOUNT", # accepts ACCOUNT
6587
- # }
6588
- #
6589
5683
  # @!attribute [rw] accept_language
6590
5684
  # The language code.
6591
5685
  #
@@ -6661,20 +5755,6 @@ module Aws::ServiceCatalog
6661
5755
  include Aws::Structure
6662
5756
  end
6663
5757
 
6664
- # @note When making an API call, you may pass SearchProductsInput
6665
- # data as a hash:
6666
- #
6667
- # {
6668
- # accept_language: "AcceptLanguage",
6669
- # filters: {
6670
- # "FullTextSearch" => ["ProductViewFilterValue"],
6671
- # },
6672
- # page_size: 1,
6673
- # sort_by: "Title", # accepts Title, VersionCount, CreationDate
6674
- # sort_order: "ASCENDING", # accepts ASCENDING, DESCENDING
6675
- # page_token: "PageToken",
6676
- # }
6677
- #
6678
5758
  # @!attribute [rw] accept_language
6679
5759
  # The language code.
6680
5760
  #
@@ -6745,24 +5825,6 @@ module Aws::ServiceCatalog
6745
5825
  include Aws::Structure
6746
5826
  end
6747
5827
 
6748
- # @note When making an API call, you may pass SearchProvisionedProductsInput
6749
- # data as a hash:
6750
- #
6751
- # {
6752
- # accept_language: "AcceptLanguage",
6753
- # access_level_filter: {
6754
- # key: "Account", # accepts Account, Role, User
6755
- # value: "AccessLevelFilterValue",
6756
- # },
6757
- # filters: {
6758
- # "SearchQuery" => ["ProvisionedProductViewFilterValue"],
6759
- # },
6760
- # sort_by: "SortField",
6761
- # sort_order: "ASCENDING", # accepts ASCENDING, DESCENDING
6762
- # page_size: 1,
6763
- # page_token: "PageToken",
6764
- # }
6765
- #
6766
5828
  # @!attribute [rw] accept_language
6767
5829
  # The language code.
6768
5830
  #
@@ -6850,15 +5912,6 @@ module Aws::ServiceCatalog
6850
5912
  # A self-service action association consisting of the Action ID, the
6851
5913
  # Product ID, and the Provisioning Artifact ID.
6852
5914
  #
6853
- # @note When making an API call, you may pass ServiceActionAssociation
6854
- # data as a hash:
6855
- #
6856
- # {
6857
- # service_action_id: "Id", # required
6858
- # product_id: "Id", # required
6859
- # provisioning_artifact_id: "Id", # required
6860
- # }
6861
- #
6862
5915
  # @!attribute [rw] service_action_id
6863
5916
  # The self-service action identifier. For example,
6864
5917
  # `act-fs7abcd89wxyz`.
@@ -6983,21 +6036,6 @@ module Aws::ServiceCatalog
6983
6036
  # the `ConnectionParameters` request, with the addition of the
6984
6037
  # `LastSync` response.
6985
6038
  #
6986
- # @note When making an API call, you may pass SourceConnection
6987
- # data as a hash:
6988
- #
6989
- # {
6990
- # type: "CODESTAR", # accepts CODESTAR
6991
- # connection_parameters: { # required
6992
- # code_star: {
6993
- # connection_arn: "CodeStarConnectionArn", # required
6994
- # repository: "Repository", # required
6995
- # branch: "RepositoryBranch", # required
6996
- # artifact_path: "RepositoryArtifactPath", # required
6997
- # },
6998
- # },
6999
- # }
7000
- #
7001
6039
  # @!attribute [rw] type
7002
6040
  # The only supported `SourceConnection` type is Codestar.
7003
6041
  # @return [String]
@@ -7052,18 +6090,6 @@ module Aws::ServiceCatalog
7052
6090
 
7053
6091
  # Provides connection details.
7054
6092
  #
7055
- # @note When making an API call, you may pass SourceConnectionParameters
7056
- # data as a hash:
7057
- #
7058
- # {
7059
- # code_star: {
7060
- # connection_arn: "CodeStarConnectionArn", # required
7061
- # repository: "Repository", # required
7062
- # branch: "RepositoryBranch", # required
7063
- # artifact_path: "RepositoryArtifactPath", # required
7064
- # },
7065
- # }
7066
- #
7067
6093
  # @!attribute [rw] code_star
7068
6094
  # Provides `ConnectionType` details.
7069
6095
  # @return [Types::CodeStarParameters]
@@ -7128,14 +6154,6 @@ module Aws::ServiceCatalog
7128
6154
  # Information about a tag. A tag is a key-value pair. Tags are
7129
6155
  # propagated to the resources created when provisioning a product.
7130
6156
  #
7131
- # @note When making an API call, you may pass Tag
7132
- # data as a hash:
7133
- #
7134
- # {
7135
- # key: "TagKey", # required
7136
- # value: "TagValue", # required
7137
- # }
7138
- #
7139
6157
  # @!attribute [rw] key
7140
6158
  # The tag key.
7141
6159
  # @return [String]
@@ -7216,18 +6234,6 @@ module Aws::ServiceCatalog
7216
6234
  include Aws::Structure
7217
6235
  end
7218
6236
 
7219
- # @note When making an API call, you may pass TerminateProvisionedProductInput
7220
- # data as a hash:
7221
- #
7222
- # {
7223
- # provisioned_product_name: "ProvisionedProductNameOrArn",
7224
- # provisioned_product_id: "Id",
7225
- # terminate_token: "IdempotencyToken", # required
7226
- # ignore_errors: false,
7227
- # accept_language: "AcceptLanguage",
7228
- # retain_physical_resources: false,
7229
- # }
7230
- #
7231
6237
  # @!attribute [rw] provisioned_product_name
7232
6238
  # The name of the provisioned product. You cannot specify both
7233
6239
  # `ProvisionedProductName` and `ProvisionedProductId`.
@@ -7298,16 +6304,6 @@ module Aws::ServiceCatalog
7298
6304
  include Aws::Structure
7299
6305
  end
7300
6306
 
7301
- # @note When making an API call, you may pass UpdateConstraintInput
7302
- # data as a hash:
7303
- #
7304
- # {
7305
- # accept_language: "AcceptLanguage",
7306
- # id: "Id", # required
7307
- # description: "ConstraintDescription",
7308
- # parameters: "ConstraintParameters",
7309
- # }
7310
- #
7311
6307
  # @!attribute [rw] accept_language
7312
6308
  # The language code.
7313
6309
  #
@@ -7435,24 +6431,6 @@ module Aws::ServiceCatalog
7435
6431
  include Aws::Structure
7436
6432
  end
7437
6433
 
7438
- # @note When making an API call, you may pass UpdatePortfolioInput
7439
- # data as a hash:
7440
- #
7441
- # {
7442
- # accept_language: "AcceptLanguage",
7443
- # id: "Id", # required
7444
- # display_name: "PortfolioDisplayName",
7445
- # description: "PortfolioDescription",
7446
- # provider_name: "ProviderName",
7447
- # add_tags: [
7448
- # {
7449
- # key: "TagKey", # required
7450
- # value: "TagValue", # required
7451
- # },
7452
- # ],
7453
- # remove_tags: ["TagKey"],
7454
- # }
7455
- #
7456
6434
  # @!attribute [rw] accept_language
7457
6435
  # The language code.
7458
6436
  #
@@ -7518,21 +6496,6 @@ module Aws::ServiceCatalog
7518
6496
  include Aws::Structure
7519
6497
  end
7520
6498
 
7521
- # @note When making an API call, you may pass UpdatePortfolioShareInput
7522
- # data as a hash:
7523
- #
7524
- # {
7525
- # accept_language: "AcceptLanguage",
7526
- # portfolio_id: "Id", # required
7527
- # account_id: "AccountId",
7528
- # organization_node: {
7529
- # type: "ORGANIZATION", # accepts ORGANIZATION, ORGANIZATIONAL_UNIT, ACCOUNT
7530
- # value: "OrganizationNodeValue",
7531
- # },
7532
- # share_tag_options: false,
7533
- # share_principals: false,
7534
- # }
7535
- #
7536
6499
  # @!attribute [rw] accept_language
7537
6500
  # The language code.
7538
6501
  #
@@ -7603,39 +6566,6 @@ module Aws::ServiceCatalog
7603
6566
  include Aws::Structure
7604
6567
  end
7605
6568
 
7606
- # @note When making an API call, you may pass UpdateProductInput
7607
- # data as a hash:
7608
- #
7609
- # {
7610
- # accept_language: "AcceptLanguage",
7611
- # id: "Id", # required
7612
- # name: "ProductViewName",
7613
- # owner: "ProductViewOwner",
7614
- # description: "ProductViewShortDescription",
7615
- # distributor: "ProductViewOwner",
7616
- # support_description: "SupportDescription",
7617
- # support_email: "SupportEmail",
7618
- # support_url: "SupportUrl",
7619
- # add_tags: [
7620
- # {
7621
- # key: "TagKey", # required
7622
- # value: "TagValue", # required
7623
- # },
7624
- # ],
7625
- # remove_tags: ["TagKey"],
7626
- # source_connection: {
7627
- # type: "CODESTAR", # accepts CODESTAR
7628
- # connection_parameters: { # required
7629
- # code_star: {
7630
- # connection_arn: "CodeStarConnectionArn", # required
7631
- # repository: "Repository", # required
7632
- # branch: "RepositoryBranch", # required
7633
- # artifact_path: "RepositoryArtifactPath", # required
7634
- # },
7635
- # },
7636
- # },
7637
- # }
7638
- #
7639
6569
  # @!attribute [rw] accept_language
7640
6570
  # The language code.
7641
6571
  #
@@ -7733,44 +6663,6 @@ module Aws::ServiceCatalog
7733
6663
  include Aws::Structure
7734
6664
  end
7735
6665
 
7736
- # @note When making an API call, you may pass UpdateProvisionedProductInput
7737
- # data as a hash:
7738
- #
7739
- # {
7740
- # accept_language: "AcceptLanguage",
7741
- # provisioned_product_name: "ProvisionedProductNameOrArn",
7742
- # provisioned_product_id: "Id",
7743
- # product_id: "Id",
7744
- # product_name: "ProductViewName",
7745
- # provisioning_artifact_id: "Id",
7746
- # provisioning_artifact_name: "ProvisioningArtifactName",
7747
- # path_id: "Id",
7748
- # path_name: "PortfolioDisplayName",
7749
- # provisioning_parameters: [
7750
- # {
7751
- # key: "ParameterKey",
7752
- # value: "ParameterValue",
7753
- # use_previous_value: false,
7754
- # },
7755
- # ],
7756
- # provisioning_preferences: {
7757
- # stack_set_accounts: ["AccountId"],
7758
- # stack_set_regions: ["Region"],
7759
- # stack_set_failure_tolerance_count: 1,
7760
- # stack_set_failure_tolerance_percentage: 1,
7761
- # stack_set_max_concurrency_count: 1,
7762
- # stack_set_max_concurrency_percentage: 1,
7763
- # stack_set_operation_type: "CREATE", # accepts CREATE, UPDATE, DELETE
7764
- # },
7765
- # tags: [
7766
- # {
7767
- # key: "TagKey", # required
7768
- # value: "TagValue", # required
7769
- # },
7770
- # ],
7771
- # update_token: "IdempotencyToken", # required
7772
- # }
7773
- #
7774
6666
  # @!attribute [rw] accept_language
7775
6667
  # The language code.
7776
6668
  #
@@ -7875,18 +6767,6 @@ module Aws::ServiceCatalog
7875
6767
  include Aws::Structure
7876
6768
  end
7877
6769
 
7878
- # @note When making an API call, you may pass UpdateProvisionedProductPropertiesInput
7879
- # data as a hash:
7880
- #
7881
- # {
7882
- # accept_language: "AcceptLanguage",
7883
- # provisioned_product_id: "Id", # required
7884
- # provisioned_product_properties: { # required
7885
- # "OWNER" => "PropertyValue",
7886
- # },
7887
- # idempotency_token: "IdempotencyToken", # required
7888
- # }
7889
- #
7890
6770
  # @!attribute [rw] accept_language
7891
6771
  # The language code.
7892
6772
  #
@@ -7982,19 +6862,6 @@ module Aws::ServiceCatalog
7982
6862
  include Aws::Structure
7983
6863
  end
7984
6864
 
7985
- # @note When making an API call, you may pass UpdateProvisioningArtifactInput
7986
- # data as a hash:
7987
- #
7988
- # {
7989
- # accept_language: "AcceptLanguage",
7990
- # product_id: "Id", # required
7991
- # provisioning_artifact_id: "Id", # required
7992
- # name: "ProvisioningArtifactName",
7993
- # description: "ProvisioningArtifactDescription",
7994
- # active: false,
7995
- # guidance: "DEFAULT", # accepts DEFAULT, DEPRECATED
7996
- # }
7997
- #
7998
6865
  # @!attribute [rw] accept_language
7999
6866
  # The language code.
8000
6867
  #
@@ -8080,15 +6947,6 @@ module Aws::ServiceCatalog
8080
6947
 
8081
6948
  # The parameter key-value pair used to update a provisioned product.
8082
6949
  #
8083
- # @note When making an API call, you may pass UpdateProvisioningParameter
8084
- # data as a hash:
8085
- #
8086
- # {
8087
- # key: "ParameterKey",
8088
- # value: "ParameterValue",
8089
- # use_previous_value: false,
8090
- # }
8091
- #
8092
6950
  # @!attribute [rw] key
8093
6951
  # The parameter key.
8094
6952
  # @return [String]
@@ -8116,19 +6974,6 @@ module Aws::ServiceCatalog
8116
6974
  # provisioned product. Not all preferences are applicable to all
8117
6975
  # provisioned product types.
8118
6976
  #
8119
- # @note When making an API call, you may pass UpdateProvisioningPreferences
8120
- # data as a hash:
8121
- #
8122
- # {
8123
- # stack_set_accounts: ["AccountId"],
8124
- # stack_set_regions: ["Region"],
8125
- # stack_set_failure_tolerance_count: 1,
8126
- # stack_set_failure_tolerance_percentage: 1,
8127
- # stack_set_max_concurrency_count: 1,
8128
- # stack_set_max_concurrency_percentage: 1,
8129
- # stack_set_operation_type: "CREATE", # accepts CREATE, UPDATE, DELETE
8130
- # }
8131
- #
8132
6977
  # @!attribute [rw] stack_set_accounts
8133
6978
  # One or more Amazon Web Services accounts that will have access to
8134
6979
  # the provisioned product.
@@ -8263,19 +7108,6 @@ module Aws::ServiceCatalog
8263
7108
  include Aws::Structure
8264
7109
  end
8265
7110
 
8266
- # @note When making an API call, you may pass UpdateServiceActionInput
8267
- # data as a hash:
8268
- #
8269
- # {
8270
- # id: "Id", # required
8271
- # name: "ServiceActionName",
8272
- # definition: {
8273
- # "Name" => "ServiceActionDefinitionValue",
8274
- # },
8275
- # description: "ServiceActionDescription",
8276
- # accept_language: "AcceptLanguage",
8277
- # }
8278
- #
8279
7111
  # @!attribute [rw] id
8280
7112
  # The self-service action identifier.
8281
7113
  # @return [String]
@@ -8326,15 +7158,6 @@ module Aws::ServiceCatalog
8326
7158
  include Aws::Structure
8327
7159
  end
8328
7160
 
8329
- # @note When making an API call, you may pass UpdateTagOptionInput
8330
- # data as a hash:
8331
- #
8332
- # {
8333
- # id: "TagOptionId", # required
8334
- # value: "TagOptionValue",
8335
- # active: false,
8336
- # }
8337
- #
8338
7161
  # @!attribute [rw] id
8339
7162
  # The TagOption identifier.
8340
7163
  # @return [String]