diff --git a/VERSION b/VERSION index ac5e20e3e9d..0ef64383f76 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.11.485 \ No newline at end of file +1.11.486 \ No newline at end of file diff --git a/generated/src/aws-cpp-sdk-apigateway/include/aws/apigateway/model/CreateBasePathMappingRequest.h b/generated/src/aws-cpp-sdk-apigateway/include/aws/apigateway/model/CreateBasePathMappingRequest.h index 979df78c0af..fde509bf751 100644 --- a/generated/src/aws-cpp-sdk-apigateway/include/aws/apigateway/model/CreateBasePathMappingRequest.h +++ b/generated/src/aws-cpp-sdk-apigateway/include/aws/apigateway/model/CreateBasePathMappingRequest.h @@ -58,8 +58,8 @@ namespace Model ///@{ /** - *
The identifier for the domain name resource. Supported only for private - * custom domain names.
+ *The identifier for the domain name resource. Required for private custom + * domain names.
*/ inline const Aws::String& GetDomainNameId() const{ return m_domainNameId; } inline bool DomainNameIdHasBeenSet() const { return m_domainNameIdHasBeenSet; } diff --git a/generated/src/aws-cpp-sdk-apigateway/include/aws/apigateway/model/GetDomainNameRequest.h b/generated/src/aws-cpp-sdk-apigateway/include/aws/apigateway/model/GetDomainNameRequest.h index f4a93a83f03..eaef6752c8b 100644 --- a/generated/src/aws-cpp-sdk-apigateway/include/aws/apigateway/model/GetDomainNameRequest.h +++ b/generated/src/aws-cpp-sdk-apigateway/include/aws/apigateway/model/GetDomainNameRequest.h @@ -58,8 +58,8 @@ namespace Model ///@{ /** - *The identifier for the domain name resource. Supported only for private - * custom domain names.
+ *The identifier for the domain name resource. Required for private custom + * domain names.
*/ inline const Aws::String& GetDomainNameId() const{ return m_domainNameId; } inline bool DomainNameIdHasBeenSet() const { return m_domainNameIdHasBeenSet; } diff --git a/generated/src/aws-cpp-sdk-bedrock-agent-runtime/include/aws/bedrock-agent-runtime/BedrockAgentRuntimeClient.h b/generated/src/aws-cpp-sdk-bedrock-agent-runtime/include/aws/bedrock-agent-runtime/BedrockAgentRuntimeClient.h index 3c38f12b515..ca9bc9974a3 100644 --- a/generated/src/aws-cpp-sdk-bedrock-agent-runtime/include/aws/bedrock-agent-runtime/BedrockAgentRuntimeClient.h +++ b/generated/src/aws-cpp-sdk-bedrock-agent-runtime/include/aws/bedrock-agent-runtime/BedrockAgentRuntimeClient.h @@ -159,15 +159,13 @@ namespace BedrockAgentRuntime } /** - *The CLI doesn't support streaming operations in Amazon Bedrock,
- * including InvokeAgent
.
Sends a prompt for the agent - * to process and respond to. Note the following fields for the request:
To continue the same conversation with an agent, use the same
- * sessionId
value in the request.
To activate trace
- * enablement, turn enableTrace
to true
. Trace enablement
- * helps you follow the agent's reasoning process that led it to the information it
- * processed, the actions it took, and the final result it yielded. For more
- * information, see Sends a prompt for the agent to process and respond to. Note
+ * the following fields for the request:
To continue the same
+ * conversation with an agent, use the same sessionId
value in the
+ * request.
To activate trace enablement, turn
+ * enableTrace
to true
. Trace enablement helps you follow
+ * the agent's reasoning process that led it to the information it processed, the
+ * actions it took, and the final result it yielded. For more information, see Trace
* enablement.
To stream agent responses, make sure that only
* orchestration prompt is enabled. Agent streaming is not supported for the
@@ -177,16 +175,18 @@ namespace BedrockAgentRuntime
* conversation by setting endSession
to true
.
In the sessionState
object, you can include attributes for
* the session or prompt or, if you configured an action group to return control,
- * results from invocation of the action group.
The response is
- * returned in the bytes
field of the chunk
object.
The attribution
object contains citations for parts of
- * the response.
If you set enableTrace
to
- * true
in the request, you can trace the agent's steps and reasoning
- * process that led it to the response.
If the action predicted
- * was configured to return control, the response returns parameters for the
- * action, elicited from the user, in the returnControl
field.
Errors are also surfaced in the response.
The response + * contains both chunk and trace attributes.
The final
+ * response is returned in the bytes
field of the chunk
+ * object. The InvokeAgent
returns one chunk for the entire
+ * interaction.
The attribution
object contains
+ * citations for parts of the response.
If you set
+ * enableTrace
to true
in the request, you can trace the
+ * agent's steps and reasoning process that led it to the response.
If the action predicted was configured to return control, the response
+ * returns parameters for the action, elicited from the user, in the
+ * returnControl
field.
Errors are also surfaced in + * the response.
The agent instructions will not be honored if * your agent has only one knowledge base, uses default prompts, has no action - * group, and user input is disabled.
The CLI doesn't
- * support streaming operations in Amazon Bedrock, including
- * InvokeInlineAgent
.
Specifies the configurations for streaming.
To use agent
+ * streaming, you need permissions to perform the
+ * bedrock:InvokeModelWithResponseStream
action.
Use the AcceptEngagementInvitation
action to accept an
+ *
Use the AcceptEngagementInvitation
action to accept an
* engagement invitation shared by AWS. Accepting the invitation indicates your
* willingness to participate in the engagement, granting you access to all
- * engagement-related data.
The CreateEngagement
action allows you to create an
+ *
The CreateEngagement
action allows you to create an
* Engagement
, which serves as a collaborative space between different
* parties such as AWS Partners and AWS Sellers. This action automatically adds the
* caller's AWS account as an active member of the newly created
- * Engagement
.
To create the opportunity, use
* CreateOpportunity
.
To associate a solution with
* the opportunity, use AssociateOpportunity
.
To
- * submit the opportunity, use StartEngagementFromOpportunityTask
.
After submission, you can't edit the opportunity until the review
- * is complete. But opportunities in the Pending Submission
state must
- * have complete details. You can update the opportunity while it's in the
- * Pending Submission
state.
There's a set of mandatory fields - * to create opportunities, but consider providing optional fields to enrich the - * opportunity record.
After
+ * submission, you can't edit the opportunity until the review is complete. But
+ * opportunities in the Pending Submission
state must have complete
+ * details. You can update the opportunity while it's in the Pending
+ * Submission
state.
There's a set of mandatory fields to create + * opportunities, but consider providing optional fields to enrich the opportunity + * record.
Use this action to create a job to generate a snapshot of the specified + *
Use this action to create a job to generate a snapshot of the specified * resource within an engagement. It initiates an asynchronous process to create a * resource snapshot. The job creates a new snapshot only if the resource state has * changed, adhering to the same access control and immutability rules as direct - * snapshot creation.
Use this action to retrieve the engagement record for a given
- * EngagementIdentifier
.
EngagementIdentifier
.Use this action to retrieves information about a specific resource snapshot - * job.
Retrieves the details of member partners in an engagement. This operation - * can only be invoked by members of the engagement. The + *
Retrieves the details of member partners in an Engagement. This operation can
+ * only be invoked by members of the Engagement. The
* ListEngagementMembers
operation allows you to fetch information
- * about the members of a specific engagement. This action is restricted to members
- * of the engagement being queried.
Lists the associations between resources and engagements where the caller is - * a member and has at least one snapshot in the engagement.
Lists the associations between resources and engagements where the caller is + * a member and has at least one snapshot in the engagement.
This action allows users to retrieve a list of engagement records from + *
This action allows users to retrieve a list of Engagement records from * Partner Central. This action can be used to manage and track various engagements * across different stages of the partner selling process.
Fetching all + * snapshots associated with an engagement.
Retrieving snapshots + * of a specific resource type within an engagement.
Obtaining + * snapshots for a particular resource using a specified template.
Accessing the latest snapshot of a resource within an engagement.
Filtering snapshots by resource owner.
Returns a list of tags for a resource.
Updates the currently set system settings, which include the IAM Role used * for resource snapshot jobs.
Stops a resource snapshot job. The job must be started prior to being - * stopped.
Use this action to submit an opportunity that was previously created by - * partner for AWS review. After you perform this action, the opportunity becomes + *
Use this action to submit an Opportunity that was previously created by
+ * partner for AWS review. After you perform this action, the Opportunity becomes
* non-editable until it is reviewed by AWS and has LifeCycle.ReviewStatus
*
as either Approved
or Action Required
.
*
Removes a tag or tags from a resource.
Updates the The The Opportunity
record identified by a given
* Identifier
. This operation allows you to modify the details of an
diff --git a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/PartnerCentralSellingServiceClientModel.h b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/PartnerCentralSellingServiceClientModel.h
index 481a435a2a1..6d5c416c2d2 100644
--- a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/PartnerCentralSellingServiceClientModel.h
+++ b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/PartnerCentralSellingServiceClientModel.h
@@ -40,9 +40,12 @@
#include CatalogType
parameter specifies the catalog associated with
+ * CatalogType
parameter specifies the catalog associated with
* the engagement invitation. Accepted values are AWS
and
* Sandbox
, which determine the environment in which the engagement
- * invitation is managed.
The CreateEngagementRequest$Catalog
parameter specifies the
+ *
The CreateEngagementRequest$Catalog
parameter specifies the
* catalog related to the engagement. Accepted values are AWS
and
* Sandbox
, which determine the environment in which the engagement is
- * managed.
The CreateEngagementRequest$ClientToken
parameter specifies a
+ *
The CreateEngagementRequest$ClientToken
parameter specifies a
* unique, case-sensitive identifier to ensure that the request is handled exactly
- * once. The value must not exceed sixty-four alphanumeric characters.
The Contexts
field is a required array of objects, with a
+ *
The Contexts
field is a required array of objects, with a
* maximum of 5 contexts allowed, specifying detailed information about customer
* projects associated with the Engagement. Each context object contains a
* Type
field indicating the context type, which must be
@@ -87,7 +87,7 @@ namespace Model
* insights into the specific project associated with the customer. This structure
* allows comprehensive context to be included within the Engagement, facilitating
* effective collaboration between parties by providing relevant customer and
- * project information.
Provides a description of the Engagement
.
Provides a description of the Engagement
.
Specifies the title of the Engagement
.
Specifies the title of the Engagement
.
The Amazon Resource Name (ARN) that identifies the engagement.
+ *The Amazon Resource Name (ARN) that identifies the engagement.
*/ inline const Aws::String& GetArn() const{ return m_arn; } inline void SetArn(const Aws::String& value) { m_arn = value; } @@ -47,7 +47,7 @@ namespace Model ///@{ /** - *Unique identifier assigned to the newly created engagement.
+ *Unique identifier assigned to the newly created engagement.
*/ inline const Aws::String& GetId() const{ return m_id; } inline void SetId(const Aws::String& value) { m_id = value; } diff --git a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/CreateOpportunityRequest.h b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/CreateOpportunityRequest.h index 3ef87c98e29..27a88e1f434 100644 --- a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/CreateOpportunityRequest.h +++ b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/CreateOpportunityRequest.h @@ -231,12 +231,7 @@ namespace Model * Support: Request Amazon Web Services seller's support to progress the * opportunity (for example: joint customer call, strategic positioning). *Cosell—Support for Public Tender/RFx: Opportunity related to the public - * sector where the partner needs Amazon Web Services RFx support.
Do Not Need Support from AWS Sales Rep: Indicates that a partner doesn't need - * support from an Amazon Web Services sales representative, and the partner solely - * manages the opportunity. It's possible to request coselling support on these - * opportunities at any stage during their lifecycles. This is also known as a - * for-visibility-only (FVO) opportunity.
Specifies the catalog in which to create the snapshot job. Valid values are
- * AWS
and Sandbox
.
Specifies the catalog in which to create the snapshot job. Valid values are
+ * AWS
and Sandbox
.
Specifies a unique, client-generated UUID to ensure that the request is - * handled exactly once. This token helps prevent duplicate snapshot job creations. - *
+ *A client-generated UUID used for idempotency check. The token helps prevent + * duplicate job creations.
*/ inline const Aws::String& GetClientToken() const{ return m_clientToken; } inline bool ClientTokenHasBeenSet() const { return m_clientTokenHasBeenSet; } @@ -69,8 +70,8 @@ namespace Model ///@{ /** - *Specifies the identifier of the engagement associated with the resource to - * be snapshotted.
+ *Specifies the identifier of the engagement associated with the resource to be + * snapshotted.
*/ inline const Aws::String& GetEngagementIdentifier() const{ return m_engagementIdentifier; } inline bool EngagementIdentifierHasBeenSet() const { return m_engagementIdentifierHasBeenSet; } @@ -84,8 +85,8 @@ namespace Model ///@{ /** - * Specifies the identifier of the specific resource to be snapshotted. The
- * format depends on the ResourceType
.
Specifies the identifier of the specific resource to be snapshotted. The
+ * format depends on the ResourceType
.
Specifies the name of the template that defines the schema for the snapshot. - *
+ *Specifies the name of the template that defines the schema for the + * snapshot.
*/ inline const Aws::String& GetResourceSnapshotTemplateIdentifier() const{ return m_resourceSnapshotTemplateIdentifier; } inline bool ResourceSnapshotTemplateIdentifierHasBeenSet() const { return m_resourceSnapshotTemplateIdentifierHasBeenSet; } @@ -114,8 +115,8 @@ namespace Model ///@{ /** - * The type of resource for which the snapshot job is being created. Must be
- * one of the supported resource types Opportunity
.
The type of resource for which the snapshot job is being created. Must be one
+ * of the supported resource types i.e. Opportunity
A list of objects specifying each tag name and value.
+ */ + inline const Aws::VectorThe Amazon Resource Name (ARN) of the created snapshot job.
+ *The Amazon Resource Name (ARN) of the created snapshot job.
*/ inline const Aws::String& GetArn() const{ return m_arn; } inline void SetArn(const Aws::String& value) { m_arn = value; } @@ -47,7 +47,7 @@ namespace Model ///@{ /** - *The unique identifier for the created snapshot job.
+ *The unique identifier for the created snapshot job.
*/ inline const Aws::String& GetId() const{ return m_id; } inline void SetId(const Aws::String& value) { m_id = value; } diff --git a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/CustomerProjectsContext.h b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/CustomerProjectsContext.h index c41c22b0b19..3f0c4495a2a 100644 --- a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/CustomerProjectsContext.h +++ b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/CustomerProjectsContext.h @@ -25,8 +25,8 @@ namespace Model { /** - *The CustomerProjects structure in Engagements offers a flexible framework - * for managing customer-project relationships. It supports multiple customers per + *
The CustomerProjects structure in Engagements offers a flexible framework for + * managing customer-project relationships. It supports multiple customers per * Engagement and multiple projects per customer, while also allowing for customers * without projects and projects without specific customers.
All Engagement * members have full visibility of customers and their associated projects, @@ -58,7 +58,7 @@ namespace Model ///@{ /** - *
Information about the customer project associated with the Engagement.
+ *Information about the customer project associated with the Engagement.
*/ inline const EngagementCustomerProjectDetails& GetProject() const{ return m_project; } inline bool ProjectHasBeenSet() const { return m_projectHasBeenSet; } diff --git a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/EngagementContextDetails.h b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/EngagementContextDetails.h index 34a901ae281..3f32c82d277 100644 --- a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/EngagementContextDetails.h +++ b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/EngagementContextDetails.h @@ -25,7 +25,7 @@ namespace Model { /** - *Provides detailed context information for an Engagement. This structure + *
Provides detailed context information for an Engagement. This structure * allows for specifying the type of context and its associated payload. *
Contains the specific details of the Engagement context. The structure of + *
Contains the specific details of the Engagement context. The structure of * this payload varies depending on the Type field.
*/ inline const EngagementContextPayload& GetPayload() const{ return m_payload; } @@ -55,7 +55,7 @@ namespace Model ///@{ /** - *Specifies the type of Engagement context. Valid values are "CustomerProject" + *
Specifies the type of Engagement context. Valid values are "CustomerProject" * or "Document", indicating whether the context relates to a customer project or a * document respectively.
*/ diff --git a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/EngagementContextPayload.h b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/EngagementContextPayload.h index 9e73430b058..8649e387517 100644 --- a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/EngagementContextPayload.h +++ b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/EngagementContextPayload.h @@ -24,7 +24,7 @@ namespace Model { /** - *Represents the payload of an Engagement context. The structure of this + *
Represents the payload of an Engagement context. The structure of this * payload varies based on the context type specified in the * EngagementContextDetails.
Contains detailed information about a customer project when the context type + *
Contains detailed information about a customer project when the context type * is "CustomerProject". This field is present only when the Type in * EngagementContextDetails is set to "CustomerProject".
*/ diff --git a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/EngagementCustomerProjectDetails.h b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/EngagementCustomerProjectDetails.h index da33d4045da..9b205a70a26 100644 --- a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/EngagementCustomerProjectDetails.h +++ b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/EngagementCustomerProjectDetails.h @@ -24,7 +24,7 @@ namespace Model { /** - *Provides comprehensive details about a customer project associated with an + *
Provides comprehensive details about a customer project associated with an * Engagement. This may include information such as project goals, timelines, and * specific customer requirements.
A description of the business problem the project aims to solve.
+ *A description of the business problem the project aims to solve.
*/ inline const Aws::String& GetBusinessProblem() const{ return m_businessProblem; } inline bool BusinessProblemHasBeenSet() const { return m_businessProblemHasBeenSet; } @@ -55,7 +55,7 @@ namespace Model ///@{ /** - *The target completion date for the customer's project.
+ *The target completion date for the customer's project.
*/ inline const Aws::String& GetTargetCompletionDate() const{ return m_targetCompletionDate; } inline bool TargetCompletionDateHasBeenSet() const { return m_targetCompletionDateHasBeenSet; } @@ -69,7 +69,7 @@ namespace Model ///@{ /** - *The title of the project.
+ *The title of the project.
*/ inline const Aws::String& GetTitle() const{ return m_title; } inline bool TitleHasBeenSet() const { return m_titleHasBeenSet; } diff --git a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/EngagementMember.h b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/EngagementMember.h index bd8811340b6..828190142ff 100644 --- a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/EngagementMember.h +++ b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/EngagementMember.h @@ -47,7 +47,7 @@ namespace Model ///@{ /** - *This is the unique identifier for the AWS account associated with the member + *
This is the unique identifier for the AWS account associated with the member * organization. It's used for AWS-related operations and identity verification. *
*/ @@ -63,7 +63,7 @@ namespace Model ///@{ /** - *The official name of the member's company or organization.
+ *The official name of the member's company or organization.
*/ inline const Aws::String& GetCompanyName() const{ return m_companyName; } inline bool CompanyNameHasBeenSet() const { return m_companyNameHasBeenSet; } @@ -77,7 +77,7 @@ namespace Model ///@{ /** - *The URL of the member company's website. This offers a way to find more + *
The URL of the member company's website. This offers a way to find more * information about the member organization and serves as an additional * identifier.
*/ diff --git a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/EngagementMemberSummary.h b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/EngagementMemberSummary.h index 0dfb7307cb1..db1a877c28b 100644 --- a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/EngagementMemberSummary.h +++ b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/EngagementMemberSummary.h @@ -24,7 +24,7 @@ namespace Model { /** - *The EngagementMemberSummary provides a snapshot of essential information + *
The EngagementMemberSummary provides a snapshot of essential information * about participants in an AWS Partner Central Engagement. This compact data * structure encapsulates key details of each member, facilitating efficient * collaboration and management within the Engagement.
The official name of the member's company or organization.
+ *The official name of the member's company or organization.
*/ inline const Aws::String& GetCompanyName() const{ return m_companyName; } inline bool CompanyNameHasBeenSet() const { return m_companyNameHasBeenSet; } @@ -57,7 +57,7 @@ namespace Model ///@{ /** - *The URL of the member company's website. This offers a way to find more + *
The URL of the member company's website. This offers a way to find more * information about the member organization and serves as an additional * identifier.
*/ diff --git a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/EngagementResourceAssociationSummary.h b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/EngagementResourceAssociationSummary.h index 1d8a00205f1..8c3d4f40635 100644 --- a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/EngagementResourceAssociationSummary.h +++ b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/EngagementResourceAssociationSummary.h @@ -60,7 +60,8 @@ namespace Model ///@{ /** - *The AWS account ID of the entity that created the association.
+ *The AWS account ID of the entity that owns the resource. Identifies the + * account responsible for or having primary control over the resource.
*/ inline const Aws::String& GetCreatedBy() const{ return m_createdBy; } inline bool CreatedByHasBeenSet() const { return m_createdByHasBeenSet; } diff --git a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/EngagementSort.h b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/EngagementSort.h index fdb198d72b5..17c1dc18294 100644 --- a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/EngagementSort.h +++ b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/EngagementSort.h @@ -25,7 +25,7 @@ namespace Model { /** - *Specifies the sorting parameters for listing Engagements.
Specifies the sorting parameters for listing Engagements.
The field by which to sort the results.
+ *The field by which to sort the results.
*/ inline const EngagementSortName& GetSortBy() const{ return m_sortBy; } inline bool SortByHasBeenSet() const { return m_sortByHasBeenSet; } @@ -53,7 +53,7 @@ namespace Model ///@{ /** - *The order in which to sort the results.
+ *The order in which to sort the results.
*/ inline const SortOrder& GetSortOrder() const{ return m_sortOrder; } inline bool SortOrderHasBeenSet() const { return m_sortOrderHasBeenSet; } diff --git a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/EngagementSummary.h b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/EngagementSummary.h index 059073e506f..2aef2912b3a 100644 --- a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/EngagementSummary.h +++ b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/EngagementSummary.h @@ -25,7 +25,7 @@ namespace Model { /** - * An object that contains an Engagement
's subset of fields.
+ *
An object that contains an Engagement
's subset of fields.
*
The Amazon Resource Name (ARN) of the created engagement.
+ *The Amazon Resource Name (ARN) of the created Engagement.
*/ inline const Aws::String& GetArn() const{ return m_arn; } inline bool ArnHasBeenSet() const { return m_arnHasBeenSet; } @@ -55,7 +55,7 @@ namespace Model ///@{ /** - *The date and time when the engagement was created.
+ *The date and time when the Engagement was created.
*/ inline const Aws::Utils::DateTime& GetCreatedAt() const{ return m_createdAt; } inline bool CreatedAtHasBeenSet() const { return m_createdAtHasBeenSet; } @@ -67,7 +67,7 @@ namespace Model ///@{ /** - *The AWS account ID of the engagement creator.
+ *The AWS Account ID of the Engagement creator.
*/ inline const Aws::String& GetCreatedBy() const{ return m_createdBy; } inline bool CreatedByHasBeenSet() const { return m_createdByHasBeenSet; } @@ -81,7 +81,7 @@ namespace Model ///@{ /** - *The unique identifier for the engagement.
+ *The unique identifier for the Engagement.
*/ inline const Aws::String& GetId() const{ return m_id; } inline bool IdHasBeenSet() const { return m_idHasBeenSet; } @@ -95,7 +95,7 @@ namespace Model ///@{ /** - *The number of members in the engagement.
+ *The number of members in the Engagement.
*/ inline int GetMemberCount() const{ return m_memberCount; } inline bool MemberCountHasBeenSet() const { return m_memberCountHasBeenSet; } @@ -105,7 +105,7 @@ namespace Model ///@{ /** - *The title of the engagement.
+ *The title of the Engagement.
*/ inline const Aws::String& GetTitle() const{ return m_title; } inline bool TitleHasBeenSet() const { return m_titleHasBeenSet; } diff --git a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/ExpectedCustomerSpend.h b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/ExpectedCustomerSpend.h index 9970fe917b9..a91e95c9b70 100644 --- a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/ExpectedCustomerSpend.h +++ b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/ExpectedCustomerSpend.h @@ -71,8 +71,8 @@ namespace Model ///@{ /** - *A URL providing additional information or context about the spend - * estimation.
+ *A URL providing additional information or context about the spend + * estimation.
*/ inline const Aws::String& GetEstimationUrl() const{ return m_estimationUrl; } inline bool EstimationUrlHasBeenSet() const { return m_estimationUrlHasBeenSet; } diff --git a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/GetEngagementInvitationResult.h b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/GetEngagementInvitationResult.h index f1cd21b2d6d..42d86274804 100644 --- a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/GetEngagementInvitationResult.h +++ b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/GetEngagementInvitationResult.h @@ -69,7 +69,7 @@ namespace Model ///@{ /** - *The description of the engagement associated with this invitation.
+ *The description of the engagement associated with this invitation.
*/ inline const Aws::String& GetEngagementDescription() const{ return m_engagementDescription; } inline void SetEngagementDescription(const Aws::String& value) { m_engagementDescription = value; } @@ -82,8 +82,8 @@ namespace Model ///@{ /** - *The identifier of the engagement associated with this invitation.This ID - * links the invitation to its corresponding engagement.
+ *The identifier of the engagement associated with this invitation.This ID + * links the invitation to its corresponding engagement.
*/ inline const Aws::String& GetEngagementId() const{ return m_engagementId; } inline void SetEngagementId(const Aws::String& value) { m_engagementId = value; } @@ -110,11 +110,11 @@ namespace Model ///@{ /** - *A list of active members currently part of the Engagement. This array + *
A list of active members currently part of the Engagement. This array * contains a maximum of 10 members, each represented by an object with the - * following properties.
CompanyName: The name of the member's - * company.
WebsiteUrl: The website URL of the member's - * company.
CompanyName: The name of the member's + * company.
WebsiteUrl: The website URL of the member's + * company.
The message sent to the invited partner when the invitation was created. - *
+ *The message sent to the invited partner when the invitation was created.
*/ inline const Aws::String& GetInvitationMessage() const{ return m_invitationMessage; } inline void SetInvitationMessage(const Aws::String& value) { m_invitationMessage = value; } diff --git a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/GetEngagementRequest.h b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/GetEngagementRequest.h index 11aceb6f207..c28812ed051 100644 --- a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/GetEngagementRequest.h +++ b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/GetEngagementRequest.h @@ -36,8 +36,8 @@ namespace Model ///@{ /** - * Specifies the catalog related to the engagement request. Valid values are
- * AWS
and Sandbox
.
Specifies the catalog related to the engagement request. Valid values are
+ * AWS
and Sandbox
.
Specifies the identifier of the Engagement record to retrieve.
+ *Specifies the identifier of the Engagement record to retrieve.
*/ inline const Aws::String& GetIdentifier() const{ return m_identifier; } inline bool IdentifierHasBeenSet() const { return m_identifierHasBeenSet; } diff --git a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/GetEngagementResult.h b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/GetEngagementResult.h index 65390d19f2f..be4e91fe0bd 100644 --- a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/GetEngagementResult.h +++ b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/GetEngagementResult.h @@ -37,7 +37,7 @@ namespace Model ///@{ /** - *The Amazon Resource Name (ARN) of the engagement retrieved.
+ *The Amazon Resource Name (ARN) of the engagement retrieved.
*/ inline const Aws::String& GetArn() const{ return m_arn; } inline void SetArn(const Aws::String& value) { m_arn = value; } @@ -50,9 +50,9 @@ namespace Model ///@{ /** - *A list of context objects associated with the engagement. Each context + *
A list of context objects associated with the engagement. Each context * provides additional information related to the Engagement, such as customer - * projects or documents.
+ * projects or documents. */ inline const Aws::VectorThe date and time when the Engagement was created, presented in ISO 8601 + *
The date and time when the Engagement was created, presented in ISO 8601 * format (UTC). For example: "2023-05-01T20:37:46Z". This timestamp helps track - * the lifecycle of the Engagement.
+ * the lifecycle of the Engagement. */ inline const Aws::Utils::DateTime& GetCreatedAt() const{ return m_createdAt; } inline void SetCreatedAt(const Aws::Utils::DateTime& value) { m_createdAt = value; } @@ -78,8 +78,8 @@ namespace Model ///@{ /** - *The AWS account ID of the user who originally created the engagement. This - * field helps in tracking the origin of the engagement.
+ *The AWS account ID of the user who originally created the engagement. This + * field helps in tracking the origin of the engagement.
*/ inline const Aws::String& GetCreatedBy() const{ return m_createdBy; } inline void SetCreatedBy(const Aws::String& value) { m_createdBy = value; } @@ -92,8 +92,8 @@ namespace Model ///@{ /** - *A more detailed description of the engagement. This provides additional - * context or information about the engagement's purpose or scope.
+ *A more detailed description of the engagement. This provides additional + * context or information about the engagement's purpose or scope.
*/ inline const Aws::String& GetDescription() const{ return m_description; } inline void SetDescription(const Aws::String& value) { m_description = value; } @@ -106,7 +106,7 @@ namespace Model ///@{ /** - *The unique resource identifier of the engagement retrieved.
+ *The unique resource identifier of the engagement retrieved.
*/ inline const Aws::String& GetId() const{ return m_id; } inline void SetId(const Aws::String& value) { m_id = value; } @@ -119,9 +119,9 @@ namespace Model ///@{ /** - *Specifies the current count of members participating in the Engagement. This + *
Specifies the current count of members participating in the Engagement. This * count includes all active members regardless of their roles or permissions - * within the Engagement.
+ * within the Engagement. */ inline int GetMemberCount() const{ return m_memberCount; } inline void SetMemberCount(int value) { m_memberCount = value; } @@ -130,8 +130,8 @@ namespace Model ///@{ /** - *The title of the engagement. It provides a brief, descriptive name for the - * engagement that is meaningful and easily recognizable.
+ *The title of the engagement. It provides a brief, descriptive name for the + * engagement that is meaningful and easily recognizable.
*/ inline const Aws::String& GetTitle() const{ return m_title; } inline void SetTitle(const Aws::String& value) { m_title = value; } diff --git a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/GetOpportunityResult.h b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/GetOpportunityResult.h index 9477bd8a4eb..875b32a1830 100644 --- a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/GetOpportunityResult.h +++ b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/GetOpportunityResult.h @@ -232,12 +232,7 @@ namespace Model * Support: Request Amazon Web Services seller's support to progress the * opportunity (for example: joint customer call, strategic positioning). *Cosell—Support for Public Tender/RFx: Opportunity related to the public - * sector where the partner needs Amazon Web Services RFx support.
Do Not Need Support from Amazon Web Services Sales Rep: Indicates that a - * partner doesn't need support from an Amazon Web Services sales representative, - * and the partner solely manages the opportunity. It's possible to request - * coselling support on these opportunities at any stage during their lifecycle. - * Also known as, for-visibility-only (FVO) opportunity.
Specifies the catalog related to the request. Valid values are:
AWS: Retrieves the snapshot job from the production AWS environment. - *
Sandbox: Retrieves the snapshot job from a sandbox - * environment used for testing or development purposes.
Specifies the catalog related to the request. Valid values are:
AWS: Retrieves the snapshot job from the production AWS environment.
+ *Sandbox: Retrieves the snapshot job from a sandbox environment + * used for testing or development purposes.
The unique identifier of the resource snapshot job to be retrieved. This + *
The unique identifier of the resource snapshot job to be retrieved. This * identifier is crucial for pinpointing the specific job you want to query.
*/ inline const Aws::String& GetResourceSnapshotJobIdentifier() const{ return m_resourceSnapshotJobIdentifier; } diff --git a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/GetResourceSnapshotJobResult.h b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/GetResourceSnapshotJobResult.h index 8ba1f25a355..324d898e1f0 100644 --- a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/GetResourceSnapshotJobResult.h +++ b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/GetResourceSnapshotJobResult.h @@ -37,7 +37,7 @@ namespace Model ///@{ /** - *he Amazon Resource Name (ARN) of the snapshot job. This globally unique + *
The Amazon Resource Name (ARN) of the snapshot job. This globally unique * identifier can be used for resource-specific operations across AWS services. *
*/ @@ -52,8 +52,8 @@ namespace Model ///@{ /** - *The catalog in which the snapshot job was created. This will match the - * catalog specified in the request.
+ *The catalog in which the snapshot job was created. This will match the + * Catalog specified in the request.
*/ inline const Aws::String& GetCatalog() const{ return m_catalog; } inline void SetCatalog(const Aws::String& value) { m_catalog = value; } @@ -66,8 +66,8 @@ namespace Model ///@{ /** - *The date and time when the snapshot job was created, in ISO 8601 format - * (UTC). Example: "2023-05-01T20:37:46Z"
+ *The date and time when the snapshot job was created in ISO 8601 format (UTC). + * Example: "2023-05-01T20:37:46Z"
*/ inline const Aws::Utils::DateTime& GetCreatedAt() const{ return m_createdAt; } inline void SetCreatedAt(const Aws::Utils::DateTime& value) { m_createdAt = value; } @@ -78,7 +78,7 @@ namespace Model ///@{ /** - *The identifier of the engagement associated with this snapshot job. This + *
The identifier of the engagement associated with this snapshot job. This * links the job to a specific engagement context.
*/ inline const Aws::String& GetEngagementId() const{ return m_engagementId; } @@ -92,8 +92,8 @@ namespace Model ///@{ /** - * The unique identifier of the snapshot job. This matches the
- * ResourceSnapshotJobIdentifier
provided in the request.
The unique identifier of the snapshot job. This matches the + * ResourceSnapshotJobIdentifier provided in the request.
*/ inline const Aws::String& GetId() const{ return m_id; } inline void SetId(const Aws::String& value) { m_id = value; } @@ -106,7 +106,7 @@ namespace Model ///@{ /** - *If the job has encountered any failures, this field contains the error + *
If the job has encountered any failures, this field contains the error * message from the most recent failure. This can be useful for troubleshooting * issues with the job.
*/ @@ -121,7 +121,7 @@ namespace Model ///@{ /** - *The date and time of the last successful execution of the job, in ISO 8601 + *
The date and time of the last successful execution of the job, in ISO 8601 * format (UTC). Example: "2023-05-01T20:37:46Z"
*/ inline const Aws::Utils::DateTime& GetLastSuccessfulExecutionDate() const{ return m_lastSuccessfulExecutionDate; } @@ -133,7 +133,7 @@ namespace Model ///@{ /** - *The Amazon Resource Name (ARN) of the resource being snapshotted. This + *
The Amazon Resource Name (ARN) of the resource being snapshotted. This * provides a globally unique identifier for the resource across AWS.
*/ inline const Aws::String& GetResourceArn() const{ return m_resourceArn; } @@ -147,8 +147,8 @@ namespace Model ///@{ /** - * The identifier of the specific resource being snapshotted. The format may
- * vary depending on the ResourceType
.
The identifier of the specific resource being snapshotted. The format might + * vary depending on the ResourceType.
*/ inline const Aws::String& GetResourceId() const{ return m_resourceId; } inline void SetResourceId(const Aws::String& value) { m_resourceId = value; } @@ -161,8 +161,8 @@ namespace Model ///@{ /** - *The name of the template used for creating the snapshot. This is the same as - * the template name. It defines the structure and content of the snapshot.
+ *The name of the template used for creating the snapshot. This is the same as + * the template name. It defines the structure and content of the snapshot.
*/ inline const Aws::String& GetResourceSnapshotTemplateName() const{ return m_resourceSnapshotTemplateName; } inline void SetResourceSnapshotTemplateName(const Aws::String& value) { m_resourceSnapshotTemplateName = value; } @@ -175,9 +175,8 @@ namespace Model ///@{ /** - * The type of resource being snapshotted. This would have
- * Opportunity
as a value as it is dependent on the supported resource
- * type.
The type of resource being snapshotted. This would have "Opportunity" as a + * value as it is dependent on the supported resource type.
*/ inline const ResourceType& GetResourceType() const{ return m_resourceType; } inline void SetResourceType(const ResourceType& value) { m_resourceType = value; } @@ -188,9 +187,9 @@ namespace Model ///@{ /** - *The current status of the snapshot job. Valid values:
- * STOPPED: The job is not currently running.
RUNNING: The job - * is actively executing.
The current status of the snapshot job. Valid values:
STOPPED: The job is not currently running.
RUNNING: The job + * is actively executing.
The Amazon Resource Name (ARN) of the snapshot. This globally unique - * identifier can be used for resource-specific operations across AWS services. - *
+ *The Amazon Resource Name (ARN) that uniquely identifies the resource + * snapshot.
*/ inline const Aws::String& GetArn() const{ return m_arn; } inline void SetArn(const Aws::String& value) { m_arn = value; } @@ -116,8 +115,8 @@ namespace Model ///@{ /** - * The identifier of the specific resource that was snapshotted. Matches the
- * ResourceIdentifier
specified in the request.
The identifier of the specific resource that was snapshotted. Matches the + * ResourceIdentifier specified in the request.
*/ inline const Aws::String& GetResourceId() const{ return m_resourceId; } inline void SetResourceId(const Aws::String& value) { m_resourceId = value; } @@ -130,8 +129,8 @@ namespace Model ///@{ /** - *The name of the view used for this snapshot. This is the same as the - * template name.
+ *The name of the view used for this snapshot. This is the same as the template + * name.
*/ inline const Aws::String& GetResourceSnapshotTemplateName() const{ return m_resourceSnapshotTemplateName; } inline void SetResourceSnapshotTemplateName(const Aws::String& value) { m_resourceSnapshotTemplateName = value; } @@ -144,8 +143,8 @@ namespace Model ///@{ /** - * The type of the resource that was snapshotted. Matches the
- * ResourceType
specified in the request.
The type of the resource that was snapshotted. Matches the ResourceType + * specified in the request.
*/ inline const ResourceType& GetResourceType() const{ return m_resourceType; } inline void SetResourceType(const ResourceType& value) { m_resourceType = value; } @@ -156,8 +155,8 @@ namespace Model ///@{ /** - *The revision number of this snapshot. This is a positive integer that is - * sequential and unique within the context of a resource view.
+ *The revision number of this snapshot. This is a positive integer that is + * sequential and unique within the context of a resource view.
*/ inline int GetRevision() const{ return m_revision; } inline void SetRevision(int value) { m_revision = value; } diff --git a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/ListEngagementFromOpportunityTaskSummary.h b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/ListEngagementFromOpportunityTaskSummary.h index e2315ca9765..fc9bb58d6d2 100644 --- a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/ListEngagementFromOpportunityTaskSummary.h +++ b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/ListEngagementFromOpportunityTaskSummary.h @@ -59,8 +59,7 @@ namespace Model ///@{ /** - *The unique identifier of the engagement identifier created as a result of - * the task. This field is populated when the task is completed successfully.
+ *The unique identifier of the Engagement Invitation.
*/ inline const Aws::String& GetEngagementInvitationId() const{ return m_engagementInvitationId; } inline bool EngagementInvitationIdHasBeenSet() const { return m_engagementInvitationIdHasBeenSet; } diff --git a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/ListEngagementMembersRequest.h b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/ListEngagementMembersRequest.h index df2be3db1a9..caf34d299e4 100644 --- a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/ListEngagementMembersRequest.h +++ b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/ListEngagementMembersRequest.h @@ -36,7 +36,7 @@ namespace Model ///@{ /** - *The catalog related to the request.
+ *The catalog related to the request.
*/ inline const Aws::String& GetCatalog() const{ return m_catalog; } inline bool CatalogHasBeenSet() const { return m_catalogHasBeenSet; } @@ -50,7 +50,7 @@ namespace Model ///@{ /** - *Identifier of the engagement record to retrieve members from.
+ *Identifier of the Engagement record to retrieve members from.
*/ inline const Aws::String& GetIdentifier() const{ return m_identifier; } inline bool IdentifierHasBeenSet() const { return m_identifierHasBeenSet; } @@ -64,7 +64,7 @@ namespace Model ///@{ /** - *The maximum number of results to return in a single call.
+ *The maximum number of results to return in a single call.
*/ inline int GetMaxResults() const{ return m_maxResults; } inline bool MaxResultsHasBeenSet() const { return m_maxResultsHasBeenSet; } @@ -74,7 +74,7 @@ namespace Model ///@{ /** - *The token for the next set of results.
+ *The token for the next set of results.
*/ inline const Aws::String& GetNextToken() const{ return m_nextToken; } inline bool NextTokenHasBeenSet() const { return m_nextTokenHasBeenSet; } diff --git a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/ListEngagementMembersResult.h b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/ListEngagementMembersResult.h index c61da3942a0..5e769c3b1e3 100644 --- a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/ListEngagementMembersResult.h +++ b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/ListEngagementMembersResult.h @@ -49,7 +49,7 @@ namespace Model ///@{ /** - *A pagination token used to retrieve the next set of results. If there are + *
A pagination token used to retrieve the next set of results. If there are * more results available than can be returned in a single response, this token * will be present. Use this token in a subsequent request to retrieve the next * page of results. If there are no more results, this value will be null.
diff --git a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/ListEngagementResourceAssociationsRequest.h b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/ListEngagementResourceAssociationsRequest.h index 2e458a463f1..d4dec72553e 100644 --- a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/ListEngagementResourceAssociationsRequest.h +++ b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/ListEngagementResourceAssociationsRequest.h @@ -37,8 +37,10 @@ namespace Model ///@{ /** - *Specifies the catalog in which to search for engagement-resource - * associations.
+ *Specifies the catalog in which to search for engagement-resource + * associations. Valid Values: "AWS" or "Sandbox"
+ * AWS
for production environments.
+ * Sandbox
for testing and development purposes.
Filters the results to include only associations with resources owned by the - * specified AWS account. Use this when you want to find associations related to + *
Filters the response to include only snapshots of resources owned by the + * specified AWS account ID. Use this when you want to find associations related to * resources owned by a particular account.
*/ inline const Aws::String& GetCreatedBy() const{ return m_createdBy; } @@ -68,9 +70,9 @@ namespace Model ///@{ /** - *Filters the results to include only associations related to the specified + *
Filters the results to include only associations related to the specified * engagement. Use this when you want to find all resources associated with a - * specific engagement.
+ * specific engagement. */ inline const Aws::String& GetEngagementIdentifier() const{ return m_engagementIdentifier; } inline bool EngagementIdentifierHasBeenSet() const { return m_engagementIdentifierHasBeenSet; } @@ -84,8 +86,8 @@ namespace Model ///@{ /** - *Limits the number of results returned in a single call. Use this to control - * the number of results returned, especially useful for pagination.
+ *Limits the number of results returned in a single call. Use this to control + * the number of results returned, especially useful for pagination.
*/ inline int GetMaxResults() const{ return m_maxResults; } inline bool MaxResultsHasBeenSet() const { return m_maxResultsHasBeenSet; } @@ -95,8 +97,8 @@ namespace Model ///@{ /** - *A token used for pagination of results. Include this token in subsequent - * requests to retrieve the next set of results.
+ *A token used for pagination of results. Include this token in subsequent + * requests to retrieve the next set of results.
*/ inline const Aws::String& GetNextToken() const{ return m_nextToken; } inline bool NextTokenHasBeenSet() const { return m_nextTokenHasBeenSet; } @@ -110,9 +112,9 @@ namespace Model ///@{ /** - *Filters the results to include only associations with the specified - * resource. Varies depending on the resource type. Use this when you want to find - * all engagements associated with a specific resource.
+ *Filters the results to include only associations with the specified resource. + * Varies depending on the resource type. Use this when you want to find all + * engagements associated with a specific resource.
*/ inline const Aws::String& GetResourceIdentifier() const{ return m_resourceIdentifier; } inline bool ResourceIdentifierHasBeenSet() const { return m_resourceIdentifierHasBeenSet; } diff --git a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/ListEngagementsRequest.h b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/ListEngagementsRequest.h index 48cc0f6d850..790e1773a1a 100644 --- a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/ListEngagementsRequest.h +++ b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/ListEngagementsRequest.h @@ -69,7 +69,7 @@ namespace Model ///@{ /** - *An array of strings representing engagement identifiers to retrieve.
+ *An array of strings representing engagement identifiers to retrieve.
*/ inline const Aws::VectorAn array of strings representing AWS Account IDs. Use this to exclude + *
An array of strings representing AWS Account IDs. Use this to exclude * engagements created by specific users.
*/ inline const Aws::VectorThe maximum number of results to return in a single call.
+ *The maximum number of results to return in a single call.
*/ inline int GetMaxResults() const{ return m_maxResults; } inline bool MaxResultsHasBeenSet() const { return m_maxResultsHasBeenSet; } @@ -110,8 +110,8 @@ namespace Model ///@{ /** - *The token for the next set of results. This value is returned from a - * previous call.
+ *The token for the next set of results. This value is returned from a previous + * call.
*/ inline const Aws::String& GetNextToken() const{ return m_nextToken; } inline bool NextTokenHasBeenSet() const { return m_nextTokenHasBeenSet; } diff --git a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/ListEngagementsResult.h b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/ListEngagementsResult.h index e0f6999f3df..ce3e2c9b381 100644 --- a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/ListEngagementsResult.h +++ b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/ListEngagementsResult.h @@ -36,7 +36,7 @@ namespace Model ///@{ /** - *An array of engagement summary objects.
+ *An array of engagement summary objects.
*/ inline const Aws::VectorThe token to retrieve the next set of results. This field will be null if + *
The token to retrieve the next set of results. This field will be null if * there are no more results.
*/ inline const Aws::String& GetNextToken() const{ return m_nextToken; } diff --git a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/ListResourceSnapshotsRequest.h b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/ListResourceSnapshotsRequest.h index 7f8d10ba1d7..41601d5ff95 100644 --- a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/ListResourceSnapshotsRequest.h +++ b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/ListResourceSnapshotsRequest.h @@ -51,7 +51,7 @@ namespace Model ///@{ /** - *Filters the response to include only snapshots of resources created by the + *
Filters the response to include only snapshots of resources owned by the * specified AWS account.
*/ inline const Aws::String& GetCreatedBy() const{ return m_createdBy; } @@ -119,8 +119,8 @@ namespace Model ///@{ /** - *Filters the response to include only snapshots created using the specified - * template.
+ *Filters the response to include only snapshots created using the specified + * template.
*/ inline const Aws::String& GetResourceSnapshotTemplateIdentifier() const{ return m_resourceSnapshotTemplateIdentifier; } inline bool ResourceSnapshotTemplateIdentifierHasBeenSet() const { return m_resourceSnapshotTemplateIdentifierHasBeenSet; } diff --git a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/ListTagsForResourceRequest.h b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/ListTagsForResourceRequest.h new file mode 100644 index 00000000000..e161442a7ad --- /dev/null +++ b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/ListTagsForResourceRequest.h @@ -0,0 +1,59 @@ +/** + * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. + * SPDX-License-Identifier: Apache-2.0. + */ + +#pragma once +#includeThe Amazon Resource Name (ARN) of the resource for which you want to retrieve + * tags.
+ */ + inline const Aws::String& GetResourceArn() const{ return m_resourceArn; } + inline bool ResourceArnHasBeenSet() const { return m_resourceArnHasBeenSet; } + inline void SetResourceArn(const Aws::String& value) { m_resourceArnHasBeenSet = true; m_resourceArn = value; } + inline void SetResourceArn(Aws::String&& value) { m_resourceArnHasBeenSet = true; m_resourceArn = std::move(value); } + inline void SetResourceArn(const char* value) { m_resourceArnHasBeenSet = true; m_resourceArn.assign(value); } + inline ListTagsForResourceRequest& WithResourceArn(const Aws::String& value) { SetResourceArn(value); return *this;} + inline ListTagsForResourceRequest& WithResourceArn(Aws::String&& value) { SetResourceArn(std::move(value)); return *this;} + inline ListTagsForResourceRequest& WithResourceArn(const char* value) { SetResourceArn(value); return *this;} + ///@} + private: + + Aws::String m_resourceArn; + bool m_resourceArnHasBeenSet = false; + }; + +} // namespace Model +} // namespace PartnerCentralSelling +} // namespace Aws diff --git a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/ListTagsForResourceResult.h b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/ListTagsForResourceResult.h new file mode 100644 index 00000000000..d60971d3c89 --- /dev/null +++ b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/ListTagsForResourceResult.h @@ -0,0 +1,70 @@ +/** + * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. + * SPDX-License-Identifier: Apache-2.0. + */ + +#pragma once +#includeA map of the key-value pairs for the tag or tags assigned to the specified + * resource.
+ */ + inline const Aws::VectorThe unique identifier for the engagement within the AWS Partner Central - * system. This ID is used for direct references to the engagement within the - * service.
+ *The unique identifier of the Engagement.
*/ inline const Aws::String& GetEngagementId() const{ return m_engagementId; } inline bool EngagementIdHasBeenSet() const { return m_engagementIdHasBeenSet; } @@ -87,7 +85,9 @@ namespace Model ///@{ /** - *Represents the current status of the resource snapshot job.
+ *The current status of the snapshot job.
Valid values:
STOPPED: The job is not currently running.
RUNNING: The + * job is actively executing.
The AWS account ID of the principal (user or role) who created the snapshot. - * This helps in tracking the origin of the snapshot.
+ *The AWS account ID of the entity that owns the resource from which the + * snapshot was created.
*/ inline const Aws::String& GetCreatedBy() const{ return m_createdBy; } inline bool CreatedByHasBeenSet() const { return m_createdByHasBeenSet; } @@ -114,7 +114,7 @@ namespace Model ///@{ /** - *The revision number of the snapshot. This integer value is incremented each + *
The revision number of the snapshot. This integer value is incremented each * time the snapshot is updated, allowing for version tracking of the resource * snapshot.
*/ diff --git a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/StartEngagementByAcceptingInvitationTaskRequest.h b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/StartEngagementByAcceptingInvitationTaskRequest.h index 816c5d5ea5d..9d4040109b9 100644 --- a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/StartEngagementByAcceptingInvitationTaskRequest.h +++ b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/StartEngagementByAcceptingInvitationTaskRequest.h @@ -7,6 +7,8 @@ #includeA list of objects specifying each tag name and value.
+ */ + inline const Aws::VectorThe identifier of the resource snapshot job created as part of this task. - *
+ *The identifier of the Resource Snapshot Job created as part of this task.
*/ inline const Aws::String& GetResourceSnapshotJobId() const{ return m_resourceSnapshotJobId; } inline void SetResourceSnapshotJobId(const Aws::String& value) { m_resourceSnapshotJobId = value; } diff --git a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/StartEngagementFromOpportunityTaskRequest.h b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/StartEngagementFromOpportunityTaskRequest.h index 9f0fdae809d..0eb9fd8a6a6 100644 --- a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/StartEngagementFromOpportunityTaskRequest.h +++ b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/StartEngagementFromOpportunityTaskRequest.h @@ -8,6 +8,8 @@ #includeA list of objects specifying each tag name and value.
+ */ + inline const Aws::VectorThe identifier of the newly created engagement. Only populated if TaskStatus - * is COMPLETE.
+ *The identifier of the newly created Engagement. Only populated if TaskStatus + * is COMPLETE.
*/ inline const Aws::String& GetEngagementId() const{ return m_engagementId; } inline void SetEngagementId(const Aws::String& value) { m_engagementId = value; } @@ -51,8 +51,8 @@ namespace Model ///@{ /** - *The identifier of the new engagement invitation. Only populated if - * TaskStatus is COMPLETE.
+ *The identifier of the new Engagement invitation. Only populated if TaskStatus + * is COMPLETE.
*/ inline const Aws::String& GetEngagementInvitationId() const{ return m_engagementInvitationId; } inline void SetEngagementInvitationId(const Aws::String& value) { m_engagementInvitationId = value; } @@ -104,9 +104,9 @@ namespace Model ///@{ /** - *The identifier of the resource snapshot job created to add the opportunity - * resource snapshot to the Engagement. Only populated if TaskStatus is COMPLETE. - *
+ *The identifier of the resource snapshot job created to add the opportunity + * resource snapshot to the Engagement. Only populated if TaskStatus is + * COMPLETE
*/ inline const Aws::String& GetResourceSnapshotJobId() const{ return m_resourceSnapshotJobId; } inline void SetResourceSnapshotJobId(const Aws::String& value) { m_resourceSnapshotJobId = value; } diff --git a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/StartResourceSnapshotJobRequest.h b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/StartResourceSnapshotJobRequest.h index a8301ef4c68..741b56ccb74 100644 --- a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/StartResourceSnapshotJobRequest.h +++ b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/StartResourceSnapshotJobRequest.h @@ -36,7 +36,10 @@ namespace Model ///@{ /** - *Specifies the catalog related to the request.
+ *Specifies the catalog related to the request. Valid values are:
AWS: Starts the request from the production AWS environment.
Sandbox: Starts the request from a sandbox environment used for testing or + * development purposes.
The identifier of the resource snapshot job to start.
+ *The identifier of the resource snapshot job to start.
*/ inline const Aws::String& GetResourceSnapshotJobIdentifier() const{ return m_resourceSnapshotJobIdentifier; } inline bool ResourceSnapshotJobIdentifierHasBeenSet() const { return m_resourceSnapshotJobIdentifierHasBeenSet; } diff --git a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/StopResourceSnapshotJobRequest.h b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/StopResourceSnapshotJobRequest.h index 669b1eca264..ea19c0a67a9 100644 --- a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/StopResourceSnapshotJobRequest.h +++ b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/StopResourceSnapshotJobRequest.h @@ -36,7 +36,10 @@ namespace Model ///@{ /** - *Specifies the catalog related to the request.
+ *Specifies the catalog related to the request. Valid values are:
AWS: Stops the request from the production AWS environment.
Sandbox: Stops the request from a sandbox environment used for testing or + * development purposes.
The identifier of the job to stop.
+ *The identifier of the job to stop.
*/ inline const Aws::String& GetResourceSnapshotJobIdentifier() const{ return m_resourceSnapshotJobIdentifier; } inline bool ResourceSnapshotJobIdentifierHasBeenSet() const { return m_resourceSnapshotJobIdentifierHasBeenSet; } diff --git a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/SubmitOpportunityRequest.h b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/SubmitOpportunityRequest.h index e64874e4a85..c54996d60a3 100644 --- a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/SubmitOpportunityRequest.h +++ b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/SubmitOpportunityRequest.h @@ -38,7 +38,10 @@ namespace Model ///@{ /** - *Specifies the catalog related to the request.
+ *Specifies the catalog related to the request. Valid values are:
AWS: Submits the opportunity request from the production AWS environment.
+ *Sandbox: Submits the opportunity request from a sandbox + * environment used for testing or development purposes.
The identifier of the opportunity previously created by partner and needs to - * be submitted.
+ *The identifier of the Opportunity previously created by partner and needs to + * be submitted.
*/ inline const Aws::String& GetIdentifier() const{ return m_identifier; } inline bool IdentifierHasBeenSet() const { return m_identifierHasBeenSet; } @@ -67,7 +70,13 @@ namespace Model ///@{ /** - *Specifies the level of AWS sellers' involvement on the opportunity.
+ *Specifies the level of AWS sellers' involvement on the opportunity. Valid + * values:
Co-sell
: Indicates the user wants to
+ * co-sell with AWS. Share the opportunity with AWS to receive deal assistance and
+ * support.
For Visibility Only
: Indicates that the
+ * user does not need support from AWS Sales Rep. Share this opportunity with AWS
+ * for visibility only, you will not receive deal assistance and support.
Determines whether to restrict visibility of the opportunity from AWS sales. - * Default value is Full.
+ *Determines whether to restrict visibility of the opportunity from AWS sales. + * Default value is Full. Valid values:
Full
: The
+ * opportunity is fully visible to AWS sales.
+ * Limited
: The opportunity has restricted visibility to AWS
+ * sales.
The key-value pair assigned to a specified resource.
The key in the tag.
+ */ + inline const Aws::String& GetKey() const{ return m_key; } + inline bool KeyHasBeenSet() const { return m_keyHasBeenSet; } + inline void SetKey(const Aws::String& value) { m_keyHasBeenSet = true; m_key = value; } + inline void SetKey(Aws::String&& value) { m_keyHasBeenSet = true; m_key = std::move(value); } + inline void SetKey(const char* value) { m_keyHasBeenSet = true; m_key.assign(value); } + inline Tag& WithKey(const Aws::String& value) { SetKey(value); return *this;} + inline Tag& WithKey(Aws::String&& value) { SetKey(std::move(value)); return *this;} + inline Tag& WithKey(const char* value) { SetKey(value); return *this;} + ///@} + + ///@{ + /** + *The value in the tag.
+ */ + inline const Aws::String& GetValue() const{ return m_value; } + inline bool ValueHasBeenSet() const { return m_valueHasBeenSet; } + inline void SetValue(const Aws::String& value) { m_valueHasBeenSet = true; m_value = value; } + inline void SetValue(Aws::String&& value) { m_valueHasBeenSet = true; m_value = std::move(value); } + inline void SetValue(const char* value) { m_valueHasBeenSet = true; m_value.assign(value); } + inline Tag& WithValue(const Aws::String& value) { SetValue(value); return *this;} + inline Tag& WithValue(Aws::String&& value) { SetValue(std::move(value)); return *this;} + inline Tag& WithValue(const char* value) { SetValue(value); return *this;} + ///@} + private: + + Aws::String m_key; + bool m_keyHasBeenSet = false; + + Aws::String m_value; + bool m_valueHasBeenSet = false; + }; + +} // namespace Model +} // namespace PartnerCentralSelling +} // namespace Aws diff --git a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/TagResourceRequest.h b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/TagResourceRequest.h new file mode 100644 index 00000000000..8618159351b --- /dev/null +++ b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/TagResourceRequest.h @@ -0,0 +1,78 @@ +/** + * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. + * SPDX-License-Identifier: Apache-2.0. + */ + +#pragma once +#includeThe Amazon Resource Name (ARN) of the resource that you want to tag.
+ */ + inline const Aws::String& GetResourceArn() const{ return m_resourceArn; } + inline bool ResourceArnHasBeenSet() const { return m_resourceArnHasBeenSet; } + inline void SetResourceArn(const Aws::String& value) { m_resourceArnHasBeenSet = true; m_resourceArn = value; } + inline void SetResourceArn(Aws::String&& value) { m_resourceArnHasBeenSet = true; m_resourceArn = std::move(value); } + inline void SetResourceArn(const char* value) { m_resourceArnHasBeenSet = true; m_resourceArn.assign(value); } + inline TagResourceRequest& WithResourceArn(const Aws::String& value) { SetResourceArn(value); return *this;} + inline TagResourceRequest& WithResourceArn(Aws::String&& value) { SetResourceArn(std::move(value)); return *this;} + inline TagResourceRequest& WithResourceArn(const char* value) { SetResourceArn(value); return *this;} + ///@} + + ///@{ + /** + *A map of the key-value pairs of the tag or tags to assign to the + * resource.
+ */ + inline const Aws::VectorThe Amazon Resource Name (ARN) of the resource that you want to untag.
+ */ + inline const Aws::String& GetResourceArn() const{ return m_resourceArn; } + inline bool ResourceArnHasBeenSet() const { return m_resourceArnHasBeenSet; } + inline void SetResourceArn(const Aws::String& value) { m_resourceArnHasBeenSet = true; m_resourceArn = value; } + inline void SetResourceArn(Aws::String&& value) { m_resourceArnHasBeenSet = true; m_resourceArn = std::move(value); } + inline void SetResourceArn(const char* value) { m_resourceArnHasBeenSet = true; m_resourceArn.assign(value); } + inline UntagResourceRequest& WithResourceArn(const Aws::String& value) { SetResourceArn(value); return *this;} + inline UntagResourceRequest& WithResourceArn(Aws::String&& value) { SetResourceArn(std::move(value)); return *this;} + inline UntagResourceRequest& WithResourceArn(const char* value) { SetResourceArn(value); return *this;} + ///@} + + ///@{ + /** + *The keys of the key-value pairs for the tag or tags you want to remove from + * the specified resource.
+ */ + inline const Aws::VectorCosell—Support for Public Tender/RFx: * Opportunity related to the public sector where the partner needs RFx support - * from Amazon Web Services.
Do Not Need Support from AWS Sales - * Rep: Indicates that a partner doesn't need support from an Amazon Web Services - * Sales representative. The opportunity is managed solely by the partner. It's - * possible to request coselling support on these opportunities at any stage during - * their lifecycle. Also known as, for-visibility-only (FVO) opportunity.
The identifier for the domain name resource. Supported only for private custom domain names.
", + "documentation":"The identifier for the domain name resource. Required for private custom domain names.
", "location":"querystring", "locationName":"domainNameId" }, @@ -4474,7 +4474,7 @@ }, "domainNameId":{ "shape":"String", - "documentation":"The identifier for the domain name resource. Supported only for private custom domain names.
", + "documentation":"The identifier for the domain name resource. Required for private custom domain names.
", "location":"querystring", "locationName":"domainNameId" } diff --git a/tools/code-generation/api-descriptions/bedrock-agent-runtime-2023-07-26.normal.json b/tools/code-generation/api-descriptions/bedrock-agent-runtime-2023-07-26.normal.json index 36c06b21b65..5f1192615ea 100644 --- a/tools/code-generation/api-descriptions/bedrock-agent-runtime-2023-07-26.normal.json +++ b/tools/code-generation/api-descriptions/bedrock-agent-runtime-2023-07-26.normal.json @@ -102,7 +102,7 @@ {"shape":"AccessDeniedException"}, {"shape":"ServiceQuotaExceededException"} ], - "documentation":"The CLI doesn't support streaming operations in Amazon Bedrock, including InvokeAgent
.
Sends a prompt for the agent to process and respond to. Note the following fields for the request:
To continue the same conversation with an agent, use the same sessionId
value in the request.
To activate trace enablement, turn enableTrace
to true
. Trace enablement helps you follow the agent's reasoning process that led it to the information it processed, the actions it took, and the final result it yielded. For more information, see Trace enablement.
To stream agent responses, make sure that only orchestration prompt is enabled. Agent streaming is not supported for the following steps:
Pre-processing
Post-processing
Agent with 1 Knowledge base and User Input
not enabled
End a conversation by setting endSession
to true
.
In the sessionState
object, you can include attributes for the session or prompt or, if you configured an action group to return control, results from invocation of the action group.
The response is returned in the bytes
field of the chunk
object.
The attribution
object contains citations for parts of the response.
If you set enableTrace
to true
in the request, you can trace the agent's steps and reasoning process that led it to the response.
If the action predicted was configured to return control, the response returns parameters for the action, elicited from the user, in the returnControl
field.
Errors are also surfaced in the response.
Sends a prompt for the agent to process and respond to. Note the following fields for the request:
To continue the same conversation with an agent, use the same sessionId
value in the request.
To activate trace enablement, turn enableTrace
to true
. Trace enablement helps you follow the agent's reasoning process that led it to the information it processed, the actions it took, and the final result it yielded. For more information, see Trace enablement.
To stream agent responses, make sure that only orchestration prompt is enabled. Agent streaming is not supported for the following steps:
Pre-processing
Post-processing
Agent with 1 Knowledge base and User Input
not enabled
End a conversation by setting endSession
to true
.
In the sessionState
object, you can include attributes for the session or prompt or, if you configured an action group to return control, results from invocation of the action group.
The response contains both chunk and trace attributes.
The final response is returned in the bytes
field of the chunk
object. The InvokeAgent
returns one chunk for the entire interaction.
The attribution
object contains citations for parts of the response.
If you set enableTrace
to true
in the request, you can trace the agent's steps and reasoning process that led it to the response.
If the action predicted was configured to return control, the response returns parameters for the action, elicited from the user, in the returnControl
field.
Errors are also surfaced in the response.
Invokes an inline Amazon Bedrock agent using the configurations you provide with the request.
Specify the following fields for security purposes.
(Optional) customerEncryptionKeyArn
– The Amazon Resource Name (ARN) of a KMS key to encrypt the creation of the agent.
(Optional) idleSessionTTLinSeconds
– Specify the number of seconds for which the agent should maintain session information. After this time expires, the subsequent InvokeInlineAgent
request begins a new session.
To override the default prompt behavior for agent orchestration and to use advanced prompts, include a promptOverrideConfiguration
object. For more information, see Advanced prompts.
The agent instructions will not be honored if your agent has only one knowledge base, uses default prompts, has no action group, and user input is disabled.
The CLI doesn't support streaming operations in Amazon Bedrock, including InvokeInlineAgent
.
Invokes an inline Amazon Bedrock agent using the configurations you provide with the request.
Specify the following fields for security purposes.
(Optional) customerEncryptionKeyArn
– The Amazon Resource Name (ARN) of a KMS key to encrypt the creation of the agent.
(Optional) idleSessionTTLinSeconds
– Specify the number of seconds for which the agent should maintain session information. After this time expires, the subsequent InvokeInlineAgent
request begins a new session.
To override the default prompt behavior for agent orchestration and to use advanced prompts, include a promptOverrideConfiguration
object. For more information, see Advanced prompts.
The agent instructions will not be honored if your agent has only one knowledge base, uses default prompts, has no action group, and user input is disabled.
The unique identifier of the session. Use the same value across requests to continue the same conversation.
", "location":"uri", "locationName":"sessionId" + }, + "streamingConfigurations":{ + "shape":"StreamingConfigurations", + "documentation":"Specifies the configurations for streaming.
To use agent streaming, you need permissions to perform the bedrock:InvokeModelWithResponseStream
action.
Use the AcceptEngagementInvitation
action to accept an engagement invitation shared by AWS. Accepting the invitation indicates your willingness to participate in the engagement, granting you access to all engagement-related data.
Use the AcceptEngagementInvitation
action to accept an engagement invitation shared by AWS. Accepting the invitation indicates your willingness to participate in the engagement, granting you access to all engagement-related data.
The CreateEngagement
action allows you to create an Engagement
, which serves as a collaborative space between different parties such as AWS Partners and AWS Sellers. This action automatically adds the caller's AWS account as an active member of the newly created Engagement
.
The CreateEngagement
action allows you to create an Engagement
, which serves as a collaborative space between different parties such as AWS Partners and AWS Sellers. This action automatically adds the caller's AWS account as an active member of the newly created Engagement
.
Creates an Opportunity
record in Partner Central. Use this operation to create a potential business opportunity for submission to Amazon Web Services. Creating an opportunity sets Lifecycle.ReviewStatus
to Pending Submission
.
To submit an opportunity, follow these steps:
To create the opportunity, use CreateOpportunity
.
To associate a solution with the opportunity, use AssociateOpportunity
.
To submit the opportunity, use StartEngagementFromOpportunityTask
.
After submission, you can't edit the opportunity until the review is complete. But opportunities in the Pending Submission
state must have complete details. You can update the opportunity while it's in the Pending Submission
state.
There's a set of mandatory fields to create opportunities, but consider providing optional fields to enrich the opportunity record.
", + "documentation":"Creates an Opportunity
record in Partner Central. Use this operation to create a potential business opportunity for submission to Amazon Web Services. Creating an opportunity sets Lifecycle.ReviewStatus
to Pending Submission
.
To submit an opportunity, follow these steps:
To create the opportunity, use CreateOpportunity
.
To associate a solution with the opportunity, use AssociateOpportunity
.
To start the engagement with AWS, use StartEngagementFromOpportunity
.
After submission, you can't edit the opportunity until the review is complete. But opportunities in the Pending Submission
state must have complete details. You can update the opportunity while it's in the Pending Submission
state.
There's a set of mandatory fields to create opportunities, but consider providing optional fields to enrich the opportunity record.
", "idempotent":true }, "CreateResourceSnapshot":{ @@ -155,7 +156,7 @@ {"shape":"ServiceQuotaExceededException"}, {"shape":"ResourceNotFoundException"} ], - "documentation":"Use this action to create a job to generate a snapshot of the specified resource within an engagement. It initiates an asynchronous process to create a resource snapshot. The job creates a new snapshot only if the resource state has changed, adhering to the same access control and immutability rules as direct snapshot creation.
", + "documentation":"Use this action to create a job to generate a snapshot of the specified resource within an engagement. It initiates an asynchronous process to create a resource snapshot. The job creates a new snapshot only if the resource state has changed, adhering to the same access control and immutability rules as direct snapshot creation.
", "idempotent":true }, "DeleteResourceSnapshotJob":{ @@ -167,6 +168,7 @@ "input":{"shape":"DeleteResourceSnapshotJobRequest"}, "errors":[ {"shape":"ThrottlingException"}, + {"shape":"ConflictException"}, {"shape":"AccessDeniedException"}, {"shape":"ValidationException"}, {"shape":"ResourceNotFoundException"} @@ -221,7 +223,7 @@ {"shape":"ValidationException"}, {"shape":"ResourceNotFoundException"} ], - "documentation":" Use this action to retrieve the engagement record for a given EngagementIdentifier
.
Use this action to retrieve the engagement record for a given EngagementIdentifier
.
Use this action to retrieves information about a specific resource snapshot job.
" + "documentation":"Use this action to retrieves information about a specific resource snapshot job.
" }, "GetSellingSystemSettings":{ "name":"GetSellingSystemSettings", @@ -368,7 +370,7 @@ {"shape":"ValidationException"}, {"shape":"ResourceNotFoundException"} ], - "documentation":" Retrieves the details of member partners in an engagement. This operation can only be invoked by members of the engagement. The ListEngagementMembers
operation allows you to fetch information about the members of a specific engagement. This action is restricted to members of the engagement being queried.
Retrieves the details of member partners in an Engagement. This operation can only be invoked by members of the Engagement. The ListEngagementMembers
operation allows you to fetch information about the members of a specific Engagement. This action is restricted to members of the Engagement being queried.
Lists the associations between resources and engagements where the caller is a member and has at least one snapshot in the engagement.
" + "documentation":"Lists the associations between resources and engagements where the caller is a member and has at least one snapshot in the engagement.
" }, "ListEngagements":{ "name":"ListEngagements", @@ -400,7 +402,7 @@ {"shape":"ValidationException"}, {"shape":"ResourceNotFoundException"} ], - "documentation":"This action allows users to retrieve a list of engagement records from Partner Central. This action can be used to manage and track various engagements across different stages of the partner selling process.
" + "documentation":"This action allows users to retrieve a list of Engagement records from Partner Central. This action can be used to manage and track various engagements across different stages of the partner selling process.
" }, "ListOpportunities":{ "name":"ListOpportunities", @@ -430,7 +432,8 @@ "errors":[ {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, - {"shape":"ValidationException"} + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} ], "documentation":"Lists resource snapshot jobs owned by the customer. This operation supports various filtering scenarios, including listing all jobs owned by the caller, jobs for a specific engagement, jobs with a specific status, or any combination of these filters.
" }, @@ -448,7 +451,7 @@ {"shape":"ValidationException"}, {"shape":"ResourceNotFoundException"} ], - "documentation":"Retrieves a list of resource view snapshots based on specified criteria.
" + "documentation":"Retrieves a list of resource view snapshots based on specified criteria. This operation supports various use cases, including:
Fetching all snapshots associated with an engagement.
Retrieving snapshots of a specific resource type within an engagement.
Obtaining snapshots for a particular resource using a specified template.
Accessing the latest snapshot of a resource within an engagement.
Filtering snapshots by resource owner.
Retrieves a list of Partner Solutions that the partner registered on Partner Central. This API is used to generate a list of solutions that an end user selects from for association with an opportunity.
" }, + "ListTagsForResource":{ + "name":"ListTagsForResource", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"ListTagsForResourceRequest"}, + "output":{"shape":"ListTagsForResourceResponse"}, + "errors":[ + {"shape":"ThrottlingException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerException"}, + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Returns a list of tags for a resource.
" + }, "PutSellingSystemSettings":{ "name":"PutSellingSystemSettings", "http":{ @@ -492,6 +512,7 @@ "input":{"shape":"RejectEngagementInvitationRequest"}, "errors":[ {"shape":"ThrottlingException"}, + {"shape":"ConflictException"}, {"shape":"AccessDeniedException"}, {"shape":"InternalServerException"}, {"shape":"ValidationException"}, @@ -550,7 +571,7 @@ {"shape":"ValidationException"}, {"shape":"ResourceNotFoundException"} ], - "documentation":"Starts a resource snapshot job that has been previously created.
", + "documentation":"Starts a resource snapshot job that has been previously created.
", "idempotent":true }, "StopResourceSnapshotJob":{ @@ -566,7 +587,7 @@ {"shape":"ValidationException"}, {"shape":"ResourceNotFoundException"} ], - "documentation":"Stops a resource snapshot job. The job must be started prior to being stopped.
", + "documentation":"Stops a resource snapshot job. The job must be started prior to being stopped.
", "idempotent":true }, "SubmitOpportunity":{ @@ -583,7 +604,45 @@ {"shape":"ValidationException"}, {"shape":"ResourceNotFoundException"} ], - "documentation":" Use this action to submit an opportunity that was previously created by partner for AWS review. After you perform this action, the opportunity becomes non-editable until it is reviewed by AWS and has LifeCycle.ReviewStatus
as either Approved
or Action Required
.
Use this action to submit an Opportunity that was previously created by partner for AWS review. After you perform this action, the Opportunity becomes non-editable until it is reviewed by AWS and has LifeCycle.ReviewStatus
as either Approved
or Action Required
.
Assigns one or more tags (key-value pairs) to the specified resource.
", + "idempotent":true + }, + "UntagResource":{ + "name":"UntagResource", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"UntagResourceRequest"}, + "output":{"shape":"UntagResourceResponse"}, + "errors":[ + {"shape":"ThrottlingException"}, + {"shape":"ConflictException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerException"}, + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"Removes a tag or tags from a resource.
", + "idempotent":true }, "UpdateOpportunity":{ "name":"UpdateOpportunity", @@ -614,7 +673,7 @@ "members":{ "Catalog":{ "shape":"CatalogIdentifier", - "documentation":" The CatalogType
parameter specifies the catalog associated with the engagement invitation. Accepted values are AWS
and Sandbox
, which determine the environment in which the engagement invitation is managed.
The CatalogType
parameter specifies the catalog associated with the engagement invitation. Accepted values are AWS
and Sandbox
, which determine the environment in which the engagement invitation is managed.
The CreateEngagementRequest$Catalog
parameter specifies the catalog related to the engagement. Accepted values are AWS
and Sandbox
, which determine the environment in which the engagement is managed.
The CreateEngagementRequest$Catalog
parameter specifies the catalog related to the engagement. Accepted values are AWS
and Sandbox
, which determine the environment in which the engagement is managed.
The CreateEngagementRequest$ClientToken
parameter specifies a unique, case-sensitive identifier to ensure that the request is handled exactly once. The value must not exceed sixty-four alphanumeric characters.
The CreateEngagementRequest$ClientToken
parameter specifies a unique, case-sensitive identifier to ensure that the request is handled exactly once. The value must not exceed sixty-four alphanumeric characters.
The Contexts
field is a required array of objects, with a maximum of 5 contexts allowed, specifying detailed information about customer projects associated with the Engagement. Each context object contains a Type
field indicating the context type, which must be CustomerProject
in this version, and a Payload
field containing the CustomerProject
details. The CustomerProject
object is composed of two main components: Customer
and Project
. The Customer
object includes information such as CompanyName
, WebsiteUrl
, Industry
, and CountryCode
, providing essential details about the customer. The Project
object contains Title
, BusinessProblem
, and TargetCompletionDate
, offering insights into the specific project associated with the customer. This structure allows comprehensive context to be included within the Engagement, facilitating effective collaboration between parties by providing relevant customer and project information.
The Contexts
field is a required array of objects, with a maximum of 5 contexts allowed, specifying detailed information about customer projects associated with the Engagement. Each context object contains a Type
field indicating the context type, which must be CustomerProject
in this version, and a Payload
field containing the CustomerProject
details. The CustomerProject
object is composed of two main components: Customer
and Project
. The Customer
object includes information such as CompanyName
, WebsiteUrl
, Industry
, and CountryCode
, providing essential details about the customer. The Project
object contains Title
, BusinessProblem
, and TargetCompletionDate
, offering insights into the specific project associated with the customer. This structure allows comprehensive context to be included within the Engagement, facilitating effective collaboration between parties by providing relevant customer and project information.
Provides a description of the Engagement
.
Provides a description of the Engagement
.
Specifies the title of the Engagement
.
Specifies the title of the Engagement
.
The Amazon Resource Name (ARN) that identifies the engagement.
" + "documentation":"The Amazon Resource Name (ARN) that identifies the engagement.
" }, "Id":{ "shape":"EngagementIdentifier", - "documentation":"Unique identifier assigned to the newly created engagement.
" + "documentation":"Unique identifier assigned to the newly created engagement.
" } } }, @@ -1712,7 +1771,7 @@ }, "PrimaryNeedsFromAws":{ "shape":"PrimaryNeedsFromAws", - "documentation":"Identifies the type of support the partner needs from Amazon Web Services.
Valid values:
Cosell—Architectural Validation: Confirmation from Amazon Web Services that the partner's proposed solution architecture is aligned with Amazon Web Services best practices and poses minimal architectural risks.
Cosell—Business Presentation: Request Amazon Web Services seller's participation in a joint customer presentation.
Cosell—Competitive Information: Access to Amazon Web Services competitive resources and support for the partner's proposed solution.
Cosell—Pricing Assistance: Connect with an Amazon Web Services seller for support situations where a partner may be receiving an upfront discount on a service (for example: EDP deals).
Cosell—Technical Consultation: Connect with an Amazon Web Services Solutions Architect to address the partner's questions about the proposed solution.
Cosell—Total Cost of Ownership Evaluation: Assistance with quoting different cost savings of proposed solutions on Amazon Web Services versus on-premises or a traditional hosting environment.
Cosell—Deal Support: Request Amazon Web Services seller's support to progress the opportunity (for example: joint customer call, strategic positioning).
Cosell—Support for Public Tender/RFx: Opportunity related to the public sector where the partner needs Amazon Web Services RFx support.
Do Not Need Support from AWS Sales Rep: Indicates that a partner doesn't need support from an Amazon Web Services sales representative, and the partner solely manages the opportunity. It's possible to request coselling support on these opportunities at any stage during their lifecycles. This is also known as a for-visibility-only (FVO) opportunity.
Identifies the type of support the partner needs from Amazon Web Services.
Valid values:
Cosell—Architectural Validation: Confirmation from Amazon Web Services that the partner's proposed solution architecture is aligned with Amazon Web Services best practices and poses minimal architectural risks.
Cosell—Business Presentation: Request Amazon Web Services seller's participation in a joint customer presentation.
Cosell—Competitive Information: Access to Amazon Web Services competitive resources and support for the partner's proposed solution.
Cosell—Pricing Assistance: Connect with an Amazon Web Services seller for support situations where a partner may be receiving an upfront discount on a service (for example: EDP deals).
Cosell—Technical Consultation: Connect with an Amazon Web Services Solutions Architect to address the partner's questions about the proposed solution.
Cosell—Total Cost of Ownership Evaluation: Assistance with quoting different cost savings of proposed solutions on Amazon Web Services versus on-premises or a traditional hosting environment.
Cosell—Deal Support: Request Amazon Web Services seller's support to progress the opportunity (for example: joint customer call, strategic positioning).
Cosell—Support for Public Tender/RFx: Opportunity related to the public sector where the partner needs Amazon Web Services RFx support.
Specifies the catalog in which to create the snapshot job. Valid values are AWS
and Sandbox
.
Specifies the catalog in which to create the snapshot job. Valid values are AWS
and Sandbox
.
Specifies a unique, client-generated UUID to ensure that the request is handled exactly once. This token helps prevent duplicate snapshot job creations.
", + "documentation":"A client-generated UUID used for idempotency check. The token helps prevent duplicate job creations.
", "idempotencyToken":true }, "EngagementIdentifier":{ "shape":"EngagementIdentifier", - "documentation":"Specifies the identifier of the engagement associated with the resource to be snapshotted.
" + "documentation":"Specifies the identifier of the engagement associated with the resource to be snapshotted.
" }, "ResourceIdentifier":{ "shape":"ResourceIdentifier", - "documentation":" Specifies the identifier of the specific resource to be snapshotted. The format depends on the ResourceType
.
Specifies the identifier of the specific resource to be snapshotted. The format depends on the ResourceType
.
Specifies the name of the template that defines the schema for the snapshot.
" + "documentation":"Specifies the name of the template that defines the schema for the snapshot.
" }, "ResourceType":{ "shape":"ResourceType", - "documentation":" The type of resource for which the snapshot job is being created. Must be one of the supported resource types Opportunity
.
The type of resource for which the snapshot job is being created. Must be one of the supported resource types i.e. Opportunity
A list of objects specifying each tag name and value.
" } } }, @@ -1798,11 +1861,11 @@ "members":{ "Arn":{ "shape":"ResourceSnapshotJobArn", - "documentation":"The Amazon Resource Name (ARN) of the created snapshot job.
" + "documentation":"The Amazon Resource Name (ARN) of the created snapshot job.
" }, "Id":{ "shape":"ResourceSnapshotJobIdentifier", - "documentation":"The unique identifier for the created snapshot job.
" + "documentation":"The unique identifier for the created snapshot job.
" } } }, @@ -2059,10 +2122,10 @@ "Customer":{"shape":"EngagementCustomer"}, "Project":{ "shape":"EngagementCustomerProjectDetails", - "documentation":"Information about the customer project associated with the Engagement.
" + "documentation":"Information about the customer project associated with the Engagement.
" } }, - "documentation":"The CustomerProjects structure in Engagements offers a flexible framework for managing customer-project relationships. It supports multiple customers per Engagement and multiple projects per customer, while also allowing for customers without projects and projects without specific customers.
All Engagement members have full visibility of customers and their associated projects, enabling the capture of relevant context even when project details are not fully defined. This structure also facilitates targeted invitations, allowing partners to focus on specific customers and their business problems when sending Engagement invitations.
" + "documentation":"The CustomerProjects structure in Engagements offers a flexible framework for managing customer-project relationships. It supports multiple customers per Engagement and multiple projects per customer, while also allowing for customers without projects and projects without specific customers.
All Engagement members have full visibility of customers and their associated projects, enabling the capture of relevant context even when project details are not fully defined. This structure also facilitates targeted invitations, allowing partners to focus on specific customers and their business problems when sending Engagement invitations.
" }, "CustomerSummary":{ "type":"structure", @@ -2172,24 +2235,24 @@ "members":{ "Payload":{ "shape":"EngagementContextPayload", - "documentation":"Contains the specific details of the Engagement context. The structure of this payload varies depending on the Type field.
" + "documentation":"Contains the specific details of the Engagement context. The structure of this payload varies depending on the Type field.
" }, "Type":{ "shape":"EngagementContextType", - "documentation":"Specifies the type of Engagement context. Valid values are \"CustomerProject\" or \"Document\", indicating whether the context relates to a customer project or a document respectively.
" + "documentation":"Specifies the type of Engagement context. Valid values are \"CustomerProject\" or \"Document\", indicating whether the context relates to a customer project or a document respectively.
" } }, - "documentation":"Provides detailed context information for an Engagement. This structure allows for specifying the type of context and its associated payload.
" + "documentation":"Provides detailed context information for an Engagement. This structure allows for specifying the type of context and its associated payload.
" }, "EngagementContextPayload":{ "type":"structure", "members":{ "CustomerProject":{ "shape":"CustomerProjectsContext", - "documentation":"Contains detailed information about a customer project when the context type is \"CustomerProject\". This field is present only when the Type in EngagementContextDetails is set to \"CustomerProject\".
" + "documentation":"Contains detailed information about a customer project when the context type is \"CustomerProject\". This field is present only when the Type in EngagementContextDetails is set to \"CustomerProject\".
" } }, - "documentation":"Represents the payload of an Engagement context. The structure of this payload varies based on the context type specified in the EngagementContextDetails.
", + "documentation":"Represents the payload of an Engagement context. The structure of this payload varies based on the context type specified in the EngagementContextDetails.
", "union":true }, "EngagementContextType":{ @@ -2246,18 +2309,18 @@ "members":{ "BusinessProblem":{ "shape":"EngagementCustomerBusinessProblem", - "documentation":"A description of the business problem the project aims to solve.
" + "documentation":"A description of the business problem the project aims to solve.
" }, "TargetCompletionDate":{ "shape":"EngagementCustomerProjectDetailsTargetCompletionDateString", - "documentation":"The target completion date for the customer's project.
" + "documentation":"The target completion date for the customer's project.
" }, "Title":{ "shape":"EngagementCustomerProjectTitle", - "documentation":"The title of the project.
" + "documentation":"The title of the project.
" } }, - "documentation":"Provides comprehensive details about a customer project associated with an Engagement. This may include information such as project goals, timelines, and specific customer requirements.
" + "documentation":"Provides comprehensive details about a customer project associated with an Engagement. This may include information such as project goals, timelines, and specific customer requirements.
" }, "EngagementCustomerProjectDetailsTargetCompletionDateString":{ "type":"string", @@ -2387,15 +2450,15 @@ "members":{ "AccountId":{ "shape":"AwsAccount", - "documentation":"This is the unique identifier for the AWS account associated with the member organization. It's used for AWS-related operations and identity verification.
" + "documentation":"This is the unique identifier for the AWS account associated with the member organization. It's used for AWS-related operations and identity verification.
" }, "CompanyName":{ "shape":"MemberCompanyName", - "documentation":"The official name of the member's company or organization.
" + "documentation":"The official name of the member's company or organization.
" }, "WebsiteUrl":{ "shape":"String", - "documentation":"The URL of the member company's website. This offers a way to find more information about the member organization and serves as an additional identifier.
" + "documentation":"The URL of the member company's website. This offers a way to find more information about the member organization and serves as an additional identifier.
" } }, "documentation":"Engagement members are the participants in an Engagement, which is likely a collaborative project or business opportunity within the AWS partner network. Members can be different partner organizations or AWS accounts that are working together on a specific engagement.
Each member is represented by their AWS Account ID, Company Name, and associated details. Members have a status within the Engagement (PENDING, ACCEPTED, REJECTED, or WITHDRAWN), indicating their current state of participation. Only existing members of an Engagement can view the list of other members. This implies a level of privacy and access control within the Engagement structure.
" @@ -2409,14 +2472,14 @@ "members":{ "CompanyName":{ "shape":"MemberCompanyName", - "documentation":"The official name of the member's company or organization.
" + "documentation":"The official name of the member's company or organization.
" }, "WebsiteUrl":{ "shape":"String", - "documentation":"The URL of the member company's website. This offers a way to find more information about the member organization and serves as an additional identifier.
" + "documentation":"The URL of the member company's website. This offers a way to find more information about the member organization and serves as an additional identifier.
" } }, - "documentation":"The EngagementMemberSummary provides a snapshot of essential information about participants in an AWS Partner Central Engagement. This compact data structure encapsulates key details of each member, facilitating efficient collaboration and management within the Engagement.
" + "documentation":"The EngagementMemberSummary provides a snapshot of essential information about participants in an AWS Partner Central Engagement. This compact data structure encapsulates key details of each member, facilitating efficient collaboration and management within the Engagement.
" }, "EngagementMembers":{ "type":"list", @@ -2440,7 +2503,7 @@ }, "CreatedBy":{ "shape":"AwsAccount", - "documentation":"The AWS account ID of the entity that created the association.
" + "documentation":"The AWS account ID of the entity that owns the resource. Identifies the account responsible for or having primary control over the resource.
" }, "EngagementId":{ "shape":"EngagementIdentifier", @@ -2478,14 +2541,14 @@ "members":{ "SortBy":{ "shape":"EngagementSortName", - "documentation":"The field by which to sort the results.
" + "documentation":"The field by which to sort the results.
" }, "SortOrder":{ "shape":"SortOrder", - "documentation":"The order in which to sort the results.
" + "documentation":"The order in which to sort the results.
" } }, - "documentation":"Specifies the sorting parameters for listing Engagements.
" + "documentation":"Specifies the sorting parameters for listing Engagements.
" }, "EngagementSortName":{ "type":"string", @@ -2496,30 +2559,30 @@ "members":{ "Arn":{ "shape":"EngagementArn", - "documentation":"The Amazon Resource Name (ARN) of the created engagement.
" + "documentation":"The Amazon Resource Name (ARN) of the created Engagement.
" }, "CreatedAt":{ "shape":"DateTime", - "documentation":"The date and time when the engagement was created.
" + "documentation":"The date and time when the Engagement was created.
" }, "CreatedBy":{ "shape":"AwsAccount", - "documentation":"The AWS account ID of the engagement creator.
" + "documentation":"The AWS Account ID of the Engagement creator.
" }, "Id":{ "shape":"EngagementIdentifier", - "documentation":"The unique identifier for the engagement.
" + "documentation":"The unique identifier for the Engagement.
" }, "MemberCount":{ "shape":"Integer", - "documentation":"The number of members in the engagement.
" + "documentation":"The number of members in the Engagement.
" }, "Title":{ "shape":"EngagementTitle", - "documentation":"The title of the engagement.
" + "documentation":"The title of the Engagement.
" } }, - "documentation":" An object that contains an Engagement
's subset of fields.
An object that contains an Engagement
's subset of fields.
A URL providing additional information or context about the spend estimation.
" + "documentation":"A URL providing additional information or context about the spend estimation.
" }, "Frequency":{ "shape":"PaymentFrequency", @@ -2852,11 +2915,11 @@ }, "EngagementDescription":{ "shape":"EngagementDescription", - "documentation":"The description of the engagement associated with this invitation.
" + "documentation":"The description of the engagement associated with this invitation.
" }, "EngagementId":{ "shape":"EngagementIdentifier", - "documentation":"The identifier of the engagement associated with this invitation.This ID links the invitation to its corresponding engagement.
" + "documentation":"The identifier of the engagement associated with this invitation.This ID links the invitation to its corresponding engagement.
" }, "EngagementTitle":{ "shape":"EngagementTitle", @@ -2864,7 +2927,7 @@ }, "ExistingMembers":{ "shape":"EngagementMemberSummaries", - "documentation":"A list of active members currently part of the Engagement. This array contains a maximum of 10 members, each represented by an object with the following properties.
CompanyName: The name of the member's company.
WebsiteUrl: The website URL of the member's company.
A list of active members currently part of the Engagement. This array contains a maximum of 10 members, each represented by an object with the following properties.
CompanyName: The name of the member's company.
WebsiteUrl: The website URL of the member's company.
The message sent to the invited partner when the invitation was created.
" + "documentation":"The message sent to the invited partner when the invitation was created.
" }, "Payload":{ "shape":"Payload", @@ -2926,11 +2989,11 @@ "members":{ "Catalog":{ "shape":"CatalogIdentifier", - "documentation":" Specifies the catalog related to the engagement request. Valid values are AWS
and Sandbox
.
Specifies the catalog related to the engagement request. Valid values are AWS
and Sandbox
.
Specifies the identifier of the Engagement record to retrieve.
" + "documentation":"Specifies the identifier of the Engagement record to retrieve.
" } } }, @@ -2939,35 +3002,35 @@ "members":{ "Arn":{ "shape":"EngagementArn", - "documentation":"The Amazon Resource Name (ARN) of the engagement retrieved.
" + "documentation":"The Amazon Resource Name (ARN) of the engagement retrieved.
" }, "Contexts":{ "shape":"EngagementContexts", - "documentation":"A list of context objects associated with the engagement. Each context provides additional information related to the Engagement, such as customer projects or documents.
" + "documentation":"A list of context objects associated with the engagement. Each context provides additional information related to the Engagement, such as customer projects or documents.
" }, "CreatedAt":{ "shape":"DateTime", - "documentation":"The date and time when the Engagement was created, presented in ISO 8601 format (UTC). For example: \"2023-05-01T20:37:46Z\". This timestamp helps track the lifecycle of the Engagement.
" + "documentation":"The date and time when the Engagement was created, presented in ISO 8601 format (UTC). For example: \"2023-05-01T20:37:46Z\". This timestamp helps track the lifecycle of the Engagement.
" }, "CreatedBy":{ "shape":"AwsAccount", - "documentation":"The AWS account ID of the user who originally created the engagement. This field helps in tracking the origin of the engagement.
" + "documentation":"The AWS account ID of the user who originally created the engagement. This field helps in tracking the origin of the engagement.
" }, "Description":{ "shape":"EngagementDescription", - "documentation":"A more detailed description of the engagement. This provides additional context or information about the engagement's purpose or scope.
" + "documentation":"A more detailed description of the engagement. This provides additional context or information about the engagement's purpose or scope.
" }, "Id":{ "shape":"EngagementIdentifier", - "documentation":"The unique resource identifier of the engagement retrieved.
" + "documentation":"The unique resource identifier of the engagement retrieved.
" }, "MemberCount":{ "shape":"Integer", - "documentation":"Specifies the current count of members participating in the Engagement. This count includes all active members regardless of their roles or permissions within the Engagement.
" + "documentation":"Specifies the current count of members participating in the Engagement. This count includes all active members regardless of their roles or permissions within the Engagement.
" }, "Title":{ "shape":"EngagementTitle", - "documentation":"The title of the engagement. It provides a brief, descriptive name for the engagement that is meaningful and easily recognizable.
" + "documentation":"The title of the engagement. It provides a brief, descriptive name for the engagement that is meaningful and easily recognizable.
" } } }, @@ -3048,7 +3111,7 @@ }, "PrimaryNeedsFromAws":{ "shape":"PrimaryNeedsFromAws", - "documentation":"Identifies the type of support the partner needs from Amazon Web Services.
Valid values:
Cosell—Architectural Validation: Confirmation from Amazon Web Services that the partner's proposed solution architecture is aligned with Amazon Web Services best practices and poses minimal architectural risks.
Cosell—Business Presentation: Request Amazon Web Services seller's participation in a joint customer presentation.
Cosell—Competitive Information: Access to Amazon Web Services competitive resources and support for the partner's proposed solution.
Cosell—Pricing Assistance: Connect with an Amazon Web Services seller for support situations where a partner may be receiving an upfront discount on a service (for example: EDP deals).
Cosell—Technical Consultation: Connect with an Amazon Web Services Solutions Architect to address the partner's questions about the proposed solution.
Cosell—Total Cost of Ownership Evaluation: Assistance with quoting different cost savings of proposed solutions on Amazon Web Services versus on-premises or a traditional hosting environment.
Cosell—Deal Support: Request Amazon Web Services seller's support to progress the opportunity (for example: joint customer call, strategic positioning).
Cosell—Support for Public Tender/RFx: Opportunity related to the public sector where the partner needs Amazon Web Services RFx support.
Do Not Need Support from Amazon Web Services Sales Rep: Indicates that a partner doesn't need support from an Amazon Web Services sales representative, and the partner solely manages the opportunity. It's possible to request coselling support on these opportunities at any stage during their lifecycle. Also known as, for-visibility-only (FVO) opportunity.
Identifies the type of support the partner needs from Amazon Web Services.
Valid values:
Cosell—Architectural Validation: Confirmation from Amazon Web Services that the partner's proposed solution architecture is aligned with Amazon Web Services best practices and poses minimal architectural risks.
Cosell—Business Presentation: Request Amazon Web Services seller's participation in a joint customer presentation.
Cosell—Competitive Information: Access to Amazon Web Services competitive resources and support for the partner's proposed solution.
Cosell—Pricing Assistance: Connect with an Amazon Web Services seller for support situations where a partner may be receiving an upfront discount on a service (for example: EDP deals).
Cosell—Technical Consultation: Connect with an Amazon Web Services Solutions Architect to address the partner's questions about the proposed solution.
Cosell—Total Cost of Ownership Evaluation: Assistance with quoting different cost savings of proposed solutions on Amazon Web Services versus on-premises or a traditional hosting environment.
Cosell—Deal Support: Request Amazon Web Services seller's support to progress the opportunity (for example: joint customer call, strategic positioning).
Cosell—Support for Public Tender/RFx: Opportunity related to the public sector where the partner needs Amazon Web Services RFx support.
Specifies the catalog related to the request. Valid values are:
AWS: Retrieves the snapshot job from the production AWS environment.
Sandbox: Retrieves the snapshot job from a sandbox environment used for testing or development purposes.
Specifies the catalog related to the request. Valid values are:
AWS: Retrieves the snapshot job from the production AWS environment.
Sandbox: Retrieves the snapshot job from a sandbox environment used for testing or development purposes.
The unique identifier of the resource snapshot job to be retrieved. This identifier is crucial for pinpointing the specific job you want to query.
" + "documentation":"The unique identifier of the resource snapshot job to be retrieved. This identifier is crucial for pinpointing the specific job you want to query.
" } } }, @@ -3092,51 +3155,51 @@ "members":{ "Arn":{ "shape":"ResourceSnapshotJobArn", - "documentation":"he Amazon Resource Name (ARN) of the snapshot job. This globally unique identifier can be used for resource-specific operations across AWS services.
" + "documentation":"The Amazon Resource Name (ARN) of the snapshot job. This globally unique identifier can be used for resource-specific operations across AWS services.
" }, "Catalog":{ "shape":"CatalogIdentifier", - "documentation":"The catalog in which the snapshot job was created. This will match the catalog specified in the request.
" + "documentation":"The catalog in which the snapshot job was created. This will match the Catalog specified in the request.
" }, "CreatedAt":{ "shape":"DateTime", - "documentation":"The date and time when the snapshot job was created, in ISO 8601 format (UTC). Example: \"2023-05-01T20:37:46Z\"
" + "documentation":"The date and time when the snapshot job was created in ISO 8601 format (UTC). Example: \"2023-05-01T20:37:46Z\"
" }, "EngagementId":{ "shape":"EngagementIdentifier", - "documentation":"The identifier of the engagement associated with this snapshot job. This links the job to a specific engagement context.
" + "documentation":"The identifier of the engagement associated with this snapshot job. This links the job to a specific engagement context.
" }, "Id":{ "shape":"ResourceSnapshotJobIdentifier", - "documentation":" The unique identifier of the snapshot job. This matches the ResourceSnapshotJobIdentifier
provided in the request.
The unique identifier of the snapshot job. This matches the ResourceSnapshotJobIdentifier provided in the request.
" }, "LastFailure":{ "shape":"String", - "documentation":"If the job has encountered any failures, this field contains the error message from the most recent failure. This can be useful for troubleshooting issues with the job.
" + "documentation":"If the job has encountered any failures, this field contains the error message from the most recent failure. This can be useful for troubleshooting issues with the job.
" }, "LastSuccessfulExecutionDate":{ "shape":"DateTime", - "documentation":"The date and time of the last successful execution of the job, in ISO 8601 format (UTC). Example: \"2023-05-01T20:37:46Z\"
" + "documentation":"The date and time of the last successful execution of the job, in ISO 8601 format (UTC). Example: \"2023-05-01T20:37:46Z\"
" }, "ResourceArn":{ "shape":"ResourceArn", - "documentation":"The Amazon Resource Name (ARN) of the resource being snapshotted. This provides a globally unique identifier for the resource across AWS.
" + "documentation":"The Amazon Resource Name (ARN) of the resource being snapshotted. This provides a globally unique identifier for the resource across AWS.
" }, "ResourceId":{ "shape":"ResourceIdentifier", - "documentation":" The identifier of the specific resource being snapshotted. The format may vary depending on the ResourceType
.
The identifier of the specific resource being snapshotted. The format might vary depending on the ResourceType.
" }, "ResourceSnapshotTemplateName":{ "shape":"ResourceTemplateName", - "documentation":"The name of the template used for creating the snapshot. This is the same as the template name. It defines the structure and content of the snapshot.
" + "documentation":"The name of the template used for creating the snapshot. This is the same as the template name. It defines the structure and content of the snapshot.
" }, "ResourceType":{ "shape":"ResourceType", - "documentation":" The type of resource being snapshotted. This would have Opportunity
as a value as it is dependent on the supported resource type.
The type of resource being snapshotted. This would have \"Opportunity\" as a value as it is dependent on the supported resource type.
" }, "Status":{ "shape":"ResourceSnapshotJobStatus", - "documentation":"The current status of the snapshot job. Valid values:
STOPPED: The job is not currently running.
RUNNING: The job is actively executing.
The current status of the snapshot job. Valid values:
STOPPED: The job is not currently running.
RUNNING: The job is actively executing.
The Amazon Resource Name (ARN) of the snapshot. This globally unique identifier can be used for resource-specific operations across AWS services.
" + "documentation":"The Amazon Resource Name (ARN) that uniquely identifies the resource snapshot.
" }, "Catalog":{ "shape":"CatalogIdentifier", @@ -3203,19 +3266,19 @@ "Payload":{"shape":"ResourceSnapshotPayload"}, "ResourceId":{ "shape":"ResourceIdentifier", - "documentation":" The identifier of the specific resource that was snapshotted. Matches the ResourceIdentifier
specified in the request.
The identifier of the specific resource that was snapshotted. Matches the ResourceIdentifier specified in the request.
" }, "ResourceSnapshotTemplateName":{ "shape":"ResourceTemplateName", - "documentation":"The name of the view used for this snapshot. This is the same as the template name.
" + "documentation":"The name of the view used for this snapshot. This is the same as the template name.
" }, "ResourceType":{ "shape":"ResourceType", - "documentation":" The type of the resource that was snapshotted. Matches the ResourceType
specified in the request.
The type of the resource that was snapshotted. Matches the ResourceType specified in the request.
" }, "Revision":{ "shape":"ResourceSnapshotRevision", - "documentation":"The revision number of this snapshot. This is a positive integer that is sequential and unique within the context of a resource view.
" + "documentation":"The revision number of this snapshot. This is a positive integer that is sequential and unique within the context of a resource view.
" } } }, @@ -3595,7 +3658,7 @@ }, "EngagementInvitationId":{ "shape":"EngagementInvitationIdentifier", - "documentation":"The unique identifier of the engagement identifier created as a result of the task. This field is populated when the task is completed successfully.
" + "documentation":"The unique identifier of the Engagement Invitation.
" }, "Message":{ "shape":"String", @@ -3761,19 +3824,19 @@ "members":{ "Catalog":{ "shape":"CatalogIdentifier", - "documentation":"The catalog related to the request.
" + "documentation":"The catalog related to the request.
" }, "Identifier":{ "shape":"EngagementArnOrIdentifier", - "documentation":"Identifier of the engagement record to retrieve members from.
" + "documentation":"Identifier of the Engagement record to retrieve members from.
" }, "MaxResults":{ "shape":"MemberPageSize", - "documentation":"The maximum number of results to return in a single call.
" + "documentation":"The maximum number of results to return in a single call.
" }, "NextToken":{ "shape":"String", - "documentation":"The token for the next set of results.
" + "documentation":"The token for the next set of results.
" } } }, @@ -3787,7 +3850,7 @@ }, "NextToken":{ "shape":"String", - "documentation":"A pagination token used to retrieve the next set of results. If there are more results available than can be returned in a single response, this token will be present. Use this token in a subsequent request to retrieve the next page of results. If there are no more results, this value will be null.
" + "documentation":"A pagination token used to retrieve the next set of results. If there are more results available than can be returned in a single response, this token will be present. Use this token in a subsequent request to retrieve the next page of results. If there are no more results, this value will be null.
" } } }, @@ -3797,27 +3860,27 @@ "members":{ "Catalog":{ "shape":"CatalogIdentifier", - "documentation":"Specifies the catalog in which to search for engagement-resource associations.
" + "documentation":"Specifies the catalog in which to search for engagement-resource associations. Valid Values: \"AWS\" or \"Sandbox\"
AWS
for production environments.
Sandbox
for testing and development purposes.
Filters the results to include only associations with resources owned by the specified AWS account. Use this when you want to find associations related to resources owned by a particular account.
" + "documentation":"Filters the response to include only snapshots of resources owned by the specified AWS account ID. Use this when you want to find associations related to resources owned by a particular account.
" }, "EngagementIdentifier":{ "shape":"EngagementIdentifier", - "documentation":"Filters the results to include only associations related to the specified engagement. Use this when you want to find all resources associated with a specific engagement.
" + "documentation":"Filters the results to include only associations related to the specified engagement. Use this when you want to find all resources associated with a specific engagement.
" }, "MaxResults":{ "shape":"ListEngagementResourceAssociationsRequestMaxResultsInteger", - "documentation":"Limits the number of results returned in a single call. Use this to control the number of results returned, especially useful for pagination.
" + "documentation":"Limits the number of results returned in a single call. Use this to control the number of results returned, especially useful for pagination.
" }, "NextToken":{ "shape":"String", - "documentation":"A token used for pagination of results. Include this token in subsequent requests to retrieve the next set of results.
" + "documentation":"A token used for pagination of results. Include this token in subsequent requests to retrieve the next set of results.
" }, "ResourceIdentifier":{ "shape":"ResourceIdentifier", - "documentation":"Filters the results to include only associations with the specified resource. Varies depending on the resource type. Use this when you want to find all engagements associated with a specific resource.
" + "documentation":"Filters the results to include only associations with the specified resource. Varies depending on the resource type. Use this when you want to find all engagements associated with a specific resource.
" }, "ResourceType":{ "shape":"ResourceType", @@ -3859,19 +3922,19 @@ }, "EngagementIdentifier":{ "shape":"EngagementIdentifiers", - "documentation":"An array of strings representing engagement identifiers to retrieve.
" + "documentation":"An array of strings representing engagement identifiers to retrieve.
" }, "ExcludeCreatedBy":{ "shape":"AwsAccountList", - "documentation":"An array of strings representing AWS Account IDs. Use this to exclude engagements created by specific users.
" + "documentation":"An array of strings representing AWS Account IDs. Use this to exclude engagements created by specific users.
" }, "MaxResults":{ "shape":"EngagementPageSize", - "documentation":"The maximum number of results to return in a single call.
" + "documentation":"The maximum number of results to return in a single call.
" }, "NextToken":{ "shape":"String", - "documentation":"The token for the next set of results. This value is returned from a previous call.
" + "documentation":"The token for the next set of results. This value is returned from a previous call.
" }, "Sort":{ "shape":"EngagementSort", @@ -3885,11 +3948,11 @@ "members":{ "EngagementSummaryList":{ "shape":"EngagementSummaryList", - "documentation":"An array of engagement summary objects.
" + "documentation":"An array of engagement summary objects.
" }, "NextToken":{ "shape":"String", - "documentation":"The token to retrieve the next set of results. This field will be null if there are no more results.
" + "documentation":"The token to retrieve the next set of results. This field will be null if there are no more results.
" } } }, @@ -4036,7 +4099,7 @@ }, "CreatedBy":{ "shape":"AwsAccount", - "documentation":"Filters the response to include only snapshots of resources created by the specified AWS account.
" + "documentation":"Filters the response to include only snapshots of resources owned by the specified AWS account.
" }, "EngagementIdentifier":{ "shape":"EngagementIdentifier", @@ -4056,7 +4119,7 @@ }, "ResourceSnapshotTemplateIdentifier":{ "shape":"ResourceTemplateName", - "documentation":"Filters the response to include only snapshots created using the specified template.
" + "documentation":"Filters the response to include only snapshots created using the specified template.
" }, "ResourceType":{ "shape":"ResourceType", @@ -4150,6 +4213,26 @@ } } }, + "ListTagsForResourceRequest":{ + "type":"structure", + "required":["ResourceArn"], + "members":{ + "ResourceArn":{ + "shape":"TaggableResourceArn", + "documentation":"The Amazon Resource Name (ARN) of the resource for which you want to retrieve tags.
" + } + } + }, + "ListTagsForResourceResponse":{ + "type":"structure", + "required":["Tags"], + "members":{ + "Tags":{ + "shape":"TagList", + "documentation":"A map of the key-value pairs for the tag or tags assigned to the specified resource.
" + } + } + }, "ListTasksSortBase":{ "type":"structure", "required":[ @@ -4731,12 +4814,12 @@ "EngagementConflict", "OpportunitySubmissionFailed", "EngagementInvitationConflict", + "InternalError", "OpportunityValidationFailed", "OpportunityConflict", "ResourceSnapshotAccessDenied", "ResourceSnapshotValidationFailed", "ResourceSnapshotConflict", - "InternalError", "ServiceQuotaExceeded", "RequestThrottled" ] @@ -4877,7 +4960,7 @@ }, "EngagementId":{ "shape":"EngagementIdentifier", - "documentation":"The unique identifier for the engagement within the AWS Partner Central system. This ID is used for direct references to the engagement within the service.
" + "documentation":"The unique identifier of the Engagement.
" }, "Id":{ "shape":"ResourceSnapshotJobIdentifier", @@ -4885,7 +4968,7 @@ }, "Status":{ "shape":"ResourceSnapshotJobStatus", - "documentation":"Represents the current status of the resource snapshot job.
" + "documentation":"The current status of the snapshot job.
Valid values:
STOPPED: The job is not currently running.
RUNNING: The job is actively executing.
An object that contains a Resource Snapshot Job
's subset of fields.
The AWS account ID of the principal (user or role) who created the snapshot. This helps in tracking the origin of the snapshot.
" + "documentation":"The AWS account ID of the entity that owns the resource from which the snapshot was created.
" }, "ResourceId":{ "shape":"ResourceIdentifier", @@ -4935,7 +5018,7 @@ }, "Revision":{ "shape":"ResourceSnapshotRevision", - "documentation":"The revision number of the snapshot. This integer value is incremented each time the snapshot is updated, allowing for version tracking of the resource snapshot.
" + "documentation":"The revision number of the snapshot. This integer value is incremented each time the snapshot is updated, allowing for version tracking of the resource snapshot.
" } }, "documentation":"Provides a concise summary of a resource snapshot, including its unique identifier and version information. This structure is used to quickly reference and identify specific versions of resource snapshots.
" @@ -5216,6 +5299,10 @@ "Identifier":{ "shape":"EngagementInvitationArnOrIdentifier", "documentation":"Specifies the unique identifier of the EngagementInvitation
to be accepted. Providing the correct identifier helps ensure that the correct engagement is processed.
A list of objects specifying each tag name and value.
" } } }, @@ -5245,7 +5332,7 @@ }, "ResourceSnapshotJobId":{ "shape":"ResourceSnapshotJobIdentifier", - "documentation":"The identifier of the resource snapshot job created as part of this task.
" + "documentation":"The identifier of the Resource Snapshot Job created as part of this task.
" }, "StartTime":{ "shape":"DateTime", @@ -5287,6 +5374,10 @@ "Identifier":{ "shape":"OpportunityIdentifier", "documentation":"The unique identifier of the opportunity from which the engagement task is to be initiated. This helps ensure that the task is applied to the correct opportunity.
" + }, + "Tags":{ + "shape":"TagList", + "documentation":"A list of objects specifying each tag name and value.
" } } }, @@ -5300,11 +5391,11 @@ "members":{ "EngagementId":{ "shape":"EngagementIdentifier", - "documentation":"The identifier of the newly created engagement. Only populated if TaskStatus is COMPLETE.
" + "documentation":"The identifier of the newly created Engagement. Only populated if TaskStatus is COMPLETE.
" }, "EngagementInvitationId":{ "shape":"EngagementInvitationIdentifier", - "documentation":"The identifier of the new engagement invitation. Only populated if TaskStatus is COMPLETE.
" + "documentation":"The identifier of the new Engagement invitation. Only populated if TaskStatus is COMPLETE.
" }, "Message":{ "shape":"String", @@ -5320,7 +5411,7 @@ }, "ResourceSnapshotJobId":{ "shape":"ResourceSnapshotJobIdentifier", - "documentation":"The identifier of the resource snapshot job created to add the opportunity resource snapshot to the Engagement. Only populated if TaskStatus is COMPLETE.
" + "documentation":"The identifier of the resource snapshot job created to add the opportunity resource snapshot to the Engagement. Only populated if TaskStatus is COMPLETE
" }, "StartTime":{ "shape":"DateTime", @@ -5349,11 +5440,11 @@ "members":{ "Catalog":{ "shape":"CatalogIdentifier", - "documentation":"Specifies the catalog related to the request.
" + "documentation":"Specifies the catalog related to the request. Valid values are:
AWS: Starts the request from the production AWS environment.
Sandbox: Starts the request from a sandbox environment used for testing or development purposes.
The identifier of the resource snapshot job to start.
" + "documentation":"The identifier of the resource snapshot job to start.
" } } }, @@ -5366,11 +5457,11 @@ "members":{ "Catalog":{ "shape":"CatalogIdentifier", - "documentation":"Specifies the catalog related to the request.
" + "documentation":"Specifies the catalog related to the request. Valid values are:
AWS: Stops the request from the production AWS environment.
Sandbox: Stops the request from a sandbox environment used for testing or development purposes.
The identifier of the job to stop.
" + "documentation":"The identifier of the job to stop.
" } } }, @@ -5385,22 +5476,92 @@ "members":{ "Catalog":{ "shape":"CatalogIdentifier", - "documentation":"Specifies the catalog related to the request.
" + "documentation":"Specifies the catalog related to the request. Valid values are:
AWS: Submits the opportunity request from the production AWS environment.
Sandbox: Submits the opportunity request from a sandbox environment used for testing or development purposes.
The identifier of the opportunity previously created by partner and needs to be submitted.
" + "documentation":"The identifier of the Opportunity previously created by partner and needs to be submitted.
" }, "InvolvementType":{ "shape":"SalesInvolvementType", - "documentation":"Specifies the level of AWS sellers' involvement on the opportunity.
" + "documentation":"Specifies the level of AWS sellers' involvement on the opportunity. Valid values:
Co-sell
: Indicates the user wants to co-sell with AWS. Share the opportunity with AWS to receive deal assistance and support.
For Visibility Only
: Indicates that the user does not need support from AWS Sales Rep. Share this opportunity with AWS for visibility only, you will not receive deal assistance and support.
Determines whether to restrict visibility of the opportunity from AWS sales. Default value is Full.
" + "documentation":"Determines whether to restrict visibility of the opportunity from AWS sales. Default value is Full. Valid values:
Full
: The opportunity is fully visible to AWS sales.
Limited
: The opportunity has restricted visibility to AWS sales.
The key in the tag.
" + }, + "Value":{ + "shape":"TagValue", + "documentation":"The value in the tag.
" + } + }, + "documentation":"The key-value pair assigned to a specified resource.
" + }, + "TagKey":{ + "type":"string", + "max":128, + "min":1, + "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$" + }, + "TagKeyList":{ + "type":"list", + "member":{"shape":"TagKey"}, + "max":50, + "min":1 + }, + "TagList":{ + "type":"list", + "member":{"shape":"Tag"}, + "max":200, + "min":1 + }, + "TagResourceRequest":{ + "type":"structure", + "required":[ + "ResourceArn", + "Tags" + ], + "members":{ + "ResourceArn":{ + "shape":"TaggableResourceArn", + "documentation":"The Amazon Resource Name (ARN) of the resource that you want to tag.
" + }, + "Tags":{ + "shape":"TagList", + "documentation":"A map of the key-value pairs of the tag or tags to assign to the resource.
" } } }, + "TagResourceResponse":{ + "type":"structure", + "members":{ + } + }, + "TagValue":{ + "type":"string", + "max":256, + "min":0, + "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$" + }, + "TaggableResourceArn":{ + "type":"string", + "max":1000, + "min":1, + "pattern":"^arn:[\\w+=/,.@-]+:partnercentral:[\\w+=/,.@-]*:[0-9]{12}:catalog/([a-zA-Z]+)/[\\w+=,.@-]+(/[\\w+=,.@-]+)*$" + }, "TaskArn":{ "type":"string", "pattern":"^arn:.*" @@ -5441,6 +5602,28 @@ "documentation":"This error occurs when there are too many requests sent. Review the provided quotas and adapt your usage to avoid throttling.
This error occurs when there are too many requests sent. Review the provided Quotas and retry after the provided delay.
", "exception":true }, + "UntagResourceRequest":{ + "type":"structure", + "required":[ + "ResourceArn", + "TagKeys" + ], + "members":{ + "ResourceArn":{ + "shape":"TaggableResourceArn", + "documentation":"The Amazon Resource Name (ARN) of the resource that you want to untag.
" + }, + "TagKeys":{ + "shape":"TagKeyList", + "documentation":"The keys of the key-value pairs for the tag or tags you want to remove from the specified resource.
" + } + } + }, + "UntagResourceResponse":{ + "type":"structure", + "members":{ + } + }, "UpdateOpportunityRequest":{ "type":"structure", "required":[ @@ -5487,7 +5670,7 @@ }, "PrimaryNeedsFromAws":{ "shape":"PrimaryNeedsFromAws", - "documentation":"Identifies the type of support the partner needs from Amazon Web Services.
Valid values:
Cosell—Architectural Validation: Confirmation from Amazon Web Services that the partner's proposed solution architecture is aligned with Amazon Web Services best practices and poses minimal architectural risks.
Cosell—Business Presentation: Request Amazon Web Services seller's participation in a joint customer presentation.
Cosell—Competitive Information: Access to Amazon Web Services competitive resources and support for the partner's proposed solution.
Cosell—Pricing Assistance: Connect with an AWS seller for support situations where a partner may be receiving an upfront discount on a service (for example: EDP deals).
Cosell—Technical Consultation: Connection with an Amazon Web Services Solutions Architect to address the partner's questions about the proposed solution.
Cosell—Total Cost of Ownership Evaluation: Assistance with quoting different cost savings of proposed solutions on Amazon Web Services versus on-premises or a traditional hosting environment.
Cosell—Deal Support: Request Amazon Web Services seller's support to progress the opportunity (for example: joint customer call, strategic positioning).
Cosell—Support for Public Tender/RFx: Opportunity related to the public sector where the partner needs RFx support from Amazon Web Services.
Do Not Need Support from AWS Sales Rep: Indicates that a partner doesn't need support from an Amazon Web Services Sales representative. The opportunity is managed solely by the partner. It's possible to request coselling support on these opportunities at any stage during their lifecycle. Also known as, for-visibility-only (FVO) opportunity.
Identifies the type of support the partner needs from Amazon Web Services.
Valid values:
Cosell—Architectural Validation: Confirmation from Amazon Web Services that the partner's proposed solution architecture is aligned with Amazon Web Services best practices and poses minimal architectural risks.
Cosell—Business Presentation: Request Amazon Web Services seller's participation in a joint customer presentation.
Cosell—Competitive Information: Access to Amazon Web Services competitive resources and support for the partner's proposed solution.
Cosell—Pricing Assistance: Connect with an AWS seller for support situations where a partner may be receiving an upfront discount on a service (for example: EDP deals).
Cosell—Technical Consultation: Connection with an Amazon Web Services Solutions Architect to address the partner's questions about the proposed solution.
Cosell—Total Cost of Ownership Evaluation: Assistance with quoting different cost savings of proposed solutions on Amazon Web Services versus on-premises or a traditional hosting environment.
Cosell—Deal Support: Request Amazon Web Services seller's support to progress the opportunity (for example: joint customer call, strategic positioning).
Cosell—Support for Public Tender/RFx: Opportunity related to the public sector where the partner needs RFx support from Amazon Web Services.