aws-sdk-servicecatalog 1.1.0 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dfd13c9e4dd78a559800bd464fc8d3cf76946c44
4
- data.tar.gz: 32f7909aa1b30dbf6e5e2fc41449277762a3217e
3
+ metadata.gz: 606b225dda8b45e904c6bdde215565f490b999b7
4
+ data.tar.gz: 81dc967930f537ca6e03d60445c71bbc4a9faeaf
5
5
  SHA512:
6
- metadata.gz: 5997d57254321c09d4965286b73a7a9105966ddb455073f48fdae32dc622404e9e59c212cab9c1a5aa24ee8fd4b896952f9f168226b31fc908a8f3aefed07461
7
- data.tar.gz: 8248641a61aa29e891efa8d7ddd9753543298cad1b650df1f1f35ddc12e5abfed63000c72f7a2583341c506a0a23114a239c1448628b37baa8bfe61ab9eeb61d
6
+ metadata.gz: 53712ff9c681caf86282b230e9a25105103dc628e46a8d786879e21a915bb2b225fa62adffcf70adf939a0a245b295f976f7893a7a26c4627c5cb30c2935de38
7
+ data.tar.gz: a18781677cc13a890cd6633fb8a97c5478e700d8f5d349d5296c00dee3ab6668d30e49170746be97604f1e5409106f83e414d0f14a2154783c053fab7176e5ed
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-servicecatalog/customizations'
42
42
  # @service
43
43
  module Aws::ServiceCatalog
44
44
 
45
- GEM_VERSION = '1.1.0'
45
+ GEM_VERSION = '1.2.0'
46
46
 
47
47
  end
@@ -155,7 +155,7 @@ module Aws::ServiceCatalog
155
155
 
156
156
  # @!group API Operations
157
157
 
158
- # Accepts an offer to share a portfolio.
158
+ # Accepts an offer to share the specified portfolio.
159
159
  #
160
160
  # @option params [String] :accept_language
161
161
  # The language code.
@@ -202,10 +202,10 @@ module Aws::ServiceCatalog
202
202
  # The portfolio identifier.
203
203
  #
204
204
  # @option params [required, String] :principal_arn
205
- # The ARN representing the principal (IAM user, role, or group).
205
+ # The ARN of the principal (IAM user, role, or group).
206
206
  #
207
207
  # @option params [required, String] :principal_type
208
- # The principal type. Must be `IAM`
208
+ # The principal type. The supported value is `IAM`.
209
209
  #
210
210
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
211
211
  #
@@ -227,7 +227,7 @@ module Aws::ServiceCatalog
227
227
  req.send_request(options)
228
228
  end
229
229
 
230
- # Associates a product with a portfolio.
230
+ # Associates the specified product with the specified portfolio.
231
231
  #
232
232
  # @option params [String] :accept_language
233
233
  # The language code.
@@ -245,7 +245,7 @@ module Aws::ServiceCatalog
245
245
  # The portfolio identifier.
246
246
  #
247
247
  # @option params [String] :source_portfolio_id
248
- # The identifier of the source portfolio to use with this association.
248
+ # The identifier of the source portfolio.
249
249
  #
250
250
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
251
251
  #
@@ -267,7 +267,8 @@ module Aws::ServiceCatalog
267
267
  req.send_request(options)
268
268
  end
269
269
 
270
- # Associate a TagOption identifier with a resource identifier.
270
+ # Associate the specified TagOption with the specified portfolio or
271
+ # product.
271
272
  #
272
273
  # @option params [required, String] :resource_id
273
274
  # The resource identifier.
@@ -296,8 +297,8 @@ module Aws::ServiceCatalog
296
297
  # Copies the specified source product to the specified target product or
297
298
  # a new product.
298
299
  #
299
- # You can copy the product to the same account or another account. You
300
- # can copy the product to the same region or another region.
300
+ # You can copy a product to the same account or another account. You can
301
+ # copy a product to the same region or another region.
301
302
  #
302
303
  # This operation is performed asynchronously. To track the progress of
303
304
  # the operation, use DescribeCopyProductStatus.
@@ -315,24 +316,26 @@ module Aws::ServiceCatalog
315
316
  # The Amazon Resource Name (ARN) of the source product.
316
317
  #
317
318
  # @option params [String] :target_product_id
318
- # The ID of the target product. By default, a new product is created.
319
+ # The identifier of the target product. By default, a new product is
320
+ # created.
319
321
  #
320
322
  # @option params [String] :target_product_name
321
323
  # A name for the target product. The default is the name of the source
322
324
  # product.
323
325
  #
324
326
  # @option params [Array<Hash>] :source_provisioning_artifact_identifiers
325
- # The IDs of the product versions to copy. By default, all provisioning
326
- # artifacts are copied.
327
+ # The identifiers of the provisioning artifacts (also known as versions)
328
+ # of the product to copy. By default, all provisioning artifacts are
329
+ # copied.
327
330
  #
328
331
  # @option params [Array<String>] :copy_options
329
332
  # The copy options. If the value is `CopyTags`, the tags from the source
330
333
  # product are copied to the target product.
331
334
  #
332
335
  # @option params [required, String] :idempotency_token
333
- # A token to disambiguate duplicate requests. You can use the same input
334
- # in multiple requests, provided that you also specify a different
335
- # idempotency token for each request.
336
+ # A unique identifier that you provide to ensure idempotency. If
337
+ # multiple requests differ only by the idempotency token, the same
338
+ # response is returned for each repeated request.
336
339
  #
337
340
  # **A suitable default value is auto-generated.** You should normally
338
341
  # not need to pass this option.**
@@ -370,12 +373,7 @@ module Aws::ServiceCatalog
370
373
  req.send_request(options)
371
374
  end
372
375
 
373
- # Creates a new constraint. For more information, see [Using
374
- # Constraints][1].
375
- #
376
- #
377
- #
378
- # [1]: http://docs.aws.amazon.com/servicecatalog/latest/adminguide/constraints.html
376
+ # Creates a constraint.
379
377
  #
380
378
  # @option params [String] :accept_language
381
379
  # The language code.
@@ -393,26 +391,47 @@ module Aws::ServiceCatalog
393
391
  # The product identifier.
394
392
  #
395
393
  # @option params [required, String] :parameters
396
- # The constraint parameters. Expected values vary depending on which
397
- # **Type** is specified. For more information, see the Examples section.
394
+ # The constraint parameters, in JSON format. The syntax depends on the
395
+ # constraint type as follows:
396
+ #
397
+ # LAUNCH
398
+ #
399
+ # : Specify the `RoleArn` property as follows:
400
+ #
401
+ # \\"RoleArn\\" : \\"arn:aws:iam::123456789012:role/LaunchRole\\"
398
402
  #
399
- # For Type `LAUNCH`, the `RoleArn` property is required.
403
+ # NOTIFICATION
400
404
  #
401
- # For Type `NOTIFICATION`, the `NotificationArns` property is required.
405
+ # : Specify the `NotificationArns` property as follows:
402
406
  #
403
- # For Type `TEMPLATE`, the `Rules` property is required.
407
+ # \\"NotificationArns\\" :
408
+ # \[\\"arn:aws:sns:us-east-1:123456789012:Topic\\"\]
409
+ #
410
+ # TEMPLATE
411
+ #
412
+ # : Specify the `Rules` property. For more information, see [Template
413
+ # Constraint Rules][1].
414
+ #
415
+ #
416
+ #
417
+ # [1]: http://docs.aws.amazon.com/servicecatalog/latest/adminguide/reference-template_constraint_rules.html
404
418
  #
405
419
  # @option params [required, String] :type
406
- # The type of the constraint. Case-sensitive valid values are: `LAUNCH`,
407
- # `NOTIFICATION`, or `TEMPLATE`.
420
+ # The type of constraint.
421
+ #
422
+ # * `LAUNCH`
423
+ #
424
+ # * `NOTIFICATION`
425
+ #
426
+ # * `TEMPLATE`
408
427
  #
409
428
  # @option params [String] :description
410
- # The text description of the constraint.
429
+ # The description of the constraint.
411
430
  #
412
431
  # @option params [required, String] :idempotency_token
413
- # A token to disambiguate duplicate requests. You can use the same input
414
- # in multiple requests, provided that you also specify a different
415
- # idempotency token for each request.
432
+ # A unique identifier that you provide to ensure idempotency. If
433
+ # multiple requests differ only by the idempotency token, the same
434
+ # response is returned for each repeated request.
416
435
  #
