aws-sdk-partnercentralselling 1.3.0 → 1.4.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.
@@ -903,13 +903,6 @@ module Aws::PartnerCentralSelling
903
903
  # * Cosell—Support for Public Tender/RFx: Opportunity related to the
904
904
  # public sector where the partner needs Amazon Web Services RFx
905
905
  # support.
906
- #
907
- # * Do Not Need Support from AWS Sales Rep: Indicates that a partner
908
- # doesn't need support from an Amazon Web Services sales
909
- # representative, and the partner solely manages the opportunity.
910
- # It's possible to request coselling support on these opportunities
911
- # at any stage during their lifecycles. This is also known as a
912
- # for-visibility-only (FVO) opportunity.
913
906
  # @return [Array<String>]
914
907
  #
915
908
  # @!attribute [rw] project
@@ -976,9 +969,8 @@ module Aws::PartnerCentralSelling
976
969
  # @return [String]
977
970
  #
978
971
  # @!attribute [rw] client_token
979
- # Specifies a unique, client-generated UUID to ensure that the request
980
- # is handled exactly once. This token helps prevent duplicate snapshot
981
- # job creations.
972
+ # A client-generated UUID used for idempotency check. The token helps
973
+ # prevent duplicate job creations.
982
974
  #
983
975
  # **A suitable default value is auto-generated.** You should normally
984
976
  # not need to pass this option.
@@ -991,7 +983,7 @@ module Aws::PartnerCentralSelling
991
983
  #
992
984
  # @!attribute [rw] resource_identifier
993
985
  # Specifies the identifier of the specific resource to be snapshotted.
994
- # The format depends on the `ResourceType`.
986
+ # The format depends on the ` ResourceType`.
995
987
  # @return [String]
996
988
  #
997
989
  # @!attribute [rw] resource_snapshot_template_identifier
@@ -1001,9 +993,13 @@ module Aws::PartnerCentralSelling
1001
993
  #
1002
994
  # @!attribute [rw] resource_type
1003
995
  # The type of resource for which the snapshot job is being created.
1004
- # Must be one of the supported resource types `Opportunity`.
996
+ # Must be one of the supported resource types i.e. `Opportunity`
1005
997
  # @return [String]
1006
998
  #
999
+ # @!attribute [rw] tags
1000
+ # A list of objects specifying each tag name and value.
1001
+ # @return [Array<Types::Tag>]
1002
+ #
1007
1003
  # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/CreateResourceSnapshotJobRequest AWS API Documentation
1008
1004
  #
1009
1005
  class CreateResourceSnapshotJobRequest < Struct.new(
@@ -1012,7 +1008,8 @@ module Aws::PartnerCentralSelling
1012
1008
  :engagement_identifier,
1013
1009
  :resource_identifier,
1014
1010
  :resource_snapshot_template_identifier,
1015
- :resource_type)
1011
+ :resource_type,
1012
+ :tags)
1016
1013
  SENSITIVE = []
1017
1014
  include Aws::Structure
1018
1015
  end
@@ -1551,7 +1548,9 @@ module Aws::PartnerCentralSelling
1551
1548
  # @return [String]
1552
1549
  #
1553
1550
  # @!attribute [rw] created_by
1554
- # The AWS account ID of the entity that created the association.
1551
+ # The AWS account ID of the entity that owns the resource. Identifies
1552
+ # the account responsible for or having primary control over the
1553
+ # resource.
1555
1554
  # @return [String]
1556
1555
  #
1557
1556
  # @!attribute [rw] engagement_id
@@ -1601,27 +1600,27 @@ module Aws::PartnerCentralSelling
1601
1600
  # An object that contains an `Engagement`'s subset of fields.
1602
1601
  #
1603
1602
  # @!attribute [rw] arn
1604
- # The Amazon Resource Name (ARN) of the created engagement.
1603
+ # The Amazon Resource Name (ARN) of the created Engagement.
1605
1604
  # @return [String]
1606
1605
  #
1607
1606
  # @!attribute [rw] created_at
1608
- # The date and time when the engagement was created.
1607
+ # The date and time when the Engagement was created.
1609
1608
  # @return [Time]
1610
1609
  #
1611
1610
  # @!attribute [rw] created_by
