aws-sdk-servicecatalog 1.35.0 → 1.36.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: 3dda3d277f3c50eaa59ae66e1e315a270f2d1e7a
4
- data.tar.gz: abbffbccffd5d2e4d7e79671e2f848280395f757
3
+ metadata.gz: 9474dd62edd17c2504b38768a27ad049b498321d
4
+ data.tar.gz: 6b0855fd760bc87c038dc1187147765e11ef6c6a
5
5
  SHA512:
6
- metadata.gz: 25d24ebb2f7b7548ab76edd6d580cc62dad434cd6119d3a5e01b8b76e292ba398d1a8b0de0a383f7325563c19d88af23ca697dc3c990b77d8c29ffcf782fe864
7
- data.tar.gz: ceb87b7d24c0922f148a934efc6fdbcb134f8214e5c9d781890c6b6fab9ff88acc0f808e5a58b1067e3de5864565d540a55582f64888eaac54dccbeb7eb6bc96
6
+ metadata.gz: 7184bb5c68a15771fc6be6e5197d00ae16d2960ef33d1e890f3712b7c07237b5145e0740072afcc540ae94d2559db40c00e35e9617447a6e9d3052c3b7cb0d10
7
+ data.tar.gz: 23c972bbb4acb4b0e9cae868b3701dd6fbe0439200dd965cb23921ea90a5beffc895df46d30c377dbfdeb9233cdd4edbb88cd2bc161834765f7068d50e6d48d9
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-servicecatalog/customizations'
45
45
  # @service
46
46
  module Aws::ServiceCatalog
47
47
 
48
- GEM_VERSION = '1.35.0'
48
+ GEM_VERSION = '1.36.0'
49
49
 
50
50
  end
@@ -32,11 +32,11 @@ Aws::Plugins::GlobalConfiguration.add_identifier(:servicecatalog)
32
32
  module Aws::ServiceCatalog
33
33
  # An API client for ServiceCatalog. To construct a client, you need to configure a `:region` and `:credentials`.
34
34
  #
35
- # client = Aws::ServiceCatalog::Client.new(
36
- # region: region_name,
37
- # credentials: credentials,
38
- # # ...
39
- # )
35
+ # client = Aws::ServiceCatalog::Client.new(
36
+ # region: region_name,
37
+ # credentials: credentials,
38
+ # # ...
39
+ # )
40
40
  #
41
41
  # For details on configuring region and credentials see
42
42
  # the [developer guide](/sdk-for-ruby/v3/developer-guide/setup-config.html).
@@ -229,15 +229,19 @@ module Aws::ServiceCatalog
229
229
  #
230
230
  # @option options [String] :retry_mode ("legacy")
231
231
  # Specifies which retry algorithm to use. Values are:
232
- # * `legacy` - The pre-existing retry behavior. This is default value if
233
- # no retry mode is provided.
234
- # * `standard` - A standardized set of retry rules across the AWS SDKs.
235
- # This includes support for retry quotas, which limit the number of
236
- # unsuccessful retries a client can make.
237
- # * `adaptive` - An experimental retry mode that includes all the
238
- # functionality of `standard` mode along with automatic client side
239
- # throttling. This is a provisional mode that may change behavior
240
- # in the future.
232
+ #
233
+ # * `legacy` - The pre-existing retry behavior. This is default value if
234
+ # no retry mode is provided.
235
+ #
236
+ # * `standard` - A standardized set of retry rules across the AWS SDKs.
237
+ # This includes support for retry quotas, which limit the number of
238
+ # unsuccessful retries a client can make.
239
+ #
240
+ # * `adaptive` - An experimental retry mode that includes all the
241
+ # functionality of `standard` mode along with automatic client side
242
+ # throttling. This is a provisional mode that may change behavior
243
+ # in the future.
244
+ #
241
245
  #
242
246
  # @option options [String] :secret_access_key
243
247
  #
@@ -838,6 +842,8 @@ module Aws::ServiceCatalog
838
842
  # resp.constraint_detail.type #=> String
839
843
  # resp.constraint_detail.description #=> String
840
844
  # resp.constraint_detail.owner #=> String
845
+ # resp.constraint_detail.product_id #=> String
846
+ # resp.constraint_detail.portfolio_id #=> String
841
847
  # resp.constraint_parameters #=> String
842
848
  # resp.status #=> String, one of "AVAILABLE", "CREATING", "FAILED"
843
849
  #
@@ -1743,6 +1749,8 @@ module Aws::ServiceCatalog
1743
1749
  # resp.constraint_detail.type #=> String
1744
1750
  # resp.constraint_detail.description #=> String