417
436
  # **A suitable default value is auto-generated.** You should normally
418
437
  # not need to pass this option.**
@@ -453,7 +472,7 @@ module Aws::ServiceCatalog
453
472
  req.send_request(options)
454
473
  end
455
474
 
456
- # Creates a new portfolio.
475
+ # Creates a portfolio.
457
476
  #
458
477
  # @option params [String] :accept_language
459
478
  # The language code.
@@ -468,18 +487,18 @@ module Aws::ServiceCatalog
468
487
  # The name to use for display purposes.
469
488
  #
470
489
  # @option params [String] :description
471
- # The text description of the portfolio.
490
+ # The description of the portfolio.
472
491
  #
473
492
  # @option params [required, String] :provider_name
474
493
  # The name of the portfolio provider.
475
494
  #
476
495
  # @option params [Array<Types::Tag>] :tags
477
- # Tags to associate with the new portfolio.
496
+ # The tags to associate with the portfolio.
478
497
  #
479
498
  # @option params [required, String] :idempotency_token
480
- # A token to disambiguate duplicate requests. You can use the same input
481
- # in multiple requests, provided that you also specify a different
482
- # idempotency token for each request.
499
+ # A unique identifier that you provide to ensure idempotency. If
500
+ # multiple requests differ only by the idempotency token, the same
501
+ # response is returned for each repeated request.
483
502
  #
484
503
  # **A suitable default value is auto-generated.** You should normally
485
504
  # not need to pass this option.**
@@ -526,7 +545,7 @@ module Aws::ServiceCatalog
526
545
  req.send_request(options)
527
546
  end
528
547
 
529
- # Creates a new portfolio share.
548
+ # Shares the specified portfolio with the specified account.
530
549
  #
531
550
  # @option params [String] :accept_language
532
551
  # The language code.
@@ -541,7 +560,7 @@ module Aws::ServiceCatalog
541
560
  # The portfolio identifier.
542
561
  #
543
562
  # @option params [required, String] :account_id
544
- # The account ID with which to share the portfolio.
563
+ # The AWS account ID.
545
564
  #
546
565
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
547
566
  #
@@ -562,7 +581,7 @@ module Aws::ServiceCatalog
562
581
  req.send_request(options)
563
582
  end
564
583
 
565
- # Creates a new product.
584
+ # Creates a product.
566
585
  #
567
586
  # @option params [String] :accept_language
568
587
  # The language code.
@@ -580,33 +599,33 @@ module Aws::ServiceCatalog
580
599
  # The owner of the product.
581
600
  #
582
601
  # @option params [String] :description
583
- # The text description of the product.
602
+ # The description of the product.
584
603
  #
585
604
  # @option params [String] :distributor
586
605
  # The distributor of the product.
587
606
  #
588
607
  # @option params [String] :support_description
589
- # Support information about the product.
608
+ # The support information about the product.
590
609
  #
591
610
  # @option params [String] :support_email
592
- # Contact email for product support.
611
+ # The contact email for product support.
593
612
  #
594
613
  # @option params [String] :support_url
595
- # Contact URL for product support.
614
+ # The contact URL for product support.
596
615
  #
597
616
  # @option params [required, String] :product_type
598
- # The type of the product to create.
617
+ # The type of product.
599
618
  #
600
619
  # @option params [Array<Types::Tag>] :tags
601
- # Tags to associate with the new product.
620
+ # The tags to associate with the product.
602
621
  #
603
622
  # @option params [required, Types::ProvisioningArtifactProperties] :provisioning_artifact_parameters
604
- # Parameters for the provisioning artifact.
623
+ # The configuration of the provisioning artifact.
605
624
  #
606
625
  # @option params [required, String] :idempotency_token
607
- # A token to disambiguate duplicate requests. You can use the same input
608
- # in multiple requests, provided that you also specify a different
609
- # idempotency token for each request.
626
+ # A unique identifier that you provide to ensure idempotency. If
627
+ # multiple requests differ only by the idempotency token, the same
628
+ # response is returned for each repeated request.
610
629
  #
611
630
  # **A suitable default value is auto-generated.** You should normally
612
631
  # not need to pass this option.**
@@ -667,6 +686,7 @@ module Aws::ServiceCatalog
667
686
  # resp.provisioning_artifact_detail.description #=> String
668
687
  # resp.provisioning_artifact_detail.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE_AMI", "MARKETPLACE_CAR"
669
688
  # resp.provisioning_artifact_detail.created_time #=> Time
689
+ # resp.provisioning_artifact_detail.active #=> Boolean
670
690
  # resp.tags #=> Array
671
691
  # resp.tags[0].key #=> String
672
692
  # resp.tags[0].value #=> String
@@ -680,8 +700,11 @@ module Aws::ServiceCatalog
680
700
  req.send_request(options)
681
701
  end
682
702
 
683
- # Create a new provisioning artifact for the specified product. This
684
- # operation does not work with a product that has been shared with you.
703
+ # Creates a provisioning artifact (also known as a version) for the
704
+ # specified product.
705
+ #
706
+ # You cannot create a provisioning artifact for a product that was
707
+ # shared with you.
685
708
  #
686
709
  # @option params [String] :accept_language
687
710
  # The language code.
@@ -696,12 +719,12 @@ module Aws::ServiceCatalog
696
719
  # The product identifier.
697
720
  #
698
721
  # @option params [required, Types::ProvisioningArtifactProperties] :parameters
699
- # The parameters to use when creating the new provisioning artifact.
722
+ # The configuration for the provisioning artifact.
700
723
  #
701
724
  # @option params [required, String] :idempotency_token
702
- # A token to disambiguate duplicate requests. You can use the same input
703
- # in multiple requests, provided that you also specify a different
704
- # idempotency token for each request.
725
+ # A unique identifier that you provide to ensure idempotency. If
726
+ # multiple requests differ only by the idempotency token, the same
727
+ # response is returned for each repeated request.
705
728
  #
706
729
  # **A suitable default value is auto-generated.** You should normally
707
730
  # not need to pass this option.**
@@ -735,6 +758,7 @@ module Aws::ServiceCatalog
735
758
  # resp.provisioning_artifact_detail.description #=> String
736
759
  # resp.provisioning_artifact_detail.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE_AMI", "MARKETPLACE_CAR"
737
760
  # resp.provisioning_artifact_detail.created_time #=> Time
761
+ # resp.provisioning_artifact_detail.active #=> Boolean
738
762
  # resp.info #=> Hash
739
763
  # resp.info["ProvisioningArtifactInfoKey"] #=> String
740
764
  # resp.status #=> String, one of "AVAILABLE", "CREATING", "FAILED"
@@ -748,7 +772,7 @@ module Aws::ServiceCatalog
748
772
  req.send_request(options)
749
773
  end
750
774
 
751
- # Create a new TagOption.
775
+ # Creates a TagOption.
752
776
  #
753
777
  # @option params [required, String] :key
754
778
  # The TagOption key.
@@ -795,7 +819,7 @@ module Aws::ServiceCatalog
795
819
  # * `zh` - Chinese
796
820
  #
797
821
  # @option params [required, String] :id
798
- # The identifier of the constraint to delete.
822
+ # The identifier of the constraint.
799
823
  #
800
824
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
801
825
  #
@@ -815,9 +839,10 @@ module Aws::ServiceCatalog
815
839
  req.send_request(options)
816
840
  end
817
841
 
818
- # Deletes the specified portfolio. This operation does not work with a
819
- # portfolio that has been shared with you or if it has products, users,
820
- # constraints, or shared accounts associated with it.
842
+ # Deletes the specified portfolio.
843
+ #
844
+ # You cannot delete a portfolio if it was shared with you or if it has
845
+ # associated products, users, constraints, or shared accounts.
821
846
  #
822
847
  # @option params [String] :accept_language
823
848
  # The language code.
@@ -829,7 +854,7 @@ module Aws::ServiceCatalog
829
854
  # * `zh` - Chinese
830
855
  #
831
856
  # @option params [required, String] :id
832
- # The identifier of the portfolio for the delete request.
857
+ # The portfolio identifier.
833
858
  #
834
859
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
835
860
  #
@@ -849,7 +874,7 @@ module Aws::ServiceCatalog
849
874
  req.send_request(options)
850
875
  end
851
876
 
852
- # Deletes the specified portfolio share.
877
+ # Stops sharing the specified portfolio with the specified account.
853
878
  #
854
879
  # @option params [String] :accept_language