1612
- # The AWS account ID of the engagement creator.
1611
+ # The AWS Account ID of the Engagement creator.
1613
1612
  # @return [String]
1614
1613
  #
1615
1614
  # @!attribute [rw] id
1616
- # The unique identifier for the engagement.
1615
+ # The unique identifier for the Engagement.
1617
1616
  # @return [String]
1618
1617
  #
1619
1618
  # @!attribute [rw] member_count
1620
- # The number of members in the engagement.
1619
+ # The number of members in the Engagement.
1621
1620
  # @return [Integer]
1622
1621
  #
1623
1622
  # @!attribute [rw] title
1624
- # The title of the engagement.
1623
+ # The title of the Engagement.
1625
1624
  # @return [String]
1626
1625
  #
1627
1626
  # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/EngagementSummary AWS API Documentation
@@ -2144,13 +2143,6 @@ module Aws::PartnerCentralSelling
2144
2143
  # * Cosell—Support for Public Tender/RFx: Opportunity related to the
2145
2144
  # public sector where the partner needs Amazon Web Services RFx
2146
2145
  # support.
2147
- #
2148
- # * Do Not Need Support from Amazon Web Services Sales Rep: Indicates
2149
- # that a partner doesn't need support from an Amazon Web Services
2150
- # sales representative, and the partner solely manages the
2151
- # opportunity. It's possible to request coselling support on these
2152
- # opportunities at any stage during their lifecycle. Also known as,
2153
- # for-visibility-only (FVO) opportunity.
2154
2146
  # @return [Array<String>]
2155
2147
  #
2156
2148
  # @!attribute [rw] project
@@ -2218,18 +2210,18 @@ module Aws::PartnerCentralSelling
2218
2210
  end
2219
2211
 
2220
2212
  # @!attribute [rw] arn
2221
- # he Amazon Resource Name (ARN) of the snapshot job. This globally
2213
+ # The Amazon Resource Name (ARN) of the snapshot job. This globally
2222
2214
  # unique identifier can be used for resource-specific operations
2223
2215
  # across AWS services.
2224
2216
  # @return [String]
2225
2217
  #
2226
2218
  # @!attribute [rw] catalog
2227
2219
  # The catalog in which the snapshot job was created. This will match
2228
- # the catalog specified in the request.
2220
+ # the Catalog specified in the request.
2229
2221
  # @return [String]
2230
2222
  #
2231
2223
  # @!attribute [rw] created_at
2232
- # The date and time when the snapshot job was created, in ISO 8601
2224
+ # The date and time when the snapshot job was created in ISO 8601
2233
2225
  # format (UTC). Example: "2023-05-01T20:37:46Z"
2234
2226
  # @return [Time]
2235
2227
  #
@@ -2240,7 +2232,7 @@ module Aws::PartnerCentralSelling
2240
2232
  #
2241
2233
  # @!attribute [rw] id
2242
2234
  # The unique identifier of the snapshot job. This matches the
2243
- # `ResourceSnapshotJobIdentifier` provided in the request.
2235
+ # ResourceSnapshotJobIdentifier provided in the request.
2244
2236
  # @return [String]
2245
2237
  #
2246
2238
  # @!attribute [rw] last_failure
@@ -2262,7 +2254,7 @@ module Aws::PartnerCentralSelling
2262
2254
  #
2263
2255
  # @!attribute [rw] resource_id
2264
2256
  # The identifier of the specific resource being snapshotted. The
2265
- # format may vary depending on the `ResourceType`.
2257
+ # format might vary depending on the ResourceType.
2266
2258
  # @return [String]
2267
2259
  #
2268
2260
  # @!attribute [rw] resource_snapshot_template_name
@@ -2273,7 +2265,7 @@ module Aws::PartnerCentralSelling
2273
2265
  #
2274
2266
  # @!attribute [rw] resource_type
2275
2267
  # The type of resource being snapshotted. This would have
2276
- # `Opportunity` as a value as it is dependent on the supported
2268
+ # "Opportunity" as a value as it is dependent on the supported
2277
2269
  # resource type.
2278
2270
  # @return [String]
2279
2271
  #
@@ -2358,9 +2350,8 @@ module Aws::PartnerCentralSelling
2358
2350
  end
2359
2351
 