1745
1751
  # resp.constraint_detail.owner #=> String
1752
+ # resp.constraint_detail.product_id #=> String
1753
+ # resp.constraint_detail.portfolio_id #=> String
1746
1754
  # resp.constraint_parameters #=> String
1747
1755
  # resp.status #=> String, one of "AVAILABLE", "CREATING", "FAILED"
1748
1756
  #
@@ -2966,6 +2974,8 @@ module Aws::ServiceCatalog
2966
2974
  # * {Types::ListAcceptedPortfolioSharesOutput#portfolio_details #portfolio_details} => Array<Types::PortfolioDetail>
2967
2975
  # * {Types::ListAcceptedPortfolioSharesOutput#next_page_token #next_page_token} => String
2968
2976
  #
2977
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
2978
+ #
2969
2979
  # @example Request syntax with placeholder values
2970
2980
  #
2971
2981
  # resp = client.list_accepted_portfolio_shares({
@@ -3021,6 +3031,8 @@ module Aws::ServiceCatalog
3021
3031
  # * {Types::ListBudgetsForResourceOutput#budgets #budgets} => Array<Types::BudgetDetail>
3022
3032
  # * {Types::ListBudgetsForResourceOutput#next_page_token #next_page_token} => String
3023
3033
  #
3034
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
3035
+ #
3024
3036
  # @example Request syntax with placeholder values
3025
3037
  #
3026
3038
  # resp = client.list_budgets_for_resource({
@@ -3074,6 +3086,8 @@ module Aws::ServiceCatalog
3074
3086
  # * {Types::ListConstraintsForPortfolioOutput#constraint_details #constraint_details} => Array<Types::ConstraintDetail>
3075
3087
  # * {Types::ListConstraintsForPortfolioOutput#next_page_token #next_page_token} => String
3076
3088
  #
3089
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
3090
+ #
3077
3091
  # @example Request syntax with placeholder values
3078
3092
  #
3079
3093
  # resp = client.list_constraints_for_portfolio({
@@ -3091,6 +3105,8 @@ module Aws::ServiceCatalog
3091
3105
  # resp.constraint_details[0].type #=> String
3092
3106
  # resp.constraint_details[0].description #=> String
3093
3107
  # resp.constraint_details[0].owner #=> String
3108
+ # resp.constraint_details[0].product_id #=> String
3109
+ # resp.constraint_details[0].portfolio_id #=> String
3094
3110
  # resp.next_page_token #=> String
3095
3111
  #
3096
3112
  # @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListConstraintsForPortfolio AWS API Documentation
@@ -3130,6 +3146,8 @@ module Aws::ServiceCatalog
3130
3146
  # * {Types::ListLaunchPathsOutput#launch_path_summaries #launch_path_summaries} => Array<Types::LaunchPathSummary>
3131
3147
  # * {Types::ListLaunchPathsOutput#next_page_token #next_page_token} => String
3132
3148
  #
3149
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
3150
+ #
3133
3151
  # @example Request syntax with placeholder values
3134
3152
  #
3135
3153
  # resp = client.list_launch_paths({
@@ -3200,6 +3218,8 @@ module Aws::ServiceCatalog
3200
3218
  # * {Types::ListOrganizationPortfolioAccessOutput#organization_nodes #organization_nodes} => Array<Types::OrganizationNode>
3201
3219
  # * {Types::ListOrganizationPortfolioAccessOutput#next_page_token #next_page_token} => String
3202
3220
  #
3221
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
3222
+ #
3203
3223
  # @example Request syntax with placeholder values
3204
3224
  #
3205
3225
  # resp = client.list_organization_portfolio_access({
@@ -3257,6 +3277,8 @@ module Aws::ServiceCatalog
3257
3277
  # * {Types::ListPortfolioAccessOutput#account_ids #account_ids} => Array<String>
3258
3278
  # * {Types::ListPortfolioAccessOutput#next_page_token #next_page_token} => String
3259
3279
  #
3280
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
3281
+ #
3260
3282
  # @example Request syntax with placeholder values
3261
3283
  #
3262
3284
  # resp = client.list_portfolio_access({
@@ -3305,6 +3327,8 @@ module Aws::ServiceCatalog
3305
3327
  # * {Types::ListPortfoliosOutput#portfolio_details #portfolio_details} => Array<Types::PortfolioDetail>
3306
3328
  # * {Types::ListPortfoliosOutput#next_page_token #next_page_token} => String
3307
3329
  #
3330
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
3331
+ #
3308
3332
  # @example Request syntax with placeholder values
3309
3333
  #
3310
3334
  # resp = client.list_portfolios({