855
880
  # The language code.
@@ -864,7 +889,7 @@ module Aws::ServiceCatalog
864
889
  # The portfolio identifier.
865
890
  #
866
891
  # @option params [required, String] :account_id
867
- # The account ID associated with the share to delete.
892
+ # The AWS account ID.
868
893
  #
869
894
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
870
895
  #
@@ -885,9 +910,10 @@ module Aws::ServiceCatalog
885
910
  req.send_request(options)
886
911
  end
887
912
 
888
- # Deletes the specified product. This operation does not work with a
889
- # product that has been shared with you or is associated with a
890
- # portfolio.
913
+ # Deletes the specified product.
914
+ #
915
+ # You cannot delete a product if it was shared with you or is associated
916
+ # with a portfolio.
891
917
  #
892
918
  # @option params [String] :accept_language
893
919
  # The language code.
@@ -899,7 +925,7 @@ module Aws::ServiceCatalog
899
925
  # * `zh` - Chinese
900
926
  #
901
927
  # @option params [required, String] :id
902
- # The identifier of the product for the delete request.
928
+ # The product identifier.
903
929
  #
904
930
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
905
931
  #
@@ -919,11 +945,13 @@ module Aws::ServiceCatalog
919
945
  req.send_request(options)
920
946
  end
921
947
 
922
- # Deletes the specified provisioning artifact. This operation does not
923
- # work on a provisioning artifact associated with a product that has
924
- # been shared with you, or on the last provisioning artifact associated
925
- # with a product (a product must have at least one provisioning
926
- # artifact).
948
+ # Deletes the specified provisioning artifact (also known as a version)
949
+ # for the specified product.
950
+ #
951
+ # You cannot delete a provisioning artifact associated with a product
952
+ # that was shared with you. You cannot delete the last provisioning
953
+ # artifact for a product, because a product must have at least one
954
+ # provisioning artifact.
927
955
  #
928
956
  # @option params [String] :accept_language
929
957
  # The language code.
@@ -938,8 +966,7 @@ module Aws::ServiceCatalog
938
966
  # The product identifier.
939
967
  #
940
968
  # @option params [required, String] :provisioning_artifact_id
941
- # The identifier of the provisioning artifact for the delete request.
942
- # This is sometimes referred to as the product version.
969
+ # The identifier of the provisioning artifact.
943
970
  #
944
971
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
945
972
  #
@@ -960,7 +987,7 @@ module Aws::ServiceCatalog
960
987
  req.send_request(options)
961
988
  end
962
989
 
963
- # Retrieves detailed information for a specified constraint.
990
+ # Gets information about the specified constraint.
964
991
  #
965
992
  # @option params [String] :accept_language
966
993
  # The language code.
@@ -1005,7 +1032,7 @@ module Aws::ServiceCatalog
1005
1032
  req.send_request(options)
1006
1033
  end
1007
1034
 
1008
- # Describes the status of the specified copy product operation.
1035
+ # Gets the status of the specified copy product operation.
1009
1036
  #
1010
1037
  # @option params [String] :accept_language
1011
1038
  # The language code.
@@ -1017,8 +1044,8 @@ module Aws::ServiceCatalog
1017
1044
  # * `zh` - Chinese
1018
1045
  #
1019
1046
  # @option params [required, String] :copy_product_token
1020
- # The token returned from the call to `CopyProduct` that initiated the
1021
- # operation.
1047
+ # The token for the copy product operation. This token is returned by
1048
+ # CopyProduct.
1022
1049
  #
1023
1050
  # @return [Types::DescribeCopyProductStatusOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1024
1051
  #
@@ -1048,8 +1075,7 @@ module Aws::ServiceCatalog
1048
1075
  req.send_request(options)
1049
1076
  end
1050
1077
 
1051
- # Retrieves detailed information and any tags associated with the
1052
- # specified portfolio.
1078
+ # Gets information about the specified portfolio.
1053
1079
  #
1054
1080
  # @option params [String] :accept_language
1055
1081
  # The language code.
@@ -1061,7 +1087,7 @@ module Aws::ServiceCatalog
1061
1087
  # * `zh` - Chinese
1062
1088
  #
1063
1089
  # @option params [required, String] :id
1064
- # The identifier of the portfolio for which to retrieve information.
1090
+ # The portfolio identifier.
1065
1091
  #
1066
1092
  # @return [Types::DescribePortfolioOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1067
1093
  #
@@ -1102,10 +1128,7 @@ module Aws::ServiceCatalog
1102
1128
  req.send_request(options)
1103
1129
  end
1104
1130
 
1105
- # Retrieves information about a specified product.
1106
- #
1107
- # This operation is functionally identical to DescribeProductView except
1108
- # that it takes as input `ProductId` instead of `ProductViewId`.
1131
+ # Gets information about the specified product.
1109
1132
  #
1110
1133
  # @option params [String] :accept_language
1111
1134
  # The language code.
@@ -1117,7 +1140,7 @@ module Aws::ServiceCatalog
1117
1140
  # * `zh` - Chinese
1118
1141
  #
1119
1142
  # @option params [required, String] :id
1120
- # The `ProductId` of the product to describe.
1143
+ # The product identifier.
1121
1144
  #
1122
1145
  # @return [Types::DescribeProductOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1123
1146
  #
@@ -1159,8 +1182,8 @@ module Aws::ServiceCatalog
1159
1182
  req.send_request(options)
1160
1183
  end
1161
1184
 
1162
- # Retrieves information about a specified product, run with
1163
- # administrator access.
1185
+ # Gets information about the specified product. This operation is run
1186
+ # with administrator access.
1164
1187
  #
1165
1188
  # @option params [String] :accept_language
1166
1189
  # The language code.
@@ -1172,7 +1195,7 @@ module Aws::ServiceCatalog
1172
1195
  # * `zh` - Chinese
1173
1196
  #
1174
1197
  # @option params [required, String] :id
1175
- # The identifier of the product for which to retrieve information.
1198
+ # The product identifier.
1176
1199
  #
1177
1200
  # @return [Types::DescribeProductAsAdminOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1178
1201
  #
@@ -1229,10 +1252,7 @@ module Aws::ServiceCatalog
1229
1252
  req.send_request(options)
1230
1253
  end
1231
1254
 
1232
- # Retrieves information about a specified product.
1233
- #
1234
- # This operation is functionally identical to DescribeProduct except
1235
- # that it takes as input `ProductViewId` instead of `ProductId`.
1255
+ # Gets information about the specified product.
1236
1256
  #
1237
1257
  # @option params [String] :accept_language
1238
1258
  # The language code.
@@ -1244,7 +1264,7 @@ module Aws::ServiceCatalog
1244
1264
  # * `zh` - Chinese
1245
1265
  #
1246
1266
  # @option params [required, String] :id
1247
- # The `ProductViewId` of the product to describe.
1267
+ # The product view identifier.
1248
1268
  #
1249
1269
  # @return [Types::DescribeProductViewOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1250
1270
  #
@@ -1286,7 +1306,7 @@ module Aws::ServiceCatalog
1286
1306
  req.send_request(options)
1287
1307
  end
1288
1308
 
1289
- # Retrieve detailed information about the provisioned product.
1309
+ # Gets information about the specified provisioned product.
1290
1310
  #
1291
1311
  # @option params [String] :accept_language
1292
1312
  # The language code.
@@ -1332,8 +1352,8 @@ module Aws::ServiceCatalog
1332
1352
  req.send_request(options)
1333
1353
  end
1334
1354
 
1335
- # Retrieves detailed information about the specified provisioning
1336
- # artifact.
1355
+ # Gets information about the specified provisioning artifact (also known
1356
+ # as a version) for the specified product.
1337
1357
  #
1338
1358
  # @option params [String] :accept_language
1339
1359
  # The language code.
@@ -1345,14 +1365,13 @@ module Aws::ServiceCatalog
1345
1365
  # * `zh` - Chinese
1346
1366
  #
1347
1367
  # @option params [required, String] :provisioning_artifact_id
1348
- # The identifier of the provisioning artifact. This is sometimes
1349
- # referred to as the product version.
1368
+ # The identifier of the provisioning artifact.
1350
1369
  #
1351
1370
  # @option params [required, String] :product_id
1352
1371
  # The product identifier.
1353
1372
  #
1354
1373
  # @option params [Boolean] :verbose
1355
- # Enable a verbose level of details for the provisioning artifact.
1374
+ # Indicates whether a verbose level of detail is enabled.
1356
1375
  #