2360
2352
  # @!attribute [rw] arn
2361
- # The Amazon Resource Name (ARN) of the snapshot. This globally unique
2362
- # identifier can be used for resource-specific operations across AWS
2363
- # services.
2353
+ # The Amazon Resource Name (ARN) that uniquely identifies the resource
2354
+ # snapshot.
2364
2355
  # @return [String]
2365
2356
  #
2366
2357
  # @!attribute [rw] catalog
@@ -2392,7 +2383,7 @@ module Aws::PartnerCentralSelling
2392
2383
  #
2393
2384
  # @!attribute [rw] resource_id
2394
2385
  # The identifier of the specific resource that was snapshotted.
2395
- # Matches the `ResourceIdentifier` specified in the request.
2386
+ # Matches the ResourceIdentifier specified in the request.
2396
2387
  # @return [String]
2397
2388
  #
2398
2389
  # @!attribute [rw] resource_snapshot_template_name
@@ -2402,7 +2393,7 @@ module Aws::PartnerCentralSelling
2402
2393
  #
2403
2394
  # @!attribute [rw] resource_type
2404
2395
  # The type of the resource that was snapshotted. Matches the
2405
- # `ResourceType` specified in the request.
2396
+ # ResourceType specified in the request.
2406
2397
  # @return [String]
2407
2398
  #
2408
2399
  # @!attribute [rw] revision
@@ -3062,9 +3053,7 @@ module Aws::PartnerCentralSelling
3062
3053
  # @return [String]
3063
3054
  #
3064
3055
  # @!attribute [rw] engagement_invitation_id
3065
- # The unique identifier of the engagement identifier created as a
3066
- # result of the task. This field is populated when the task is
3067
- # completed successfully.
3056
+ # The unique identifier of the Engagement Invitation.
3068
3057
  # @return [String]
3069
3058
  #
3070
3059
  # @!attribute [rw] message
@@ -3306,7 +3295,7 @@ module Aws::PartnerCentralSelling
3306
3295
  # @return [String]
3307
3296
  #
3308
3297
  # @!attribute [rw] identifier
3309
- # Identifier of the engagement record to retrieve members from.
3298
+ # Identifier of the Engagement record to retrieve members from.
3310
3299
  # @return [String]
3311
3300
  #
3312
3301
  # @!attribute [rw] max_results
@@ -3351,12 +3340,16 @@ module Aws::PartnerCentralSelling
3351
3340
 
3352
3341
  # @!attribute [rw] catalog
3353
3342
  # Specifies the catalog in which to search for engagement-resource
3354
- # associations.
3343
+ # associations. Valid Values: "AWS" or "Sandbox"
3344
+ #
3345
+ # * `AWS` for production environments.
3346
+ #
3347
+ # * `Sandbox` for testing and development purposes.
3355
3348
  # @return [String]
3356
3349
  #
3357
3350
  # @!attribute [rw] created_by
3358
- # Filters the results to include only associations with resources
3359
- # owned by the specified AWS account. Use this when you want to find
3351
+ # Filters the response to include only snapshots of resources owned by
3352
+ # the specified AWS account ID. Use this when you want to find
3360
3353
  # associations related to resources owned by a particular account.
3361
3354
  # @return [String]
3362
3355
  #
@@ -3645,8 +3638,8 @@ module Aws::PartnerCentralSelling
3645
3638
  # @return [String]
3646
3639
  #
3647
3640
  # @!attribute [rw] created_by
3648
- # Filters the response to include only snapshots of resources created
3649
- # by the specified AWS account.
3641
+ # Filters the response to include only snapshots of resources owned by
3642
+ # the specified AWS account.
3650
3643
  # @return [String]
3651
3644
  #
3652
3645
  # @!attribute [rw] engagement_identifier
@@ -3789,6 +3782,32 @@ module Aws::PartnerCentralSelling
3789
3782
  include Aws::Structure
3790
3783
  end
3791
3784
 
