@aws-sdk/client-partnercentral-selling 3.1087.0 → 3.1088.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.
- package/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/PartnerCentralSelling.d.ts +148 -205
- package/dist-types/ts3.4/PartnerCentralSellingClient.d.ts +6 -19
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -10
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AcceptEngagementInvitationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AssignOpportunityCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/AssociateOpportunityCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/CreateEngagementCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateEngagementContextCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateEngagementInvitationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateOpportunityCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateResourceSnapshotCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateResourceSnapshotJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteResourceSnapshotJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DisassociateOpportunityCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetAwsOpportunitySummaryCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetEngagementCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetEngagementInvitationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetOpportunityCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetProspectingFromEngagementTaskCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetResourceSnapshotCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetResourceSnapshotJobCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetSellingSystemSettingsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListEngagementByAcceptingInvitationTasksCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListEngagementFromOpportunityTasksCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListEngagementInvitationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListEngagementMembersCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListEngagementResourceAssociationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListEngagementsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListOpportunitiesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListOpportunityFromEngagementTasksCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListProspectingFromEngagementTasksCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListResourceSnapshotJobsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListResourceSnapshotsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListSolutionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutSellingSystemSettingsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RejectEngagementInvitationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartEngagementByAcceptingInvitationTaskCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartEngagementFromOpportunityTaskCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartOpportunityFromEngagementTaskCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartProspectingFromEngagementTaskCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartResourceSnapshotJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StopResourceSnapshotJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/SubmitOpportunityCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateEngagementContextCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateOpportunityCommand.d.ts +5 -10
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +21 -42
- package/dist-types/ts3.4/models/errors.d.ts +7 -22
- package/dist-types/ts3.4/models/models_0.d.ts +2 -6
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
- package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
- package/package.json +38 -38