1357
1376
  # @return [Types::DescribeProvisioningArtifactOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1358
1377
  #
@@ -1376,6 +1395,7 @@ module Aws::ServiceCatalog
1376
1395
  # resp.provisioning_artifact_detail.description #=> String
1377
1396
  # resp.provisioning_artifact_detail.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE_AMI", "MARKETPLACE_CAR"
1378
1397
  # resp.provisioning_artifact_detail.created_time #=> Time
1398
+ # resp.provisioning_artifact_detail.active #=> Boolean
1379
1399
  # resp.info #=> Hash
1380
1400
  # resp.info["ProvisioningArtifactInfoKey"] #=> String
1381
1401
  # resp.status #=> String, one of "AVAILABLE", "CREATING", "FAILED"
@@ -1389,21 +1409,17 @@ module Aws::ServiceCatalog
1389
1409
  req.send_request(options)
1390
1410
  end
1391
1411
 
1392
- # Provides information about parameters required to provision a
1393
- # specified product in a specified manner. Use this operation to obtain
1394
- # the list of `ProvisioningArtifactParameters` parameters available to
1395
- # call the ProvisionProduct operation for the specified product.
1412
+ # Gets information about the configuration required to provision the
1413
+ # specified product using the specified provisioning artifact.
1396
1414
  #
1397
1415
  # If the output contains a TagOption key with an empty list of values,
1398
1416
  # there is a TagOption conflict for that key. The end user cannot take
1399
1417
  # action to fix the conflict, and launch is not blocked. In subsequent
1400
- # calls to the `ProvisionProduct` operation, do not include conflicted
1401
- # TagOption keys as tags. Calls to `ProvisionProduct` with empty
1402
- # TagOption values cause the error "Parameter validation failed:
1403
- # Missing required parameter in Tags\[*N*\]:*Value* ". Calls to
1404
- # `ProvisionProduct` with conflicted TagOption keys automatically tag
1405
- # the provisioned product with the conflicted keys with the value
1406
- # "`sc-tagoption-conflict-portfolioId-productId`".
1418
+ # calls to ProvisionProduct, do not include conflicted TagOption keys as
1419
+ # tags, or this will cause the error "Parameter validation failed:
1420
+ # Missing required parameter in Tags\[*N*\]:*Value*" and tag the
1421
+ # provisioned product with the value
1422
+ # `sc-tagoption-conflict-portfolioId-productId`.
1407
1423
  #
1408
1424
  # @option params [String] :accept_language
1409
1425
  # The language code.
@@ -1418,13 +1434,12 @@ module Aws::ServiceCatalog
1418
1434
  # The product identifier.
1419
1435
  #
1420
1436
  # @option params [required, String] :provisioning_artifact_id
1421
- # The provisioning artifact identifier for this product. This is
1422
- # sometimes referred to as the product version.
1437
+ # The identifier of the provisioning artifact.
1423
1438
  #
1424
1439
  # @option params [String] :path_id
1425
- # The identifier of the path for this product's provisioning. This
1426
- # value is optional if the product has a default path, and is required
1427
- # if there is more than one path for the specified product.
1440
+ # The path identifier of the product. This value is optional if the
1441
+ # product has a default path, and required if the product has more than
1442
+ # one path. To list the paths for a product, use ListLaunchPaths.
1428
1443
  #
1429
1444
  # @return [Types::DescribeProvisioningParametersOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1430
1445
  #
@@ -1472,9 +1487,10 @@ module Aws::ServiceCatalog
1472
1487
  req.send_request(options)
1473
1488
  end
1474
1489
 
1475
- # Retrieves a paginated list of the full details of a specific request.
1476
- # Use this operation after calling a request operation
1477
- # (ProvisionProduct, TerminateProvisionedProduct, or
1490
+ # Gets information about the specified request operation.
1491
+ #
1492
+ # Use this operation after calling a request operation (for example,
1493
+ # ProvisionProduct, TerminateProvisionedProduct, or
1478
1494
  # UpdateProvisionedProduct).
1479
1495
  #
1480
1496
  # @option params [String] :accept_language
@@ -1487,18 +1503,15 @@ module Aws::ServiceCatalog
1487
1503
  # * `zh` - Chinese
1488
1504
  #
1489
1505
  # @option params [required, String] :id
1490
- # The record identifier of the ProvisionedProduct object for which to
1491
- # retrieve output information. This is the `RecordDetail.RecordId`
1492
- # obtained from the request operation's response.
1506
+ # The record identifier of the provisioned product. This identifier is
1507
+ # returned by the request operation.
1493
1508
  #
1494
1509
  # @option params [String] :page_token
1495
- # The page token of the first page retrieved. If null, this retrieves
1496
- # the first page of size `PageSize`.
1510
+ # The page token for the next set of results. To retrieve the first set
1511
+ # of results, use null.
1497
1512
  #
1498
1513
  # @option params [Integer] :page_size
1499
- # The maximum number of items to return in the results. If more results
1500
- # exist than fit in the specified `PageSize`, the value of
1501
- # `NextPageToken` in the response is non-null.
1514
+ # The maximum number of items to return with this call.
1502
1515
  #
1503
1516
  # @return [Types::DescribeRecordOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1504
1517
  #
@@ -1549,10 +1562,10 @@ module Aws::ServiceCatalog
1549
1562
  req.send_request(options)
1550
1563
  end
1551
1564
 
1552
- # Describes a TagOption.
1565
+ # Gets information about the specified TagOption.
1553
1566
  #
1554
1567
  # @option params [required, String] :id
1555
- # The identifier of the TagOption.
1568
+ # The TagOption identifier.
1556
1569
  #
1557
1570
  # @return [Types::DescribeTagOptionOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1558
1571
  #
@@ -1596,7 +1609,7 @@ module Aws::ServiceCatalog
1596
1609
  # The portfolio identifier.
1597
1610
  #
1598
1611
  # @option params [required, String] :principal_arn
1599
- # The ARN representing the principal (IAM user, role, or group).
1612
+ # The ARN of the principal (IAM user, role, or group).
1600
1613
  #
1601
1614
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1602
1615
  #
@@ -1653,13 +1666,13 @@ module Aws::ServiceCatalog
1653
1666
  req.send_request(options)
1654
1667
  end
1655
1668
 
1656
- # Disassociates a TagOption from a resource.
1669
+ # Disassociates the specified TagOption from the specified resource.
1657
1670
  #
1658
1671
  # @option params [required, String] :resource_id
1659
- # Identifier of the resource from which to disassociate the TagOption.
1672
+ # The resource identifier.
1660
1673
  #
1661
1674
  # @option params [required, String] :tag_option_id
1662
- # Identifier of the TagOption to disassociate from the resource.
1675
+ # The TagOption identifier.
1663
1676
  #
1664
1677
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1665
1678
  #
@@ -1679,8 +1692,7 @@ module Aws::ServiceCatalog
1679
1692
  req.send_request(options)
1680
1693
  end
1681
1694
 
1682
- # Lists details of all portfolios for which sharing was accepted by this
1683
- # account.
1695
+ # Lists all portfolios for which sharing was accepted by this account.
1684
1696
  #
1685
1697
  # @option params [String] :accept_language
1686
1698
  # The language code.
@@ -1692,13 +1704,11 @@ module Aws::ServiceCatalog
1692
1704
  # * `zh` - Chinese
1693
1705
  #
1694
1706
  # @option params [String] :page_token
1695
- # The page token of the first page retrieved. If null, this retrieves
1696
- # the first page of size `PageSize`.
1707
+ # The page token for the next set of results. To retrieve the first set
1708
+ # of results, use null.
1697
1709
  #
1698
1710
  # @option params [Integer] :page_size
1699
- # The maximum number of items to return in the results. If more results
1700
- # exist than fit in the specified `PageSize`, the value of
1701
- # `NextPageToken` in the response is non-null.
1711
+ # The maximum number of items to return with this call.
1702
1712
  #
1703
1713
  # @return [Types::ListAcceptedPortfolioSharesOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1704
1714
  #
@@ -1733,8 +1743,7 @@ module Aws::ServiceCatalog
1733
1743
  req.send_request(options)
1734
1744
  end
1735
1745
 
1736
- # Retrieves detailed constraint information for the specified portfolio
1737
- # and product.
1746
+ # Lists the constraints for the specified portfolio and product.
1738
1747
  #
1739
1748
  # @option params [String] :accept_language
1740
1749
  # The language code.