3785
+ # @!attribute [rw] resource_arn
3786
+ # The Amazon Resource Name (ARN) of the resource for which you want to
3787
+ # retrieve tags.
3788
+ # @return [String]
3789
+ #
3790
+ # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/ListTagsForResourceRequest AWS API Documentation
3791
+ #
3792
+ class ListTagsForResourceRequest < Struct.new(
3793
+ :resource_arn)
3794
+ SENSITIVE = []
3795
+ include Aws::Structure
3796
+ end
3797
+
3798
+ # @!attribute [rw] tags
3799
+ # A map of the key-value pairs for the tag or tags assigned to the
3800
+ # specified resource.
3801
+ # @return [Array<Types::Tag>]
3802
+ #
3803
+ # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/ListTagsForResourceResponse AWS API Documentation
3804
+ #
3805
+ class ListTagsForResourceResponse < Struct.new(
3806
+ :tags)
3807
+ SENSITIVE = []
3808
+ include Aws::Structure
3809
+ end
3810
+
3792
3811
  # Defines the sorting parameters for listing tasks. This structure
3793
3812
  # allows for specifying the field to sort by and the order of sorting.
3794
3813
  #
@@ -4669,9 +4688,7 @@ module Aws::PartnerCentralSelling
4669
4688
  # @return [String]
4670
4689
  #
4671
4690
  # @!attribute [rw] engagement_id
4672
- # The unique identifier for the engagement within the AWS Partner
4673
- # Central system. This ID is used for direct references to the
4674
- # engagement within the service.
4691
+ # The unique identifier of the Engagement.
4675
4692
  # @return [String]
4676
4693
  #
4677
4694
  # @!attribute [rw] id
@@ -4681,7 +4698,13 @@ module Aws::PartnerCentralSelling
4681
4698
  # @return [String]
4682
4699
  #
4683
4700
  # @!attribute [rw] status
4684
- # Represents the current status of the resource snapshot job.
4701
+ # The current status of the snapshot job.
4702
+ #
4703
+ # Valid values:
4704
+ #
4705
+ # * STOPPED: The job is not currently running.
4706
+ #
4707
+ # * RUNNING: The job is actively executing.
4685
4708
  # @return [String]
4686
4709
  #
4687
4710
  # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/ResourceSnapshotJobSummary AWS API Documentation
@@ -4730,8 +4753,8 @@ module Aws::PartnerCentralSelling
4730
4753
  # @return [String]
4731
4754
  #
4732
4755
  # @!attribute [rw] created_by
4733
- # The AWS account ID of the principal (user or role) who created the
4734
- # snapshot. This helps in tracking the origin of the snapshot.
4756
+ # The AWS account ID of the entity that owns the resource from which
4757
+ # the snapshot was created.
4735
4758
  # @return [String]
4736
4759
  #
4737
4760
  # @!attribute [rw] resource_id
@@ -4986,12 +5009,17 @@ module Aws::PartnerCentralSelling
4986
5009
  # correct engagement is processed.
4987
5010
  # @return [String]
4988
5011
  #
5012
+ # @!attribute [rw] tags
5013
+ # A list of objects specifying each tag name and value.
5014
+ # @return [Array<Types::Tag>]
5015
+ #
4989
5016
  # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/StartEngagementByAcceptingInvitationTaskRequest AWS API Documentation
4990
5017
  #
4991
5018
  class StartEngagementByAcceptingInvitationTaskRequest < Struct.new(
4992
5019
  :catalog,
4993
5020
  :client_token,
4994
- :identifier)
5021
+ :identifier,
5022
+ :tags)
4995
5023
  SENSITIVE = []
4996
5024
  include Aws::Structure
4997
5025
  end
@@ -5016,7 +5044,7 @@ module Aws::PartnerCentralSelling
5016
5044
  # @return [String]
5017
5045
  #
5018
5046
  # @!attribute [rw] resource_snapshot_job_id
5019
- # The identifier of the resource snapshot job created as part of this
5047
+ # The identifier of the Resource Snapshot Job created as part of this
5020
5048
  # task.
5021
5049
  # @return [String]
5022
5050
  #
@@ -5082,24 +5110,29 @@ module Aws::PartnerCentralSelling
5082
5110
  # to the correct opportunity.
5083
5111
  # @return [String]
5084
5112
  #
5113
+ # @!attribute [rw] tags
5114
+ # A list of objects specifying each tag name and value.
5115
+ # @return [Array<Types::Tag>]
5116
+ #
5085
5117
  # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/StartEngagementFromOpportunityTaskRequest AWS API Documentation