@@ -3359,6 +3383,8 @@ module Aws::ServiceCatalog
3359
3383
  # * {Types::ListPortfoliosForProductOutput#portfolio_details #portfolio_details} => Array<Types::PortfolioDetail>
3360
3384
  # * {Types::ListPortfoliosForProductOutput#next_page_token #next_page_token} => String
3361
3385
  #
3386
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
3387
+ #
3362
3388
  # @example Request syntax with placeholder values
3363
3389
  #
3364
3390
  # resp = client.list_portfolios_for_product({
@@ -3414,6 +3440,8 @@ module Aws::ServiceCatalog
3414
3440
  # * {Types::ListPrincipalsForPortfolioOutput#principals #principals} => Array<Types::Principal>
3415
3441
  # * {Types::ListPrincipalsForPortfolioOutput#next_page_token #next_page_token} => String
3416
3442
  #
3443
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
3444
+ #
3417
3445
  # @example Request syntax with placeholder values
3418
3446
  #
3419
3447
  # resp = client.list_principals_for_portfolio({
@@ -3577,6 +3605,8 @@ module Aws::ServiceCatalog
3577
3605
  # * {Types::ListProvisioningArtifactsForServiceActionOutput#provisioning_artifact_views #provisioning_artifact_views} => Array<Types::ProvisioningArtifactView>
3578
3606
  # * {Types::ListProvisioningArtifactsForServiceActionOutput#next_page_token #next_page_token} => String
3579
3607
  #
3608
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
3609
+ #
3580
3610
  # @example Request syntax with placeholder values
3581
3611
  #
3582
3612
  # resp = client.list_provisioning_artifacts_for_service_action({
@@ -3716,6 +3746,8 @@ module Aws::ServiceCatalog
3716
3746
  # * {Types::ListResourcesForTagOptionOutput#resource_details #resource_details} => Array<Types::ResourceDetail>
3717
3747
  # * {Types::ListResourcesForTagOptionOutput#page_token #page_token} => String
3718
3748
  #
3749
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
3750
+ #
3719
3751
  # @example Request syntax with placeholder values
3720
3752
  #
3721
3753
  # resp = client.list_resources_for_tag_option({
@@ -3767,6 +3799,8 @@ module Aws::ServiceCatalog
3767
3799
  # * {Types::ListServiceActionsOutput#service_action_summaries #service_action_summaries} => Array<Types::ServiceActionSummary>
3768
3800
  # * {Types::ListServiceActionsOutput#next_page_token #next_page_token} => String
3769
3801
  #
3802
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
3803
+ #
3770
3804
  # @example Request syntax with placeholder values
3771
3805
  #
3772
3806
  # resp = client.list_service_actions({
@@ -3824,6 +3858,8 @@ module Aws::ServiceCatalog
3824
3858
  # * {Types::ListServiceActionsForProvisioningArtifactOutput#service_action_summaries #service_action_summaries} => Array<Types::ServiceActionSummary>
3825
3859
  # * {Types::ListServiceActionsForProvisioningArtifactOutput#next_page_token #next_page_token} => String
3826
3860
  #
3861
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
3862
+ #
3827
3863
  # @example Request syntax with placeholder values
3828
3864
  #
3829
3865
  # resp = client.list_service_actions_for_provisioning_artifact({
@@ -3925,6 +3961,8 @@ module Aws::ServiceCatalog
3925
3961
  # * {Types::ListTagOptionsOutput#tag_option_details #tag_option_details} => Array<Types::TagOptionDetail>
3926
3962
  # * {Types::ListTagOptionsOutput#page_token #page_token} => String
3927
3963
  #
3964
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
3965
+ #
3928
3966
  # @example Request syntax with placeholder values
3929
3967
  #
3930
3968
  # resp = client.list_tag_options({
@@ -4226,6 +4264,8 @@ module Aws::ServiceCatalog
4226
4264
  # * {Types::SearchProductsOutput#product_view_aggregations #product_view_aggregations} => Hash<String,Array<Types::ProductViewAggregationValue>>
4227
4265
  # * {Types::SearchProductsOutput#next_page_token #next_page_token} => String
4228
4266
  #
4267
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
4268
+ #
4229
4269
  # @example Request syntax with placeholder values
4230
4270
  #
4231
4271
  # resp = client.search_products({
@@ -4308,6 +4348,8 @@ module Aws::ServiceCatalog
4308
4348
  # * {Types::SearchProductsAsAdminOutput#product_view_details #product_view_details} => Array<Types::ProductViewDetail>
4309
4349
  # * {Types::SearchProductsAsAdminOutput#next_page_token #next_page_token} => String