@@ -1752,13 +1761,11 @@ module Aws::ServiceCatalog
1752
1761
  # The product identifier.
1753
1762
  #
1754
1763
  # @option params [Integer] :page_size
1755
- # The maximum number of items to return in the results. If more results
1756
- # exist than fit in the specified `PageSize`, the value of
1757
- # `NextPageToken` in the response is non-null.
1764
+ # The maximum number of items to return with this call.
1758
1765
  #
1759
1766
  # @option params [String] :page_token
1760
- # The page token of the first page retrieved. If null, this retrieves
1761
- # the first page of size `PageSize`.
1767
+ # The page token for the next set of results. To retrieve the first set
1768
+ # of results, use null.
1762
1769
  #
1763
1770
  # @return [Types::ListConstraintsForPortfolioOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1764
1771
  #
@@ -1793,10 +1800,9 @@ module Aws::ServiceCatalog
1793
1800
  req.send_request(options)
1794
1801
  end
1795
1802
 
1796
- # Returns a paginated list of all paths to a specified product. A path
1797
- # is how the user has access to a specified product, and is necessary
1798
- # when provisioning a product. A path also determines the constraints
1799
- # put on the product.
1803
+ # Lists the paths to the specified product. A path is how the user has
1804
+ # access to a specified product, and is necessary when provisioning a
1805
+ # product. A path also determines the constraints put on the product.
1800
1806
  #
1801
1807
  # @option params [String] :accept_language
1802
1808
  # The language code.
@@ -1808,17 +1814,14 @@ module Aws::ServiceCatalog
1808
1814
  # * `zh` - Chinese
1809
1815
  #
1810
1816
  # @option params [required, String] :product_id
1811
- # The product identifier. Identifies the product for which to retrieve
1812
- # `LaunchPathSummaries` information.
1817
+ # The product identifier.
1813
1818
  #
1814
1819
  # @option params [Integer] :page_size
1815
- # The maximum number of items to return in the results. If more results
1816
- # exist than fit in the specified `PageSize`, the value of
1817
- # `NextPageToken` in the response is non-null.
1820
+ # The maximum number of items to return with this call.
1818
1821
  #
1819
1822
  # @option params [String] :page_token
1820
- # The page token of the first page retrieved. If null, this retrieves
1821
- # the first page of size `PageSize`.
1823
+ # The page token for the next set of results. To retrieve the first set
1824
+ # of results, use null.
1822
1825
  #
1823
1826
  # @return [Types::ListLaunchPathsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1824
1827
  #
@@ -1856,8 +1859,7 @@ module Aws::ServiceCatalog
1856
1859
  req.send_request(options)
1857
1860
  end
1858
1861
 
1859
- # Lists the account IDs that have been authorized sharing of the
1860
- # specified portfolio.
1862
+ # Lists the account IDs that have access to the specified portfolio.
1861
1863
  #
1862
1864
  # @option params [String] :accept_language
1863
1865
  # The language code.
@@ -1910,13 +1912,11 @@ module Aws::ServiceCatalog
1910
1912
  # * `zh` - Chinese
1911
1913
  #
1912
1914
  # @option params [String] :page_token
1913
- # The page token of the first page retrieved. If null, this retrieves
1914
- # the first page of size `PageSize`.
1915
+ # The page token for the next set of results. To retrieve the first set
1916
+ # of results, use null.
1915
1917
  #
1916
1918
  # @option params [Integer] :page_size
1917
- # The maximum number of items to return in the results. If more results
1918
- # exist than fit in the specified `PageSize`, the value of
1919
- # `NextPageToken` in the response is non-null.
1919
+ # The maximum number of items to return with this call.
1920
1920
  #
1921
1921
  # @return [Types::ListPortfoliosOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1922
1922
  #
@@ -1966,13 +1966,11 @@ module Aws::ServiceCatalog
1966
1966
  # The product identifier.
1967
1967
  #
1968
1968
  # @option params [String] :page_token
1969
- # The page token of the first page retrieved. If null, this retrieves
1970
- # the first page of size `PageSize`.
1969
+ # The page token for the next set of results. To retrieve the first set
1970
+ # of results, use null.
1971
1971
  #
1972
1972
  # @option params [Integer] :page_size
1973
- # The maximum number of items to return in the results. If more results
1974
- # exist than fit in the specified `PageSize`, the value of
1975
- # `NextPageToken` in the response is non-null.
1973
+ # The maximum number of items to return with this call.
1976
1974
  #
1977
1975
  # @return [Types::ListPortfoliosForProductOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1978
1976
  #
@@ -2023,13 +2021,11 @@ module Aws::ServiceCatalog
2023
2021
  # The portfolio identifier.
2024
2022
  #
2025
2023
  # @option params [Integer] :page_size
2026
- # The maximum number of items to return in the results. If more results
2027
- # exist than fit in the specified `PageSize`, the value of
2028
- # `NextPageToken` in the response is non-null.
2024
+ # The maximum number of items to return with this call.
2029
2025
  #
2030
2026
  # @option params [String] :page_token
2031
- # The page token of the first page retrieved. If null, this retrieves
2032
- # the first page of size `PageSize`.
2027
+ # The page token for the next set of results. To retrieve the first set
2028
+ # of results, use null.
2033
2029
  #
2034
2030
  # @return [Types::ListPrincipalsForPortfolioOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2035
2031
  #
@@ -2061,8 +2057,8 @@ module Aws::ServiceCatalog
2061
2057
  req.send_request(options)
2062
2058
  end
2063
2059
 
2064
- # Lists all provisioning artifacts associated with the specified
2065
- # product.
2060
+ # Lists all provisioning artifacts (also known as versions) for the
2061
+ # specified product.
2066
2062
  #
2067
2063
  # @option params [String] :accept_language
2068
2064
  # The language code.
@@ -2096,6 +2092,7 @@ module Aws::ServiceCatalog
2096
2092
  # resp.provisioning_artifact_details[0].description #=> String
2097
2093
  # resp.provisioning_artifact_details[0].type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE_AMI", "MARKETPLACE_CAR"
2098
2094
  # resp.provisioning_artifact_details[0].created_time #=> Time
2095
+ # resp.provisioning_artifact_details[0].active #=> Boolean
2099
2096
  # resp.next_page_token #=> String
2100
2097
  #
2101
2098
  # @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListProvisioningArtifacts AWS API Documentation
@@ -2107,8 +2104,7 @@ module Aws::ServiceCatalog
2107
2104
  req.send_request(options)
2108
2105
  end
2109
2106
 
2110
- # Returns a paginated list of all performed requests, in the form of
2111
- # RecordDetails objects that are filtered as specified.
2107
+ # Lists the specified requests or all performed requests.
2112
2108
  #
2113
2109
  # @option params [String] :accept_language
2114
2110
  # The language code.
@@ -2120,20 +2116,17 @@ module Aws::ServiceCatalog
2120
2116
  # * `zh` - Chinese
2121
2117
  #
2122
2118
  # @option params [Types::AccessLevelFilter] :access_level_filter
2123
- # The access level for obtaining results. If left unspecified, `User`
2124
- # level access is used.
2119
+ # The access level to use to obtain results. The default is `User`.
2125
2120
  #
2126
2121
  # @option params [Types::ListRecordHistorySearchFilter] :search_filter
2127
- # The filter to limit search results.
2122
+ # The search filter to scope the results.
2128
2123
  #
2129
2124
  # @option params [Integer] :page_size
2130
- # The maximum number of items to return in the results. If more results
2131
- # exist than fit in the specified `PageSize`, the value of
2132
- # `NextPageToken` in the response is non-null.
2125
+ # The maximum number of items to return with this call.
2133
2126
  #
2134
2127
  # @option params [String] :page_token
2135
- # The page token of the first page retrieved. If null, this retrieves
2136
- # the first page of size `PageSize`.
2128
+ # The page token for the next set of results. To retrieve the first set
2129
+ # of results, use null.
2137
2130
  #
2138
2131
  # @return [Types::ListRecordHistoryOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2139
2132
  #
@@ -2187,22 +2180,24 @@ module Aws::ServiceCatalog
2187
2180
  req.send_request(options)
2188
2181
  end
2189
2182
 
2190
- # Lists resources associated with a TagOption.
2183
+ # Lists the resources associated with the specified TagOption.
2191
2184
  #
2192
2185
  # @option params [required, String] :tag_option_id
2193
- # Identifier of the TagOption.
2186
+ # The TagOption identifier.
2194
2187
  #