5086
5118
  #
5087
5119
  class StartEngagementFromOpportunityTaskRequest < Struct.new(
5088
5120
  :aws_submission,
5089
5121
  :catalog,
5090
5122
  :client_token,
5091
- :identifier)
5123
+ :identifier,
5124
+ :tags)
5092
5125
  SENSITIVE = []
5093
5126
  include Aws::Structure
5094
5127
  end
5095
5128
 
5096
5129
  # @!attribute [rw] engagement_id
5097
- # The identifier of the newly created engagement. Only populated if
5130
+ # The identifier of the newly created Engagement. Only populated if
5098
5131
  # TaskStatus is COMPLETE.
5099
5132
  # @return [String]
5100
5133
  #
5101
5134
  # @!attribute [rw] engagement_invitation_id
5102
- # The identifier of the new engagement invitation. Only populated if
5135
+ # The identifier of the new Engagement invitation. Only populated if
5103
5136
  # TaskStatus is COMPLETE.
5104
5137
  # @return [String]
5105
5138
  #
@@ -5121,7 +5154,7 @@ module Aws::PartnerCentralSelling
5121
5154
  # @!attribute [rw] resource_snapshot_job_id
5122
5155
  # The identifier of the resource snapshot job created to add the
5123
5156
  # opportunity resource snapshot to the Engagement. Only populated if
5124
- # TaskStatus is COMPLETE.
5157
+ # TaskStatus is COMPLETE
5125
5158
  # @return [String]
5126
5159
  #
5127
5160
  # @!attribute [rw] start_time
@@ -5163,7 +5196,12 @@ module Aws::PartnerCentralSelling
5163
5196
  end
5164
5197
 
5165
5198
  # @!attribute [rw] catalog
5166
- # Specifies the catalog related to the request.
5199
+ # Specifies the catalog related to the request. Valid values are:
5200
+ #
5201
+ # * AWS: Starts the request from the production AWS environment.
5202
+ #
5203
+ # * Sandbox: Starts the request from a sandbox environment used for
5204
+ # testing or development purposes.
5167
5205
  # @return [String]
5168
5206
  #
5169
5207
  # @!attribute [rw] resource_snapshot_job_identifier
@@ -5180,7 +5218,12 @@ module Aws::PartnerCentralSelling
5180
5218
  end
5181
5219
 
5182
5220
  # @!attribute [rw] catalog
5183
- # Specifies the catalog related to the request.
5221
+ # Specifies the catalog related to the request. Valid values are:
5222
+ #
5223
+ # * AWS: Stops the request from the production AWS environment.
5224
+ #
5225
+ # * Sandbox: Stops the request from a sandbox environment used for
5226
+ # testing or development purposes.
5184
5227
  # @return [String]
5185
5228
  #
5186
5229
  # @!attribute [rw] resource_snapshot_job_identifier
@@ -5197,21 +5240,39 @@ module Aws::PartnerCentralSelling
5197
5240
  end
5198
5241
 
5199
5242
  # @!attribute [rw] catalog
5200
- # Specifies the catalog related to the request.
5243
+ # Specifies the catalog related to the request. Valid values are:
5244
+ #
5245
+ # * AWS: Submits the opportunity request from the production AWS
5246
+ # environment.
5247
+ #
5248
+ # * Sandbox: Submits the opportunity request from a sandbox
5249
+ # environment used for testing or development purposes.
5201
5250
  # @return [String]
5202
5251
  #
5203
5252
  # @!attribute [rw] identifier
5204
- # The identifier of the opportunity previously created by partner and
5253
+ # The identifier of the Opportunity previously created by partner and
5205
5254
  # needs to be submitted.
5206
5255
  # @return [String]
5207
5256
  #
5208
5257
  # @!attribute [rw] involvement_type
5209
5258
  # Specifies the level of AWS sellers' involvement on the opportunity.
5259
+ # Valid values:
5260
+ #
5261
+ # * `Co-sell`: Indicates the user wants to co-sell with AWS. Share the
5262
+ # opportunity with AWS to receive deal assistance and support.
5263
+ #
5264
+ # * `For Visibility Only`: Indicates that the user does not need
5265
+ # support from AWS Sales Rep. Share this opportunity with AWS for
5266
+ # visibility only, you will not receive deal assistance and support.
5210
5267
  # @return [String]
