@aws-sdk/client-partnercentral-selling 3.890.0 → 3.891.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-types/commands/AcceptEngagementInvitationCommand.d.ts +2 -0
- package/dist-types/commands/AssignOpportunityCommand.d.ts +2 -0
- package/dist-types/commands/AssociateOpportunityCommand.d.ts +2 -0
- package/dist-types/commands/CreateEngagementCommand.d.ts +2 -0
- package/dist-types/commands/CreateEngagementInvitationCommand.d.ts +2 -0
- package/dist-types/commands/CreateOpportunityCommand.d.ts +2 -0
- package/dist-types/commands/CreateResourceSnapshotCommand.d.ts +2 -0
- package/dist-types/commands/CreateResourceSnapshotJobCommand.d.ts +2 -0
- package/dist-types/commands/DeleteResourceSnapshotJobCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateOpportunityCommand.d.ts +2 -0
- package/dist-types/commands/GetAwsOpportunitySummaryCommand.d.ts +2 -0
- package/dist-types/commands/GetEngagementCommand.d.ts +2 -0
- package/dist-types/commands/GetEngagementInvitationCommand.d.ts +2 -0
- package/dist-types/commands/GetOpportunityCommand.d.ts +2 -0
- package/dist-types/commands/GetResourceSnapshotCommand.d.ts +2 -0
- package/dist-types/commands/GetResourceSnapshotJobCommand.d.ts +2 -0
- package/dist-types/commands/GetSellingSystemSettingsCommand.d.ts +2 -0
- package/dist-types/commands/ListEngagementByAcceptingInvitationTasksCommand.d.ts +2 -0
- package/dist-types/commands/ListEngagementFromOpportunityTasksCommand.d.ts +2 -0
- package/dist-types/commands/ListEngagementInvitationsCommand.d.ts +2 -0
- package/dist-types/commands/ListEngagementMembersCommand.d.ts +2 -0
- package/dist-types/commands/ListEngagementResourceAssociationsCommand.d.ts +2 -0
- package/dist-types/commands/ListEngagementsCommand.d.ts +2 -0
- package/dist-types/commands/ListOpportunitiesCommand.d.ts +2 -0
- package/dist-types/commands/ListResourceSnapshotJobsCommand.d.ts +2 -0
- package/dist-types/commands/ListResourceSnapshotsCommand.d.ts +2 -0
- package/dist-types/commands/ListSolutionsCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/PutSellingSystemSettingsCommand.d.ts +2 -0
- package/dist-types/commands/RejectEngagementInvitationCommand.d.ts +2 -0
- package/dist-types/commands/StartEngagementByAcceptingInvitationTaskCommand.d.ts +2 -0
- package/dist-types/commands/StartEngagementFromOpportunityTaskCommand.d.ts +2 -0
- package/dist-types/commands/StartResourceSnapshotJobCommand.d.ts +2 -0
- package/dist-types/commands/StopResourceSnapshotJobCommand.d.ts +2 -0
- package/dist-types/commands/SubmitOpportunityCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateOpportunityCommand.d.ts +2 -0
- package/package.json +10 -10
|
@@ -33,6 +33,8 @@ declare const AcceptEngagementInvitationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { PartnerCentralSellingClient, AcceptEngagementInvitationCommand } from "@aws-sdk/client-partnercentral-selling"; // ES Modules import
|
|
35
35
|
* // const { PartnerCentralSellingClient, AcceptEngagementInvitationCommand } = require("@aws-sdk/client-partnercentral-selling"); // CommonJS import
|
|
36
|
+
* // import type { PartnerCentralSellingClientConfig } from "@aws-sdk/client-partnercentral-selling";
|
|
37
|
+
* const config = {}; // type is PartnerCentralSellingClientConfig
|
|
36
38
|
* const client = new PartnerCentralSellingClient(config);
|
|
37
39
|
* const input = { // AcceptEngagementInvitationRequest
|
|
38
40
|
* Catalog: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const AssignOpportunityCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { PartnerCentralSellingClient, AssignOpportunityCommand } from "@aws-sdk/client-partnercentral-selling"; // ES Modules import
|
|
35
35
|
* // const { PartnerCentralSellingClient, AssignOpportunityCommand } = require("@aws-sdk/client-partnercentral-selling"); // CommonJS import
|
|
36
|
+
* // import type { PartnerCentralSellingClientConfig } from "@aws-sdk/client-partnercentral-selling";
|
|
37
|
+
* const config = {}; // type is PartnerCentralSellingClientConfig
|
|
36
38
|
* const client = new PartnerCentralSellingClient(config);
|
|
37
39
|
* const input = { // AssignOpportunityRequest
|
|
38
40
|
* Catalog: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const AssociateOpportunityCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { PartnerCentralSellingClient, AssociateOpportunityCommand } from "@aws-sdk/client-partnercentral-selling"; // ES Modules import
|
|
35
35
|
* // const { PartnerCentralSellingClient, AssociateOpportunityCommand } = require("@aws-sdk/client-partnercentral-selling"); // CommonJS import
|
|
36
|
+
* // import type { PartnerCentralSellingClientConfig } from "@aws-sdk/client-partnercentral-selling";
|
|
37
|
+
* const config = {}; // type is PartnerCentralSellingClientConfig
|
|
36
38
|
* const client = new PartnerCentralSellingClient(config);
|
|
37
39
|
* const input = { // AssociateOpportunityRequest
|
|
38
40
|
* Catalog: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateEngagementCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { PartnerCentralSellingClient, CreateEngagementCommand } from "@aws-sdk/client-partnercentral-selling"; // ES Modules import
|
|
35
35
|
* // const { PartnerCentralSellingClient, CreateEngagementCommand } = require("@aws-sdk/client-partnercentral-selling"); // CommonJS import
|
|
36
|
+
* // import type { PartnerCentralSellingClientConfig } from "@aws-sdk/client-partnercentral-selling";
|
|
37
|
+
* const config = {}; // type is PartnerCentralSellingClientConfig
|
|
36
38
|
* const client = new PartnerCentralSellingClient(config);
|
|
37
39
|
* const input = { // CreateEngagementRequest
|
|
38
40
|
* Catalog: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateEngagementInvitationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { PartnerCentralSellingClient, CreateEngagementInvitationCommand } from "@aws-sdk/client-partnercentral-selling"; // ES Modules import
|
|
35
35
|
* // const { PartnerCentralSellingClient, CreateEngagementInvitationCommand } = require("@aws-sdk/client-partnercentral-selling"); // CommonJS import
|
|
36
|
+
* // import type { PartnerCentralSellingClientConfig } from "@aws-sdk/client-partnercentral-selling";
|
|
37
|
+
* const config = {}; // type is PartnerCentralSellingClientConfig
|
|
36
38
|
* const client = new PartnerCentralSellingClient(config);
|
|
37
39
|
* const input = { // CreateEngagementInvitationRequest
|
|
38
40
|
* Catalog: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateOpportunityCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { PartnerCentralSellingClient, CreateOpportunityCommand } from "@aws-sdk/client-partnercentral-selling"; // ES Modules import
|
|
35
35
|
* // const { PartnerCentralSellingClient, CreateOpportunityCommand } = require("@aws-sdk/client-partnercentral-selling"); // CommonJS import
|
|
36
|
+
* // import type { PartnerCentralSellingClientConfig } from "@aws-sdk/client-partnercentral-selling";
|
|
37
|
+
* const config = {}; // type is PartnerCentralSellingClientConfig
|
|
36
38
|
* const client = new PartnerCentralSellingClient(config);
|
|
37
39
|
* const input = { // CreateOpportunityRequest
|
|
38
40
|
* Catalog: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateResourceSnapshotCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { PartnerCentralSellingClient, CreateResourceSnapshotCommand } from "@aws-sdk/client-partnercentral-selling"; // ES Modules import
|
|
35
35
|
* // const { PartnerCentralSellingClient, CreateResourceSnapshotCommand } = require("@aws-sdk/client-partnercentral-selling"); // CommonJS import
|
|
36
|
+
* // import type { PartnerCentralSellingClientConfig } from "@aws-sdk/client-partnercentral-selling";
|
|
37
|
+
* const config = {}; // type is PartnerCentralSellingClientConfig
|
|
36
38
|
* const client = new PartnerCentralSellingClient(config);
|
|
37
39
|
* const input = { // CreateResourceSnapshotRequest
|
|
38
40
|
* Catalog: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateResourceSnapshotJobCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { PartnerCentralSellingClient, CreateResourceSnapshotJobCommand } from "@aws-sdk/client-partnercentral-selling"; // ES Modules import
|
|
35
35
|
* // const { PartnerCentralSellingClient, CreateResourceSnapshotJobCommand } = require("@aws-sdk/client-partnercentral-selling"); // CommonJS import
|
|
36
|
+
* // import type { PartnerCentralSellingClientConfig } from "@aws-sdk/client-partnercentral-selling";
|
|
37
|
+
* const config = {}; // type is PartnerCentralSellingClientConfig
|
|
36
38
|
* const client = new PartnerCentralSellingClient(config);
|
|
37
39
|
* const input = { // CreateResourceSnapshotJobRequest
|
|
38
40
|
* Catalog: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteResourceSnapshotJobCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { PartnerCentralSellingClient, DeleteResourceSnapshotJobCommand } from "@aws-sdk/client-partnercentral-selling"; // ES Modules import
|
|
35
35
|
* // const { PartnerCentralSellingClient, DeleteResourceSnapshotJobCommand } = require("@aws-sdk/client-partnercentral-selling"); // CommonJS import
|
|
36
|
+
* // import type { PartnerCentralSellingClientConfig } from "@aws-sdk/client-partnercentral-selling";
|
|
37
|
+
* const config = {}; // type is PartnerCentralSellingClientConfig
|
|
36
38
|
* const client = new PartnerCentralSellingClient(config);
|
|
37
39
|
* const input = { // DeleteResourceSnapshotJobRequest
|
|
38
40
|
* Catalog: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DisassociateOpportunityCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { PartnerCentralSellingClient, DisassociateOpportunityCommand } from "@aws-sdk/client-partnercentral-selling"; // ES Modules import
|
|
35
35
|
* // const { PartnerCentralSellingClient, DisassociateOpportunityCommand } = require("@aws-sdk/client-partnercentral-selling"); // CommonJS import
|
|
36
|
+
* // import type { PartnerCentralSellingClientConfig } from "@aws-sdk/client-partnercentral-selling";
|
|
37
|
+
* const config = {}; // type is PartnerCentralSellingClientConfig
|
|
36
38
|
* const client = new PartnerCentralSellingClient(config);
|
|
37
39
|
* const input = { // DisassociateOpportunityRequest
|
|
38
40
|
* Catalog: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetAwsOpportunitySummaryCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { PartnerCentralSellingClient, GetAwsOpportunitySummaryCommand } from "@aws-sdk/client-partnercentral-selling"; // ES Modules import
|
|
35
35
|
* // const { PartnerCentralSellingClient, GetAwsOpportunitySummaryCommand } = require("@aws-sdk/client-partnercentral-selling"); // CommonJS import
|
|
36
|
+
* // import type { PartnerCentralSellingClientConfig } from "@aws-sdk/client-partnercentral-selling";
|
|
37
|
+
* const config = {}; // type is PartnerCentralSellingClientConfig
|
|
36
38
|
* const client = new PartnerCentralSellingClient(config);
|
|
37
39
|
* const input = { // GetAwsOpportunitySummaryRequest
|
|
38
40
|
* Catalog: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetEngagementCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { PartnerCentralSellingClient, GetEngagementCommand } from "@aws-sdk/client-partnercentral-selling"; // ES Modules import
|
|
35
35
|
* // const { PartnerCentralSellingClient, GetEngagementCommand } = require("@aws-sdk/client-partnercentral-selling"); // CommonJS import
|
|
36
|
+
* // import type { PartnerCentralSellingClientConfig } from "@aws-sdk/client-partnercentral-selling";
|
|
37
|
+
* const config = {}; // type is PartnerCentralSellingClientConfig
|
|
36
38
|
* const client = new PartnerCentralSellingClient(config);
|
|
37
39
|
* const input = { // GetEngagementRequest
|
|
38
40
|
* Catalog: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetEngagementInvitationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { PartnerCentralSellingClient, GetEngagementInvitationCommand } from "@aws-sdk/client-partnercentral-selling"; // ES Modules import
|
|
35
35
|
* // const { PartnerCentralSellingClient, GetEngagementInvitationCommand } = require("@aws-sdk/client-partnercentral-selling"); // CommonJS import
|
|
36
|
+
* // import type { PartnerCentralSellingClientConfig } from "@aws-sdk/client-partnercentral-selling";
|
|
37
|
+
* const config = {}; // type is PartnerCentralSellingClientConfig
|
|
36
38
|
* const client = new PartnerCentralSellingClient(config);
|
|
37
39
|
* const input = { // GetEngagementInvitationRequest
|
|
38
40
|
* Catalog: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetOpportunityCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { PartnerCentralSellingClient, GetOpportunityCommand } from "@aws-sdk/client-partnercentral-selling"; // ES Modules import
|
|
35
35
|
* // const { PartnerCentralSellingClient, GetOpportunityCommand } = require("@aws-sdk/client-partnercentral-selling"); // CommonJS import
|
|
36
|
+
* // import type { PartnerCentralSellingClientConfig } from "@aws-sdk/client-partnercentral-selling";
|
|
37
|
+
* const config = {}; // type is PartnerCentralSellingClientConfig
|
|
36
38
|
* const client = new PartnerCentralSellingClient(config);
|
|
37
39
|
* const input = { // GetOpportunityRequest
|
|
38
40
|
* Catalog: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetResourceSnapshotCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { PartnerCentralSellingClient, GetResourceSnapshotCommand } from "@aws-sdk/client-partnercentral-selling"; // ES Modules import
|
|
35
35
|
* // const { PartnerCentralSellingClient, GetResourceSnapshotCommand } = require("@aws-sdk/client-partnercentral-selling"); // CommonJS import
|
|
36
|
+
* // import type { PartnerCentralSellingClientConfig } from "@aws-sdk/client-partnercentral-selling";
|
|
37
|
+
* const config = {}; // type is PartnerCentralSellingClientConfig
|
|
36
38
|
* const client = new PartnerCentralSellingClient(config);
|
|
37
39
|
* const input = { // GetResourceSnapshotRequest
|
|
38
40
|
* Catalog: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetResourceSnapshotJobCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { PartnerCentralSellingClient, GetResourceSnapshotJobCommand } from "@aws-sdk/client-partnercentral-selling"; // ES Modules import
|
|
35
35
|
* // const { PartnerCentralSellingClient, GetResourceSnapshotJobCommand } = require("@aws-sdk/client-partnercentral-selling"); // CommonJS import
|
|
36
|
+
* // import type { PartnerCentralSellingClientConfig } from "@aws-sdk/client-partnercentral-selling";
|
|
37
|
+
* const config = {}; // type is PartnerCentralSellingClientConfig
|
|
36
38
|
* const client = new PartnerCentralSellingClient(config);
|
|
37
39
|
* const input = { // GetResourceSnapshotJobRequest
|
|
38
40
|
* Catalog: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetSellingSystemSettingsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { PartnerCentralSellingClient, GetSellingSystemSettingsCommand } from "@aws-sdk/client-partnercentral-selling"; // ES Modules import
|
|
35
35
|
* // const { PartnerCentralSellingClient, GetSellingSystemSettingsCommand } = require("@aws-sdk/client-partnercentral-selling"); // CommonJS import
|
|
36
|
+
* // import type { PartnerCentralSellingClientConfig } from "@aws-sdk/client-partnercentral-selling";
|
|
37
|
+
* const config = {}; // type is PartnerCentralSellingClientConfig
|
|
36
38
|
* const client = new PartnerCentralSellingClient(config);
|
|
37
39
|
* const input = { // GetSellingSystemSettingsRequest
|
|
38
40
|
* Catalog: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListEngagementByAcceptingInvitationTasksCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { PartnerCentralSellingClient, ListEngagementByAcceptingInvitationTasksCommand } from "@aws-sdk/client-partnercentral-selling"; // ES Modules import
|
|
35
35
|
* // const { PartnerCentralSellingClient, ListEngagementByAcceptingInvitationTasksCommand } = require("@aws-sdk/client-partnercentral-selling"); // CommonJS import
|
|
36
|
+
* // import type { PartnerCentralSellingClientConfig } from "@aws-sdk/client-partnercentral-selling";
|
|
37
|
+
* const config = {}; // type is PartnerCentralSellingClientConfig
|
|
36
38
|
* const client = new PartnerCentralSellingClient(config);
|
|
37
39
|
* const input = { // ListEngagementByAcceptingInvitationTasksRequest
|
|
38
40
|
* MaxResults: Number("int"),
|
|
@@ -33,6 +33,8 @@ declare const ListEngagementFromOpportunityTasksCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { PartnerCentralSellingClient, ListEngagementFromOpportunityTasksCommand } from "@aws-sdk/client-partnercentral-selling"; // ES Modules import
|
|
35
35
|
* // const { PartnerCentralSellingClient, ListEngagementFromOpportunityTasksCommand } = require("@aws-sdk/client-partnercentral-selling"); // CommonJS import
|
|
36
|
+
* // import type { PartnerCentralSellingClientConfig } from "@aws-sdk/client-partnercentral-selling";
|
|
37
|
+
* const config = {}; // type is PartnerCentralSellingClientConfig
|
|
36
38
|
* const client = new PartnerCentralSellingClient(config);
|
|
37
39
|
* const input = { // ListEngagementFromOpportunityTasksRequest
|
|
38
40
|
* MaxResults: Number("int"),
|
|
@@ -33,6 +33,8 @@ declare const ListEngagementInvitationsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { PartnerCentralSellingClient, ListEngagementInvitationsCommand } from "@aws-sdk/client-partnercentral-selling"; // ES Modules import
|
|
35
35
|
* // const { PartnerCentralSellingClient, ListEngagementInvitationsCommand } = require("@aws-sdk/client-partnercentral-selling"); // CommonJS import
|
|
36
|
+
* // import type { PartnerCentralSellingClientConfig } from "@aws-sdk/client-partnercentral-selling";
|
|
37
|
+
* const config = {}; // type is PartnerCentralSellingClientConfig
|
|
36
38
|
* const client = new PartnerCentralSellingClient(config);
|
|
37
39
|
* const input = { // ListEngagementInvitationsRequest
|
|
38
40
|
* Catalog: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListEngagementMembersCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { PartnerCentralSellingClient, ListEngagementMembersCommand } from "@aws-sdk/client-partnercentral-selling"; // ES Modules import
|
|
35
35
|
* // const { PartnerCentralSellingClient, ListEngagementMembersCommand } = require("@aws-sdk/client-partnercentral-selling"); // CommonJS import
|
|
36
|
+
* // import type { PartnerCentralSellingClientConfig } from "@aws-sdk/client-partnercentral-selling";
|
|
37
|
+
* const config = {}; // type is PartnerCentralSellingClientConfig
|
|
36
38
|
* const client = new PartnerCentralSellingClient(config);
|
|
37
39
|
* const input = { // ListEngagementMembersRequest
|
|
38
40
|
* Catalog: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListEngagementResourceAssociationsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { PartnerCentralSellingClient, ListEngagementResourceAssociationsCommand } from "@aws-sdk/client-partnercentral-selling"; // ES Modules import
|
|
35
35
|
* // const { PartnerCentralSellingClient, ListEngagementResourceAssociationsCommand } = require("@aws-sdk/client-partnercentral-selling"); // CommonJS import
|
|
36
|
+
* // import type { PartnerCentralSellingClientConfig } from "@aws-sdk/client-partnercentral-selling";
|
|
37
|
+
* const config = {}; // type is PartnerCentralSellingClientConfig
|
|
36
38
|
* const client = new PartnerCentralSellingClient(config);
|
|
37
39
|
* const input = { // ListEngagementResourceAssociationsRequest
|
|
38
40
|
* Catalog: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListEngagementsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { PartnerCentralSellingClient, ListEngagementsCommand } from "@aws-sdk/client-partnercentral-selling"; // ES Modules import
|
|
35
35
|
* // const { PartnerCentralSellingClient, ListEngagementsCommand } = require("@aws-sdk/client-partnercentral-selling"); // CommonJS import
|
|
36
|
+
* // import type { PartnerCentralSellingClientConfig } from "@aws-sdk/client-partnercentral-selling";
|
|
37
|
+
* const config = {}; // type is PartnerCentralSellingClientConfig
|
|
36
38
|
* const client = new PartnerCentralSellingClient(config);
|
|
37
39
|
* const input = { // ListEngagementsRequest
|
|
38
40
|
* Catalog: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListOpportunitiesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { PartnerCentralSellingClient, ListOpportunitiesCommand } from "@aws-sdk/client-partnercentral-selling"; // ES Modules import
|
|
35
35
|
* // const { PartnerCentralSellingClient, ListOpportunitiesCommand } = require("@aws-sdk/client-partnercentral-selling"); // CommonJS import
|
|
36
|
+
* // import type { PartnerCentralSellingClientConfig } from "@aws-sdk/client-partnercentral-selling";
|
|
37
|
+
* const config = {}; // type is PartnerCentralSellingClientConfig
|
|
36
38
|
* const client = new PartnerCentralSellingClient(config);
|
|
37
39
|
* const input = { // ListOpportunitiesRequest
|
|
38
40
|
* Catalog: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListResourceSnapshotJobsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { PartnerCentralSellingClient, ListResourceSnapshotJobsCommand } from "@aws-sdk/client-partnercentral-selling"; // ES Modules import
|
|
35
35
|
* // const { PartnerCentralSellingClient, ListResourceSnapshotJobsCommand } = require("@aws-sdk/client-partnercentral-selling"); // CommonJS import
|
|
36
|
+
* // import type { PartnerCentralSellingClientConfig } from "@aws-sdk/client-partnercentral-selling";
|
|
37
|
+
* const config = {}; // type is PartnerCentralSellingClientConfig
|
|
36
38
|
* const client = new PartnerCentralSellingClient(config);
|
|
37
39
|
* const input = { // ListResourceSnapshotJobsRequest
|
|
38
40
|
* Catalog: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListResourceSnapshotsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { PartnerCentralSellingClient, ListResourceSnapshotsCommand } from "@aws-sdk/client-partnercentral-selling"; // ES Modules import
|
|
35
35
|
* // const { PartnerCentralSellingClient, ListResourceSnapshotsCommand } = require("@aws-sdk/client-partnercentral-selling"); // CommonJS import
|
|
36
|
+
* // import type { PartnerCentralSellingClientConfig } from "@aws-sdk/client-partnercentral-selling";
|
|
37
|
+
* const config = {}; // type is PartnerCentralSellingClientConfig
|
|
36
38
|
* const client = new PartnerCentralSellingClient(config);
|
|
37
39
|
* const input = { // ListResourceSnapshotsRequest
|
|
38
40
|
* Catalog: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListSolutionsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { PartnerCentralSellingClient, ListSolutionsCommand } from "@aws-sdk/client-partnercentral-selling"; // ES Modules import
|
|
35
35
|
* // const { PartnerCentralSellingClient, ListSolutionsCommand } = require("@aws-sdk/client-partnercentral-selling"); // CommonJS import
|
|
36
|
+
* // import type { PartnerCentralSellingClientConfig } from "@aws-sdk/client-partnercentral-selling";
|
|
37
|
+
* const config = {}; // type is PartnerCentralSellingClientConfig
|
|
36
38
|
* const client = new PartnerCentralSellingClient(config);
|
|
37
39
|
* const input = { // ListSolutionsRequest
|
|
38
40
|
* Catalog: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { PartnerCentralSellingClient, ListTagsForResourceCommand } from "@aws-sdk/client-partnercentral-selling"; // ES Modules import
|
|
35
35
|
* // const { PartnerCentralSellingClient, ListTagsForResourceCommand } = require("@aws-sdk/client-partnercentral-selling"); // CommonJS import
|
|
36
|
+
* // import type { PartnerCentralSellingClientConfig } from "@aws-sdk/client-partnercentral-selling";
|
|
37
|
+
* const config = {}; // type is PartnerCentralSellingClientConfig
|
|
36
38
|
* const client = new PartnerCentralSellingClient(config);
|
|
37
39
|
* const input = { // ListTagsForResourceRequest
|
|
38
40
|
* ResourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const PutSellingSystemSettingsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { PartnerCentralSellingClient, PutSellingSystemSettingsCommand } from "@aws-sdk/client-partnercentral-selling"; // ES Modules import
|
|
35
35
|
* // const { PartnerCentralSellingClient, PutSellingSystemSettingsCommand } = require("@aws-sdk/client-partnercentral-selling"); // CommonJS import
|
|
36
|
+
* // import type { PartnerCentralSellingClientConfig } from "@aws-sdk/client-partnercentral-selling";
|
|
37
|
+
* const config = {}; // type is PartnerCentralSellingClientConfig
|
|
36
38
|
* const client = new PartnerCentralSellingClient(config);
|
|
37
39
|
* const input = { // PutSellingSystemSettingsRequest
|
|
38
40
|
* Catalog: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const RejectEngagementInvitationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { PartnerCentralSellingClient, RejectEngagementInvitationCommand } from "@aws-sdk/client-partnercentral-selling"; // ES Modules import
|
|
35
35
|
* // const { PartnerCentralSellingClient, RejectEngagementInvitationCommand } = require("@aws-sdk/client-partnercentral-selling"); // CommonJS import
|
|
36
|
+
* // import type { PartnerCentralSellingClientConfig } from "@aws-sdk/client-partnercentral-selling";
|
|
37
|
+
* const config = {}; // type is PartnerCentralSellingClientConfig
|
|
36
38
|
* const client = new PartnerCentralSellingClient(config);
|
|
37
39
|
* const input = { // RejectEngagementInvitationRequest
|
|
38
40
|
* Catalog: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const StartEngagementByAcceptingInvitationTaskCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { PartnerCentralSellingClient, StartEngagementByAcceptingInvitationTaskCommand } from "@aws-sdk/client-partnercentral-selling"; // ES Modules import
|
|
35
35
|
* // const { PartnerCentralSellingClient, StartEngagementByAcceptingInvitationTaskCommand } = require("@aws-sdk/client-partnercentral-selling"); // CommonJS import
|
|
36
|
+
* // import type { PartnerCentralSellingClientConfig } from "@aws-sdk/client-partnercentral-selling";
|
|
37
|
+
* const config = {}; // type is PartnerCentralSellingClientConfig
|
|
36
38
|
* const client = new PartnerCentralSellingClient(config);
|
|
37
39
|
* const input = { // StartEngagementByAcceptingInvitationTaskRequest
|
|
38
40
|
* Catalog: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const StartEngagementFromOpportunityTaskCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { PartnerCentralSellingClient, StartEngagementFromOpportunityTaskCommand } from "@aws-sdk/client-partnercentral-selling"; // ES Modules import
|
|
35
35
|
* // const { PartnerCentralSellingClient, StartEngagementFromOpportunityTaskCommand } = require("@aws-sdk/client-partnercentral-selling"); // CommonJS import
|
|
36
|
+
* // import type { PartnerCentralSellingClientConfig } from "@aws-sdk/client-partnercentral-selling";
|
|
37
|
+
* const config = {}; // type is PartnerCentralSellingClientConfig
|
|
36
38
|
* const client = new PartnerCentralSellingClient(config);
|
|
37
39
|
* const input = { // StartEngagementFromOpportunityTaskRequest
|
|
38
40
|
* Catalog: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const StartResourceSnapshotJobCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { PartnerCentralSellingClient, StartResourceSnapshotJobCommand } from "@aws-sdk/client-partnercentral-selling"; // ES Modules import
|
|
35
35
|
* // const { PartnerCentralSellingClient, StartResourceSnapshotJobCommand } = require("@aws-sdk/client-partnercentral-selling"); // CommonJS import
|
|
36
|
+
* // import type { PartnerCentralSellingClientConfig } from "@aws-sdk/client-partnercentral-selling";
|
|
37
|
+
* const config = {}; // type is PartnerCentralSellingClientConfig
|
|
36
38
|
* const client = new PartnerCentralSellingClient(config);
|
|
37
39
|
* const input = { // StartResourceSnapshotJobRequest
|
|
38
40
|
* Catalog: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const StopResourceSnapshotJobCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { PartnerCentralSellingClient, StopResourceSnapshotJobCommand } from "@aws-sdk/client-partnercentral-selling"; // ES Modules import
|
|
35
35
|
* // const { PartnerCentralSellingClient, StopResourceSnapshotJobCommand } = require("@aws-sdk/client-partnercentral-selling"); // CommonJS import
|
|
36
|
+
* // import type { PartnerCentralSellingClientConfig } from "@aws-sdk/client-partnercentral-selling";
|
|
37
|
+
* const config = {}; // type is PartnerCentralSellingClientConfig
|
|
36
38
|
* const client = new PartnerCentralSellingClient(config);
|
|
37
39
|
* const input = { // StopResourceSnapshotJobRequest
|
|
38
40
|
* Catalog: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const SubmitOpportunityCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { PartnerCentralSellingClient, SubmitOpportunityCommand } from "@aws-sdk/client-partnercentral-selling"; // ES Modules import
|
|
35
35
|
* // const { PartnerCentralSellingClient, SubmitOpportunityCommand } = require("@aws-sdk/client-partnercentral-selling"); // CommonJS import
|
|
36
|
+
* // import type { PartnerCentralSellingClientConfig } from "@aws-sdk/client-partnercentral-selling";
|
|
37
|
+
* const config = {}; // type is PartnerCentralSellingClientConfig
|
|
36
38
|
* const client = new PartnerCentralSellingClient(config);
|
|
37
39
|
* const input = { // SubmitOpportunityRequest
|
|
38
40
|
* Catalog: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const TagResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { PartnerCentralSellingClient, TagResourceCommand } from "@aws-sdk/client-partnercentral-selling"; // ES Modules import
|
|
35
35
|
* // const { PartnerCentralSellingClient, TagResourceCommand } = require("@aws-sdk/client-partnercentral-selling"); // CommonJS import
|
|
36
|
+
* // import type { PartnerCentralSellingClientConfig } from "@aws-sdk/client-partnercentral-selling";
|
|
37
|
+
* const config = {}; // type is PartnerCentralSellingClientConfig
|
|
36
38
|
* const client = new PartnerCentralSellingClient(config);
|
|
37
39
|
* const input = { // TagResourceRequest
|
|
38
40
|
* ResourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UntagResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { PartnerCentralSellingClient, UntagResourceCommand } from "@aws-sdk/client-partnercentral-selling"; // ES Modules import
|
|
35
35
|
* // const { PartnerCentralSellingClient, UntagResourceCommand } = require("@aws-sdk/client-partnercentral-selling"); // CommonJS import
|
|
36
|
+
* // import type { PartnerCentralSellingClientConfig } from "@aws-sdk/client-partnercentral-selling";
|
|
37
|
+
* const config = {}; // type is PartnerCentralSellingClientConfig
|
|
36
38
|
* const client = new PartnerCentralSellingClient(config);
|
|
37
39
|
* const input = { // UntagResourceRequest
|
|
38
40
|
* ResourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateOpportunityCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { PartnerCentralSellingClient, UpdateOpportunityCommand } from "@aws-sdk/client-partnercentral-selling"; // ES Modules import
|
|
35
35
|
* // const { PartnerCentralSellingClient, UpdateOpportunityCommand } = require("@aws-sdk/client-partnercentral-selling"); // CommonJS import
|
|
36
|
+
* // import type { PartnerCentralSellingClientConfig } from "@aws-sdk/client-partnercentral-selling";
|
|
37
|
+
* const config = {}; // type is PartnerCentralSellingClientConfig
|
|
36
38
|
* const client = new PartnerCentralSellingClient(config);
|
|
37
39
|
* const input = { // UpdateOpportunityRequest
|
|
38
40
|
* Catalog: "STRING_VALUE", // required
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-partnercentral-selling",
|
|
3
3
|
"description": "AWS SDK for JavaScript Partnercentral Selling Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.891.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.890.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.891.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.891.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.891.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.891.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.891.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.890.0",
|
|
30
30
|
"@aws-sdk/types": "3.887.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.891.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.887.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.891.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.2.2",
|
|
35
35
|
"@smithy/core": "^3.11.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.2.1",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@smithy/invalid-dependency": "^4.1.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.1.1",
|
|
40
40
|
"@smithy/middleware-endpoint": "^4.2.2",
|
|
41
|
-
"@smithy/middleware-retry": "^4.2.
|
|
41
|
+
"@smithy/middleware-retry": "^4.2.3",
|
|
42
42
|
"@smithy/middleware-serde": "^4.1.1",
|
|
43
43
|
"@smithy/middleware-stack": "^4.1.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.2.2",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"@smithy/util-defaults-mode-node": "^4.1.2",
|
|
55
55
|
"@smithy/util-endpoints": "^3.1.2",
|
|
56
56
|
"@smithy/util-middleware": "^4.1.1",
|
|
57
|
-
"@smithy/util-retry": "^4.1.
|
|
57
|
+
"@smithy/util-retry": "^4.1.2",
|
|
58
58
|
"@smithy/util-utf8": "^4.1.0",
|
|
59
59
|
"@types/uuid": "^9.0.1",
|
|
60
60
|
"tslib": "^2.6.2",
|