2195
2188
  # @option params [String] :resource_type
2196
- # Resource type.
2189
+ # The resource type.
2190
+ #
2191
+ # * `Portfolio`
2192
+ #
2193
+ # * `Product`
2197
2194
  #
2198
2195
  # @option params [Integer] :page_size
2199
- # The maximum number of items to return in the results. If more results
2200
- # exist than fit in the specified `PageSize`, the value of
2201
- # `NextPageToken` in the response is non-null.
2196
+ # The maximum number of items to return with this call.
2202
2197
  #
2203
2198
  # @option params [String] :page_token
2204
- # The page token of the first page retrieved. If null, this retrieves
2205
- # the first page of size `PageSize`.
2199
+ # The page token for the next set of results. To retrieve the first set
2200
+ # of results, use null.
2206
2201
  #
2207
2202
  # @return [Types::ListResourcesForTagOptionOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2208
2203
  #
@@ -2237,20 +2232,18 @@ module Aws::ServiceCatalog
2237
2232
  req.send_request(options)
2238
2233
  end
2239
2234
 
2240
- # Lists detailed TagOptions information.
2235
+ # Lists the specified TagOptions or all TagOptions.
2241
2236
  #
2242
2237
  # @option params [Types::ListTagOptionsFilters] :filters
2243
- # The list of filters with which to limit search results. If no search
2244
- # filters are specified, the output is all TagOptions.
2238
+ # The search filters. If no search filters are specified, the output
2239
+ # includes all TagOptions.
2245
2240
  #
2246
2241
  # @option params [Integer] :page_size
2247
- # The maximum number of items to return in the results. If more results
2248
- # exist than fit in the specified `PageSize`, the value of
2249
- # `NextPageToken` in the response is non-null.
2242
+ # The maximum number of items to return with this call.
2250
2243
  #
2251
2244
  # @option params [String] :page_token
2252
- # The page token of the first page retrieved. If null, this retrieves
2253
- # the first page of size `PageSize`.
2245
+ # The page token for the next set of results. To retrieve the first set
2246
+ # of results, use null.
2254
2247
  #
2255
2248
  # @return [Types::ListTagOptionsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2256
2249
  #
@@ -2287,20 +2280,17 @@ module Aws::ServiceCatalog
2287
2280
  req.send_request(options)
2288
2281
  end
2289
2282
 
2290
- # Requests a *provision* of a specified product. A *provisioned product*
2291
- # is a resourced instance for a product. For example, provisioning a
2292
- # CloudFormation-template-backed product results in launching a
2293
- # CloudFormation stack and all the underlying resources that come with
2294
- # it.
2295
- #
2296
- # You can check the status of this request using the DescribeRecord
2297
- # operation. The error "Parameter validation failed: Missing required
2298
- # parameter in Tags\[*N*\]:*Value*" indicates that your request
2299
- # contains a tag which has a tag key but no corresponding tag value
2300
- # (value is empty or null). Your call may have included values returned
2301
- # from a `DescribeProvisioningParameters` call that resulted in a
2302
- # TagOption key with an empty list. This happens when TagOption keys are
2303
- # in conflict. For more information, see DescribeProvisioningParameters.
2283
+ # Provisions the specified product.
2284
+ #
2285
+ # A provisioned product is a resourced instance of a product. For
2286
+ # example, provisioning a product based on a CloudFormation template
2287
+ # launches a CloudFormation stack and its underlying resources. You can
2288
+ # check the status of this request using DescribeRecord.
2289
+ #
2290
+ # If the request contains a tag key with an empty list of values, there
2291
+ # is a tag conflict for that key. Do not include conflicted keys as
2292
+ # tags, or this will cause the error "Parameter validation failed:
2293
+ # Missing required parameter in Tags\[*N*\]:*Value*".
2304
2294
  #
2305
2295
  # @option params [String] :accept_language
2306
2296
  # The language code.
@@ -2315,25 +2305,24 @@ module Aws::ServiceCatalog
2315
2305
  # The product identifier.
2316
2306
  #
2317
2307
  # @option params [required, String] :provisioning_artifact_id
2318
- # The provisioning artifact identifier for this product. This is
2319
- # sometimes referred to as the product version.
2308
+ # The identifier of the provisioning artifact.
2320
2309
  #
2321
2310
  # @option params [String] :path_id
2322
- # The identifier of the path for this product's provisioning. This
2323
- # value is optional if the product has a default path, and is required
2324
- # if there is more than one path for the specified product.
2311
+ # The path identifier of the product. This value is optional if the
2312
+ # product has a default path, and required if the product has more than
2313
+ # one path. To list the paths for a product, use ListLaunchPaths.
2325
2314
  #
2326
2315
  # @option params [required, String] :provisioned_product_name
2327
- # A user-friendly name to identify the ProvisionedProduct object. This
2328
- # value must be unique for the AWS account and cannot be updated after
2329
- # the product is provisioned.
2316
+ # A user-friendly name for the provisioned product. This value must be
2317
+ # unique for the AWS account and cannot be updated after the product is
2318
+ # provisioned.
2330
2319
  #
2331
2320
  # @option params [Array<Types::ProvisioningParameter>] :provisioning_parameters
2332
2321
  # Parameters specified by the administrator that are required for
2333
2322
  # provisioning the product.
2334
2323
  #
2335
2324
  # @option params [Array<Types::Tag>] :tags
2336
- # A list of tags to use as provisioning options.
2325
+ # The tags to use as provisioning options.
2337
2326
  #
2338
2327
  # @option params [Array<String>] :notification_arns
2339
2328
  # Passed to CloudFormation. The SNS topic ARNs to which to publish
@@ -2403,7 +2392,7 @@ module Aws::ServiceCatalog
2403
2392
  req.send_request(options)
2404
2393
  end
2405
2394
 
2406
- # Rejects an offer to share a portfolio.
2395
+ # Rejects an offer to share the specified portfolio.
2407
2396
  #
2408
2397
  # @option params [String] :accept_language
2409
2398
  # The language code.
@@ -2435,8 +2424,7 @@ module Aws::ServiceCatalog
2435
2424
  req.send_request(options)
2436
2425
  end
2437
2426
 
2438
- # Returns a paginated list of all the ProvisionedProduct objects that
2439
- # are currently available (not terminated).
2427
+ # Lists the provisioned products that are available (not terminated).
2440
2428
  #
2441
2429
  # @option params [String] :accept_language
2442
2430
  # The language code.
@@ -2448,17 +2436,14 @@ module Aws::ServiceCatalog
2448
2436
  # * `zh` - Chinese
2449
2437
  #
2450
2438
  # @option params [Types::AccessLevelFilter] :access_level_filter
2451
- # The access level for obtaining results. If left unspecified, `User`
2452
- # level access is used.
2439
+ # The access level to use to obtain results. The default is `User`.
2453
2440
  #
2454
2441
  # @option params [Integer] :page_size
2455
- # The maximum number of items to return in the results. If more results
2456
- # exist than fit in the specified `PageSize`, the value of
2457
- # `NextPageToken` in the response is non-null.
2442
+ # The maximum number of items to return with this call.
2458
2443
  #
2459
2444
  # @option params [String] :page_token
2460
- # The page token of the first page retrieved. If null, this retrieves
2461
- # the first page of size `PageSize`.
2445
+ # The page token for the next set of results. To retrieve the first set
2446
+ # of results, use null.
2462
2447
  #
2463
2448
  # @return [Types::ScanProvisionedProductsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2464
2449
  #
@@ -2500,11 +2485,7 @@ module Aws::ServiceCatalog
2500
2485
  req.send_request(options)
2501
2486
  end
2502
2487
 
2503
- # Returns a paginated list all of the `Products` objects to which the
2504
- # caller has access.
2505
- #
2506
- # The output of this operation can be used as input for other
2507
- # operations, such as DescribeProductView.
2488
+ # Gets information about the products to which the caller has access.
2508
2489
  #
2509
2490
  # @option params [String] :accept_language
2510
2491
  # The language code.
@@ -2516,26 +2497,21 @@ module Aws::ServiceCatalog
2516
2497
  # * `zh` - Chinese
2517
2498
  #
2518
2499
  # @option params [Hash<String,Array>] :filters
2519
- # The list of filters with which to limit search results. If no search
2520
- # filters are specified, the output is all the products to which the
2521
- # calling user has access.
2500
+ # The search filters. If no search filters are specified, the output
2501
+ # includes all products to which the caller has access.
2522
2502
  #