4310
4350
  #
4351
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
4352
+ #
4311
4353
  # @example Request syntax with placeholder values
4312
4354
  #
4313
4355
  # resp = client.search_products_as_admin({
@@ -4396,6 +4438,8 @@ module Aws::ServiceCatalog
4396
4438
  # * {Types::SearchProvisionedProductsOutput#total_results_count #total_results_count} => Integer
4397
4439
  # * {Types::SearchProvisionedProductsOutput#next_page_token #next_page_token} => String
4398
4440
  #
4441
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
4442
+ #
4399
4443
  # @example Request syntax with placeholder values
4400
4444
  #
4401
4445
  # resp = client.search_provisioned_products({
@@ -4619,6 +4663,8 @@ module Aws::ServiceCatalog
4619
4663
  # resp.constraint_detail.type #=> String
4620
4664
  # resp.constraint_detail.description #=> String
4621
4665
  # resp.constraint_detail.owner #=> String
4666
+ # resp.constraint_detail.product_id #=> String
4667
+ # resp.constraint_detail.portfolio_id #=> String
4622
4668
  # resp.constraint_parameters #=> String
4623
4669
  # resp.status #=> String, one of "AVAILABLE", "CREATING", "FAILED"
4624
4670
  #
@@ -5199,7 +5245,7 @@ module Aws::ServiceCatalog
5199
5245
  params: params,
5200
5246
  config: config)
5201
5247
  context[:gem_name] = 'aws-sdk-servicecatalog'
5202
- context[:gem_version] = '1.35.0'
5248
+ context[:gem_version] = '1.36.0'
5203
5249
  Seahorse::Client::Request.new(handlers, context)
5204
5250
  end
5205
5251
 
@@ -526,6 +526,8 @@ module Aws::ServiceCatalog
526
526
  ConstraintDetail.add_member(:type, Shapes::ShapeRef.new(shape: ConstraintType, location_name: "Type"))
527
527
  ConstraintDetail.add_member(:description, Shapes::ShapeRef.new(shape: ConstraintDescription, location_name: "Description"))
528
528
  ConstraintDetail.add_member(:owner, Shapes::ShapeRef.new(shape: AccountId, location_name: "Owner"))
529
+ ConstraintDetail.add_member(:product_id, Shapes::ShapeRef.new(shape: Id, location_name: "ProductId"))
530
+ ConstraintDetail.add_member(:portfolio_id, Shapes::ShapeRef.new(shape: Id, location_name: "PortfolioId"))
529
531
  ConstraintDetail.struct_class = Types::ConstraintDetail
530
532
 
531
533
  ConstraintDetails.member = Shapes::ShapeRef.new(shape: ConstraintDetail)
@@ -6,13 +6,7 @@
6
6
  # WARNING ABOUT GENERATED CODE
7
7
 
8
8
  module Aws::ServiceCatalog
9
- # This class provides a resource oriented interface for ServiceCatalog.
10
- # To create a resource object:
11
- # resource = Aws::ServiceCatalog::Resource.new(region: 'us-west-2')
12
- # You can supply a client object with custom configuration that will be used for all resource operations.
13
- # If you do not pass +:client+, a default client will be constructed.
14
- # client = Aws::ServiceCatalog::Client.new(region: 'us-west-2')
15
- # resource = Aws::ServiceCatalog::Resource.new(client: client)
9
+
16
10
  class Resource
17
11
 
18
12
  # @param options ({})
@@ -441,13 +441,27 @@ module Aws::ServiceCatalog
441
441
  # The owner of the constraint.
442
442
  # @return [String]
443
443
  #
444
+ # @!attribute [rw] product_id
445
+ # The identifier of the product the constraint applies to. Note that a
446
+ # constraint applies to a specific instance of a product within a
447
+ # certain portfolio.
448
+ # @return [String]
449
+ #
450
+ # @!attribute [rw] portfolio_id
451
+ # The identifier of the portfolio the product resides in. The
452
+ # constraint applies only to the instance of the product that lives
453
+ # within this portfolio.
454
+ # @return [String]
455
+ #
444
456
  # @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ConstraintDetail AWS API Documentation
445
457
  #
446
458
  class ConstraintDetail < Struct.new(
447
459
  :constraint_id,
448
460
  :type,
449
461
  :description,
450
- :owner)
462
+ :owner,
463
+ :product_id,
464
+ :portfolio_id)
451
465
  include Aws::Structure
452
466
  end
453
467
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-servicecatalog
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.35.0
4
+ version: 1.36.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-03-09 00:00:00.000000000 Z
11
+ date: 2020-03-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core