5211
5268
  #
5212
5269
  # @!attribute [rw] visibility
5213
5270
  # Determines whether to restrict visibility of the opportunity from
5214
- # AWS sales. Default value is Full.
5271
+ # AWS sales. Default value is Full. Valid values:
5272
+ #
5273
+ # * `Full`: The opportunity is fully visible to AWS sales.
5274
+ #
5275
+ # * `Limited`: The opportunity has restricted visibility to AWS sales.
5215
5276
  # @return [String]
5216
5277
  #
5217
5278
  # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/SubmitOpportunityRequest AWS API Documentation
@@ -5225,6 +5286,47 @@ module Aws::PartnerCentralSelling
5225
5286
  include Aws::Structure
5226
5287
  end
5227
5288
 
5289
+ # The key-value pair assigned to a specified resource.
5290
+ #
5291
+ # @!attribute [rw] key
5292
+ # The key in the tag.
5293
+ # @return [String]
5294
+ #
5295
+ # @!attribute [rw] value
5296
+ # The value in the tag.
5297
+ # @return [String]
5298
+ #
5299
+ # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/Tag AWS API Documentation
5300
+ #
5301
+ class Tag < Struct.new(
5302
+ :key,
5303
+ :value)
5304
+ SENSITIVE = []
5305
+ include Aws::Structure
5306
+ end
5307
+
5308
+ # @!attribute [rw] resource_arn
5309
+ # The Amazon Resource Name (ARN) of the resource that you want to tag.
5310
+ # @return [String]
5311
+ #
5312
+ # @!attribute [rw] tags
5313
+ # A map of the key-value pairs of the tag or tags to assign to the
5314
+ # resource.
5315
+ # @return [Array<Types::Tag>]
5316
+ #
5317
+ # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/TagResourceRequest AWS API Documentation
5318
+ #
5319
+ class TagResourceRequest < Struct.new(
5320
+ :resource_arn,
5321
+ :tags)
5322
+ SENSITIVE = []
5323
+ include Aws::Structure
5324
+ end
5325
+
5326
+ # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/TagResourceResponse AWS API Documentation
5327
+ #
5328
+ class TagResourceResponse < Aws::EmptyStructure; end
5329
+
5228
5330
  # This error occurs when there are too many requests sent. Review the
5229
5331
  # provided quotas and adapt your usage to avoid throttling.
5230
5332
  #
@@ -5246,6 +5348,29 @@ module Aws::PartnerCentralSelling
5246
5348
  include Aws::Structure
5247
5349
  end
5248
5350
 
5351
+ # @!attribute [rw] resource_arn
5352
+ # The Amazon Resource Name (ARN) of the resource that you want to
5353
+ # untag.
5354
+ # @return [String]
5355
+ #
5356
+ # @!attribute [rw] tag_keys
5357
+ # The keys of the key-value pairs for the tag or tags you want to
5358
+ # remove from the specified resource.
5359
+ # @return [Array<String>]
5360
+ #
5361
+ # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/UntagResourceRequest AWS API Documentation
5362
+ #
5363
+ class UntagResourceRequest < Struct.new(
5364
+ :resource_arn,
5365
+ :tag_keys)
5366
+ SENSITIVE = []
5367
+ include Aws::Structure
5368
+ end
5369
+
5370
+ # @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/UntagResourceResponse AWS API Documentation
5371
+ #
5372
+ class UntagResourceResponse < Aws::EmptyStructure; end
5373
+
5249
5374
  # @!attribute [rw] catalog
5250
5375
  # Specifies the catalog associated with the request. This field takes
5251
5376
  # a string value from a predefined list: `AWS` or `Sandbox`. The
@@ -5347,13 +5472,6 @@ module Aws::PartnerCentralSelling
5347
5472
  # * Cosell—Support for Public Tender/RFx: Opportunity related to the
5348
5473
  # public sector where the partner needs RFx support from Amazon Web
5349
5474
  # Services.