2523
2503
  # @option params [Integer] :page_size
2524
- # The maximum number of items to return in the results. If more results
2525
- # exist than fit in the specified `PageSize`, the value of
2526
- # `NextPageToken` in the response is non-null.
2504
+ # The maximum number of items to return with this call.
2527
2505
  #
2528
2506
  # @option params [String] :sort_by
2529
- # The sort field specifier. If no value is specified, results are not
2530
- # sorted.
2507
+ # The sort field. If no value is specified, the results are not sorted.
2531
2508
  #
2532
2509
  # @option params [String] :sort_order
2533
- # The sort order specifier. If no value is specified, results are not
2534
- # sorted.
2510
+ # The sort order. If no value is specified, the results are not sorted.
2535
2511
  #
2536
2512
  # @option params [String] :page_token
2537
- # The page token of the first page retrieved. If null, this retrieves
2538
- # the first page of size `PageSize`.
2513
+ # The page token for the next set of results. To retrieve the first set
2514
+ # of results, use null.
2539
2515
  #
2540
2516
  # @return [Types::SearchProductsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2541
2517
  #
@@ -2585,10 +2561,8 @@ module Aws::ServiceCatalog
2585
2561
  req.send_request(options)
2586
2562
  end
2587
2563
 
2588
- # Retrieves summary and status information about all products created
2589
- # within the caller's account. If a portfolio ID is provided, this
2590
- # operation retrieves information for only those products that are
2591
- # associated with the specified portfolio.
2564
+ # Gets information about the products for the specified portfolio or all
2565
+ # products.
2592
2566
  #
2593
2567
  # @option params [String] :accept_language
2594
2568
  # The language code.
@@ -2603,26 +2577,21 @@ module Aws::ServiceCatalog
2603
2577
  # The portfolio identifier.
2604
2578
  #
2605
2579
  # @option params [Hash<String,Array>] :filters
2606
- # The list of filters with which to limit search results. If no search
2607
- # filters are specified, the output is all the products to which the
2608
- # administrator has access.
2580
+ # The search filters. If no search filters are specified, the output
2581
+ # includes all products to which the administrator has access.
2609
2582
  #
2610
2583
  # @option params [String] :sort_by
2611
- # The sort field specifier. If no value is specified, results are not
2612
- # sorted.
2584
+ # The sort field. If no value is specified, the results are not sorted.
2613
2585
  #
2614
2586
  # @option params [String] :sort_order
2615
- # The sort order specifier. If no value is specified, results are not
2616
- # sorted.
2587
+ # The sort order. If no value is specified, the results are not sorted.
2617
2588
  #
2618
2589
  # @option params [String] :page_token
2619
- # The page token of the first page retrieved. If null, this retrieves
2620
- # the first page of size `PageSize`.
2590
+ # The page token for the next set of results. To retrieve the first set
2591
+ # of results, use null.
2621
2592
  #
2622
2593
  # @option params [Integer] :page_size
2623
- # The maximum number of items to return in the results. If more results
2624
- # exist than fit in the specified `PageSize`, the value of
2625
- # `NextPageToken` in the response is non-null.
2594
+ # The maximum number of items to return with this call.
2626
2595
  #
2627
2596
  # @option params [String] :product_source
2628
2597
  # Access level of the source of the product.
@@ -2675,39 +2644,33 @@ module Aws::ServiceCatalog
2675
2644
  req.send_request(options)
2676
2645
  end
2677
2646
 
2678
- # Requests termination of an existing ProvisionedProduct object. If
2679
- # there are `Tags` associated with the object, they are terminated when
2680
- # the ProvisionedProduct object is terminated.
2647
+ # Terminates the specified provisioned product.
2681
2648
  #
2682
2649
  # This operation does not delete any records associated with the
2683
- # ProvisionedProduct object.
2650
+ # provisioned product.
2684
2651
  #
2685
- # You can check the status of this request using the DescribeRecord
2686
- # operation.
2652
+ # You can check the status of this request using DescribeRecord.
2687
2653
  #
2688
2654
  # @option params [String] :provisioned_product_name
2689
- # The name of the ProvisionedProduct object to terminate. Specify either
2690
- # `ProvisionedProductName` or `ProvisionedProductId`, but not both.
2655
+ # The name of the provisioned product. You cannot specify both
2656
+ # `ProvisionedProductName` and `ProvisionedProductId`.
2691
2657
  #
2692
2658
  # @option params [String] :provisioned_product_id
2693
- # The identifier of the ProvisionedProduct object to terminate. Specify
2694
- # either `ProvisionedProductName` or `ProvisionedProductId`, but not
2695
- # both.
2659
+ # The identifier of the provisioned product. You cannot specify both
2660
+ # `ProvisionedProductName` and `ProvisionedProductId`.
2696
2661
  #
2697
2662
  # @option params [required, String] :terminate_token
2698
2663
  # An idempotency token that uniquely identifies the termination request.
2699
2664
  # This token is only valid during the termination process. After the
2700
- # ProvisionedProduct object is terminated, further requests to terminate
2701
- # the same ProvisionedProduct object always return **ResourceNotFound**
2702
- # regardless of the value of `TerminateToken`.
2665
+ # provisioned product is terminated, subsequent requests to terminate
2666
+ # the same provisioned product always return **ResourceNotFound**.
2703
2667
  #
2704
2668
  # **A suitable default value is auto-generated.** You should normally
2705
2669
  # not need to pass this option.**
2706
2670
  #
2707
2671
  # @option params [Boolean] :ignore_errors
2708
2672
  # If set to true, AWS Service Catalog stops managing the specified
2709
- # ProvisionedProduct object even if it cannot delete the underlying
2710
- # resources.
2673
+ # provisioned product even if it cannot delete the underlying resources.
2711
2674
  #
2712
2675
  # @option params [String] :accept_language
2713
2676
  # The language code.
@@ -2761,7 +2724,7 @@ module Aws::ServiceCatalog
2761
2724
  req.send_request(options)
2762
2725
  end
2763
2726
 
2764
- # Updates an existing constraint.
2727
+ # Updates the specified constraint.
2765
2728
  #
2766
2729
  # @option params [String] :accept_language
2767
2730
  # The language code.
@@ -2773,10 +2736,10 @@ module Aws::ServiceCatalog
2773
2736
  # * `zh` - Chinese
2774
2737
  #
2775
2738
  # @option params [required, String] :id
2776
- # The identifier of the constraint to update.
2739
+ # The identifier of the constraint.
2777
2740
  #
2778
2741
  # @option params [String] :description
2779
- # The updated text description of the constraint.
2742
+ # The updated description of the constraint.
2780
2743
  #
2781
2744
  # @return [Types::UpdateConstraintOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2782
2745
  #
@@ -2810,8 +2773,9 @@ module Aws::ServiceCatalog
2810
2773
  req.send_request(options)
2811
2774
  end
2812
2775
 
2813
- # Updates the specified portfolio's details. This operation does not
2814
- # work with a product that has been shared with you.
2776
+ # Updates the specified portfolio.
2777
+ #
2778
+ # You cannot update a product that was shared with you.
2815
2779
  #
2816
2780
  # @option params [String] :accept_language
2817
2781
  # The language code.
@@ -2823,24 +2787,22 @@ module Aws::ServiceCatalog
2823
2787
  # * `zh` - Chinese
2824
2788
  #
2825
2789
  # @option params [required, String] :id
2826
- # The identifier of the portfolio for the update request.
2790
+ # The portfolio identifier.
2827
2791
  #
2828
2792
  # @option params [String] :display_name
2829
2793
  # The name to use for display purposes.
2830
2794
  #
2831
2795
  # @option params [String] :description
2832
- # The updated text description of the portfolio.
2796
+ # The updated description of the portfolio.
2833
2797
  #
2834
2798
  # @option params [String] :provider_name
2835
2799
  # The updated name of the portfolio provider.
2836
2800
  #
2837
2801
  # @option params [Array<Types::Tag>] :add_tags
2838
- # Tags to add to the existing list of tags associated with the
2839
- # portfolio.
2802
+ # The tags to add.
2840
2803
  #
2841
2804
  # @option params [Array<String>] :remove_tags
2842
- # Tags to remove from the existing list of tags associated with the
2843
- # portfolio.
2805
+ # The tags to remove.
2844
2806
  #
2845
2807
  # @return [Types::UpdatePortfolioOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2846
2808
  #
@@ -2885,7 +2847,7 @@ module Aws::ServiceCatalog
2885
2847
  req.send_request(options)
