aws-sdk-partnercentralselling 1.13.0 → 1.15.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-partnercentralselling/client.rb +796 -783
- data/lib/aws-sdk-partnercentralselling/client_api.rb +218 -216
- data/lib/aws-sdk-partnercentralselling/errors.rb +5 -5
- data/lib/aws-sdk-partnercentralselling/types.rb +1558 -1549
- data/lib/aws-sdk-partnercentralselling/waiters.rb +15 -0
- data/lib/aws-sdk-partnercentralselling.rb +2 -1
- data/sig/client.rbs +279 -273
- data/sig/errors.rbs +1 -1
- data/sig/types.rbs +227 -226
- metadata +2 -1
@@ -32,6 +32,7 @@ module Aws::PartnerCentralSelling
|
|
32
32
|
AddressSummaryCityString = Shapes::StringShape.new(name: 'AddressSummaryCityString')
|
33
33
|
AddressSummaryPostalCodeString = Shapes::StringShape.new(name: 'AddressSummaryPostalCodeString')
|
34
34
|
Alias = Shapes::StringShape.new(name: 'Alias')
|
35
|
+
Amount = Shapes::StringShape.new(name: 'Amount')
|
35
36
|
ApnPrograms = Shapes::ListShape.new(name: 'ApnPrograms')
|
36
37
|
AssignOpportunityRequest = Shapes::StructureShape.new(name: 'AssignOpportunityRequest')
|
37
38
|
AssigneeContact = Shapes::StructureShape.new(name: 'AssigneeContact')
|
@@ -356,56 +357,56 @@ module Aws::PartnerCentralSelling
|
|
356
357
|
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
357
358
|
AccessDeniedException.struct_class = Types::AccessDeniedException
|
358
359
|
|
359
|
-
Account.add_member(:address, Shapes::ShapeRef.new(shape: Address, location_name: "Address"))
|
360
|
-
Account.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccount, location_name: "AwsAccountId"))
|
361
|
-
Account.add_member(:company_name, Shapes::ShapeRef.new(shape: AccountCompanyNameString, required: true, location_name: "CompanyName"))
|
362
|
-
Account.add_member(:duns, Shapes::ShapeRef.new(shape: DunsNumber, location_name: "Duns"))
|
363
360
|
Account.add_member(:industry, Shapes::ShapeRef.new(shape: Industry, location_name: "Industry"))
|
364
361
|
Account.add_member(:other_industry, Shapes::ShapeRef.new(shape: AccountOtherIndustryString, location_name: "OtherIndustry"))
|
362
|
+
Account.add_member(:company_name, Shapes::ShapeRef.new(shape: AccountCompanyNameString, required: true, location_name: "CompanyName"))
|
365
363
|
Account.add_member(:website_url, Shapes::ShapeRef.new(shape: WebsiteUrl, location_name: "WebsiteUrl"))
|
364
|
+
Account.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccount, location_name: "AwsAccountId"))
|
365
|
+
Account.add_member(:address, Shapes::ShapeRef.new(shape: Address, location_name: "Address"))
|
366
|
+
Account.add_member(:duns, Shapes::ShapeRef.new(shape: DunsNumber, location_name: "Duns"))
|
366
367
|
Account.struct_class = Types::Account
|
367
368
|
|
368
369
|
AccountReceiver.add_member(:alias, Shapes::ShapeRef.new(shape: Alias, location_name: "Alias"))
|
369
370
|
AccountReceiver.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccount, required: true, location_name: "AwsAccountId"))
|
370
371
|
AccountReceiver.struct_class = Types::AccountReceiver
|
371
372
|
|
372
|
-
AccountSummary.add_member(:address, Shapes::ShapeRef.new(shape: AddressSummary, location_name: "Address"))
|
373
|
-
AccountSummary.add_member(:company_name, Shapes::ShapeRef.new(shape: AccountSummaryCompanyNameString, required: true, location_name: "CompanyName"))
|
374
373
|
AccountSummary.add_member(:industry, Shapes::ShapeRef.new(shape: Industry, location_name: "Industry"))
|
375
374
|
AccountSummary.add_member(:other_industry, Shapes::ShapeRef.new(shape: AccountSummaryOtherIndustryString, location_name: "OtherIndustry"))
|
375
|
+
AccountSummary.add_member(:company_name, Shapes::ShapeRef.new(shape: AccountSummaryCompanyNameString, required: true, location_name: "CompanyName"))
|
376
376
|
AccountSummary.add_member(:website_url, Shapes::ShapeRef.new(shape: WebsiteUrl, location_name: "WebsiteUrl"))
|
377
|
+
AccountSummary.add_member(:address, Shapes::ShapeRef.new(shape: AddressSummary, location_name: "Address"))
|
377
378
|
AccountSummary.struct_class = Types::AccountSummary
|
378
379
|
|
379
380
|
Address.add_member(:city, Shapes::ShapeRef.new(shape: AddressCityString, location_name: "City"))
|
380
|
-
Address.add_member(:country_code, Shapes::ShapeRef.new(shape: CountryCode, location_name: "CountryCode"))
|
381
381
|
Address.add_member(:postal_code, Shapes::ShapeRef.new(shape: AddressPostalCodeString, location_name: "PostalCode"))
|
382
382
|
Address.add_member(:state_or_region, Shapes::ShapeRef.new(shape: AddressPart, location_name: "StateOrRegion"))
|
383
|
+
Address.add_member(:country_code, Shapes::ShapeRef.new(shape: CountryCode, location_name: "CountryCode"))
|
383
384
|
Address.add_member(:street_address, Shapes::ShapeRef.new(shape: AddressStreetAddressString, location_name: "StreetAddress"))
|
384
385
|
Address.struct_class = Types::Address
|
385
386
|
|
386
387
|
AddressSummary.add_member(:city, Shapes::ShapeRef.new(shape: AddressSummaryCityString, location_name: "City"))
|
387
|
-
AddressSummary.add_member(:country_code, Shapes::ShapeRef.new(shape: CountryCode, location_name: "CountryCode"))
|
388
388
|
AddressSummary.add_member(:postal_code, Shapes::ShapeRef.new(shape: AddressSummaryPostalCodeString, location_name: "PostalCode"))
|
389
389
|
AddressSummary.add_member(:state_or_region, Shapes::ShapeRef.new(shape: AddressPart, location_name: "StateOrRegion"))
|
390
|
+
AddressSummary.add_member(:country_code, Shapes::ShapeRef.new(shape: CountryCode, location_name: "CountryCode"))
|
390
391
|
AddressSummary.struct_class = Types::AddressSummary
|
391
392
|
|
392
393
|
ApnPrograms.member = Shapes::ShapeRef.new(shape: String)
|
393
394
|
|
394
|
-
AssignOpportunityRequest.add_member(:assignee, Shapes::ShapeRef.new(shape: AssigneeContact, required: true, location_name: "Assignee"))
|
395
395
|
AssignOpportunityRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
396
396
|
AssignOpportunityRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: OpportunityIdentifier, required: true, location_name: "Identifier"))
|
397
|
+
AssignOpportunityRequest.add_member(:assignee, Shapes::ShapeRef.new(shape: AssigneeContact, required: true, location_name: "Assignee"))
|
397
398
|
AssignOpportunityRequest.struct_class = Types::AssignOpportunityRequest
|
398
399
|
|
399
|
-
AssigneeContact.add_member(:business_title, Shapes::ShapeRef.new(shape: JobTitle, required: true, location_name: "BusinessTitle"))
|
400
400
|
AssigneeContact.add_member(:email, Shapes::ShapeRef.new(shape: Email, required: true, location_name: "Email"))
|
401
401
|
AssigneeContact.add_member(:first_name, Shapes::ShapeRef.new(shape: AssigneeContactFirstNameString, required: true, location_name: "FirstName"))
|
402
402
|
AssigneeContact.add_member(:last_name, Shapes::ShapeRef.new(shape: AssigneeContactLastNameString, required: true, location_name: "LastName"))
|
403
|
+
AssigneeContact.add_member(:business_title, Shapes::ShapeRef.new(shape: JobTitle, required: true, location_name: "BusinessTitle"))
|
403
404
|
AssigneeContact.struct_class = Types::AssigneeContact
|
404
405
|
|
405
406
|
AssociateOpportunityRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
406
407
|
AssociateOpportunityRequest.add_member(:opportunity_identifier, Shapes::ShapeRef.new(shape: OpportunityIdentifier, required: true, location_name: "OpportunityIdentifier"))
|
407
|
-
AssociateOpportunityRequest.add_member(:related_entity_identifier, Shapes::ShapeRef.new(shape: AssociateOpportunityRequestRelatedEntityIdentifierString, required: true, location_name: "RelatedEntityIdentifier"))
|
408
408
|
AssociateOpportunityRequest.add_member(:related_entity_type, Shapes::ShapeRef.new(shape: RelatedEntityType, required: true, location_name: "RelatedEntityType"))
|
409
|
+
AssociateOpportunityRequest.add_member(:related_entity_identifier, Shapes::ShapeRef.new(shape: AssociateOpportunityRequestRelatedEntityIdentifierString, required: true, location_name: "RelatedEntityIdentifier"))
|
409
410
|
AssociateOpportunityRequest.struct_class = Types::AssociateOpportunityRequest
|
410
411
|
|
411
412
|
AwsAccountIdOrAliasList.member = Shapes::ShapeRef.new(shape: AwsAccount)
|
@@ -417,15 +418,15 @@ module Aws::PartnerCentralSelling
|
|
417
418
|
AwsOpportunityCustomer.add_member(:contacts, Shapes::ShapeRef.new(shape: CustomerContactsList, location_name: "Contacts"))
|
418
419
|
AwsOpportunityCustomer.struct_class = Types::AwsOpportunityCustomer
|
419
420
|
|
420
|
-
AwsOpportunityInsights.add_member(:engagement_score, Shapes::ShapeRef.new(shape: EngagementScore, location_name: "EngagementScore"))
|
421
421
|
AwsOpportunityInsights.add_member(:next_best_actions, Shapes::ShapeRef.new(shape: String, location_name: "NextBestActions"))
|
422
|
+
AwsOpportunityInsights.add_member(:engagement_score, Shapes::ShapeRef.new(shape: EngagementScore, location_name: "EngagementScore"))
|
422
423
|
AwsOpportunityInsights.struct_class = Types::AwsOpportunityInsights
|
423
424
|
|
425
|
+
AwsOpportunityLifeCycle.add_member(:target_close_date, Shapes::ShapeRef.new(shape: Date, location_name: "TargetCloseDate"))
|
424
426
|
AwsOpportunityLifeCycle.add_member(:closed_lost_reason, Shapes::ShapeRef.new(shape: AwsClosedLostReason, location_name: "ClosedLostReason"))
|
427
|
+
AwsOpportunityLifeCycle.add_member(:stage, Shapes::ShapeRef.new(shape: AwsOpportunityStage, location_name: "Stage"))
|
425
428
|
AwsOpportunityLifeCycle.add_member(:next_steps, Shapes::ShapeRef.new(shape: AwsOpportunityLifeCycleNextStepsString, location_name: "NextSteps"))
|
426
429
|
AwsOpportunityLifeCycle.add_member(:next_steps_history, Shapes::ShapeRef.new(shape: AwsOpportunityLifeCycleNextStepsHistoryList, location_name: "NextStepsHistory"))
|
427
|
-
AwsOpportunityLifeCycle.add_member(:stage, Shapes::ShapeRef.new(shape: AwsOpportunityStage, location_name: "Stage"))
|
428
|
-
AwsOpportunityLifeCycle.add_member(:target_close_date, Shapes::ShapeRef.new(shape: Date, location_name: "TargetCloseDate"))
|
429
430
|
AwsOpportunityLifeCycle.struct_class = Types::AwsOpportunityLifeCycle
|
430
431
|
|
431
432
|
AwsOpportunityLifeCycleNextStepsHistoryList.member = Shapes::ShapeRef.new(shape: ProfileNextStepsHistory)
|
@@ -445,10 +446,10 @@ module Aws::PartnerCentralSelling
|
|
445
446
|
AwsSubmission.add_member(:visibility, Shapes::ShapeRef.new(shape: Visibility, location_name: "Visibility"))
|
446
447
|
AwsSubmission.struct_class = Types::AwsSubmission
|
447
448
|
|
448
|
-
AwsTeamMember.add_member(:business_title, Shapes::ShapeRef.new(shape: AwsMemberBusinessTitle, location_name: "BusinessTitle"))
|
449
449
|
AwsTeamMember.add_member(:email, Shapes::ShapeRef.new(shape: Email, location_name: "Email"))
|
450
450
|
AwsTeamMember.add_member(:first_name, Shapes::ShapeRef.new(shape: AwsTeamMemberFirstNameString, location_name: "FirstName"))
|
451
451
|
AwsTeamMember.add_member(:last_name, Shapes::ShapeRef.new(shape: AwsTeamMemberLastNameString, location_name: "LastName"))
|
452
|
+
AwsTeamMember.add_member(:business_title, Shapes::ShapeRef.new(shape: AwsMemberBusinessTitle, location_name: "BusinessTitle"))
|
452
453
|
AwsTeamMember.struct_class = Types::AwsTeamMember
|
453
454
|
|
454
455
|
Channels.member = Shapes::ShapeRef.new(shape: Channel)
|
@@ -456,10 +457,10 @@ module Aws::PartnerCentralSelling
|
|
456
457
|
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
457
458
|
ConflictException.struct_class = Types::ConflictException
|
458
459
|
|
459
|
-
Contact.add_member(:business_title, Shapes::ShapeRef.new(shape: JobTitle, location_name: "BusinessTitle"))
|
460
460
|
Contact.add_member(:email, Shapes::ShapeRef.new(shape: Email, location_name: "Email"))
|
461
461
|
Contact.add_member(:first_name, Shapes::ShapeRef.new(shape: ContactFirstNameString, location_name: "FirstName"))
|
462
462
|
Contact.add_member(:last_name, Shapes::ShapeRef.new(shape: ContactLastNameString, location_name: "LastName"))
|
463
|
+
Contact.add_member(:business_title, Shapes::ShapeRef.new(shape: JobTitle, location_name: "BusinessTitle"))
|
463
464
|
Contact.add_member(:phone, Shapes::ShapeRef.new(shape: PhoneNumber, location_name: "Phone"))
|
464
465
|
Contact.struct_class = Types::Contact
|
465
466
|
|
@@ -469,60 +470,61 @@ module Aws::PartnerCentralSelling
|
|
469
470
|
CreateEngagementInvitationRequest.add_member(:invitation, Shapes::ShapeRef.new(shape: Invitation, required: true, location_name: "Invitation"))
|
470
471
|
CreateEngagementInvitationRequest.struct_class = Types::CreateEngagementInvitationRequest
|
471
472
|
|
472
|
-
CreateEngagementInvitationResponse.add_member(:arn, Shapes::ShapeRef.new(shape: EngagementInvitationArn, required: true, location_name: "Arn"))
|
473
473
|
CreateEngagementInvitationResponse.add_member(:id, Shapes::ShapeRef.new(shape: EngagementInvitationIdentifier, required: true, location_name: "Id"))
|
474
|
+
CreateEngagementInvitationResponse.add_member(:arn, Shapes::ShapeRef.new(shape: EngagementInvitationArn, required: true, location_name: "Arn"))
|
474
475
|
CreateEngagementInvitationResponse.struct_class = Types::CreateEngagementInvitationResponse
|
475
476
|
|
476
477
|
CreateEngagementRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
477
478
|
CreateEngagementRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: CreateEngagementRequestClientTokenString, required: true, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
478
|
-
CreateEngagementRequest.add_member(:contexts, Shapes::ShapeRef.new(shape: EngagementContexts, location_name: "Contexts"))
|
479
|
-
CreateEngagementRequest.add_member(:description, Shapes::ShapeRef.new(shape: EngagementDescription, required: true, location_name: "Description"))
|
480
479
|
CreateEngagementRequest.add_member(:title, Shapes::ShapeRef.new(shape: EngagementTitle, required: true, location_name: "Title"))
|
480
|
+
CreateEngagementRequest.add_member(:description, Shapes::ShapeRef.new(shape: EngagementDescription, required: true, location_name: "Description"))
|
481
|
+
CreateEngagementRequest.add_member(:contexts, Shapes::ShapeRef.new(shape: EngagementContexts, location_name: "Contexts"))
|
481
482
|
CreateEngagementRequest.struct_class = Types::CreateEngagementRequest
|
482
483
|
|
483
|
-
CreateEngagementResponse.add_member(:arn, Shapes::ShapeRef.new(shape: EngagementArn, location_name: "Arn"))
|
484
484
|
CreateEngagementResponse.add_member(:id, Shapes::ShapeRef.new(shape: EngagementIdentifier, location_name: "Id"))
|
485
|
+
CreateEngagementResponse.add_member(:arn, Shapes::ShapeRef.new(shape: EngagementArn, location_name: "Arn"))
|
485
486
|
CreateEngagementResponse.struct_class = Types::CreateEngagementResponse
|
486
487
|
|
487
488
|
CreateOpportunityRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
488
|
-
CreateOpportunityRequest.add_member(:
|
489
|
-
CreateOpportunityRequest.add_member(:customer, Shapes::ShapeRef.new(shape: Customer, location_name: "Customer"))
|
490
|
-
CreateOpportunityRequest.add_member(:life_cycle, Shapes::ShapeRef.new(shape: LifeCycle, location_name: "LifeCycle"))
|
491
|
-
CreateOpportunityRequest.add_member(:marketing, Shapes::ShapeRef.new(shape: Marketing, location_name: "Marketing"))
|
489
|
+
CreateOpportunityRequest.add_member(:primary_needs_from_aws, Shapes::ShapeRef.new(shape: PrimaryNeedsFromAws, location_name: "PrimaryNeedsFromAws"))
|
492
490
|
CreateOpportunityRequest.add_member(:national_security, Shapes::ShapeRef.new(shape: NationalSecurity, location_name: "NationalSecurity"))
|
493
|
-
CreateOpportunityRequest.add_member(:opportunity_team, Shapes::ShapeRef.new(shape: PartnerOpportunityTeamMembersList, location_name: "OpportunityTeam"))
|
494
|
-
CreateOpportunityRequest.add_member(:opportunity_type, Shapes::ShapeRef.new(shape: OpportunityType, location_name: "OpportunityType"))
|
495
|
-
CreateOpportunityRequest.add_member(:origin, Shapes::ShapeRef.new(shape: OpportunityOrigin, location_name: "Origin"))
|
496
491
|
CreateOpportunityRequest.add_member(:partner_opportunity_identifier, Shapes::ShapeRef.new(shape: CreateOpportunityRequestPartnerOpportunityIdentifierString, location_name: "PartnerOpportunityIdentifier"))
|
497
|
-
CreateOpportunityRequest.add_member(:
|
492
|
+
CreateOpportunityRequest.add_member(:customer, Shapes::ShapeRef.new(shape: Customer, location_name: "Customer"))
|
498
493
|
CreateOpportunityRequest.add_member(:project, Shapes::ShapeRef.new(shape: Project, location_name: "Project"))
|
494
|
+
CreateOpportunityRequest.add_member(:opportunity_type, Shapes::ShapeRef.new(shape: OpportunityType, location_name: "OpportunityType"))
|
495
|
+
CreateOpportunityRequest.add_member(:marketing, Shapes::ShapeRef.new(shape: Marketing, location_name: "Marketing"))
|
499
496
|
CreateOpportunityRequest.add_member(:software_revenue, Shapes::ShapeRef.new(shape: SoftwareRevenue, location_name: "SoftwareRevenue"))
|
497
|
+
CreateOpportunityRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: CreateOpportunityRequestClientTokenString, required: true, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
498
|
+
CreateOpportunityRequest.add_member(:life_cycle, Shapes::ShapeRef.new(shape: LifeCycle, location_name: "LifeCycle"))
|
499
|
+
CreateOpportunityRequest.add_member(:origin, Shapes::ShapeRef.new(shape: OpportunityOrigin, location_name: "Origin"))
|
500
|
+
CreateOpportunityRequest.add_member(:opportunity_team, Shapes::ShapeRef.new(shape: PartnerOpportunityTeamMembersList, location_name: "OpportunityTeam"))
|
501
|
+
CreateOpportunityRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
500
502
|
CreateOpportunityRequest.struct_class = Types::CreateOpportunityRequest
|
501
503
|
|
502
504
|
CreateOpportunityResponse.add_member(:id, Shapes::ShapeRef.new(shape: OpportunityIdentifier, required: true, location_name: "Id"))
|
503
|
-
CreateOpportunityResponse.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: DateTime, location_name: "LastModifiedDate"))
|
504
505
|
CreateOpportunityResponse.add_member(:partner_opportunity_identifier, Shapes::ShapeRef.new(shape: String, location_name: "PartnerOpportunityIdentifier"))
|
506
|
+
CreateOpportunityResponse.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: DateTime, location_name: "LastModifiedDate"))
|
505
507
|
CreateOpportunityResponse.struct_class = Types::CreateOpportunityResponse
|
506
508
|
|
507
509
|
CreateResourceSnapshotJobRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
508
510
|
CreateResourceSnapshotJobRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: CreateResourceSnapshotJobRequestClientTokenString, required: true, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
509
511
|
CreateResourceSnapshotJobRequest.add_member(:engagement_identifier, Shapes::ShapeRef.new(shape: EngagementIdentifier, required: true, location_name: "EngagementIdentifier"))
|
512
|
+
CreateResourceSnapshotJobRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, required: true, location_name: "ResourceType"))
|
510
513
|
CreateResourceSnapshotJobRequest.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: ResourceIdentifier, required: true, location_name: "ResourceIdentifier"))
|
511
514
|
CreateResourceSnapshotJobRequest.add_member(:resource_snapshot_template_identifier, Shapes::ShapeRef.new(shape: ResourceTemplateName, required: true, location_name: "ResourceSnapshotTemplateIdentifier"))
|
512
|
-
CreateResourceSnapshotJobRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, required: true, location_name: "ResourceType"))
|
513
515
|
CreateResourceSnapshotJobRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
514
516
|
CreateResourceSnapshotJobRequest.struct_class = Types::CreateResourceSnapshotJobRequest
|
515
517
|
|
516
|
-
CreateResourceSnapshotJobResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceSnapshotJobArn, location_name: "Arn"))
|
517
518
|
CreateResourceSnapshotJobResponse.add_member(:id, Shapes::ShapeRef.new(shape: ResourceSnapshotJobIdentifier, location_name: "Id"))
|
519
|
+
CreateResourceSnapshotJobResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceSnapshotJobArn, location_name: "Arn"))
|
518
520
|
CreateResourceSnapshotJobResponse.struct_class = Types::CreateResourceSnapshotJobResponse
|
519
521
|
|
520
522
|
CreateResourceSnapshotRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
521
|
-
CreateResourceSnapshotRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: CreateResourceSnapshotRequestClientTokenString, required: true, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
522
523
|
CreateResourceSnapshotRequest.add_member(:engagement_identifier, Shapes::ShapeRef.new(shape: EngagementIdentifier, required: true, location_name: "EngagementIdentifier"))
|
524
|
+
CreateResourceSnapshotRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, required: true, location_name: "ResourceType"))
|
523
525
|
CreateResourceSnapshotRequest.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: ResourceIdentifier, required: true, location_name: "ResourceIdentifier"))
|
524
526
|
CreateResourceSnapshotRequest.add_member(:resource_snapshot_template_identifier, Shapes::ShapeRef.new(shape: ResourceTemplateName, required: true, location_name: "ResourceSnapshotTemplateIdentifier"))
|
525
|
-
CreateResourceSnapshotRequest.add_member(:
|
527
|
+
CreateResourceSnapshotRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: CreateResourceSnapshotRequestClientTokenString, required: true, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
526
528
|
CreateResourceSnapshotRequest.struct_class = Types::CreateResourceSnapshotRequest
|
527
529
|
|
528
530
|
CreateResourceSnapshotResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "Arn"))
|
@@ -550,12 +552,12 @@ module Aws::PartnerCentralSelling
|
|
550
552
|
|
551
553
|
DisassociateOpportunityRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
552
554
|
DisassociateOpportunityRequest.add_member(:opportunity_identifier, Shapes::ShapeRef.new(shape: OpportunityIdentifier, required: true, location_name: "OpportunityIdentifier"))
|
553
|
-
DisassociateOpportunityRequest.add_member(:related_entity_identifier, Shapes::ShapeRef.new(shape: DisassociateOpportunityRequestRelatedEntityIdentifierString, required: true, location_name: "RelatedEntityIdentifier"))
|
554
555
|
DisassociateOpportunityRequest.add_member(:related_entity_type, Shapes::ShapeRef.new(shape: RelatedEntityType, required: true, location_name: "RelatedEntityType"))
|
556
|
+
DisassociateOpportunityRequest.add_member(:related_entity_identifier, Shapes::ShapeRef.new(shape: DisassociateOpportunityRequestRelatedEntityIdentifierString, required: true, location_name: "RelatedEntityIdentifier"))
|
555
557
|
DisassociateOpportunityRequest.struct_class = Types::DisassociateOpportunityRequest
|
556
558
|
|
557
|
-
EngagementContextDetails.add_member(:payload, Shapes::ShapeRef.new(shape: EngagementContextPayload, location_name: "Payload"))
|
558
559
|
EngagementContextDetails.add_member(:type, Shapes::ShapeRef.new(shape: EngagementContextType, required: true, location_name: "Type"))
|
560
|
+
EngagementContextDetails.add_member(:payload, Shapes::ShapeRef.new(shape: EngagementContextPayload, location_name: "Payload"))
|
559
561
|
EngagementContextDetails.struct_class = Types::EngagementContextDetails
|
560
562
|
|
561
563
|
EngagementContextPayload.add_member(:customer_project, Shapes::ShapeRef.new(shape: CustomerProjectsContext, location_name: "CustomerProject"))
|
@@ -566,15 +568,15 @@ module Aws::PartnerCentralSelling
|
|
566
568
|
|
567
569
|
EngagementContexts.member = Shapes::ShapeRef.new(shape: EngagementContextDetails)
|
568
570
|
|
569
|
-
EngagementCustomer.add_member(:company_name, Shapes::ShapeRef.new(shape: CompanyName, required: true, location_name: "CompanyName"))
|
570
|
-
EngagementCustomer.add_member(:country_code, Shapes::ShapeRef.new(shape: CountryCode, required: true, location_name: "CountryCode"))
|
571
571
|
EngagementCustomer.add_member(:industry, Shapes::ShapeRef.new(shape: Industry, required: true, location_name: "Industry"))
|
572
|
+
EngagementCustomer.add_member(:company_name, Shapes::ShapeRef.new(shape: CompanyName, required: true, location_name: "CompanyName"))
|
572
573
|
EngagementCustomer.add_member(:website_url, Shapes::ShapeRef.new(shape: CompanyWebsiteUrl, required: true, location_name: "WebsiteUrl"))
|
574
|
+
EngagementCustomer.add_member(:country_code, Shapes::ShapeRef.new(shape: CountryCode, required: true, location_name: "CountryCode"))
|
573
575
|
EngagementCustomer.struct_class = Types::EngagementCustomer
|
574
576
|
|
577
|
+
EngagementCustomerProjectDetails.add_member(:title, Shapes::ShapeRef.new(shape: EngagementCustomerProjectTitle, required: true, location_name: "Title"))
|
575
578
|
EngagementCustomerProjectDetails.add_member(:business_problem, Shapes::ShapeRef.new(shape: EngagementCustomerBusinessProblem, required: true, location_name: "BusinessProblem"))
|
576
579
|
EngagementCustomerProjectDetails.add_member(:target_completion_date, Shapes::ShapeRef.new(shape: EngagementCustomerProjectDetailsTargetCompletionDateString, required: true, location_name: "TargetCompletionDate"))
|
577
|
-
EngagementCustomerProjectDetails.add_member(:title, Shapes::ShapeRef.new(shape: EngagementCustomerProjectTitle, required: true, location_name: "Title"))
|
578
580
|
EngagementCustomerProjectDetails.struct_class = Types::EngagementCustomerProjectDetails
|
579
581
|
|
580
582
|
EngagementIdentifiers.member = Shapes::ShapeRef.new(shape: EngagementArnOrIdentifier)
|
@@ -584,25 +586,25 @@ module Aws::PartnerCentralSelling
|
|
584
586
|
EngagementInvitationSummaries.member = Shapes::ShapeRef.new(shape: EngagementInvitationSummary)
|
585
587
|
|
586
588
|
EngagementInvitationSummary.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "Arn"))
|
587
|
-
EngagementInvitationSummary.add_member(:
|
589
|
+
EngagementInvitationSummary.add_member(:payload_type, Shapes::ShapeRef.new(shape: EngagementInvitationPayloadType, location_name: "PayloadType"))
|
590
|
+
EngagementInvitationSummary.add_member(:id, Shapes::ShapeRef.new(shape: EngagementInvitationArnOrIdentifier, required: true, location_name: "Id"))
|
588
591
|
EngagementInvitationSummary.add_member(:engagement_id, Shapes::ShapeRef.new(shape: EngagementIdentifier, location_name: "EngagementId"))
|
589
592
|
EngagementInvitationSummary.add_member(:engagement_title, Shapes::ShapeRef.new(shape: EngagementTitle, location_name: "EngagementTitle"))
|
590
|
-
EngagementInvitationSummary.add_member(:
|
591
|
-
EngagementInvitationSummary.add_member(:id, Shapes::ShapeRef.new(shape: EngagementInvitationArnOrIdentifier, required: true, location_name: "Id"))
|
593
|
+
EngagementInvitationSummary.add_member(:status, Shapes::ShapeRef.new(shape: InvitationStatus, location_name: "Status"))
|
592
594
|
EngagementInvitationSummary.add_member(:invitation_date, Shapes::ShapeRef.new(shape: DateTime, location_name: "InvitationDate"))
|
593
|
-
EngagementInvitationSummary.add_member(:
|
594
|
-
EngagementInvitationSummary.add_member(:payload_type, Shapes::ShapeRef.new(shape: EngagementInvitationPayloadType, location_name: "PayloadType"))
|
595
|
-
EngagementInvitationSummary.add_member(:receiver, Shapes::ShapeRef.new(shape: Receiver, location_name: "Receiver"))
|
595
|
+
EngagementInvitationSummary.add_member(:expiration_date, Shapes::ShapeRef.new(shape: DateTime, location_name: "ExpirationDate"))
|
596
596
|
EngagementInvitationSummary.add_member(:sender_aws_account_id, Shapes::ShapeRef.new(shape: AwsAccount, location_name: "SenderAwsAccountId"))
|
597
597
|
EngagementInvitationSummary.add_member(:sender_company_name, Shapes::ShapeRef.new(shape: EngagementInvitationSummarySenderCompanyNameString, location_name: "SenderCompanyName"))
|
598
|
-
EngagementInvitationSummary.add_member(:
|
598
|
+
EngagementInvitationSummary.add_member(:receiver, Shapes::ShapeRef.new(shape: Receiver, location_name: "Receiver"))
|
599
|
+
EngagementInvitationSummary.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
600
|
+
EngagementInvitationSummary.add_member(:participant_type, Shapes::ShapeRef.new(shape: ParticipantType, location_name: "ParticipantType"))
|
599
601
|
EngagementInvitationSummary.struct_class = Types::EngagementInvitationSummary
|
600
602
|
|
601
603
|
EngagementInvitationsPayloadType.member = Shapes::ShapeRef.new(shape: EngagementInvitationPayloadType)
|
602
604
|
|
603
|
-
EngagementMember.add_member(:account_id, Shapes::ShapeRef.new(shape: AwsAccount, location_name: "AccountId"))
|
604
605
|
EngagementMember.add_member(:company_name, Shapes::ShapeRef.new(shape: MemberCompanyName, location_name: "CompanyName"))
|
605
606
|
EngagementMember.add_member(:website_url, Shapes::ShapeRef.new(shape: String, location_name: "WebsiteUrl"))
|
607
|
+
EngagementMember.add_member(:account_id, Shapes::ShapeRef.new(shape: AwsAccount, location_name: "AccountId"))
|
606
608
|
EngagementMember.struct_class = Types::EngagementMember
|
607
609
|
|
608
610
|
EngagementMemberSummaries.member = Shapes::ShapeRef.new(shape: EngagementMemberSummary)
|
@@ -614,33 +616,33 @@ module Aws::PartnerCentralSelling
|
|
614
616
|
EngagementMembers.member = Shapes::ShapeRef.new(shape: EngagementMember)
|
615
617
|
|
616
618
|
EngagementResourceAssociationSummary.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
617
|
-
EngagementResourceAssociationSummary.add_member(:created_by, Shapes::ShapeRef.new(shape: AwsAccount, location_name: "CreatedBy"))
|
618
619
|
EngagementResourceAssociationSummary.add_member(:engagement_id, Shapes::ShapeRef.new(shape: EngagementIdentifier, location_name: "EngagementId"))
|
619
|
-
EngagementResourceAssociationSummary.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceIdentifier, location_name: "ResourceId"))
|
620
620
|
EngagementResourceAssociationSummary.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
|
621
|
+
EngagementResourceAssociationSummary.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceIdentifier, location_name: "ResourceId"))
|
622
|
+
EngagementResourceAssociationSummary.add_member(:created_by, Shapes::ShapeRef.new(shape: AwsAccount, location_name: "CreatedBy"))
|
621
623
|
EngagementResourceAssociationSummary.struct_class = Types::EngagementResourceAssociationSummary
|
622
624
|
|
623
625
|
EngagementResourceAssociationSummaryList.member = Shapes::ShapeRef.new(shape: EngagementResourceAssociationSummary)
|
624
626
|
|
625
|
-
EngagementSort.add_member(:sort_by, Shapes::ShapeRef.new(shape: EngagementSortName, required: true, location_name: "SortBy"))
|
626
627
|
EngagementSort.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, required: true, location_name: "SortOrder"))
|
628
|
+
EngagementSort.add_member(:sort_by, Shapes::ShapeRef.new(shape: EngagementSortName, required: true, location_name: "SortBy"))
|
627
629
|
EngagementSort.struct_class = Types::EngagementSort
|
628
630
|
|
629
631
|
EngagementSummary.add_member(:arn, Shapes::ShapeRef.new(shape: EngagementArn, location_name: "Arn"))
|
632
|
+
EngagementSummary.add_member(:id, Shapes::ShapeRef.new(shape: EngagementIdentifier, location_name: "Id"))
|
633
|
+
EngagementSummary.add_member(:title, Shapes::ShapeRef.new(shape: EngagementTitle, location_name: "Title"))
|
630
634
|
EngagementSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "CreatedAt"))
|
631
635
|
EngagementSummary.add_member(:created_by, Shapes::ShapeRef.new(shape: AwsAccount, location_name: "CreatedBy"))
|
632
|
-
EngagementSummary.add_member(:id, Shapes::ShapeRef.new(shape: EngagementIdentifier, location_name: "Id"))
|
633
636
|
EngagementSummary.add_member(:member_count, Shapes::ShapeRef.new(shape: Integer, location_name: "MemberCount"))
|
634
|
-
EngagementSummary.add_member(:title, Shapes::ShapeRef.new(shape: EngagementTitle, location_name: "Title"))
|
635
637
|
EngagementSummary.struct_class = Types::EngagementSummary
|
636
638
|
|
637
639
|
EngagementSummaryList.member = Shapes::ShapeRef.new(shape: EngagementSummary)
|
638
640
|
|
639
|
-
ExpectedCustomerSpend.add_member(:amount, Shapes::ShapeRef.new(shape:
|
641
|
+
ExpectedCustomerSpend.add_member(:amount, Shapes::ShapeRef.new(shape: Amount, required: true, location_name: "Amount"))
|
640
642
|
ExpectedCustomerSpend.add_member(:currency_code, Shapes::ShapeRef.new(shape: ExpectedCustomerSpendCurrencyCodeEnum, required: true, location_name: "CurrencyCode"))
|
641
|
-
ExpectedCustomerSpend.add_member(:estimation_url, Shapes::ShapeRef.new(shape: WebsiteUrl, location_name: "EstimationUrl"))
|
642
643
|
ExpectedCustomerSpend.add_member(:frequency, Shapes::ShapeRef.new(shape: PaymentFrequency, required: true, location_name: "Frequency"))
|
643
644
|
ExpectedCustomerSpend.add_member(:target_company, Shapes::ShapeRef.new(shape: ExpectedCustomerSpendTargetCompanyString, required: true, location_name: "TargetCompany"))
|
645
|
+
ExpectedCustomerSpend.add_member(:estimation_url, Shapes::ShapeRef.new(shape: WebsiteUrl, location_name: "EstimationUrl"))
|
644
646
|
ExpectedCustomerSpend.struct_class = Types::ExpectedCustomerSpend
|
645
647
|
|
646
648
|
ExpectedCustomerSpendList.member = Shapes::ShapeRef.new(shape: ExpectedCustomerSpend)
|
@@ -650,17 +652,17 @@ module Aws::PartnerCentralSelling
|
|
650
652
|
GetAwsOpportunitySummaryRequest.struct_class = Types::GetAwsOpportunitySummaryRequest
|
651
653
|
|
652
654
|
GetAwsOpportunitySummaryResponse.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
653
|
-
GetAwsOpportunitySummaryResponse.add_member(:
|
654
|
-
GetAwsOpportunitySummaryResponse.add_member(:
|
655
|
+
GetAwsOpportunitySummaryResponse.add_member(:related_opportunity_id, Shapes::ShapeRef.new(shape: OpportunityIdentifier, location_name: "RelatedOpportunityId"))
|
656
|
+
GetAwsOpportunitySummaryResponse.add_member(:origin, Shapes::ShapeRef.new(shape: OpportunityOrigin, location_name: "Origin"))
|
655
657
|
GetAwsOpportunitySummaryResponse.add_member(:involvement_type, Shapes::ShapeRef.new(shape: SalesInvolvementType, location_name: "InvolvementType"))
|
656
|
-
GetAwsOpportunitySummaryResponse.add_member(:
|
658
|
+
GetAwsOpportunitySummaryResponse.add_member(:visibility, Shapes::ShapeRef.new(shape: Visibility, location_name: "Visibility"))
|
657
659
|
GetAwsOpportunitySummaryResponse.add_member(:life_cycle, Shapes::ShapeRef.new(shape: AwsOpportunityLifeCycle, location_name: "LifeCycle"))
|
658
660
|
GetAwsOpportunitySummaryResponse.add_member(:opportunity_team, Shapes::ShapeRef.new(shape: AwsOpportunityTeamMembersList, location_name: "OpportunityTeam"))
|
659
|
-
GetAwsOpportunitySummaryResponse.add_member(:
|
660
|
-
GetAwsOpportunitySummaryResponse.add_member(:
|
661
|
+
GetAwsOpportunitySummaryResponse.add_member(:insights, Shapes::ShapeRef.new(shape: AwsOpportunityInsights, location_name: "Insights"))
|
662
|
+
GetAwsOpportunitySummaryResponse.add_member(:involvement_type_change_reason, Shapes::ShapeRef.new(shape: InvolvementTypeChangeReason, location_name: "InvolvementTypeChangeReason"))
|
661
663
|
GetAwsOpportunitySummaryResponse.add_member(:related_entity_ids, Shapes::ShapeRef.new(shape: AwsOpportunityRelatedEntities, location_name: "RelatedEntityIds"))
|
662
|
-
GetAwsOpportunitySummaryResponse.add_member(:
|
663
|
-
GetAwsOpportunitySummaryResponse.add_member(:
|
664
|
+
GetAwsOpportunitySummaryResponse.add_member(:customer, Shapes::ShapeRef.new(shape: AwsOpportunityCustomer, location_name: "Customer"))
|
665
|
+
GetAwsOpportunitySummaryResponse.add_member(:project, Shapes::ShapeRef.new(shape: AwsOpportunityProject, location_name: "Project"))
|
664
666
|
GetAwsOpportunitySummaryResponse.struct_class = Types::GetAwsOpportunitySummaryResponse
|
665
667
|
|
666
668
|
GetEngagementInvitationRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
@@ -668,96 +670,96 @@ module Aws::PartnerCentralSelling
|
|
668
670
|
GetEngagementInvitationRequest.struct_class = Types::GetEngagementInvitationRequest
|
669
671
|
|
670
672
|
GetEngagementInvitationResponse.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "Arn"))
|
671
|
-
GetEngagementInvitationResponse.add_member(:
|
672
|
-
GetEngagementInvitationResponse.add_member(:
|
673
|
+
GetEngagementInvitationResponse.add_member(:payload_type, Shapes::ShapeRef.new(shape: EngagementInvitationPayloadType, location_name: "PayloadType"))
|
674
|
+
GetEngagementInvitationResponse.add_member(:id, Shapes::ShapeRef.new(shape: EngagementInvitationArnOrIdentifier, required: true, location_name: "Id"))
|
673
675
|
GetEngagementInvitationResponse.add_member(:engagement_id, Shapes::ShapeRef.new(shape: EngagementIdentifier, location_name: "EngagementId"))
|
674
676
|
GetEngagementInvitationResponse.add_member(:engagement_title, Shapes::ShapeRef.new(shape: EngagementTitle, location_name: "EngagementTitle"))
|
675
|
-
GetEngagementInvitationResponse.add_member(:
|
676
|
-
GetEngagementInvitationResponse.add_member(:expiration_date, Shapes::ShapeRef.new(shape: DateTime, location_name: "ExpirationDate"))
|
677
|
-
GetEngagementInvitationResponse.add_member(:id, Shapes::ShapeRef.new(shape: EngagementInvitationArnOrIdentifier, required: true, location_name: "Id"))
|
677
|
+
GetEngagementInvitationResponse.add_member(:status, Shapes::ShapeRef.new(shape: InvitationStatus, location_name: "Status"))
|
678
678
|
GetEngagementInvitationResponse.add_member(:invitation_date, Shapes::ShapeRef.new(shape: DateTime, location_name: "InvitationDate"))
|
679
|
-
GetEngagementInvitationResponse.add_member(:
|
680
|
-
GetEngagementInvitationResponse.add_member(:payload, Shapes::ShapeRef.new(shape: Payload, location_name: "Payload"))
|
681
|
-
GetEngagementInvitationResponse.add_member(:payload_type, Shapes::ShapeRef.new(shape: EngagementInvitationPayloadType, location_name: "PayloadType"))
|
682
|
-
GetEngagementInvitationResponse.add_member(:receiver, Shapes::ShapeRef.new(shape: Receiver, location_name: "Receiver"))
|
683
|
-
GetEngagementInvitationResponse.add_member(:rejection_reason, Shapes::ShapeRef.new(shape: RejectionReasonString, location_name: "RejectionReason"))
|
679
|
+
GetEngagementInvitationResponse.add_member(:expiration_date, Shapes::ShapeRef.new(shape: DateTime, location_name: "ExpirationDate"))
|
684
680
|
GetEngagementInvitationResponse.add_member(:sender_aws_account_id, Shapes::ShapeRef.new(shape: AwsAccount, location_name: "SenderAwsAccountId"))
|
685
681
|
GetEngagementInvitationResponse.add_member(:sender_company_name, Shapes::ShapeRef.new(shape: GetEngagementInvitationResponseSenderCompanyNameString, location_name: "SenderCompanyName"))
|
686
|
-
GetEngagementInvitationResponse.add_member(:
|
682
|
+
GetEngagementInvitationResponse.add_member(:receiver, Shapes::ShapeRef.new(shape: Receiver, location_name: "Receiver"))
|
683
|
+
GetEngagementInvitationResponse.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
684
|
+
GetEngagementInvitationResponse.add_member(:rejection_reason, Shapes::ShapeRef.new(shape: RejectionReasonString, location_name: "RejectionReason"))
|
685
|
+
GetEngagementInvitationResponse.add_member(:payload, Shapes::ShapeRef.new(shape: Payload, location_name: "Payload"))
|
686
|
+
GetEngagementInvitationResponse.add_member(:invitation_message, Shapes::ShapeRef.new(shape: InvitationMessage, location_name: "InvitationMessage"))
|
687
|
+
GetEngagementInvitationResponse.add_member(:engagement_description, Shapes::ShapeRef.new(shape: EngagementDescription, location_name: "EngagementDescription"))
|
688
|
+
GetEngagementInvitationResponse.add_member(:existing_members, Shapes::ShapeRef.new(shape: EngagementMemberSummaries, location_name: "ExistingMembers"))
|
687
689
|
GetEngagementInvitationResponse.struct_class = Types::GetEngagementInvitationResponse
|
688
690
|
|
689
691
|
GetEngagementRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
690
692
|
GetEngagementRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: EngagementArnOrIdentifier, required: true, location_name: "Identifier"))
|
691
693
|
GetEngagementRequest.struct_class = Types::GetEngagementRequest
|
692
694
|
|
695
|
+
GetEngagementResponse.add_member(:id, Shapes::ShapeRef.new(shape: EngagementIdentifier, location_name: "Id"))
|
693
696
|
GetEngagementResponse.add_member(:arn, Shapes::ShapeRef.new(shape: EngagementArn, location_name: "Arn"))
|
694
|
-
GetEngagementResponse.add_member(:
|
697
|
+
GetEngagementResponse.add_member(:title, Shapes::ShapeRef.new(shape: EngagementTitle, location_name: "Title"))
|
698
|
+
GetEngagementResponse.add_member(:description, Shapes::ShapeRef.new(shape: EngagementDescription, location_name: "Description"))
|
695
699
|
GetEngagementResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "CreatedAt"))
|
696
700
|
GetEngagementResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: AwsAccount, location_name: "CreatedBy"))
|
697
|
-
GetEngagementResponse.add_member(:description, Shapes::ShapeRef.new(shape: EngagementDescription, location_name: "Description"))
|
698
|
-
GetEngagementResponse.add_member(:id, Shapes::ShapeRef.new(shape: EngagementIdentifier, location_name: "Id"))
|
699
701
|
GetEngagementResponse.add_member(:member_count, Shapes::ShapeRef.new(shape: Integer, location_name: "MemberCount"))
|
700
|
-
GetEngagementResponse.add_member(:
|
702
|
+
GetEngagementResponse.add_member(:contexts, Shapes::ShapeRef.new(shape: EngagementContexts, location_name: "Contexts"))
|
701
703
|
GetEngagementResponse.struct_class = Types::GetEngagementResponse
|
702
704
|
|
703
705
|
GetOpportunityRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
704
706
|
GetOpportunityRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: OpportunityIdentifier, required: true, location_name: "Identifier"))
|
705
707
|
GetOpportunityRequest.struct_class = Types::GetOpportunityRequest
|
706
708
|
|
707
|
-
GetOpportunityResponse.add_member(:arn, Shapes::ShapeRef.new(shape: OpportunityArn, location_name: "Arn"))
|
708
709
|
GetOpportunityResponse.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
709
|
-
GetOpportunityResponse.add_member(:
|
710
|
+
GetOpportunityResponse.add_member(:primary_needs_from_aws, Shapes::ShapeRef.new(shape: PrimaryNeedsFromAws, location_name: "PrimaryNeedsFromAws"))
|
711
|
+
GetOpportunityResponse.add_member(:national_security, Shapes::ShapeRef.new(shape: NationalSecurity, location_name: "NationalSecurity"))
|
712
|
+
GetOpportunityResponse.add_member(:partner_opportunity_identifier, Shapes::ShapeRef.new(shape: GetOpportunityResponsePartnerOpportunityIdentifierString, location_name: "PartnerOpportunityIdentifier"))
|
710
713
|
GetOpportunityResponse.add_member(:customer, Shapes::ShapeRef.new(shape: Customer, location_name: "Customer"))
|
714
|
+
GetOpportunityResponse.add_member(:project, Shapes::ShapeRef.new(shape: Project, location_name: "Project"))
|
715
|
+
GetOpportunityResponse.add_member(:opportunity_type, Shapes::ShapeRef.new(shape: OpportunityType, location_name: "OpportunityType"))
|
716
|
+
GetOpportunityResponse.add_member(:marketing, Shapes::ShapeRef.new(shape: Marketing, location_name: "Marketing"))
|
717
|
+
GetOpportunityResponse.add_member(:software_revenue, Shapes::ShapeRef.new(shape: SoftwareRevenue, location_name: "SoftwareRevenue"))
|
711
718
|
GetOpportunityResponse.add_member(:id, Shapes::ShapeRef.new(shape: OpportunityIdentifier, required: true, location_name: "Id"))
|
719
|
+
GetOpportunityResponse.add_member(:arn, Shapes::ShapeRef.new(shape: OpportunityArn, location_name: "Arn"))
|
712
720
|
GetOpportunityResponse.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "LastModifiedDate"))
|
721
|
+
GetOpportunityResponse.add_member(:created_date, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "CreatedDate"))
|
722
|
+
GetOpportunityResponse.add_member(:related_entity_identifiers, Shapes::ShapeRef.new(shape: RelatedEntityIdentifiers, required: true, location_name: "RelatedEntityIdentifiers"))
|
713
723
|
GetOpportunityResponse.add_member(:life_cycle, Shapes::ShapeRef.new(shape: LifeCycle, location_name: "LifeCycle"))
|
714
|
-
GetOpportunityResponse.add_member(:marketing, Shapes::ShapeRef.new(shape: Marketing, location_name: "Marketing"))
|
715
|
-
GetOpportunityResponse.add_member(:national_security, Shapes::ShapeRef.new(shape: NationalSecurity, location_name: "NationalSecurity"))
|
716
724
|
GetOpportunityResponse.add_member(:opportunity_team, Shapes::ShapeRef.new(shape: PartnerOpportunityTeamMembersList, location_name: "OpportunityTeam"))
|
717
|
-
GetOpportunityResponse.add_member(:opportunity_type, Shapes::ShapeRef.new(shape: OpportunityType, location_name: "OpportunityType"))
|
718
|
-
GetOpportunityResponse.add_member(:partner_opportunity_identifier, Shapes::ShapeRef.new(shape: GetOpportunityResponsePartnerOpportunityIdentifierString, location_name: "PartnerOpportunityIdentifier"))
|
719
|
-
GetOpportunityResponse.add_member(:primary_needs_from_aws, Shapes::ShapeRef.new(shape: PrimaryNeedsFromAws, location_name: "PrimaryNeedsFromAws"))
|
720
|
-
GetOpportunityResponse.add_member(:project, Shapes::ShapeRef.new(shape: Project, location_name: "Project"))
|
721
|
-
GetOpportunityResponse.add_member(:related_entity_identifiers, Shapes::ShapeRef.new(shape: RelatedEntityIdentifiers, required: true, location_name: "RelatedEntityIdentifiers"))
|
722
|
-
GetOpportunityResponse.add_member(:software_revenue, Shapes::ShapeRef.new(shape: SoftwareRevenue, location_name: "SoftwareRevenue"))
|
723
725
|
GetOpportunityResponse.struct_class = Types::GetOpportunityResponse
|
724
726
|
|
725
727
|
GetResourceSnapshotJobRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
726
728
|
GetResourceSnapshotJobRequest.add_member(:resource_snapshot_job_identifier, Shapes::ShapeRef.new(shape: ResourceSnapshotJobIdentifier, required: true, location_name: "ResourceSnapshotJobIdentifier"))
|
727
729
|
GetResourceSnapshotJobRequest.struct_class = Types::GetResourceSnapshotJobRequest
|
728
730
|
|
729
|
-
GetResourceSnapshotJobResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceSnapshotJobArn, location_name: "Arn"))
|
730
731
|
GetResourceSnapshotJobResponse.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
731
|
-
GetResourceSnapshotJobResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "CreatedAt"))
|
732
|
-
GetResourceSnapshotJobResponse.add_member(:engagement_id, Shapes::ShapeRef.new(shape: EngagementIdentifier, location_name: "EngagementId"))
|
733
732
|
GetResourceSnapshotJobResponse.add_member(:id, Shapes::ShapeRef.new(shape: ResourceSnapshotJobIdentifier, location_name: "Id"))
|
734
|
-
GetResourceSnapshotJobResponse.add_member(:
|
735
|
-
GetResourceSnapshotJobResponse.add_member(:
|
736
|
-
GetResourceSnapshotJobResponse.add_member(:
|
733
|
+
GetResourceSnapshotJobResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceSnapshotJobArn, location_name: "Arn"))
|
734
|
+
GetResourceSnapshotJobResponse.add_member(:engagement_id, Shapes::ShapeRef.new(shape: EngagementIdentifier, location_name: "EngagementId"))
|
735
|
+
GetResourceSnapshotJobResponse.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
|
737
736
|
GetResourceSnapshotJobResponse.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceIdentifier, location_name: "ResourceId"))
|
737
|
+
GetResourceSnapshotJobResponse.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ResourceArn"))
|
738
738
|
GetResourceSnapshotJobResponse.add_member(:resource_snapshot_template_name, Shapes::ShapeRef.new(shape: ResourceTemplateName, location_name: "ResourceSnapshotTemplateName"))
|
739
|
-
GetResourceSnapshotJobResponse.add_member(:
|
739
|
+
GetResourceSnapshotJobResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "CreatedAt"))
|
740
740
|
GetResourceSnapshotJobResponse.add_member(:status, Shapes::ShapeRef.new(shape: ResourceSnapshotJobStatus, location_name: "Status"))
|
741
|
+
GetResourceSnapshotJobResponse.add_member(:last_successful_execution_date, Shapes::ShapeRef.new(shape: DateTime, location_name: "LastSuccessfulExecutionDate"))
|
742
|
+
GetResourceSnapshotJobResponse.add_member(:last_failure, Shapes::ShapeRef.new(shape: String, location_name: "LastFailure"))
|
741
743
|
GetResourceSnapshotJobResponse.struct_class = Types::GetResourceSnapshotJobResponse
|
742
744
|
|
743
745
|
GetResourceSnapshotRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
744
746
|
GetResourceSnapshotRequest.add_member(:engagement_identifier, Shapes::ShapeRef.new(shape: EngagementIdentifier, required: true, location_name: "EngagementIdentifier"))
|
747
|
+
GetResourceSnapshotRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, required: true, location_name: "ResourceType"))
|
745
748
|
GetResourceSnapshotRequest.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: ResourceIdentifier, required: true, location_name: "ResourceIdentifier"))
|
746
749
|
GetResourceSnapshotRequest.add_member(:resource_snapshot_template_identifier, Shapes::ShapeRef.new(shape: ResourceTemplateName, required: true, location_name: "ResourceSnapshotTemplateIdentifier"))
|
747
|
-
GetResourceSnapshotRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, required: true, location_name: "ResourceType"))
|
748
750
|
GetResourceSnapshotRequest.add_member(:revision, Shapes::ShapeRef.new(shape: ResourceSnapshotRevision, location_name: "Revision"))
|
749
751
|
GetResourceSnapshotRequest.struct_class = Types::GetResourceSnapshotRequest
|
750
752
|
|
751
|
-
GetResourceSnapshotResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "Arn"))
|
752
753
|
GetResourceSnapshotResponse.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
753
|
-
GetResourceSnapshotResponse.add_member(:
|
754
|
+
GetResourceSnapshotResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "Arn"))
|
754
755
|
GetResourceSnapshotResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: AwsAccount, location_name: "CreatedBy"))
|
756
|
+
GetResourceSnapshotResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "CreatedAt"))
|
755
757
|
GetResourceSnapshotResponse.add_member(:engagement_id, Shapes::ShapeRef.new(shape: EngagementIdentifier, location_name: "EngagementId"))
|
756
|
-
GetResourceSnapshotResponse.add_member(:
|
758
|
+
GetResourceSnapshotResponse.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
|
757
759
|
GetResourceSnapshotResponse.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceIdentifier, location_name: "ResourceId"))
|
758
760
|
GetResourceSnapshotResponse.add_member(:resource_snapshot_template_name, Shapes::ShapeRef.new(shape: ResourceTemplateName, location_name: "ResourceSnapshotTemplateName"))
|
759
|
-
GetResourceSnapshotResponse.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
|
760
761
|
GetResourceSnapshotResponse.add_member(:revision, Shapes::ShapeRef.new(shape: ResourceSnapshotRevision, location_name: "Revision"))
|
762
|
+
GetResourceSnapshotResponse.add_member(:payload, Shapes::ShapeRef.new(shape: ResourceSnapshotPayload, location_name: "Payload"))
|
761
763
|
GetResourceSnapshotResponse.struct_class = Types::GetResourceSnapshotResponse
|
762
764
|
|
763
765
|
GetSellingSystemSettingsRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
@@ -771,8 +773,8 @@ module Aws::PartnerCentralSelling
|
|
771
773
|
InternalServerException.struct_class = Types::InternalServerException
|
772
774
|
|
773
775
|
Invitation.add_member(:message, Shapes::ShapeRef.new(shape: InvitationMessage, required: true, location_name: "Message"))
|
774
|
-
Invitation.add_member(:payload, Shapes::ShapeRef.new(shape: Payload, required: true, location_name: "Payload"))
|
775
776
|
Invitation.add_member(:receiver, Shapes::ShapeRef.new(shape: Receiver, required: true, location_name: "Receiver"))
|
777
|
+
Invitation.add_member(:payload, Shapes::ShapeRef.new(shape: Payload, required: true, location_name: "Payload"))
|
776
778
|
Invitation.struct_class = Types::Invitation
|
777
779
|
|
778
780
|
InvitationStatusList.member = Shapes::ShapeRef.new(shape: InvitationStatus)
|
@@ -781,97 +783,97 @@ module Aws::PartnerCentralSelling
|
|
781
783
|
LastModifiedDate.add_member(:before_last_modified_date, Shapes::ShapeRef.new(shape: DateTime, location_name: "BeforeLastModifiedDate"))
|
782
784
|
LastModifiedDate.struct_class = Types::LastModifiedDate
|
783
785
|
|
786
|
+
LifeCycle.add_member(:stage, Shapes::ShapeRef.new(shape: Stage, location_name: "Stage"))
|
784
787
|
LifeCycle.add_member(:closed_lost_reason, Shapes::ShapeRef.new(shape: ClosedLostReason, location_name: "ClosedLostReason"))
|
785
788
|
LifeCycle.add_member(:next_steps, Shapes::ShapeRef.new(shape: LifeCycleNextStepsString, location_name: "NextSteps"))
|
786
|
-
LifeCycle.add_member(:
|
787
|
-
LifeCycle.add_member(:review_comments, Shapes::ShapeRef.new(shape: String, location_name: "ReviewComments"))
|
789
|
+
LifeCycle.add_member(:target_close_date, Shapes::ShapeRef.new(shape: Date, location_name: "TargetCloseDate"))
|
788
790
|
LifeCycle.add_member(:review_status, Shapes::ShapeRef.new(shape: ReviewStatus, location_name: "ReviewStatus"))
|
791
|
+
LifeCycle.add_member(:review_comments, Shapes::ShapeRef.new(shape: String, location_name: "ReviewComments"))
|
789
792
|
LifeCycle.add_member(:review_status_reason, Shapes::ShapeRef.new(shape: String, location_name: "ReviewStatusReason"))
|
790
|
-
LifeCycle.add_member(:
|
791
|
-
LifeCycle.add_member(:target_close_date, Shapes::ShapeRef.new(shape: Date, location_name: "TargetCloseDate"))
|
793
|
+
LifeCycle.add_member(:next_steps_history, Shapes::ShapeRef.new(shape: LifeCycleNextStepsHistoryList, location_name: "NextStepsHistory"))
|
792
794
|
LifeCycle.struct_class = Types::LifeCycle
|
793
795
|
|
794
|
-
LifeCycleForView.add_member(:
|
796
|
+
LifeCycleForView.add_member(:target_close_date, Shapes::ShapeRef.new(shape: Date, location_name: "TargetCloseDate"))
|
795
797
|
LifeCycleForView.add_member(:review_status, Shapes::ShapeRef.new(shape: ReviewStatus, location_name: "ReviewStatus"))
|
796
798
|
LifeCycleForView.add_member(:stage, Shapes::ShapeRef.new(shape: Stage, location_name: "Stage"))
|
797
|
-
LifeCycleForView.add_member(:
|
799
|
+
LifeCycleForView.add_member(:next_steps, Shapes::ShapeRef.new(shape: LifeCycleForViewNextStepsString, location_name: "NextSteps"))
|
798
800
|
LifeCycleForView.struct_class = Types::LifeCycleForView
|
799
801
|
|
800
802
|
LifeCycleNextStepsHistoryList.member = Shapes::ShapeRef.new(shape: NextStepsHistory)
|
801
803
|
|
804
|
+
LifeCycleSummary.add_member(:stage, Shapes::ShapeRef.new(shape: Stage, location_name: "Stage"))
|
802
805
|
LifeCycleSummary.add_member(:closed_lost_reason, Shapes::ShapeRef.new(shape: ClosedLostReason, location_name: "ClosedLostReason"))
|
803
806
|
LifeCycleSummary.add_member(:next_steps, Shapes::ShapeRef.new(shape: LifeCycleSummaryNextStepsString, location_name: "NextSteps"))
|
804
|
-
LifeCycleSummary.add_member(:
|
807
|
+
LifeCycleSummary.add_member(:target_close_date, Shapes::ShapeRef.new(shape: Date, location_name: "TargetCloseDate"))
|
805
808
|
LifeCycleSummary.add_member(:review_status, Shapes::ShapeRef.new(shape: ReviewStatus, location_name: "ReviewStatus"))
|
809
|
+
LifeCycleSummary.add_member(:review_comments, Shapes::ShapeRef.new(shape: String, location_name: "ReviewComments"))
|
806
810
|
LifeCycleSummary.add_member(:review_status_reason, Shapes::ShapeRef.new(shape: String, location_name: "ReviewStatusReason"))
|
807
|
-
LifeCycleSummary.add_member(:stage, Shapes::ShapeRef.new(shape: Stage, location_name: "Stage"))
|
808
|
-
LifeCycleSummary.add_member(:target_close_date, Shapes::ShapeRef.new(shape: Date, location_name: "TargetCloseDate"))
|
809
811
|
LifeCycleSummary.struct_class = Types::LifeCycleSummary
|
810
812
|
|
811
813
|
ListEngagementByAcceptingInvitationTaskSummaries.member = Shapes::ShapeRef.new(shape: ListEngagementByAcceptingInvitationTaskSummary)
|
812
814
|
|
813
|
-
ListEngagementByAcceptingInvitationTaskSummary.add_member(:
|
815
|
+
ListEngagementByAcceptingInvitationTaskSummary.add_member(:task_id, Shapes::ShapeRef.new(shape: TaskIdentifier, location_name: "TaskId"))
|
816
|
+
ListEngagementByAcceptingInvitationTaskSummary.add_member(:task_arn, Shapes::ShapeRef.new(shape: TaskArn, location_name: "TaskArn"))
|
817
|
+
ListEngagementByAcceptingInvitationTaskSummary.add_member(:start_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "StartTime"))
|
818
|
+
ListEngagementByAcceptingInvitationTaskSummary.add_member(:task_status, Shapes::ShapeRef.new(shape: TaskStatus, location_name: "TaskStatus"))
|
814
819
|
ListEngagementByAcceptingInvitationTaskSummary.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
815
|
-
ListEngagementByAcceptingInvitationTaskSummary.add_member(:opportunity_id, Shapes::ShapeRef.new(shape: OpportunityIdentifier, location_name: "OpportunityId"))
|
816
820
|
ListEngagementByAcceptingInvitationTaskSummary.add_member(:reason_code, Shapes::ShapeRef.new(shape: ReasonCode, location_name: "ReasonCode"))
|
821
|
+
ListEngagementByAcceptingInvitationTaskSummary.add_member(:opportunity_id, Shapes::ShapeRef.new(shape: OpportunityIdentifier, location_name: "OpportunityId"))
|
817
822
|
ListEngagementByAcceptingInvitationTaskSummary.add_member(:resource_snapshot_job_id, Shapes::ShapeRef.new(shape: ResourceSnapshotJobIdentifier, location_name: "ResourceSnapshotJobId"))
|
818
|
-
ListEngagementByAcceptingInvitationTaskSummary.add_member(:
|
819
|
-
ListEngagementByAcceptingInvitationTaskSummary.add_member(:task_arn, Shapes::ShapeRef.new(shape: TaskArn, location_name: "TaskArn"))
|
820
|
-
ListEngagementByAcceptingInvitationTaskSummary.add_member(:task_id, Shapes::ShapeRef.new(shape: TaskIdentifier, location_name: "TaskId"))
|
821
|
-
ListEngagementByAcceptingInvitationTaskSummary.add_member(:task_status, Shapes::ShapeRef.new(shape: TaskStatus, location_name: "TaskStatus"))
|
823
|
+
ListEngagementByAcceptingInvitationTaskSummary.add_member(:engagement_invitation_id, Shapes::ShapeRef.new(shape: EngagementInvitationIdentifier, location_name: "EngagementInvitationId"))
|
822
824
|
ListEngagementByAcceptingInvitationTaskSummary.struct_class = Types::ListEngagementByAcceptingInvitationTaskSummary
|
823
825
|
|
824
|
-
ListEngagementByAcceptingInvitationTasksRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
825
|
-
ListEngagementByAcceptingInvitationTasksRequest.add_member(:engagement_invitation_identifier, Shapes::ShapeRef.new(shape: EngagementInvitationIdentifiers, location_name: "EngagementInvitationIdentifier"))
|
826
826
|
ListEngagementByAcceptingInvitationTasksRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListEngagementByAcceptingInvitationTasksRequestMaxResultsInteger, location_name: "MaxResults"))
|
827
827
|
ListEngagementByAcceptingInvitationTasksRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: ListEngagementByAcceptingInvitationTasksRequestNextTokenString, location_name: "NextToken"))
|
828
|
-
ListEngagementByAcceptingInvitationTasksRequest.add_member(:opportunity_identifier, Shapes::ShapeRef.new(shape: OpportunityIdentifiers, location_name: "OpportunityIdentifier"))
|
829
828
|
ListEngagementByAcceptingInvitationTasksRequest.add_member(:sort, Shapes::ShapeRef.new(shape: ListTasksSortBase, location_name: "Sort"))
|
830
|
-
ListEngagementByAcceptingInvitationTasksRequest.add_member(:
|
829
|
+
ListEngagementByAcceptingInvitationTasksRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
831
830
|
ListEngagementByAcceptingInvitationTasksRequest.add_member(:task_status, Shapes::ShapeRef.new(shape: TaskStatuses, location_name: "TaskStatus"))
|
831
|
+
ListEngagementByAcceptingInvitationTasksRequest.add_member(:opportunity_identifier, Shapes::ShapeRef.new(shape: OpportunityIdentifiers, location_name: "OpportunityIdentifier"))
|
832
|
+
ListEngagementByAcceptingInvitationTasksRequest.add_member(:engagement_invitation_identifier, Shapes::ShapeRef.new(shape: EngagementInvitationIdentifiers, location_name: "EngagementInvitationIdentifier"))
|
833
|
+
ListEngagementByAcceptingInvitationTasksRequest.add_member(:task_identifier, Shapes::ShapeRef.new(shape: TaskIdentifiers, location_name: "TaskIdentifier"))
|
832
834
|
ListEngagementByAcceptingInvitationTasksRequest.struct_class = Types::ListEngagementByAcceptingInvitationTasksRequest
|
833
835
|
|
834
|
-
ListEngagementByAcceptingInvitationTasksResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
835
836
|
ListEngagementByAcceptingInvitationTasksResponse.add_member(:task_summaries, Shapes::ShapeRef.new(shape: ListEngagementByAcceptingInvitationTaskSummaries, location_name: "TaskSummaries"))
|
837
|
+
ListEngagementByAcceptingInvitationTasksResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
836
838
|
ListEngagementByAcceptingInvitationTasksResponse.struct_class = Types::ListEngagementByAcceptingInvitationTasksResponse
|
837
839
|
|
838
840
|
ListEngagementFromOpportunityTaskSummaries.member = Shapes::ShapeRef.new(shape: ListEngagementFromOpportunityTaskSummary)
|
839
841
|
|
840
|
-
ListEngagementFromOpportunityTaskSummary.add_member(:
|
841
|
-
ListEngagementFromOpportunityTaskSummary.add_member(:
|
842
|
+
ListEngagementFromOpportunityTaskSummary.add_member(:task_id, Shapes::ShapeRef.new(shape: TaskIdentifier, location_name: "TaskId"))
|
843
|
+
ListEngagementFromOpportunityTaskSummary.add_member(:task_arn, Shapes::ShapeRef.new(shape: TaskArn, location_name: "TaskArn"))
|
844
|
+
ListEngagementFromOpportunityTaskSummary.add_member(:start_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "StartTime"))
|
845
|
+
ListEngagementFromOpportunityTaskSummary.add_member(:task_status, Shapes::ShapeRef.new(shape: TaskStatus, location_name: "TaskStatus"))
|
842
846
|
ListEngagementFromOpportunityTaskSummary.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
843
|
-
ListEngagementFromOpportunityTaskSummary.add_member(:opportunity_id, Shapes::ShapeRef.new(shape: OpportunityIdentifier, location_name: "OpportunityId"))
|
844
847
|
ListEngagementFromOpportunityTaskSummary.add_member(:reason_code, Shapes::ShapeRef.new(shape: ReasonCode, location_name: "ReasonCode"))
|
848
|
+
ListEngagementFromOpportunityTaskSummary.add_member(:opportunity_id, Shapes::ShapeRef.new(shape: OpportunityIdentifier, location_name: "OpportunityId"))
|
845
849
|
ListEngagementFromOpportunityTaskSummary.add_member(:resource_snapshot_job_id, Shapes::ShapeRef.new(shape: ResourceSnapshotJobIdentifier, location_name: "ResourceSnapshotJobId"))
|
846
|
-
ListEngagementFromOpportunityTaskSummary.add_member(:
|
847
|
-
ListEngagementFromOpportunityTaskSummary.add_member(:
|
848
|
-
ListEngagementFromOpportunityTaskSummary.add_member(:task_id, Shapes::ShapeRef.new(shape: TaskIdentifier, location_name: "TaskId"))
|
849
|
-
ListEngagementFromOpportunityTaskSummary.add_member(:task_status, Shapes::ShapeRef.new(shape: TaskStatus, location_name: "TaskStatus"))
|
850
|
+
ListEngagementFromOpportunityTaskSummary.add_member(:engagement_id, Shapes::ShapeRef.new(shape: EngagementIdentifier, location_name: "EngagementId"))
|
851
|
+
ListEngagementFromOpportunityTaskSummary.add_member(:engagement_invitation_id, Shapes::ShapeRef.new(shape: EngagementInvitationIdentifier, location_name: "EngagementInvitationId"))
|
850
852
|
ListEngagementFromOpportunityTaskSummary.struct_class = Types::ListEngagementFromOpportunityTaskSummary
|
851
853
|
|
852
|
-
ListEngagementFromOpportunityTasksRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
853
|
-
ListEngagementFromOpportunityTasksRequest.add_member(:engagement_identifier, Shapes::ShapeRef.new(shape: EngagementIdentifiers, location_name: "EngagementIdentifier"))
|
854
854
|
ListEngagementFromOpportunityTasksRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListEngagementFromOpportunityTasksRequestMaxResultsInteger, location_name: "MaxResults"))
|
855
855
|
ListEngagementFromOpportunityTasksRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: ListEngagementFromOpportunityTasksRequestNextTokenString, location_name: "NextToken"))
|
856
|
-
ListEngagementFromOpportunityTasksRequest.add_member(:opportunity_identifier, Shapes::ShapeRef.new(shape: OpportunityIdentifiers, location_name: "OpportunityIdentifier"))
|
857
856
|
ListEngagementFromOpportunityTasksRequest.add_member(:sort, Shapes::ShapeRef.new(shape: ListTasksSortBase, location_name: "Sort"))
|
858
|
-
ListEngagementFromOpportunityTasksRequest.add_member(:
|
857
|
+
ListEngagementFromOpportunityTasksRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
859
858
|
ListEngagementFromOpportunityTasksRequest.add_member(:task_status, Shapes::ShapeRef.new(shape: TaskStatuses, location_name: "TaskStatus"))
|
859
|
+
ListEngagementFromOpportunityTasksRequest.add_member(:task_identifier, Shapes::ShapeRef.new(shape: TaskIdentifiers, location_name: "TaskIdentifier"))
|
860
|
+
ListEngagementFromOpportunityTasksRequest.add_member(:opportunity_identifier, Shapes::ShapeRef.new(shape: OpportunityIdentifiers, location_name: "OpportunityIdentifier"))
|
861
|
+
ListEngagementFromOpportunityTasksRequest.add_member(:engagement_identifier, Shapes::ShapeRef.new(shape: EngagementIdentifiers, location_name: "EngagementIdentifier"))
|
860
862
|
ListEngagementFromOpportunityTasksRequest.struct_class = Types::ListEngagementFromOpportunityTasksRequest
|
861
863
|
|
862
|
-
ListEngagementFromOpportunityTasksResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
863
864
|
ListEngagementFromOpportunityTasksResponse.add_member(:task_summaries, Shapes::ShapeRef.new(shape: ListEngagementFromOpportunityTaskSummaries, location_name: "TaskSummaries"))
|
865
|
+
ListEngagementFromOpportunityTasksResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
864
866
|
ListEngagementFromOpportunityTasksResponse.struct_class = Types::ListEngagementFromOpportunityTasksResponse
|
865
867
|
|
866
868
|
ListEngagementInvitationsRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
867
|
-
ListEngagementInvitationsRequest.add_member(:engagement_identifier, Shapes::ShapeRef.new(shape: EngagementIdentifiers, location_name: "EngagementIdentifier"))
|
868
869
|
ListEngagementInvitationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
|
869
870
|
ListEngagementInvitationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
870
|
-
ListEngagementInvitationsRequest.add_member(:participant_type, Shapes::ShapeRef.new(shape: ParticipantType, required: true, location_name: "ParticipantType"))
|
871
|
-
ListEngagementInvitationsRequest.add_member(:payload_type, Shapes::ShapeRef.new(shape: EngagementInvitationsPayloadType, location_name: "PayloadType"))
|
872
|
-
ListEngagementInvitationsRequest.add_member(:sender_aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountIdOrAliasList, location_name: "SenderAwsAccountId"))
|
873
871
|
ListEngagementInvitationsRequest.add_member(:sort, Shapes::ShapeRef.new(shape: OpportunityEngagementInvitationSort, location_name: "Sort"))
|
872
|
+
ListEngagementInvitationsRequest.add_member(:payload_type, Shapes::ShapeRef.new(shape: EngagementInvitationsPayloadType, location_name: "PayloadType"))
|
873
|
+
ListEngagementInvitationsRequest.add_member(:participant_type, Shapes::ShapeRef.new(shape: ParticipantType, required: true, location_name: "ParticipantType"))
|
874
874
|
ListEngagementInvitationsRequest.add_member(:status, Shapes::ShapeRef.new(shape: InvitationStatusList, location_name: "Status"))
|
875
|
+
ListEngagementInvitationsRequest.add_member(:engagement_identifier, Shapes::ShapeRef.new(shape: EngagementIdentifiers, location_name: "EngagementIdentifier"))
|
876
|
+
ListEngagementInvitationsRequest.add_member(:sender_aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountIdOrAliasList, location_name: "SenderAwsAccountId"))
|
875
877
|
ListEngagementInvitationsRequest.struct_class = Types::ListEngagementInvitationsRequest
|
876
878
|
|
877
879
|
ListEngagementInvitationsResponse.add_member(:engagement_invitation_summaries, Shapes::ShapeRef.new(shape: EngagementInvitationSummaries, location_name: "EngagementInvitationSummaries"))
|
@@ -889,12 +891,12 @@ module Aws::PartnerCentralSelling
|
|
889
891
|
ListEngagementMembersResponse.struct_class = Types::ListEngagementMembersResponse
|
890
892
|
|
891
893
|
ListEngagementResourceAssociationsRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
892
|
-
ListEngagementResourceAssociationsRequest.add_member(:created_by, Shapes::ShapeRef.new(shape: AwsAccount, location_name: "CreatedBy"))
|
893
|
-
ListEngagementResourceAssociationsRequest.add_member(:engagement_identifier, Shapes::ShapeRef.new(shape: EngagementIdentifier, location_name: "EngagementIdentifier"))
|
894
894
|
ListEngagementResourceAssociationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListEngagementResourceAssociationsRequestMaxResultsInteger, location_name: "MaxResults"))
|
895
895
|
ListEngagementResourceAssociationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
896
|
-
ListEngagementResourceAssociationsRequest.add_member(:
|
896
|
+
ListEngagementResourceAssociationsRequest.add_member(:engagement_identifier, Shapes::ShapeRef.new(shape: EngagementIdentifier, location_name: "EngagementIdentifier"))
|
897
897
|
ListEngagementResourceAssociationsRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
|
898
|
+
ListEngagementResourceAssociationsRequest.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: ResourceIdentifier, location_name: "ResourceIdentifier"))
|
899
|
+
ListEngagementResourceAssociationsRequest.add_member(:created_by, Shapes::ShapeRef.new(shape: AwsAccount, location_name: "CreatedBy"))
|
898
900
|
ListEngagementResourceAssociationsRequest.struct_class = Types::ListEngagementResourceAssociationsRequest
|
899
901
|
|
900
902
|
ListEngagementResourceAssociationsResponse.add_member(:engagement_resource_association_summaries, Shapes::ShapeRef.new(shape: EngagementResourceAssociationSummaryList, required: true, location_name: "EngagementResourceAssociationSummaries"))
|
@@ -903,11 +905,11 @@ module Aws::PartnerCentralSelling
|
|
903
905
|
|
904
906
|
ListEngagementsRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
905
907
|
ListEngagementsRequest.add_member(:created_by, Shapes::ShapeRef.new(shape: AwsAccountList, location_name: "CreatedBy"))
|
906
|
-
ListEngagementsRequest.add_member(:engagement_identifier, Shapes::ShapeRef.new(shape: EngagementIdentifiers, location_name: "EngagementIdentifier"))
|
907
908
|
ListEngagementsRequest.add_member(:exclude_created_by, Shapes::ShapeRef.new(shape: AwsAccountList, location_name: "ExcludeCreatedBy"))
|
909
|
+
ListEngagementsRequest.add_member(:sort, Shapes::ShapeRef.new(shape: EngagementSort, location_name: "Sort"))
|
908
910
|
ListEngagementsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: EngagementPageSize, location_name: "MaxResults"))
|
909
911
|
ListEngagementsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
910
|
-
ListEngagementsRequest.add_member(:
|
912
|
+
ListEngagementsRequest.add_member(:engagement_identifier, Shapes::ShapeRef.new(shape: EngagementIdentifiers, location_name: "EngagementIdentifier"))
|
911
913
|
ListEngagementsRequest.struct_class = Types::ListEngagementsRequest
|
912
914
|
|
913
915
|
ListEngagementsResponse.add_member(:engagement_summary_list, Shapes::ShapeRef.new(shape: EngagementSummaryList, required: true, location_name: "EngagementSummaryList"))
|
@@ -915,14 +917,14 @@ module Aws::PartnerCentralSelling
|
|
915
917
|
ListEngagementsResponse.struct_class = Types::ListEngagementsResponse
|
916
918
|
|
917
919
|
ListOpportunitiesRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
918
|
-
ListOpportunitiesRequest.add_member(:customer_company_name, Shapes::ShapeRef.new(shape: ListOpportunitiesRequestCustomerCompanyNameList, location_name: "CustomerCompanyName"))
|
919
|
-
ListOpportunitiesRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: ListOpportunitiesRequestIdentifierList, location_name: "Identifier"))
|
920
|
-
ListOpportunitiesRequest.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: LastModifiedDate, location_name: "LastModifiedDate"))
|
921
|
-
ListOpportunitiesRequest.add_member(:life_cycle_review_status, Shapes::ShapeRef.new(shape: ListOpportunitiesRequestLifeCycleReviewStatusList, location_name: "LifeCycleReviewStatus"))
|
922
|
-
ListOpportunitiesRequest.add_member(:life_cycle_stage, Shapes::ShapeRef.new(shape: ListOpportunitiesRequestLifeCycleStageList, location_name: "LifeCycleStage"))
|
923
920
|
ListOpportunitiesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
|
924
921
|
ListOpportunitiesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
925
922
|
ListOpportunitiesRequest.add_member(:sort, Shapes::ShapeRef.new(shape: OpportunitySort, location_name: "Sort"))
|
923
|
+
ListOpportunitiesRequest.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: LastModifiedDate, location_name: "LastModifiedDate"))
|
924
|
+
ListOpportunitiesRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: ListOpportunitiesRequestIdentifierList, location_name: "Identifier"))
|
925
|
+
ListOpportunitiesRequest.add_member(:life_cycle_stage, Shapes::ShapeRef.new(shape: ListOpportunitiesRequestLifeCycleStageList, location_name: "LifeCycleStage"))
|
926
|
+
ListOpportunitiesRequest.add_member(:life_cycle_review_status, Shapes::ShapeRef.new(shape: ListOpportunitiesRequestLifeCycleReviewStatusList, location_name: "LifeCycleReviewStatus"))
|
927
|
+
ListOpportunitiesRequest.add_member(:customer_company_name, Shapes::ShapeRef.new(shape: ListOpportunitiesRequestCustomerCompanyNameList, location_name: "CustomerCompanyName"))
|
926
928
|
ListOpportunitiesRequest.struct_class = Types::ListOpportunitiesRequest
|
927
929
|
|
928
930
|
ListOpportunitiesRequestCustomerCompanyNameList.member = Shapes::ShapeRef.new(shape: String)
|
@@ -933,43 +935,43 @@ module Aws::PartnerCentralSelling
|
|
933
935
|
|
934
936
|
ListOpportunitiesRequestLifeCycleStageList.member = Shapes::ShapeRef.new(shape: Stage)
|
935
937
|
|
936
|
-
ListOpportunitiesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
937
938
|
ListOpportunitiesResponse.add_member(:opportunity_summaries, Shapes::ShapeRef.new(shape: OpportunitySummaries, required: true, location_name: "OpportunitySummaries"))
|
939
|
+
ListOpportunitiesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
938
940
|
ListOpportunitiesResponse.struct_class = Types::ListOpportunitiesResponse
|
939
941
|
|
940
942
|
ListResourceSnapshotJobsRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
941
|
-
ListResourceSnapshotJobsRequest.add_member(:engagement_identifier, Shapes::ShapeRef.new(shape: EngagementIdentifier, location_name: "EngagementIdentifier"))
|
942
943
|
ListResourceSnapshotJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListResourceSnapshotJobsRequestMaxResultsInteger, location_name: "MaxResults"))
|
943
944
|
ListResourceSnapshotJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
944
|
-
ListResourceSnapshotJobsRequest.add_member(:
|
945
|
+
ListResourceSnapshotJobsRequest.add_member(:engagement_identifier, Shapes::ShapeRef.new(shape: EngagementIdentifier, location_name: "EngagementIdentifier"))
|
945
946
|
ListResourceSnapshotJobsRequest.add_member(:status, Shapes::ShapeRef.new(shape: ResourceSnapshotJobStatus, location_name: "Status"))
|
947
|
+
ListResourceSnapshotJobsRequest.add_member(:sort, Shapes::ShapeRef.new(shape: SortObject, location_name: "Sort"))
|
946
948
|
ListResourceSnapshotJobsRequest.struct_class = Types::ListResourceSnapshotJobsRequest
|
947
949
|
|
948
|
-
ListResourceSnapshotJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
949
950
|
ListResourceSnapshotJobsResponse.add_member(:resource_snapshot_job_summaries, Shapes::ShapeRef.new(shape: ResourceSnapshotJobSummaryList, required: true, location_name: "ResourceSnapshotJobSummaries"))
|
951
|
+
ListResourceSnapshotJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
950
952
|
ListResourceSnapshotJobsResponse.struct_class = Types::ListResourceSnapshotJobsResponse
|
951
953
|
|
952
954
|
ListResourceSnapshotsRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
953
|
-
ListResourceSnapshotsRequest.add_member(:created_by, Shapes::ShapeRef.new(shape: AwsAccount, location_name: "CreatedBy"))
|
954
|
-
ListResourceSnapshotsRequest.add_member(:engagement_identifier, Shapes::ShapeRef.new(shape: EngagementIdentifier, required: true, location_name: "EngagementIdentifier"))
|
955
955
|
ListResourceSnapshotsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListResourceSnapshotsRequestMaxResultsInteger, location_name: "MaxResults"))
|
956
956
|
ListResourceSnapshotsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
957
|
+
ListResourceSnapshotsRequest.add_member(:engagement_identifier, Shapes::ShapeRef.new(shape: EngagementIdentifier, required: true, location_name: "EngagementIdentifier"))
|
958
|
+
ListResourceSnapshotsRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
|
957
959
|
ListResourceSnapshotsRequest.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: ResourceIdentifier, location_name: "ResourceIdentifier"))
|
958
960
|
ListResourceSnapshotsRequest.add_member(:resource_snapshot_template_identifier, Shapes::ShapeRef.new(shape: ResourceTemplateName, location_name: "ResourceSnapshotTemplateIdentifier"))
|
959
|
-
ListResourceSnapshotsRequest.add_member(:
|
961
|
+
ListResourceSnapshotsRequest.add_member(:created_by, Shapes::ShapeRef.new(shape: AwsAccount, location_name: "CreatedBy"))
|
960
962
|
ListResourceSnapshotsRequest.struct_class = Types::ListResourceSnapshotsRequest
|
961
963
|
|
962
|
-
ListResourceSnapshotsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
963
964
|
ListResourceSnapshotsResponse.add_member(:resource_snapshot_summaries, Shapes::ShapeRef.new(shape: ResourceSnapshotSummaryList, required: true, location_name: "ResourceSnapshotSummaries"))
|
965
|
+
ListResourceSnapshotsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
964
966
|
ListResourceSnapshotsResponse.struct_class = Types::ListResourceSnapshotsResponse
|
965
967
|
|
966
968
|
ListSolutionsRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
967
|
-
ListSolutionsRequest.add_member(:category, Shapes::ShapeRef.new(shape: ListSolutionsRequestCategoryList, location_name: "Category"))
|
968
|
-
ListSolutionsRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: ListSolutionsRequestIdentifierList, location_name: "Identifier"))
|
969
969
|
ListSolutionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
|
970
970
|
ListSolutionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
971
971
|
ListSolutionsRequest.add_member(:sort, Shapes::ShapeRef.new(shape: SolutionSort, location_name: "Sort"))
|
972
972
|
ListSolutionsRequest.add_member(:status, Shapes::ShapeRef.new(shape: ListSolutionsRequestStatusList, location_name: "Status"))
|
973
|
+
ListSolutionsRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: ListSolutionsRequestIdentifierList, location_name: "Identifier"))
|
974
|
+
ListSolutionsRequest.add_member(:category, Shapes::ShapeRef.new(shape: ListSolutionsRequestCategoryList, location_name: "Category"))
|
973
975
|
ListSolutionsRequest.struct_class = Types::ListSolutionsRequest
|
974
976
|
|
975
977
|
ListSolutionsRequestCategoryList.member = Shapes::ShapeRef.new(shape: String)
|
@@ -978,8 +980,8 @@ module Aws::PartnerCentralSelling
|
|
978
980
|
|
979
981
|
ListSolutionsRequestStatusList.member = Shapes::ShapeRef.new(shape: SolutionStatus)
|
980
982
|
|
981
|
-
ListSolutionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
982
983
|
ListSolutionsResponse.add_member(:solution_summaries, Shapes::ShapeRef.new(shape: SolutionList, required: true, location_name: "SolutionSummaries"))
|
984
|
+
ListSolutionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
983
985
|
ListSolutionsResponse.struct_class = Types::ListSolutionsResponse
|
984
986
|
|
985
987
|
ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TaggableResourceArn, required: true, location_name: "ResourceArn"))
|
@@ -988,60 +990,60 @@ module Aws::PartnerCentralSelling
|
|
988
990
|
ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, required: true, location_name: "Tags"))
|
989
991
|
ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
|
990
992
|
|
991
|
-
ListTasksSortBase.add_member(:sort_by, Shapes::ShapeRef.new(shape: ListTasksSortName, required: true, location_name: "SortBy"))
|
992
993
|
ListTasksSortBase.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, required: true, location_name: "SortOrder"))
|
994
|
+
ListTasksSortBase.add_member(:sort_by, Shapes::ShapeRef.new(shape: ListTasksSortName, required: true, location_name: "SortBy"))
|
993
995
|
ListTasksSortBase.struct_class = Types::ListTasksSortBase
|
994
996
|
|
995
|
-
Marketing.add_member(:aws_funding_used, Shapes::ShapeRef.new(shape: AwsFundingUsed, location_name: "AwsFundingUsed"))
|
996
997
|
Marketing.add_member(:campaign_name, Shapes::ShapeRef.new(shape: String, location_name: "CampaignName"))
|
997
|
-
Marketing.add_member(:channels, Shapes::ShapeRef.new(shape: Channels, location_name: "Channels"))
|
998
998
|
Marketing.add_member(:source, Shapes::ShapeRef.new(shape: MarketingSource, location_name: "Source"))
|
999
999
|
Marketing.add_member(:use_cases, Shapes::ShapeRef.new(shape: UseCases, location_name: "UseCases"))
|
1000
|
+
Marketing.add_member(:channels, Shapes::ShapeRef.new(shape: Channels, location_name: "Channels"))
|
1001
|
+
Marketing.add_member(:aws_funding_used, Shapes::ShapeRef.new(shape: AwsFundingUsed, location_name: "AwsFundingUsed"))
|
1000
1002
|
Marketing.struct_class = Types::Marketing
|
1001
1003
|
|
1002
1004
|
MonetaryValue.add_member(:amount, Shapes::ShapeRef.new(shape: MonetaryValueAmountString, required: true, location_name: "Amount"))
|
1003
1005
|
MonetaryValue.add_member(:currency_code, Shapes::ShapeRef.new(shape: CurrencyCode, required: true, location_name: "CurrencyCode"))
|
1004
1006
|
MonetaryValue.struct_class = Types::MonetaryValue
|
1005
1007
|
|
1006
|
-
NextStepsHistory.add_member(:time, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "Time"))
|
1007
1008
|
NextStepsHistory.add_member(:value, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Value"))
|
1009
|
+
NextStepsHistory.add_member(:time, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "Time"))
|
1008
1010
|
NextStepsHistory.struct_class = Types::NextStepsHistory
|
1009
1011
|
|
1010
|
-
OpportunityEngagementInvitationSort.add_member(:sort_by, Shapes::ShapeRef.new(shape: OpportunityEngagementInvitationSortName, required: true, location_name: "SortBy"))
|
1011
1012
|
OpportunityEngagementInvitationSort.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, required: true, location_name: "SortOrder"))
|
1013
|
+
OpportunityEngagementInvitationSort.add_member(:sort_by, Shapes::ShapeRef.new(shape: OpportunityEngagementInvitationSortName, required: true, location_name: "SortBy"))
|
1012
1014
|
OpportunityEngagementInvitationSort.struct_class = Types::OpportunityEngagementInvitationSort
|
1013
1015
|
|
1014
1016
|
OpportunityIdentifiers.member = Shapes::ShapeRef.new(shape: OpportunityIdentifier)
|
1015
1017
|
|
1018
|
+
OpportunityInvitationPayload.add_member(:sender_contacts, Shapes::ShapeRef.new(shape: SenderContactList, location_name: "SenderContacts"))
|
1019
|
+
OpportunityInvitationPayload.add_member(:receiver_responsibilities, Shapes::ShapeRef.new(shape: ReceiverResponsibilityList, required: true, location_name: "ReceiverResponsibilities"))
|
1016
1020
|
OpportunityInvitationPayload.add_member(:customer, Shapes::ShapeRef.new(shape: EngagementCustomer, required: true, location_name: "Customer"))
|
1017
1021
|
OpportunityInvitationPayload.add_member(:project, Shapes::ShapeRef.new(shape: ProjectDetails, required: true, location_name: "Project"))
|
1018
|
-
OpportunityInvitationPayload.add_member(:receiver_responsibilities, Shapes::ShapeRef.new(shape: ReceiverResponsibilityList, required: true, location_name: "ReceiverResponsibilities"))
|
1019
|
-
OpportunityInvitationPayload.add_member(:sender_contacts, Shapes::ShapeRef.new(shape: SenderContactList, location_name: "SenderContacts"))
|
1020
1022
|
OpportunityInvitationPayload.struct_class = Types::OpportunityInvitationPayload
|
1021
1023
|
|
1022
|
-
OpportunitySort.add_member(:sort_by, Shapes::ShapeRef.new(shape: OpportunitySortName, required: true, location_name: "SortBy"))
|
1023
1024
|
OpportunitySort.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, required: true, location_name: "SortOrder"))
|
1025
|
+
OpportunitySort.add_member(:sort_by, Shapes::ShapeRef.new(shape: OpportunitySortName, required: true, location_name: "SortBy"))
|
1024
1026
|
OpportunitySort.struct_class = Types::OpportunitySort
|
1025
1027
|
|
1026
1028
|
OpportunitySummaries.member = Shapes::ShapeRef.new(shape: OpportunitySummary)
|
1027
1029
|
|
1028
|
-
OpportunitySummary.add_member(:arn, Shapes::ShapeRef.new(shape: OpportunityArn, location_name: "Arn"))
|
1029
1030
|
OpportunitySummary.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
1030
|
-
OpportunitySummary.add_member(:created_date, Shapes::ShapeRef.new(shape: DateTime, location_name: "CreatedDate"))
|
1031
|
-
OpportunitySummary.add_member(:customer, Shapes::ShapeRef.new(shape: CustomerSummary, location_name: "Customer"))
|
1032
1031
|
OpportunitySummary.add_member(:id, Shapes::ShapeRef.new(shape: OpportunityIdentifier, location_name: "Id"))
|
1032
|
+
OpportunitySummary.add_member(:arn, Shapes::ShapeRef.new(shape: OpportunityArn, location_name: "Arn"))
|
1033
|
+
OpportunitySummary.add_member(:partner_opportunity_identifier, Shapes::ShapeRef.new(shape: String, location_name: "PartnerOpportunityIdentifier"))
|
1034
|
+
OpportunitySummary.add_member(:opportunity_type, Shapes::ShapeRef.new(shape: OpportunityType, location_name: "OpportunityType"))
|
1033
1035
|
OpportunitySummary.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: DateTime, location_name: "LastModifiedDate"))
|
1036
|
+
OpportunitySummary.add_member(:created_date, Shapes::ShapeRef.new(shape: DateTime, location_name: "CreatedDate"))
|
1034
1037
|
OpportunitySummary.add_member(:life_cycle, Shapes::ShapeRef.new(shape: LifeCycleSummary, location_name: "LifeCycle"))
|
1035
|
-
OpportunitySummary.add_member(:
|
1036
|
-
OpportunitySummary.add_member(:partner_opportunity_identifier, Shapes::ShapeRef.new(shape: String, location_name: "PartnerOpportunityIdentifier"))
|
1038
|
+
OpportunitySummary.add_member(:customer, Shapes::ShapeRef.new(shape: CustomerSummary, location_name: "Customer"))
|
1037
1039
|
OpportunitySummary.add_member(:project, Shapes::ShapeRef.new(shape: ProjectSummary, location_name: "Project"))
|
1038
1040
|
OpportunitySummary.struct_class = Types::OpportunitySummary
|
1039
1041
|
|
1040
|
-
OpportunitySummaryView.add_member(:
|
1042
|
+
OpportunitySummaryView.add_member(:opportunity_type, Shapes::ShapeRef.new(shape: OpportunityType, location_name: "OpportunityType"))
|
1041
1043
|
OpportunitySummaryView.add_member(:lifecycle, Shapes::ShapeRef.new(shape: LifeCycleForView, location_name: "Lifecycle"))
|
1042
1044
|
OpportunitySummaryView.add_member(:opportunity_team, Shapes::ShapeRef.new(shape: PartnerOpportunityTeamMembersList, location_name: "OpportunityTeam"))
|
1043
|
-
OpportunitySummaryView.add_member(:opportunity_type, Shapes::ShapeRef.new(shape: OpportunityType, location_name: "OpportunityType"))
|
1044
1045
|
OpportunitySummaryView.add_member(:primary_needs_from_aws, Shapes::ShapeRef.new(shape: PrimaryNeedsFromAws, location_name: "PrimaryNeedsFromAws"))
|
1046
|
+
OpportunitySummaryView.add_member(:customer, Shapes::ShapeRef.new(shape: Customer, location_name: "Customer"))
|
1045
1047
|
OpportunitySummaryView.add_member(:project, Shapes::ShapeRef.new(shape: ProjectView, location_name: "Project"))
|
1046
1048
|
OpportunitySummaryView.add_member(:related_entity_identifiers, Shapes::ShapeRef.new(shape: RelatedEntityIdentifiers, location_name: "RelatedEntityIdentifiers"))
|
1047
1049
|
OpportunitySummaryView.struct_class = Types::OpportunitySummaryView
|
@@ -1056,39 +1058,39 @@ module Aws::PartnerCentralSelling
|
|
1056
1058
|
|
1057
1059
|
PrimaryNeedsFromAws.member = Shapes::ShapeRef.new(shape: PrimaryNeedFromAws)
|
1058
1060
|
|
1059
|
-
ProfileNextStepsHistory.add_member(:time, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "Time"))
|
1060
1061
|
ProfileNextStepsHistory.add_member(:value, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Value"))
|
1062
|
+
ProfileNextStepsHistory.add_member(:time, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "Time"))
|
1061
1063
|
ProfileNextStepsHistory.struct_class = Types::ProfileNextStepsHistory
|
1062
1064
|
|
1063
|
-
Project.add_member(:
|
1065
|
+
Project.add_member(:delivery_models, Shapes::ShapeRef.new(shape: DeliveryModels, location_name: "DeliveryModels"))
|
1066
|
+
Project.add_member(:expected_customer_spend, Shapes::ShapeRef.new(shape: ExpectedCustomerSpendList, location_name: "ExpectedCustomerSpend"))
|
1067
|
+
Project.add_member(:title, Shapes::ShapeRef.new(shape: ProjectTitleString, location_name: "Title"))
|
1064
1068
|
Project.add_member(:apn_programs, Shapes::ShapeRef.new(shape: ApnPrograms, location_name: "ApnPrograms"))
|
1065
|
-
Project.add_member(:competitor_name, Shapes::ShapeRef.new(shape: CompetitorName, location_name: "CompetitorName"))
|
1066
1069
|
Project.add_member(:customer_business_problem, Shapes::ShapeRef.new(shape: ProjectCustomerBusinessProblemString, location_name: "CustomerBusinessProblem"))
|
1067
1070
|
Project.add_member(:customer_use_case, Shapes::ShapeRef.new(shape: String, location_name: "CustomerUseCase"))
|
1068
|
-
Project.add_member(:delivery_models, Shapes::ShapeRef.new(shape: DeliveryModels, location_name: "DeliveryModels"))
|
1069
|
-
Project.add_member(:expected_customer_spend, Shapes::ShapeRef.new(shape: ExpectedCustomerSpendList, location_name: "ExpectedCustomerSpend"))
|
1070
|
-
Project.add_member(:other_competitor_names, Shapes::ShapeRef.new(shape: ProjectOtherCompetitorNamesString, location_name: "OtherCompetitorNames"))
|
1071
|
-
Project.add_member(:other_solution_description, Shapes::ShapeRef.new(shape: ProjectOtherSolutionDescriptionString, location_name: "OtherSolutionDescription"))
|
1072
1071
|
Project.add_member(:related_opportunity_identifier, Shapes::ShapeRef.new(shape: OpportunityIdentifier, location_name: "RelatedOpportunityIdentifier"))
|
1073
1072
|
Project.add_member(:sales_activities, Shapes::ShapeRef.new(shape: SalesActivities, location_name: "SalesActivities"))
|
1074
|
-
Project.add_member(:
|
1073
|
+
Project.add_member(:competitor_name, Shapes::ShapeRef.new(shape: CompetitorName, location_name: "CompetitorName"))
|
1074
|
+
Project.add_member(:other_competitor_names, Shapes::ShapeRef.new(shape: ProjectOtherCompetitorNamesString, location_name: "OtherCompetitorNames"))
|
1075
|
+
Project.add_member(:other_solution_description, Shapes::ShapeRef.new(shape: ProjectOtherSolutionDescriptionString, location_name: "OtherSolutionDescription"))
|
1076
|
+
Project.add_member(:additional_comments, Shapes::ShapeRef.new(shape: ProjectAdditionalCommentsString, location_name: "AdditionalComments"))
|
1075
1077
|
Project.struct_class = Types::Project
|
1076
1078
|
|
1077
1079
|
ProjectDetails.add_member(:business_problem, Shapes::ShapeRef.new(shape: EngagementCustomerBusinessProblem, required: true, location_name: "BusinessProblem"))
|
1078
|
-
ProjectDetails.add_member(:expected_customer_spend, Shapes::ShapeRef.new(shape: ExpectedCustomerSpendList, required: true, location_name: "ExpectedCustomerSpend"))
|
1079
|
-
ProjectDetails.add_member(:target_completion_date, Shapes::ShapeRef.new(shape: Date, required: true, location_name: "TargetCompletionDate"))
|
1080
1080
|
ProjectDetails.add_member(:title, Shapes::ShapeRef.new(shape: ProjectDetailsTitleString, required: true, location_name: "Title"))
|
1081
|
+
ProjectDetails.add_member(:target_completion_date, Shapes::ShapeRef.new(shape: Date, required: true, location_name: "TargetCompletionDate"))
|
1082
|
+
ProjectDetails.add_member(:expected_customer_spend, Shapes::ShapeRef.new(shape: ExpectedCustomerSpendList, required: true, location_name: "ExpectedCustomerSpend"))
|
1081
1083
|
ProjectDetails.struct_class = Types::ProjectDetails
|
1082
1084
|
|
1083
1085
|
ProjectSummary.add_member(:delivery_models, Shapes::ShapeRef.new(shape: DeliveryModels, location_name: "DeliveryModels"))
|
1084
1086
|
ProjectSummary.add_member(:expected_customer_spend, Shapes::ShapeRef.new(shape: ExpectedCustomerSpendList, location_name: "ExpectedCustomerSpend"))
|
1085
1087
|
ProjectSummary.struct_class = Types::ProjectSummary
|
1086
1088
|
|
1087
|
-
ProjectView.add_member(:customer_use_case, Shapes::ShapeRef.new(shape: String, location_name: "CustomerUseCase"))
|
1088
1089
|
ProjectView.add_member(:delivery_models, Shapes::ShapeRef.new(shape: DeliveryModels, location_name: "DeliveryModels"))
|
1089
1090
|
ProjectView.add_member(:expected_customer_spend, Shapes::ShapeRef.new(shape: ExpectedCustomerSpendList, location_name: "ExpectedCustomerSpend"))
|
1090
|
-
ProjectView.add_member(:
|
1091
|
+
ProjectView.add_member(:customer_use_case, Shapes::ShapeRef.new(shape: String, location_name: "CustomerUseCase"))
|
1091
1092
|
ProjectView.add_member(:sales_activities, Shapes::ShapeRef.new(shape: SalesActivities, location_name: "SalesActivities"))
|
1093
|
+
ProjectView.add_member(:other_solution_description, Shapes::ShapeRef.new(shape: ProjectViewOtherSolutionDescriptionString, location_name: "OtherSolutionDescription"))
|
1092
1094
|
ProjectView.struct_class = Types::ProjectView
|
1093
1095
|
|
1094
1096
|
PutSellingSystemSettingsRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
@@ -1113,16 +1115,16 @@ module Aws::PartnerCentralSelling
|
|
1113
1115
|
RejectEngagementInvitationRequest.struct_class = Types::RejectEngagementInvitationRequest
|
1114
1116
|
|
1115
1117
|
RelatedEntityIdentifiers.add_member(:aws_marketplace_offers, Shapes::ShapeRef.new(shape: AwsMarketplaceOfferIdentifiers, location_name: "AwsMarketplaceOffers"))
|
1116
|
-
RelatedEntityIdentifiers.add_member(:aws_products, Shapes::ShapeRef.new(shape: AwsProductIdentifiers, location_name: "AwsProducts"))
|
1117
1118
|
RelatedEntityIdentifiers.add_member(:solutions, Shapes::ShapeRef.new(shape: SolutionIdentifiers, location_name: "Solutions"))
|
1119
|
+
RelatedEntityIdentifiers.add_member(:aws_products, Shapes::ShapeRef.new(shape: AwsProductIdentifiers, location_name: "AwsProducts"))
|
1118
1120
|
RelatedEntityIdentifiers.struct_class = Types::RelatedEntityIdentifiers
|
1119
1121
|
|
1120
1122
|
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
1121
1123
|
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
1122
1124
|
|
1125
|
+
ResourceSnapshotJobSummary.add_member(:id, Shapes::ShapeRef.new(shape: ResourceSnapshotJobIdentifier, location_name: "Id"))
|
1123
1126
|
ResourceSnapshotJobSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceSnapshotJobArn, location_name: "Arn"))
|
1124
1127
|
ResourceSnapshotJobSummary.add_member(:engagement_id, Shapes::ShapeRef.new(shape: EngagementIdentifier, location_name: "EngagementId"))
|
1125
|
-
ResourceSnapshotJobSummary.add_member(:id, Shapes::ShapeRef.new(shape: ResourceSnapshotJobIdentifier, location_name: "Id"))
|
1126
1128
|
ResourceSnapshotJobSummary.add_member(:status, Shapes::ShapeRef.new(shape: ResourceSnapshotJobStatus, location_name: "Status"))
|
1127
1129
|
ResourceSnapshotJobSummary.struct_class = Types::ResourceSnapshotJobSummary
|
1128
1130
|
|
@@ -1135,21 +1137,21 @@ module Aws::PartnerCentralSelling
|
|
1135
1137
|
ResourceSnapshotPayload.struct_class = Types::ResourceSnapshotPayload
|
1136
1138
|
|
1137
1139
|
ResourceSnapshotSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceSnapshotArn, location_name: "Arn"))
|
1138
|
-
ResourceSnapshotSummary.add_member(:
|
1140
|
+
ResourceSnapshotSummary.add_member(:revision, Shapes::ShapeRef.new(shape: ResourceSnapshotRevision, location_name: "Revision"))
|
1141
|
+
ResourceSnapshotSummary.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
|
1139
1142
|
ResourceSnapshotSummary.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceIdentifier, location_name: "ResourceId"))
|
1140
1143
|
ResourceSnapshotSummary.add_member(:resource_snapshot_template_name, Shapes::ShapeRef.new(shape: ResourceTemplateName, location_name: "ResourceSnapshotTemplateName"))
|
1141
|
-
ResourceSnapshotSummary.add_member(:
|
1142
|
-
ResourceSnapshotSummary.add_member(:revision, Shapes::ShapeRef.new(shape: ResourceSnapshotRevision, location_name: "Revision"))
|
1144
|
+
ResourceSnapshotSummary.add_member(:created_by, Shapes::ShapeRef.new(shape: AwsAccount, location_name: "CreatedBy"))
|
1143
1145
|
ResourceSnapshotSummary.struct_class = Types::ResourceSnapshotSummary
|
1144
1146
|
|
1145
1147
|
ResourceSnapshotSummaryList.member = Shapes::ShapeRef.new(shape: ResourceSnapshotSummary)
|
1146
1148
|
|
1147
1149
|
SalesActivities.member = Shapes::ShapeRef.new(shape: SalesActivity)
|
1148
1150
|
|
1149
|
-
SenderContact.add_member(:business_title, Shapes::ShapeRef.new(shape: JobTitle, location_name: "BusinessTitle"))
|
1150
1151
|
SenderContact.add_member(:email, Shapes::ShapeRef.new(shape: SenderContactEmail, required: true, location_name: "Email"))
|
1151
1152
|
SenderContact.add_member(:first_name, Shapes::ShapeRef.new(shape: Name, location_name: "FirstName"))
|
1152
1153
|
SenderContact.add_member(:last_name, Shapes::ShapeRef.new(shape: Name, location_name: "LastName"))
|
1154
|
+
SenderContact.add_member(:business_title, Shapes::ShapeRef.new(shape: JobTitle, location_name: "BusinessTitle"))
|
1153
1155
|
SenderContact.add_member(:phone, Shapes::ShapeRef.new(shape: PhoneNumber, location_name: "Phone"))
|
1154
1156
|
SenderContact.struct_class = Types::SenderContact
|
1155
1157
|
|
@@ -1159,26 +1161,26 @@ module Aws::PartnerCentralSelling
|
|
1159
1161
|
ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
|
1160
1162
|
|
1161
1163
|
SoftwareRevenue.add_member(:delivery_model, Shapes::ShapeRef.new(shape: RevenueModel, location_name: "DeliveryModel"))
|
1164
|
+
SoftwareRevenue.add_member(:value, Shapes::ShapeRef.new(shape: MonetaryValue, location_name: "Value"))
|
1162
1165
|
SoftwareRevenue.add_member(:effective_date, Shapes::ShapeRef.new(shape: Date, location_name: "EffectiveDate"))
|
1163
1166
|
SoftwareRevenue.add_member(:expiration_date, Shapes::ShapeRef.new(shape: Date, location_name: "ExpirationDate"))
|
1164
|
-
SoftwareRevenue.add_member(:value, Shapes::ShapeRef.new(shape: MonetaryValue, location_name: "Value"))
|
1165
1167
|
SoftwareRevenue.struct_class = Types::SoftwareRevenue
|
1166
1168
|
|
1167
|
-
SolutionBase.add_member(:arn, Shapes::ShapeRef.new(shape: SolutionArn, location_name: "Arn"))
|
1168
1169
|
SolutionBase.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
1169
|
-
SolutionBase.add_member(:category, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Category"))
|
1170
|
-
SolutionBase.add_member(:created_date, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "CreatedDate"))
|
1171
1170
|
SolutionBase.add_member(:id, Shapes::ShapeRef.new(shape: SolutionIdentifier, required: true, location_name: "Id"))
|
1171
|
+
SolutionBase.add_member(:arn, Shapes::ShapeRef.new(shape: SolutionArn, location_name: "Arn"))
|
1172
1172
|
SolutionBase.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Name"))
|
1173
1173
|
SolutionBase.add_member(:status, Shapes::ShapeRef.new(shape: SolutionStatus, required: true, location_name: "Status"))
|
1174
|
+
SolutionBase.add_member(:category, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Category"))
|
1175
|
+
SolutionBase.add_member(:created_date, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "CreatedDate"))
|
1174
1176
|
SolutionBase.struct_class = Types::SolutionBase
|
1175
1177
|
|
1176
1178
|
SolutionIdentifiers.member = Shapes::ShapeRef.new(shape: SolutionIdentifier)
|
1177
1179
|
|
1178
1180
|
SolutionList.member = Shapes::ShapeRef.new(shape: SolutionBase)
|
1179
1181
|
|
1180
|
-
SolutionSort.add_member(:sort_by, Shapes::ShapeRef.new(shape: SolutionSortName, required: true, location_name: "SortBy"))
|
1181
1182
|
SolutionSort.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, required: true, location_name: "SortOrder"))
|
1183
|
+
SolutionSort.add_member(:sort_by, Shapes::ShapeRef.new(shape: SolutionSortName, required: true, location_name: "SortBy"))
|
1182
1184
|
SolutionSort.struct_class = Types::SolutionSort
|
1183
1185
|
|
1184
1186
|
SortObject.add_member(:sort_by, Shapes::ShapeRef.new(shape: SortBy, location_name: "SortBy"))
|
@@ -1191,34 +1193,34 @@ module Aws::PartnerCentralSelling
|
|
1191
1193
|
StartEngagementByAcceptingInvitationTaskRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
1192
1194
|
StartEngagementByAcceptingInvitationTaskRequest.struct_class = Types::StartEngagementByAcceptingInvitationTaskRequest
|
1193
1195
|
|
1194
|
-
StartEngagementByAcceptingInvitationTaskResponse.add_member(:
|
1196
|
+
StartEngagementByAcceptingInvitationTaskResponse.add_member(:task_id, Shapes::ShapeRef.new(shape: TaskIdentifier, location_name: "TaskId"))
|
1197
|
+
StartEngagementByAcceptingInvitationTaskResponse.add_member(:task_arn, Shapes::ShapeRef.new(shape: TaskArn, location_name: "TaskArn"))
|
1198
|
+
StartEngagementByAcceptingInvitationTaskResponse.add_member(:start_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "StartTime"))
|
1199
|
+
StartEngagementByAcceptingInvitationTaskResponse.add_member(:task_status, Shapes::ShapeRef.new(shape: TaskStatus, location_name: "TaskStatus"))
|
1195
1200
|
StartEngagementByAcceptingInvitationTaskResponse.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
1196
|
-
StartEngagementByAcceptingInvitationTaskResponse.add_member(:opportunity_id, Shapes::ShapeRef.new(shape: OpportunityIdentifier, location_name: "OpportunityId"))
|
1197
1201
|
StartEngagementByAcceptingInvitationTaskResponse.add_member(:reason_code, Shapes::ShapeRef.new(shape: ReasonCode, location_name: "ReasonCode"))
|
1202
|
+
StartEngagementByAcceptingInvitationTaskResponse.add_member(:opportunity_id, Shapes::ShapeRef.new(shape: OpportunityIdentifier, location_name: "OpportunityId"))
|
1198
1203
|
StartEngagementByAcceptingInvitationTaskResponse.add_member(:resource_snapshot_job_id, Shapes::ShapeRef.new(shape: ResourceSnapshotJobIdentifier, location_name: "ResourceSnapshotJobId"))
|
1199
|
-
StartEngagementByAcceptingInvitationTaskResponse.add_member(:
|
1200
|
-
StartEngagementByAcceptingInvitationTaskResponse.add_member(:task_arn, Shapes::ShapeRef.new(shape: TaskArn, location_name: "TaskArn"))
|
1201
|
-
StartEngagementByAcceptingInvitationTaskResponse.add_member(:task_id, Shapes::ShapeRef.new(shape: TaskIdentifier, location_name: "TaskId"))
|
1202
|
-
StartEngagementByAcceptingInvitationTaskResponse.add_member(:task_status, Shapes::ShapeRef.new(shape: TaskStatus, location_name: "TaskStatus"))
|
1204
|
+
StartEngagementByAcceptingInvitationTaskResponse.add_member(:engagement_invitation_id, Shapes::ShapeRef.new(shape: EngagementInvitationIdentifier, location_name: "EngagementInvitationId"))
|
1203
1205
|
StartEngagementByAcceptingInvitationTaskResponse.struct_class = Types::StartEngagementByAcceptingInvitationTaskResponse
|
1204
1206
|
|
1205
|
-
StartEngagementFromOpportunityTaskRequest.add_member(:aws_submission, Shapes::ShapeRef.new(shape: AwsSubmission, required: true, location_name: "AwsSubmission"))
|
1206
1207
|
StartEngagementFromOpportunityTaskRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
1207
1208
|
StartEngagementFromOpportunityTaskRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: StartEngagementFromOpportunityTaskRequestClientTokenString, required: true, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
1208
1209
|
StartEngagementFromOpportunityTaskRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: OpportunityIdentifier, required: true, location_name: "Identifier"))
|
1210
|
+
StartEngagementFromOpportunityTaskRequest.add_member(:aws_submission, Shapes::ShapeRef.new(shape: AwsSubmission, required: true, location_name: "AwsSubmission"))
|
1209
1211
|
StartEngagementFromOpportunityTaskRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
1210
1212
|
StartEngagementFromOpportunityTaskRequest.struct_class = Types::StartEngagementFromOpportunityTaskRequest
|
1211
1213
|
|
1212
|
-
StartEngagementFromOpportunityTaskResponse.add_member(:
|
1213
|
-
StartEngagementFromOpportunityTaskResponse.add_member(:
|
1214
|
+
StartEngagementFromOpportunityTaskResponse.add_member(:task_id, Shapes::ShapeRef.new(shape: TaskIdentifier, location_name: "TaskId"))
|
1215
|
+
StartEngagementFromOpportunityTaskResponse.add_member(:task_arn, Shapes::ShapeRef.new(shape: TaskArn, location_name: "TaskArn"))
|
1216
|
+
StartEngagementFromOpportunityTaskResponse.add_member(:start_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "StartTime"))
|
1217
|
+
StartEngagementFromOpportunityTaskResponse.add_member(:task_status, Shapes::ShapeRef.new(shape: TaskStatus, location_name: "TaskStatus"))
|
1214
1218
|
StartEngagementFromOpportunityTaskResponse.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
1215
|
-
StartEngagementFromOpportunityTaskResponse.add_member(:opportunity_id, Shapes::ShapeRef.new(shape: OpportunityIdentifier, location_name: "OpportunityId"))
|
1216
1219
|
StartEngagementFromOpportunityTaskResponse.add_member(:reason_code, Shapes::ShapeRef.new(shape: ReasonCode, location_name: "ReasonCode"))
|
1220
|
+
StartEngagementFromOpportunityTaskResponse.add_member(:opportunity_id, Shapes::ShapeRef.new(shape: OpportunityIdentifier, location_name: "OpportunityId"))
|
1217
1221
|
StartEngagementFromOpportunityTaskResponse.add_member(:resource_snapshot_job_id, Shapes::ShapeRef.new(shape: ResourceSnapshotJobIdentifier, location_name: "ResourceSnapshotJobId"))
|
1218
|
-
StartEngagementFromOpportunityTaskResponse.add_member(:
|
1219
|
-
StartEngagementFromOpportunityTaskResponse.add_member(:
|
1220
|
-
StartEngagementFromOpportunityTaskResponse.add_member(:task_id, Shapes::ShapeRef.new(shape: TaskIdentifier, location_name: "TaskId"))
|
1221
|
-
StartEngagementFromOpportunityTaskResponse.add_member(:task_status, Shapes::ShapeRef.new(shape: TaskStatus, location_name: "TaskStatus"))
|
1222
|
+
StartEngagementFromOpportunityTaskResponse.add_member(:engagement_id, Shapes::ShapeRef.new(shape: EngagementIdentifier, location_name: "EngagementId"))
|
1223
|
+
StartEngagementFromOpportunityTaskResponse.add_member(:engagement_invitation_id, Shapes::ShapeRef.new(shape: EngagementInvitationIdentifier, location_name: "EngagementInvitationId"))
|
1222
1224
|
StartEngagementFromOpportunityTaskResponse.struct_class = Types::StartEngagementFromOpportunityTaskResponse
|
1223
1225
|
|
1224
1226
|
StartResourceSnapshotJobRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
@@ -1263,17 +1265,17 @@ module Aws::PartnerCentralSelling
|
|
1263
1265
|
UntagResourceResponse.struct_class = Types::UntagResourceResponse
|
1264
1266
|
|
1265
1267
|
UpdateOpportunityRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
1266
|
-
UpdateOpportunityRequest.add_member(:
|
1267
|
-
UpdateOpportunityRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: OpportunityIdentifier, required: true, location_name: "Identifier"))
|
1268
|
-
UpdateOpportunityRequest.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "LastModifiedDate"))
|
1269
|
-
UpdateOpportunityRequest.add_member(:life_cycle, Shapes::ShapeRef.new(shape: LifeCycle, location_name: "LifeCycle"))
|
1270
|
-
UpdateOpportunityRequest.add_member(:marketing, Shapes::ShapeRef.new(shape: Marketing, location_name: "Marketing"))
|
1268
|
+
UpdateOpportunityRequest.add_member(:primary_needs_from_aws, Shapes::ShapeRef.new(shape: PrimaryNeedsFromAws, location_name: "PrimaryNeedsFromAws"))
|
1271
1269
|
UpdateOpportunityRequest.add_member(:national_security, Shapes::ShapeRef.new(shape: NationalSecurity, location_name: "NationalSecurity"))
|
1272
|
-
UpdateOpportunityRequest.add_member(:opportunity_type, Shapes::ShapeRef.new(shape: OpportunityType, location_name: "OpportunityType"))
|
1273
1270
|
UpdateOpportunityRequest.add_member(:partner_opportunity_identifier, Shapes::ShapeRef.new(shape: UpdateOpportunityRequestPartnerOpportunityIdentifierString, location_name: "PartnerOpportunityIdentifier"))
|
1274
|
-
UpdateOpportunityRequest.add_member(:
|
1271
|
+
UpdateOpportunityRequest.add_member(:customer, Shapes::ShapeRef.new(shape: Customer, location_name: "Customer"))
|
1275
1272
|
UpdateOpportunityRequest.add_member(:project, Shapes::ShapeRef.new(shape: Project, location_name: "Project"))
|
1273
|
+
UpdateOpportunityRequest.add_member(:opportunity_type, Shapes::ShapeRef.new(shape: OpportunityType, location_name: "OpportunityType"))
|
1274
|
+
UpdateOpportunityRequest.add_member(:marketing, Shapes::ShapeRef.new(shape: Marketing, location_name: "Marketing"))
|
1276
1275
|
UpdateOpportunityRequest.add_member(:software_revenue, Shapes::ShapeRef.new(shape: SoftwareRevenue, location_name: "SoftwareRevenue"))
|
1276
|
+
UpdateOpportunityRequest.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "LastModifiedDate"))
|
1277
|
+
UpdateOpportunityRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: OpportunityIdentifier, required: true, location_name: "Identifier"))
|
1278
|
+
UpdateOpportunityRequest.add_member(:life_cycle, Shapes::ShapeRef.new(shape: LifeCycle, location_name: "LifeCycle"))
|
1277
1279
|
UpdateOpportunityRequest.struct_class = Types::UpdateOpportunityRequest
|
1278
1280
|
|
1279
1281
|
UpdateOpportunityResponse.add_member(:id, Shapes::ShapeRef.new(shape: OpportunityIdentifier, required: true, location_name: "Id"))
|
@@ -1282,14 +1284,14 @@ module Aws::PartnerCentralSelling
|
|
1282
1284
|
|
1283
1285
|
UseCases.member = Shapes::ShapeRef.new(shape: String)
|
1284
1286
|
|
1285
|
-
ValidationException.add_member(:error_list, Shapes::ShapeRef.new(shape: ValidationExceptionErrorList, location_name: "ErrorList"))
|
1286
1287
|
ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
|
1287
1288
|
ValidationException.add_member(:reason, Shapes::ShapeRef.new(shape: ValidationExceptionReason, required: true, location_name: "Reason"))
|
1289
|
+
ValidationException.add_member(:error_list, Shapes::ShapeRef.new(shape: ValidationExceptionErrorList, location_name: "ErrorList"))
|
1288
1290
|
ValidationException.struct_class = Types::ValidationException
|
1289
1291
|
|
1290
|
-
ValidationExceptionError.add_member(:code, Shapes::ShapeRef.new(shape: ValidationExceptionErrorCode, required: true, location_name: "Code"))
|
1291
1292
|
ValidationExceptionError.add_member(:field_name, Shapes::ShapeRef.new(shape: String, location_name: "FieldName"))
|
1292
1293
|
ValidationExceptionError.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
|
1294
|
+
ValidationExceptionError.add_member(:code, Shapes::ShapeRef.new(shape: ValidationExceptionErrorCode, required: true, location_name: "Code"))
|
1293
1295
|
ValidationExceptionError.struct_class = Types::ValidationExceptionError
|
1294
1296
|
|
1295
1297
|
ValidationExceptionErrorList.member = Shapes::ShapeRef.new(shape: ValidationExceptionError)
|