5350
- #
5351
- # * Do Not Need Support from AWS Sales Rep: Indicates that a partner
5352
- # doesn't need support from an Amazon Web Services Sales
5353
- # representative. The opportunity is managed solely by the partner.
5354
- # It's possible to request coselling support on these opportunities
5355
- # at any stage during their lifecycle. Also known as,
5356
- # for-visibility-only (FVO) opportunity.
5357
5475
  # @return [Array<String>]
5358
5476
  #
5359
5477
  # @!attribute [rw] project
@@ -54,7 +54,7 @@ module Aws::PartnerCentralSelling
54
54
  autoload :EndpointProvider, 'aws-sdk-partnercentralselling/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-partnercentralselling/endpoints'
56
56
 
57
- GEM_VERSION = '1.3.0'
57
+ GEM_VERSION = '1.4.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -39,7 +39,9 @@ module Aws
39
39
  ?logger: untyped,
40
40
  ?max_attempts: Integer,
41
41
  ?profile: String,
42
+ ?request_checksum_calculation: String,
42
43
  ?request_min_compression_size_bytes: Integer,
44
+ ?response_checksum_validation: String,
43
45
  ?retry_backoff: Proc,
44
46
  ?retry_base_delay: Float,
45
47
  ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
@@ -329,7 +331,13 @@ module Aws
329
331
  engagement_identifier: ::String,
330
332
  resource_identifier: ::String,
331
333
  resource_snapshot_template_identifier: ::String,
332
- resource_type: ("Opportunity")
334
+ resource_type: ("Opportunity"),
335
+ ?tags: Array[
336
+ {
337
+ key: ::String,
338
+ value: ::String
339
+ },
340
+ ]
333
341
  ) -> _CreateResourceSnapshotJobResponseSuccess
334
342
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateResourceSnapshotJobResponseSuccess
335
343
 
@@ -696,6 +704,16 @@ module Aws
696
704
  ) -> _ListSolutionsResponseSuccess
697
705
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListSolutionsResponseSuccess
698
706
 
707
+ interface _ListTagsForResourceResponseSuccess
708
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListTagsForResourceResponse]
709
+ def tags: () -> ::Array[Types::Tag]
710
+ end
711
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PartnerCentralSelling/Client.html#list_tags_for_resource-instance_method
712
+ def list_tags_for_resource: (
713
+ resource_arn: ::String
714
+ ) -> _ListTagsForResourceResponseSuccess
715
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForResourceResponseSuccess
716
+
699
717
  interface _PutSellingSystemSettingsResponseSuccess
700
718
  include ::Seahorse::Client::_ResponseSuccess[Types::PutSellingSystemSettingsResponse]
701
719
  def catalog: () -> ::String
@@ -721,7 +739,7 @@ module Aws
721
739
  def engagement_invitation_id: () -> ::String
722
740
  def message: () -> ::String
723
741
  def opportunity_id: () -> ::String
724
- def reason_code: () -> ("InvitationAccessDenied" | "InvitationValidationFailed" | "EngagementAccessDenied" | "OpportunityAccessDenied" | "ResourceSnapshotJobAccessDenied" | "ResourceSnapshotJobValidationFailed" | "ResourceSnapshotJobConflict" | "EngagementValidationFailed" | "EngagementConflict" | "OpportunitySubmissionFailed" | "EngagementInvitationConflict" | "OpportunityValidationFailed" | "OpportunityConflict" | "ResourceSnapshotAccessDenied" | "ResourceSnapshotValidationFailed" | "ResourceSnapshotConflict" | "InternalError" | "ServiceQuotaExceeded" | "RequestThrottled")
742
+ def reason_code: () -> ("InvitationAccessDenied" | "InvitationValidationFailed" | "EngagementAccessDenied" | "OpportunityAccessDenied" | "ResourceSnapshotJobAccessDenied" | "ResourceSnapshotJobValidationFailed" | "ResourceSnapshotJobConflict" | "EngagementValidationFailed" | "EngagementConflict" | "OpportunitySubmissionFailed" | "EngagementInvitationConflict" | "InternalError" | "OpportunityValidationFailed" | "OpportunityConflict" | "ResourceSnapshotAccessDenied" | "ResourceSnapshotValidationFailed" | "ResourceSnapshotConflict" | "ServiceQuotaExceeded" | "RequestThrottled")
725
743
  def resource_snapshot_job_id: () -> ::String