2886
2848
  end
2887
2849
 
2888
- # Updates an existing product.
2850
+ # Updates the specified product.
2889
2851
  #
2890
2852
  # @option params [String] :accept_language
2891
2853
  # The language code.
@@ -2897,7 +2859,7 @@ module Aws::ServiceCatalog
2897
2859
  # * `zh` - Chinese
2898
2860
  #
2899
2861
  # @option params [required, String] :id
2900
- # The identifier of the product for the update request.
2862
+ # The product identifier.
2901
2863
  #
2902
2864
  # @option params [String] :name
2903
2865
  # The updated product name.
@@ -2906,7 +2868,7 @@ module Aws::ServiceCatalog
2906
2868
  # The updated owner of the product.
2907
2869
  #
2908
2870
  # @option params [String] :description
2909
- # The updated text description of the product.
2871
+ # The updated description of the product.
2910
2872
  #
2911
2873
  # @option params [String] :distributor
2912
2874
  # The updated distributor of the product.
@@ -2921,11 +2883,10 @@ module Aws::ServiceCatalog
2921
2883
  # The updated support URL for the product.
2922
2884
  #
2923
2885
  # @option params [Array<Types::Tag>] :add_tags
2924
- # Tags to add to the existing list of tags associated with the product.
2886
+ # The tags to add to the product.
2925
2887
  #
2926
2888
  # @option params [Array<String>] :remove_tags
2927
- # Tags to remove from the existing list of tags associated with the
2928
- # product.
2889
+ # The tags to remove from the product.
2929
2890
  #
2930
2891
  # @return [Types::UpdateProductOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2931
2892
  #
@@ -2982,15 +2943,15 @@ module Aws::ServiceCatalog
2982
2943
  req.send_request(options)
2983
2944
  end
2984
2945
 
2985
- # Requests updates to the configuration of an existing
2986
- # ProvisionedProduct object. If there are tags associated with the
2987
- # object, they cannot be updated or added with this operation. Depending
2988
- # on the specific updates requested, this operation may update with no
2989
- # interruption, with some interruption, or replace the
2990
- # ProvisionedProduct object entirely.
2946
+ # Requests updates to the configuration of the specified provisioned
2947
+ # product.
2948
+ #
2949
+ # If there are tags associated with the object, they cannot be updated
2950
+ # or added. Depending on the specific updates requested, this operation
2951
+ # can update with no interruption, with some interruption, or replace
2952
+ # the provisioned product entirely.
2991
2953
  #
2992
- # You can check the status of this request using the DescribeRecord
2993
- # operation.
2954
+ # You can check the status of this request using DescribeRecord.
2994
2955
  #
2995
2956
  # @option params [String] :accept_language
2996
2957
  # The language code.
@@ -3002,33 +2963,29 @@ module Aws::ServiceCatalog
3002
2963
  # * `zh` - Chinese
3003
2964
  #
3004
2965
  # @option params [String] :provisioned_product_name
3005
- # The updated name of the ProvisionedProduct object. Specify either
3006
- # `ProvisionedProductName` or `ProvisionedProductId`, but not both.
2966
+ # The updated name of the provisioned product. You cannot specify both
2967
+ # `ProvisionedProductName` and `ProvisionedProductId`.
3007
2968
  #
3008
2969
  # @option params [String] :provisioned_product_id
3009
- # The identifier of the ProvisionedProduct object to update. Specify
3010
- # either `ProvisionedProductName` or `ProvisionedProductId`, but not
3011
- # both.
2970
+ # The identifier of the provisioned product. You cannot specify both
2971
+ # `ProvisionedProductName` and `ProvisionedProductId`.
3012
2972
  #
3013
2973
  # @option params [String] :product_id
3014
- # The identifier of the ProvisionedProduct object.
2974
+ # The identifier of the provisioned product.
3015
2975
  #
3016
2976
  # @option params [String] :provisioning_artifact_id
3017
- # The provisioning artifact identifier for this product. This is
3018
- # sometimes referred to as the product version.
2977
+ # The identifier of the provisioning artifact.
3019
2978
  #
3020
2979
  # @option params [String] :path_id
3021
- # The identifier of the path to use in the updated ProvisionedProduct
3022
- # object. This value is optional if the product has a default path, and
3023
- # is required if there is more than one path for the specified product.
2980
+ # The new path identifier. This value is optional if the product has a
2981
+ # default path, and required if the product has more than one path.
3024
2982
  #
3025
2983
  # @option params [Array<Types::UpdateProvisioningParameter>] :provisioning_parameters
3026
- # A list of `ProvisioningParameter` objects used to update the
3027
- # ProvisionedProduct object.
2984
+ # The new parameters.
3028
2985
  #
3029
2986
  # @option params [required, String] :update_token
3030
2987
  # The idempotency token that uniquely identifies the provisioning update
3031
- # request.
2988
+ # rquest.
3032
2989
  #
3033
2990
  # **A suitable default value is auto-generated.** You should normally
3034
2991
  # not need to pass this option.**
@@ -3085,9 +3042,11 @@ module Aws::ServiceCatalog
3085
3042
  req.send_request(options)
3086
3043
  end
3087
3044
 
3088
- # Updates an existing provisioning artifact's information. This
3089
- # operation does not work on a provisioning artifact associated with a
3090
- # product that has been shared with you.
3045
+ # Updates the specified provisioning artifact (also known as a version)
3046
+ # for the specified product.
3047
+ #
3048
+ # You cannot update a provisioning artifact for a product that was
3049
+ # shared with you.
3091
3050
  #
3092
3051
  # @option params [String] :accept_language
3093
3052
  # The language code.
@@ -3102,14 +3061,16 @@ module Aws::ServiceCatalog
3102
3061
  # The product identifier.
3103
3062
  #
3104
3063
  # @option params [required, String] :provisioning_artifact_id
3105
- # The identifier of the provisioning artifact for the update request.
3106
- # This is sometimes referred to as the product version.
3064
+ # The identifier of the provisioning artifact.
3107
3065
  #
3108
3066
  # @option params [String] :name
3109
3067
  # The updated name of the provisioning artifact.
3110
3068
  #
3111
3069
  # @option params [String] :description
3112
- # The updated text description of the provisioning artifact.
3070
+ # The updated description of the provisioning artifact.
3071
+ #
3072
+ # @option params [Boolean] :active
3073
+ # Indicates whether the product version is active.
3113
3074
  #
3114
3075
  # @return [Types::UpdateProvisioningArtifactOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3115
3076
  #
@@ -3125,6 +3086,7 @@ module Aws::ServiceCatalog
3125
3086
  # provisioning_artifact_id: "Id", # required
3126
3087
  # name: "ProvisioningArtifactName",
3127
3088
  # description: "ProvisioningArtifactDescription",
3089
+ # active: false,
3128
3090
  # })
3129
3091
  #
3130
3092
  # @example Response structure
@@ -3134,6 +3096,7 @@ module Aws::ServiceCatalog
3134
3096
  # resp.provisioning_artifact_detail.description #=> String
3135
3097
  # resp.provisioning_artifact_detail.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE_AMI", "MARKETPLACE_CAR"
3136
3098
  # resp.provisioning_artifact_detail.created_time #=> Time
3099
+ # resp.provisioning_artifact_detail.active #=> Boolean
3137
3100
  # resp.info #=> Hash
3138
3101
  # resp.info["ProvisioningArtifactInfoKey"] #=> String
3139
3102
  # resp.status #=> String, one of "AVAILABLE", "CREATING", "FAILED"
@@ -3147,10 +3110,10 @@ module Aws::ServiceCatalog
3147
3110
  req.send_request(options)
3148
3111
  end
3149
3112
 
3150
- # Updates an existing TagOption.
3113
+ # Updates the specified TagOption.
3151
3114
  #
3152
3115
  # @option params [required, String] :id
3153
- # The identifier of the constraint to update.
3116
+ # The TagOption identifier.
3154
3117
  #
3155
3118
  # @option params [String] :value
3156
3119
  # The updated value.
@@ -3199,7 +3162,7 @@ module Aws::ServiceCatalog
3199
3162
  params: params,
3200
3163
  config: config)
3201
3164
  context[:gem_name] = 'aws-sdk-servicecatalog'
3202
- context[:gem_version] = '1.1.0'
3165
+ context[:gem_version] = '1.2.0'
3203
3166
  Seahorse::Client::Request.new(handlers, context)
3204
3167
  end
3205
3168