726
744
  def start_time: () -> ::Time
727
745
  def task_arn: () -> ::String
@@ -732,7 +750,13 @@ module Aws
732
750
  def start_engagement_by_accepting_invitation_task: (
733
751
  catalog: ::String,
734
752
  client_token: ::String,
735
- identifier: ::String
753
+ identifier: ::String,
754
+ ?tags: Array[
755
+ {
756
+ key: ::String,
757
+ value: ::String
758
+ },
759
+ ]
736
760
  ) -> _StartEngagementByAcceptingInvitationTaskResponseSuccess
737
761
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartEngagementByAcceptingInvitationTaskResponseSuccess
738
762
 
@@ -742,7 +766,7 @@ module Aws
742
766
  def engagement_invitation_id: () -> ::String
743
767
  def message: () -> ::String
744
768
  def opportunity_id: () -> ::String
745
- def reason_code: () -> ("InvitationAccessDenied" | "InvitationValidationFailed" | "EngagementAccessDenied" | "OpportunityAccessDenied" | "ResourceSnapshotJobAccessDenied" | "ResourceSnapshotJobValidationFailed" | "ResourceSnapshotJobConflict" | "EngagementValidationFailed" | "EngagementConflict" | "OpportunitySubmissionFailed" | "EngagementInvitationConflict" | "OpportunityValidationFailed" | "OpportunityConflict" | "ResourceSnapshotAccessDenied" | "ResourceSnapshotValidationFailed" | "ResourceSnapshotConflict" | "InternalError" | "ServiceQuotaExceeded" | "RequestThrottled")
769
+ def reason_code: () -> ("InvitationAccessDenied" | "InvitationValidationFailed" | "EngagementAccessDenied" | "OpportunityAccessDenied" | "ResourceSnapshotJobAccessDenied" | "ResourceSnapshotJobValidationFailed" | "ResourceSnapshotJobConflict" | "EngagementValidationFailed" | "EngagementConflict" | "OpportunitySubmissionFailed" | "EngagementInvitationConflict" | "InternalError" | "OpportunityValidationFailed" | "OpportunityConflict" | "ResourceSnapshotAccessDenied" | "ResourceSnapshotValidationFailed" | "ResourceSnapshotConflict" | "ServiceQuotaExceeded" | "RequestThrottled")
746
770
  def resource_snapshot_job_id: () -> ::String
747
771
  def start_time: () -> ::Time
748
772
  def task_arn: () -> ::String
@@ -757,7 +781,13 @@ module Aws
757
781
  },
758
782
  catalog: ::String,
759
783
  client_token: ::String,
760
- identifier: ::String
784
+ identifier: ::String,
785
+ ?tags: Array[
786
+ {
787
+ key: ::String,
788
+ value: ::String
789
+ },
790
+ ]
761
791
  ) -> _StartEngagementFromOpportunityTaskResponseSuccess
762
792
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartEngagementFromOpportunityTaskResponseSuccess
763
793
 
@@ -784,6 +814,31 @@ module Aws
784
814
  ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
785
815
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
786
816
 
817
+ interface _TagResourceResponseSuccess
818
+ include ::Seahorse::Client::_ResponseSuccess[Types::TagResourceResponse]
819
+ end
820
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PartnerCentralSelling/Client.html#tag_resource-instance_method
821
+ def tag_resource: (
822
+ resource_arn: ::String,
823
+ tags: Array[
824
+ {
825
+ key: ::String,
826
+ value: ::String
827
+ },
828
+ ]
829
+ ) -> _TagResourceResponseSuccess
830
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
831
+
832
+ interface _UntagResourceResponseSuccess
833
+ include ::Seahorse::Client::_ResponseSuccess[Types::UntagResourceResponse]
834
+ end
835
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/PartnerCentralSelling/Client.html#untag_resource-instance_method
836
+ def untag_resource: (
837
+ resource_arn: ::String,
838
+ tag_keys: Array[::String]
839
+ ) -> _UntagResourceResponseSuccess
840
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UntagResourceResponseSuccess
841
+
787
842
  interface _UpdateOpportunityResponseSuccess
788
843
  include ::Seahorse::Client::_ResponseSuccess[Types::UpdateOpportunityResponse]
789
844
  def id: () -> ::String