From 6c30ca4f4f0da59abaecc3302209349b475ad53f Mon Sep 17 00:00:00 2001 From: aws-sdk-cpp-automation Date: Wed, 15 Jan 2025 20:07:16 +0000 Subject: [PATCH] corrects the dual-stack endpoint configuration This release introduces a new recommendation in Virtual Deliverability Manager Advisor, which detects elevated complaint rates for customer sending identities. Added GeneralPurpose.4xlarge & GeneralPurpose.8xlarge ComputeTypes. Mark type in MaintenanceWindow as required. Documentation updates for Amazon API Gateway Add Tagging support for ResourceSnapshotJob resources Increase minimum length of Threat Actor IP 'userAgent' to 1. This change enhances integrity protections for new SDK requests to S3. S3 SDKs now support the CRC64NVME checksum algorithm, full object checksums for multipart S3 objects, and new default integrity protections for S3 requests. Now supports streaming for inline agents. --- VERSION | 2 +- .../model/CreateBasePathMappingRequest.h | 4 +- .../apigateway/model/GetDomainNameRequest.h | 4 +- .../BedrockAgentRuntimeClient.h | 43 +- .../model/InvokeInlineAgentRequest.h | 18 + .../source/model/InvokeInlineAgentRequest.cpp | 7 + .../source/CognitoIdentityEndpointRules.cpp | 125 +- .../PartnerCentralSellingClient.h | 147 +- .../PartnerCentralSellingServiceClientModel.h | 15 + .../model/AcceptEngagementInvitationRequest.h | 4 +- .../model/CreateEngagementRequest.h | 16 +- .../model/CreateEngagementResult.h | 4 +- .../model/CreateOpportunityRequest.h | 7 +- .../model/CreateResourceSnapshotJobRequest.h | 44 +- .../model/CreateResourceSnapshotJobResult.h | 4 +- .../model/CustomerProjectsContext.h | 6 +- .../model/EngagementContextDetails.h | 6 +- .../model/EngagementContextPayload.h | 4 +- .../model/EngagementCustomerProjectDetails.h | 8 +- .../model/EngagementMember.h | 6 +- .../model/EngagementMemberSummary.h | 6 +- .../EngagementResourceAssociationSummary.h | 3 +- .../model/EngagementSort.h | 6 +- .../model/EngagementSummary.h | 14 +- .../model/ExpectedCustomerSpend.h | 4 +- .../model/GetEngagementInvitationResult.h | 17 +- .../model/GetEngagementRequest.h | 6 +- .../model/GetEngagementResult.h | 28 +- .../model/GetOpportunityResult.h | 7 +- .../model/GetResourceSnapshotJobRequest.h | 10 +- .../model/GetResourceSnapshotJobResult.h | 41 +- .../model/GetResourceSnapshotResult.h | 21 +- ...ListEngagementFromOpportunityTaskSummary.h | 3 +- .../model/ListEngagementMembersRequest.h | 8 +- .../model/ListEngagementMembersResult.h | 2 +- ...istEngagementResourceAssociationsRequest.h | 28 +- .../model/ListEngagementsRequest.h | 10 +- .../model/ListEngagementsResult.h | 4 +- .../model/ListResourceSnapshotsRequest.h | 6 +- .../model/ListTagsForResourceRequest.h | 59 + .../model/ListTagsForResourceResult.h | 70 + .../partnercentral-selling/model/ReasonCode.h | 2 +- .../model/ResourceSnapshotJobSummary.h | 8 +- .../model/ResourceSnapshotSummary.h | 6 +- ...gagementByAcceptingInvitationTaskRequest.h | 19 + ...ngagementByAcceptingInvitationTaskResult.h | 3 +- ...tartEngagementFromOpportunityTaskRequest.h | 19 + ...StartEngagementFromOpportunityTaskResult.h | 14 +- .../model/StartResourceSnapshotJobRequest.h | 7 +- .../model/StopResourceSnapshotJobRequest.h | 7 +- .../model/SubmitOpportunityRequest.h | 24 +- .../aws/partnercentral-selling/model/Tag.h | 79 + .../model/TagResourceRequest.h | 78 + .../model/TagResourceResult.h | 52 + .../model/UntagResourceRequest.h | 78 + .../model/UntagResourceResult.h | 52 + .../model/UpdateOpportunityRequest.h | 7 +- .../source/PartnerCentralSellingClient.cpp | 81 + .../CreateResourceSnapshotJobRequest.cpp | 14 +- .../model/ListTagsForResourceRequest.cpp | 43 + .../model/ListTagsForResourceResult.cpp | 51 + .../source/model/ReasonCode.cpp | 14 +- ...gementByAcceptingInvitationTaskRequest.cpp | 14 +- ...rtEngagementFromOpportunityTaskRequest.cpp | 14 +- .../source/model/Tag.cpp | 73 + .../source/model/TagResourceRequest.cpp | 55 + .../source/model/TagResourceResult.cpp | 42 + .../source/model/UntagResourceRequest.cpp | 55 + .../source/model/UntagResourceResult.cpp | 42 + .../aws/sesv2/model/RecommendationType.h | 3 +- .../source/model/RecommendationType.cpp | 7 + .../include/aws/workspaces/model/Compute.h | 2 + .../source/model/Compute.cpp | 14 + .../CognitoIdentityEndpointProviderTests.cpp | 192 +- .../include/aws/core/VersionConfig.h | 4 +- .../apigateway-2015-07-09.normal.json | 4 +- ...drock-agent-runtime-2023-07-26.normal.json | 8 +- ...tnercentral-selling-2022-07-26.normal.json | 447 +++-- .../security-ir-2018-05-10.normal.json | 2 +- .../sesv2-2019-09-27.normal.json | 3 +- .../workspaces-2015-04-08.normal.json | 2 + ...kspaces-thin-client-2023-08-22.normal.json | 1 + ...identity-2014-06-30.endpoint-rule-set.json | 101 ++ ...to-identity-2014-06-30.endpoint-tests.json | 186 +- .../codegen/cpp-smoke-tests/smithy-build.json | 1616 ++++++++--------- 85 files changed, 2861 insertions(+), 1511 deletions(-) create mode 100644 generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/ListTagsForResourceRequest.h create mode 100644 generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/ListTagsForResourceResult.h create mode 100644 generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/Tag.h create mode 100644 generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/TagResourceRequest.h create mode 100644 generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/TagResourceResult.h create mode 100644 generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/UntagResourceRequest.h create mode 100644 generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/UntagResourceResult.h create mode 100644 generated/src/aws-cpp-sdk-partnercentral-selling/source/model/ListTagsForResourceRequest.cpp create mode 100644 generated/src/aws-cpp-sdk-partnercentral-selling/source/model/ListTagsForResourceResult.cpp create mode 100644 generated/src/aws-cpp-sdk-partnercentral-selling/source/model/Tag.cpp create mode 100644 generated/src/aws-cpp-sdk-partnercentral-selling/source/model/TagResourceRequest.cpp create mode 100644 generated/src/aws-cpp-sdk-partnercentral-selling/source/model/TagResourceResult.cpp create mode 100644 generated/src/aws-cpp-sdk-partnercentral-selling/source/model/UntagResourceRequest.cpp create mode 100644 generated/src/aws-cpp-sdk-partnercentral-selling/source/model/UntagResourceResult.cpp 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:

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.

See Also:

AWS * API Reference

*/ @@ -258,9 +258,8 @@ namespace BedrockAgentRuntime * href="https://docs.aws.amazon.com/bedrock/latest/userguide/advanced-prompts.html">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.

    See Also:

    See + * Also:

    AWS * API Reference

    */ diff --git a/generated/src/aws-cpp-sdk-bedrock-agent-runtime/include/aws/bedrock-agent-runtime/model/InvokeInlineAgentRequest.h b/generated/src/aws-cpp-sdk-bedrock-agent-runtime/include/aws/bedrock-agent-runtime/model/InvokeInlineAgentRequest.h index c1bfe9ae275..7bdf3cee2f1 100644 --- a/generated/src/aws-cpp-sdk-bedrock-agent-runtime/include/aws/bedrock-agent-runtime/model/InvokeInlineAgentRequest.h +++ b/generated/src/aws-cpp-sdk-bedrock-agent-runtime/include/aws/bedrock-agent-runtime/model/InvokeInlineAgentRequest.h @@ -14,6 +14,7 @@ #include #include #include +#include #include #include #include @@ -263,6 +264,20 @@ namespace Model inline InvokeInlineAgentRequest& WithSessionId(Aws::String&& value) { SetSessionId(std::move(value)); return *this;} inline InvokeInlineAgentRequest& WithSessionId(const char* value) { SetSessionId(value); return *this;} ///@} + + ///@{ + /** + *

    Specifies the configurations for streaming.

    To use agent + * streaming, you need permissions to perform the + * bedrock:InvokeModelWithResponseStream action.

    + */ + inline const StreamingConfigurations& GetStreamingConfigurations() const{ return m_streamingConfigurations; } + inline bool StreamingConfigurationsHasBeenSet() const { return m_streamingConfigurationsHasBeenSet; } + inline void SetStreamingConfigurations(const StreamingConfigurations& value) { m_streamingConfigurationsHasBeenSet = true; m_streamingConfigurations = value; } + inline void SetStreamingConfigurations(StreamingConfigurations&& value) { m_streamingConfigurationsHasBeenSet = true; m_streamingConfigurations = std::move(value); } + inline InvokeInlineAgentRequest& WithStreamingConfigurations(const StreamingConfigurations& value) { SetStreamingConfigurations(value); return *this;} + inline InvokeInlineAgentRequest& WithStreamingConfigurations(StreamingConfigurations&& value) { SetStreamingConfigurations(std::move(value)); return *this;} + ///@} private: Aws::Vector m_actionGroups; @@ -306,6 +321,9 @@ namespace Model Aws::String m_sessionId; bool m_sessionIdHasBeenSet = false; + + StreamingConfigurations m_streamingConfigurations; + bool m_streamingConfigurationsHasBeenSet = false; InvokeInlineAgentHandler m_handler; Aws::Utils::Event::EventStreamDecoder m_decoder; diff --git a/generated/src/aws-cpp-sdk-bedrock-agent-runtime/source/model/InvokeInlineAgentRequest.cpp b/generated/src/aws-cpp-sdk-bedrock-agent-runtime/source/model/InvokeInlineAgentRequest.cpp index ca222c89659..ed10e168f62 100644 --- a/generated/src/aws-cpp-sdk-bedrock-agent-runtime/source/model/InvokeInlineAgentRequest.cpp +++ b/generated/src/aws-cpp-sdk-bedrock-agent-runtime/source/model/InvokeInlineAgentRequest.cpp @@ -30,6 +30,7 @@ InvokeInlineAgentRequest::InvokeInlineAgentRequest() : m_knowledgeBasesHasBeenSet(false), m_promptOverrideConfigurationHasBeenSet(false), m_sessionIdHasBeenSet(false), + m_streamingConfigurationsHasBeenSet(false), m_handler(), m_decoder(Aws::Utils::Event::EventStreamDecoder(&m_handler)) { } @@ -126,6 +127,12 @@ Aws::String InvokeInlineAgentRequest::SerializePayload() const } + if(m_streamingConfigurationsHasBeenSet) + { + payload.WithObject("streamingConfigurations", m_streamingConfigurations.Jsonize()); + + } + return payload.View().WriteReadable(); } diff --git a/generated/src/aws-cpp-sdk-cognito-identity/source/CognitoIdentityEndpointRules.cpp b/generated/src/aws-cpp-sdk-cognito-identity/source/CognitoIdentityEndpointRules.cpp index 512bc33a96a..edac4130484 100644 --- a/generated/src/aws-cpp-sdk-cognito-identity/source/CognitoIdentityEndpointRules.cpp +++ b/generated/src/aws-cpp-sdk-cognito-identity/source/CognitoIdentityEndpointRules.cpp @@ -10,8 +10,8 @@ namespace Aws { namespace CognitoIdentity { -const size_t CognitoIdentityEndpointRules::RulesBlobStrLen = 3512; -const size_t CognitoIdentityEndpointRules::RulesBlobSize = 3513; +const size_t CognitoIdentityEndpointRules::RulesBlobStrLen = 4537; +const size_t CognitoIdentityEndpointRules::RulesBlobSize = 4538; using RulesBlobT = Aws::Array; static constexpr RulesBlobT RulesBlob = {{ @@ -92,48 +92,89 @@ static constexpr RulesBlobT RulesBlob = {{ 'r','"',',','"','a','r','g','v','"',':','[','{','"','r','e','f','"',':','"','P','a','r','t','i','t', 'i','o','n','R','e','s','u','l','t','"','}',',','"','s','u','p','p','o','r','t','s','D','u','a','l', 'S','t','a','c','k','"',']','}',']','}',']',',','"','r','u','l','e','s','"',':','[','{','"','c','o', -'n','d','i','t','i','o','n','s','"',':','[',']',',','"','e','n','d','p','o','i','n','t','"',':','{', -'"','u','r','l','"',':','"','h','t','t','p','s',':','/','/','c','o','g','n','i','t','o','-','i','d', -'e','n','t','i','t','y','-','f','i','p','s','.','{','R','e','g','i','o','n','}','.','{','P','a','r', -'t','i','t','i','o','n','R','e','s','u','l','t','#','d','u','a','l','S','t','a','c','k','D','n','s', -'S','u','f','f','i','x','}','"',',','"','p','r','o','p','e','r','t','i','e','s','"',':','{','}',',', -'"','h','e','a','d','e','r','s','"',':','{','}','}',',','"','t','y','p','e','"',':','"','e','n','d', -'p','o','i','n','t','"','}',']',',','"','t','y','p','e','"',':','"','t','r','e','e','"','}',',','{', -'"','c','o','n','d','i','t','i','o','n','s','"',':','[',']',',','"','e','r','r','o','r','"',':','"', -'F','I','P','S',' ','a','n','d',' ','D','u','a','l','S','t','a','c','k',' ','a','r','e',' ','e','n', -'a','b','l','e','d',',',' ','b','u','t',' ','t','h','i','s',' ','p','a','r','t','i','t','i','o','n', -' ','d','o','e','s',' ','n','o','t',' ','s','u','p','p','o','r','t',' ','o','n','e',' ','o','r',' ', -'b','o','t','h','"',',','"','t','y','p','e','"',':','"','e','r','r','o','r','"','}',']',',','"','t', -'y','p','e','"',':','"','t','r','e','e','"','}',',','{','"','c','o','n','d','i','t','i','o','n','s', -'"',':','[','{','"','f','n','"',':','"','b','o','o','l','e','a','n','E','q','u','a','l','s','"',',', -'"','a','r','g','v','"',':','[','{','"','r','e','f','"',':','"','U','s','e','F','I','P','S','"','}', +'n','d','i','t','i','o','n','s','"',':','[','{','"','f','n','"',':','"','s','t','r','i','n','g','E', +'q','u','a','l','s','"',',','"','a','r','g','v','"',':','[','{','"','r','e','f','"',':','"','R','e', +'g','i','o','n','"','}',',','"','u','s','-','e','a','s','t','-','1','"',']','}',']',',','"','e','n', +'d','p','o','i','n','t','"',':','{','"','u','r','l','"',':','"','h','t','t','p','s',':','/','/','c', +'o','g','n','i','t','o','-','i','d','e','n','t','i','t','y','-','f','i','p','s','.','u','s','-','e', +'a','s','t','-','1','.','a','m','a','z','o','n','a','w','s','.','c','o','m','"',',','"','p','r','o', +'p','e','r','t','i','e','s','"',':','{','}',',','"','h','e','a','d','e','r','s','"',':','{','}','}', +',','"','t','y','p','e','"',':','"','e','n','d','p','o','i','n','t','"','}',',','{','"','c','o','n', +'d','i','t','i','o','n','s','"',':','[','{','"','f','n','"',':','"','s','t','r','i','n','g','E','q', +'u','a','l','s','"',',','"','a','r','g','v','"',':','[','{','"','r','e','f','"',':','"','R','e','g', +'i','o','n','"','}',',','"','u','s','-','e','a','s','t','-','2','"',']','}',']',',','"','e','n','d', +'p','o','i','n','t','"',':','{','"','u','r','l','"',':','"','h','t','t','p','s',':','/','/','c','o', +'g','n','i','t','o','-','i','d','e','n','t','i','t','y','-','f','i','p','s','.','u','s','-','e','a', +'s','t','-','2','.','a','m','a','z','o','n','a','w','s','.','c','o','m','"',',','"','p','r','o','p', +'e','r','t','i','e','s','"',':','{','}',',','"','h','e','a','d','e','r','s','"',':','{','}','}',',', +'"','t','y','p','e','"',':','"','e','n','d','p','o','i','n','t','"','}',',','{','"','c','o','n','d', +'i','t','i','o','n','s','"',':','[','{','"','f','n','"',':','"','s','t','r','i','n','g','E','q','u', +'a','l','s','"',',','"','a','r','g','v','"',':','[','{','"','r','e','f','"',':','"','R','e','g','i', +'o','n','"','}',',','"','u','s','-','w','e','s','t','-','1','"',']','}',']',',','"','e','n','d','p', +'o','i','n','t','"',':','{','"','u','r','l','"',':','"','h','t','t','p','s',':','/','/','c','o','g', +'n','i','t','o','-','i','d','e','n','t','i','t','y','-','f','i','p','s','.','u','s','-','w','e','s', +'t','-','1','.','a','m','a','z','o','n','a','w','s','.','c','o','m','"',',','"','p','r','o','p','e', +'r','t','i','e','s','"',':','{','}',',','"','h','e','a','d','e','r','s','"',':','{','}','}',',','"', +'t','y','p','e','"',':','"','e','n','d','p','o','i','n','t','"','}',',','{','"','c','o','n','d','i', +'t','i','o','n','s','"',':','[','{','"','f','n','"',':','"','s','t','r','i','n','g','E','q','u','a', +'l','s','"',',','"','a','r','g','v','"',':','[','{','"','r','e','f','"',':','"','R','e','g','i','o', +'n','"','}',',','"','u','s','-','w','e','s','t','-','2','"',']','}',']',',','"','e','n','d','p','o', +'i','n','t','"',':','{','"','u','r','l','"',':','"','h','t','t','p','s',':','/','/','c','o','g','n', +'i','t','o','-','i','d','e','n','t','i','t','y','-','f','i','p','s','.','u','s','-','w','e','s','t', +'-','2','.','a','m','a','z','o','n','a','w','s','.','c','o','m','"',',','"','p','r','o','p','e','r', +'t','i','e','s','"',':','{','}',',','"','h','e','a','d','e','r','s','"',':','{','}','}',',','"','t', +'y','p','e','"',':','"','e','n','d','p','o','i','n','t','"','}',',','{','"','c','o','n','d','i','t', +'i','o','n','s','"',':','[',']',',','"','e','n','d','p','o','i','n','t','"',':','{','"','u','r','l', +'"',':','"','h','t','t','p','s',':','/','/','c','o','g','n','i','t','o','-','i','d','e','n','t','i', +'t','y','-','f','i','p','s','.','{','R','e','g','i','o','n','}','.','{','P','a','r','t','i','t','i', +'o','n','R','e','s','u','l','t','#','d','u','a','l','S','t','a','c','k','D','n','s','S','u','f','f', +'i','x','}','"',',','"','p','r','o','p','e','r','t','i','e','s','"',':','{','}',',','"','h','e','a', +'d','e','r','s','"',':','{','}','}',',','"','t','y','p','e','"',':','"','e','n','d','p','o','i','n', +'t','"','}',']',',','"','t','y','p','e','"',':','"','t','r','e','e','"','}',',','{','"','c','o','n', +'d','i','t','i','o','n','s','"',':','[',']',',','"','e','r','r','o','r','"',':','"','F','I','P','S', +' ','a','n','d',' ','D','u','a','l','S','t','a','c','k',' ','a','r','e',' ','e','n','a','b','l','e', +'d',',',' ','b','u','t',' ','t','h','i','s',' ','p','a','r','t','i','t','i','o','n',' ','d','o','e', +'s',' ','n','o','t',' ','s','u','p','p','o','r','t',' ','o','n','e',' ','o','r',' ','b','o','t','h', +'"',',','"','t','y','p','e','"',':','"','e','r','r','o','r','"','}',']',',','"','t','y','p','e','"', +':','"','t','r','e','e','"','}',',','{','"','c','o','n','d','i','t','i','o','n','s','"',':','[','{', +'"','f','n','"',':','"','b','o','o','l','e','a','n','E','q','u','a','l','s','"',',','"','a','r','g', +'v','"',':','[','{','"','r','e','f','"',':','"','U','s','e','F','I','P','S','"','}',',','t','r','u', +'e',']','}',']',',','"','r','u','l','e','s','"',':','[','{','"','c','o','n','d','i','t','i','o','n', +'s','"',':','[','{','"','f','n','"',':','"','b','o','o','l','e','a','n','E','q','u','a','l','s','"', +',','"','a','r','g','v','"',':','[','{','"','f','n','"',':','"','g','e','t','A','t','t','r','"',',', +'"','a','r','g','v','"',':','[','{','"','r','e','f','"',':','"','P','a','r','t','i','t','i','o','n', +'R','e','s','u','l','t','"','}',',','"','s','u','p','p','o','r','t','s','F','I','P','S','"',']','}', ',','t','r','u','e',']','}',']',',','"','r','u','l','e','s','"',':','[','{','"','c','o','n','d','i', -'t','i','o','n','s','"',':','[','{','"','f','n','"',':','"','b','o','o','l','e','a','n','E','q','u', -'a','l','s','"',',','"','a','r','g','v','"',':','[','{','"','f','n','"',':','"','g','e','t','A','t', +'t','i','o','n','s','"',':','[',']',',','"','e','n','d','p','o','i','n','t','"',':','{','"','u','r', +'l','"',':','"','h','t','t','p','s',':','/','/','c','o','g','n','i','t','o','-','i','d','e','n','t', +'i','t','y','-','f','i','p','s','.','{','R','e','g','i','o','n','}','.','{','P','a','r','t','i','t', +'i','o','n','R','e','s','u','l','t','#','d','n','s','S','u','f','f','i','x','}','"',',','"','p','r', +'o','p','e','r','t','i','e','s','"',':','{','}',',','"','h','e','a','d','e','r','s','"',':','{','}', +'}',',','"','t','y','p','e','"',':','"','e','n','d','p','o','i','n','t','"','}',']',',','"','t','y', +'p','e','"',':','"','t','r','e','e','"','}',',','{','"','c','o','n','d','i','t','i','o','n','s','"', +':','[',']',',','"','e','r','r','o','r','"',':','"','F','I','P','S',' ','i','s',' ','e','n','a','b', +'l','e','d',' ','b','u','t',' ','t','h','i','s',' ','p','a','r','t','i','t','i','o','n',' ','d','o', +'e','s',' ','n','o','t',' ','s','u','p','p','o','r','t',' ','F','I','P','S','"',',','"','t','y','p', +'e','"',':','"','e','r','r','o','r','"','}',']',',','"','t','y','p','e','"',':','"','t','r','e','e', +'"','}',',','{','"','c','o','n','d','i','t','i','o','n','s','"',':','[','{','"','f','n','"',':','"', +'b','o','o','l','e','a','n','E','q','u','a','l','s','"',',','"','a','r','g','v','"',':','[','{','"', +'r','e','f','"',':','"','U','s','e','D','u','a','l','S','t','a','c','k','"','}',',','t','r','u','e', +']','}',']',',','"','r','u','l','e','s','"',':','[','{','"','c','o','n','d','i','t','i','o','n','s', +'"',':','[','{','"','f','n','"',':','"','b','o','o','l','e','a','n','E','q','u','a','l','s','"',',', +'"','a','r','g','v','"',':','[','t','r','u','e',',','{','"','f','n','"',':','"','g','e','t','A','t', 't','r','"',',','"','a','r','g','v','"',':','[','{','"','r','e','f','"',':','"','P','a','r','t','i', -'t','i','o','n','R','e','s','u','l','t','"','}',',','"','s','u','p','p','o','r','t','s','F','I','P', -'S','"',']','}',',','t','r','u','e',']','}',']',',','"','r','u','l','e','s','"',':','[','{','"','c', -'o','n','d','i','t','i','o','n','s','"',':','[',']',',','"','e','n','d','p','o','i','n','t','"',':', -'{','"','u','r','l','"',':','"','h','t','t','p','s',':','/','/','c','o','g','n','i','t','o','-','i', -'d','e','n','t','i','t','y','-','f','i','p','s','.','{','R','e','g','i','o','n','}','.','{','P','a', -'r','t','i','t','i','o','n','R','e','s','u','l','t','#','d','n','s','S','u','f','f','i','x','}','"', -',','"','p','r','o','p','e','r','t','i','e','s','"',':','{','}',',','"','h','e','a','d','e','r','s', -'"',':','{','}','}',',','"','t','y','p','e','"',':','"','e','n','d','p','o','i','n','t','"','}',']', -',','"','t','y','p','e','"',':','"','t','r','e','e','"','}',',','{','"','c','o','n','d','i','t','i', -'o','n','s','"',':','[',']',',','"','e','r','r','o','r','"',':','"','F','I','P','S',' ','i','s',' ', -'e','n','a','b','l','e','d',' ','b','u','t',' ','t','h','i','s',' ','p','a','r','t','i','t','i','o', -'n',' ','d','o','e','s',' ','n','o','t',' ','s','u','p','p','o','r','t',' ','F','I','P','S','"',',', -'"','t','y','p','e','"',':','"','e','r','r','o','r','"','}',']',',','"','t','y','p','e','"',':','"', -'t','r','e','e','"','}',',','{','"','c','o','n','d','i','t','i','o','n','s','"',':','[','{','"','f', -'n','"',':','"','b','o','o','l','e','a','n','E','q','u','a','l','s','"',',','"','a','r','g','v','"', -':','[','{','"','r','e','f','"',':','"','U','s','e','D','u','a','l','S','t','a','c','k','"','}',',', -'t','r','u','e',']','}',']',',','"','r','u','l','e','s','"',':','[','{','"','c','o','n','d','i','t', -'i','o','n','s','"',':','[','{','"','f','n','"',':','"','b','o','o','l','e','a','n','E','q','u','a', -'l','s','"',',','"','a','r','g','v','"',':','[','t','r','u','e',',','{','"','f','n','"',':','"','g', -'e','t','A','t','t','r','"',',','"','a','r','g','v','"',':','[','{','"','r','e','f','"',':','"','P', -'a','r','t','i','t','i','o','n','R','e','s','u','l','t','"','}',',','"','s','u','p','p','o','r','t', -'s','D','u','a','l','S','t','a','c','k','"',']','}',']','}',']',',','"','r','u','l','e','s','"',':', -'[','{','"','c','o','n','d','i','t','i','o','n','s','"',':','[',']',',','"','e','n','d','p','o','i', +'t','i','o','n','R','e','s','u','l','t','"','}',',','"','s','u','p','p','o','r','t','s','D','u','a', +'l','S','t','a','c','k','"',']','}',']','}',']',',','"','r','u','l','e','s','"',':','[','{','"','c', +'o','n','d','i','t','i','o','n','s','"',':','[','{','"','f','n','"',':','"','s','t','r','i','n','g', +'E','q','u','a','l','s','"',',','"','a','r','g','v','"',':','[','"','a','w','s','"',',','{','"','f', +'n','"',':','"','g','e','t','A','t','t','r','"',',','"','a','r','g','v','"',':','[','{','"','r','e', +'f','"',':','"','P','a','r','t','i','t','i','o','n','R','e','s','u','l','t','"','}',',','"','n','a', +'m','e','"',']','}',']','}',']',',','"','e','n','d','p','o','i','n','t','"',':','{','"','u','r','l', +'"',':','"','h','t','t','p','s',':','/','/','c','o','g','n','i','t','o','-','i','d','e','n','t','i', +'t','y','.','{','R','e','g','i','o','n','}','.','a','m','a','z','o','n','a','w','s','.','c','o','m', +'"',',','"','p','r','o','p','e','r','t','i','e','s','"',':','{','}',',','"','h','e','a','d','e','r', +'s','"',':','{','}','}',',','"','t','y','p','e','"',':','"','e','n','d','p','o','i','n','t','"','}', +',','{','"','c','o','n','d','i','t','i','o','n','s','"',':','[',']',',','"','e','n','d','p','o','i', 'n','t','"',':','{','"','u','r','l','"',':','"','h','t','t','p','s',':','/','/','c','o','g','n','i', 't','o','-','i','d','e','n','t','i','t','y','.','{','R','e','g','i','o','n','}','.','{','P','a','r', 't','i','t','i','o','n','R','e','s','u','l','t','#','d','u','a','l','S','t','a','c','k','D','n','s', diff --git a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/PartnerCentralSellingClient.h b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/PartnerCentralSellingClient.h index c8aed5b5926..2c6205870b2 100644 --- a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/PartnerCentralSellingClient.h +++ b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/PartnerCentralSellingClient.h @@ -110,10 +110,10 @@ namespace PartnerCentralSelling virtual ~PartnerCentralSellingClient(); /** - *

    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.

    See Also:

    See Also:

    AWS * API Reference

    */ @@ -227,11 +227,11 @@ namespace PartnerCentralSelling } /** - *

    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.

    See Also:

    Engagement.

    See Also:

    AWS * API Reference

    */ @@ -289,13 +289,14 @@ namespace PartnerCentralSelling * these steps:

    1. To create the opportunity, use * CreateOpportunity.

    2. To associate a solution with * the opportunity, use AssociateOpportunity.

    3. 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.

    See Also:

    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.

    See Also:

    AWS * API Reference

    */ @@ -348,11 +349,11 @@ namespace PartnerCentralSelling } /** - *

    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.

    See Also:

    See Also:

    AWS * API Reference

    */ @@ -468,8 +469,8 @@ namespace PartnerCentralSelling } /** - *

    Use this action to retrieve the engagement record for a given - * EngagementIdentifier.

    See Also:

    Use this action to retrieve the engagement record for a given + * EngagementIdentifier.

    See Also:

    AWS * API Reference

    */ @@ -577,8 +578,8 @@ namespace PartnerCentralSelling } /** - *

    Use this action to retrieves information about a specific resource snapshot - * job.

    See Also:

    Use this action to retrieves information about a specific resource snapshot + * job.

    See Also:

    AWS * API Reference

    */ @@ -710,11 +711,11 @@ namespace PartnerCentralSelling } /** - *

    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.

    See Also:

    See Also:

    AWS * API Reference

    */ @@ -739,8 +740,8 @@ namespace PartnerCentralSelling } /** - *

    Lists the associations between resources and engagements where the caller is - * a member and has at least one snapshot in the engagement.

    See + *

    Lists the associations between resources and engagements where the caller is + * a member and has at least one snapshot in the engagement.

    See * Also:

    AWS * API Reference

    @@ -766,7 +767,7 @@ namespace PartnerCentralSelling } /** - *

    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.

    See * Also:

    Retrieves a list of resource view snapshots based on specified criteria. - *

    See Also:

    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.

    See + * Also:

    AWS * API Reference

    */ @@ -914,6 +921,31 @@ namespace PartnerCentralSelling return SubmitAsync(&PartnerCentralSellingClient::ListSolutions, request, handler, context); } + /** + *

    Returns a list of tags for a resource.

    See Also:

    AWS + * API Reference

    + */ + virtual Model::ListTagsForResourceOutcome ListTagsForResource(const Model::ListTagsForResourceRequest& request) const; + + /** + * A Callable wrapper for ListTagsForResource that returns a future to the operation so that it can be executed in parallel to other requests. + */ + template + Model::ListTagsForResourceOutcomeCallable ListTagsForResourceCallable(const ListTagsForResourceRequestT& request) const + { + return SubmitCallable(&PartnerCentralSellingClient::ListTagsForResource, request); + } + + /** + * An Async wrapper for ListTagsForResource that queues the request into a thread executor and triggers associated callback when operation has finished. + */ + template + void ListTagsForResourceAsync(const ListTagsForResourceRequestT& request, const ListTagsForResourceResponseReceivedHandler& handler, const std::shared_ptr& context = nullptr) const + { + return SubmitAsync(&PartnerCentralSellingClient::ListTagsForResource, request, handler, context); + } + /** *

    Updates the currently set system settings, which include the IAM Role used * for resource snapshot jobs.

    See Also:

    Starts a resource snapshot job that has been previously created. - *

    See Also:

    Starts a resource snapshot job that has been previously + * created.

    See Also:

    AWS * API Reference

    */ @@ -1056,8 +1088,8 @@ namespace PartnerCentralSelling } /** - *

    Stops a resource snapshot job. The job must be started prior to being - * stopped.

    See Also:

    Stops a resource snapshot job. The job must be started prior to being + * stopped.

    See Also:

    AWS * API Reference

    */ @@ -1082,8 +1114,8 @@ namespace PartnerCentralSelling } /** - *

    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. *

    See Also:

    Assigns one or more tags (key-value pairs) to the specified + * resource.

    See Also:

    AWS + * API Reference

    + */ + virtual Model::TagResourceOutcome TagResource(const Model::TagResourceRequest& request) const; + + /** + * A Callable wrapper for TagResource that returns a future to the operation so that it can be executed in parallel to other requests. + */ + template + Model::TagResourceOutcomeCallable TagResourceCallable(const TagResourceRequestT& request) const + { + return SubmitCallable(&PartnerCentralSellingClient::TagResource, request); + } + + /** + * An Async wrapper for TagResource that queues the request into a thread executor and triggers associated callback when operation has finished. + */ + template + void TagResourceAsync(const TagResourceRequestT& request, const TagResourceResponseReceivedHandler& handler, const std::shared_ptr& context = nullptr) const + { + return SubmitAsync(&PartnerCentralSellingClient::TagResource, request, handler, context); + } + + /** + *

    Removes a tag or tags from a resource.

    See Also:

    AWS + * API Reference

    + */ + virtual Model::UntagResourceOutcome UntagResource(const Model::UntagResourceRequest& request) const; + + /** + * A Callable wrapper for UntagResource that returns a future to the operation so that it can be executed in parallel to other requests. + */ + template + Model::UntagResourceOutcomeCallable UntagResourceCallable(const UntagResourceRequestT& request) const + { + return SubmitCallable(&PartnerCentralSellingClient::UntagResource, request); + } + + /** + * An Async wrapper for UntagResource that queues the request into a thread executor and triggers associated callback when operation has finished. + */ + template + void UntagResourceAsync(const UntagResourceRequestT& request, const UntagResourceResponseReceivedHandler& handler, const std::shared_ptr& context = nullptr) const + { + return SubmitAsync(&PartnerCentralSellingClient::UntagResource, request, handler, context); + } + /** *

    Updates 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 #include #include +#include #include #include #include +#include +#include #include #include /* End of service model headers required in PartnerCentralSellingClient header */ @@ -112,6 +115,7 @@ namespace Aws class ListResourceSnapshotJobsRequest; class ListResourceSnapshotsRequest; class ListSolutionsRequest; + class ListTagsForResourceRequest; class PutSellingSystemSettingsRequest; class RejectEngagementInvitationRequest; class StartEngagementByAcceptingInvitationTaskRequest; @@ -119,6 +123,8 @@ namespace Aws class StartResourceSnapshotJobRequest; class StopResourceSnapshotJobRequest; class SubmitOpportunityRequest; + class TagResourceRequest; + class UntagResourceRequest; class UpdateOpportunityRequest; /* End of service model forward declarations required in PartnerCentralSellingClient header */ @@ -150,6 +156,7 @@ namespace Aws typedef Aws::Utils::Outcome ListResourceSnapshotJobsOutcome; typedef Aws::Utils::Outcome ListResourceSnapshotsOutcome; typedef Aws::Utils::Outcome ListSolutionsOutcome; + typedef Aws::Utils::Outcome ListTagsForResourceOutcome; typedef Aws::Utils::Outcome PutSellingSystemSettingsOutcome; typedef Aws::Utils::Outcome RejectEngagementInvitationOutcome; typedef Aws::Utils::Outcome StartEngagementByAcceptingInvitationTaskOutcome; @@ -157,6 +164,8 @@ namespace Aws typedef Aws::Utils::Outcome StartResourceSnapshotJobOutcome; typedef Aws::Utils::Outcome StopResourceSnapshotJobOutcome; typedef Aws::Utils::Outcome SubmitOpportunityOutcome; + typedef Aws::Utils::Outcome TagResourceOutcome; + typedef Aws::Utils::Outcome UntagResourceOutcome; typedef Aws::Utils::Outcome UpdateOpportunityOutcome; /* End of service model Outcome class definitions */ @@ -188,6 +197,7 @@ namespace Aws typedef std::future ListResourceSnapshotJobsOutcomeCallable; typedef std::future ListResourceSnapshotsOutcomeCallable; typedef std::future ListSolutionsOutcomeCallable; + typedef std::future ListTagsForResourceOutcomeCallable; typedef std::future PutSellingSystemSettingsOutcomeCallable; typedef std::future RejectEngagementInvitationOutcomeCallable; typedef std::future StartEngagementByAcceptingInvitationTaskOutcomeCallable; @@ -195,6 +205,8 @@ namespace Aws typedef std::future StartResourceSnapshotJobOutcomeCallable; typedef std::future StopResourceSnapshotJobOutcomeCallable; typedef std::future SubmitOpportunityOutcomeCallable; + typedef std::future TagResourceOutcomeCallable; + typedef std::future UntagResourceOutcomeCallable; typedef std::future UpdateOpportunityOutcomeCallable; /* End of service model Outcome callable definitions */ } // namespace Model @@ -229,6 +241,7 @@ namespace Aws typedef std::function&) > ListResourceSnapshotJobsResponseReceivedHandler; typedef std::function&) > ListResourceSnapshotsResponseReceivedHandler; typedef std::function&) > ListSolutionsResponseReceivedHandler; + typedef std::function&) > ListTagsForResourceResponseReceivedHandler; typedef std::function&) > PutSellingSystemSettingsResponseReceivedHandler; typedef std::function&) > RejectEngagementInvitationResponseReceivedHandler; typedef std::function&) > StartEngagementByAcceptingInvitationTaskResponseReceivedHandler; @@ -236,6 +249,8 @@ namespace Aws typedef std::function&) > StartResourceSnapshotJobResponseReceivedHandler; typedef std::function&) > StopResourceSnapshotJobResponseReceivedHandler; typedef std::function&) > SubmitOpportunityResponseReceivedHandler; + typedef std::function&) > TagResourceResponseReceivedHandler; + typedef std::function&) > UntagResourceResponseReceivedHandler; typedef std::function&) > UpdateOpportunityResponseReceivedHandler; /* End of service model async handlers definitions */ } // namespace PartnerCentralSelling diff --git a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/AcceptEngagementInvitationRequest.h b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/AcceptEngagementInvitationRequest.h index 0c2c30b6b01..09ca0803822 100644 --- a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/AcceptEngagementInvitationRequest.h +++ b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/AcceptEngagementInvitationRequest.h @@ -36,10 +36,10 @@ namespace Model ///@{ /** - *

    The CatalogType parameter specifies the catalog associated with + *

    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.

    + * invitation is managed.

    */ inline const Aws::String& GetCatalog() const{ return m_catalog; } inline bool CatalogHasBeenSet() const { return m_catalogHasBeenSet; } diff --git a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/CreateEngagementRequest.h b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/CreateEngagementRequest.h index de0dc013ce5..ad78c6fa94a 100644 --- a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/CreateEngagementRequest.h +++ b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/CreateEngagementRequest.h @@ -39,10 +39,10 @@ namespace Model ///@{ /** - *

    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.

    + * managed.

    */ inline const Aws::String& GetCatalog() const{ return m_catalog; } inline bool CatalogHasBeenSet() const { return m_catalogHasBeenSet; } @@ -56,9 +56,9 @@ namespace Model ///@{ /** - *

    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.

    + * once. The value must not exceed sixty-four alphanumeric characters.

    */ inline const Aws::String& GetClientToken() const{ return m_clientToken; } inline bool ClientTokenHasBeenSet() const { return m_clientTokenHasBeenSet; } @@ -72,7 +72,7 @@ namespace Model ///@{ /** - *

    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.

    + * project information.

    */ inline const Aws::Vector& GetContexts() const{ return m_contexts; } inline bool ContextsHasBeenSet() const { return m_contextsHasBeenSet; } @@ -101,7 +101,7 @@ namespace Model ///@{ /** - *

    Provides a description of the Engagement.

    + *

    Provides a description of the Engagement.

    */ inline const Aws::String& GetDescription() const{ return m_description; } inline bool DescriptionHasBeenSet() const { return m_descriptionHasBeenSet; } @@ -115,7 +115,7 @@ namespace Model ///@{ /** - *

    Specifies the title of the Engagement.

    + *

    Specifies 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/CreateEngagementResult.h b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/CreateEngagementResult.h index 66d7e3af5f5..17fec48200f 100644 --- a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/CreateEngagementResult.h +++ b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/CreateEngagementResult.h @@ -34,7 +34,7 @@ namespace Model ///@{ /** - *

    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.

  • + * sector where the partner needs Amazon Web Services RFx support.

    */ inline const Aws::Vector& GetPrimaryNeedsFromAws() const{ return m_primaryNeedsFromAws; } inline bool PrimaryNeedsFromAwsHasBeenSet() const { return m_primaryNeedsFromAwsHasBeenSet; } diff --git a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/CreateResourceSnapshotJobRequest.h b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/CreateResourceSnapshotJobRequest.h index 525d43295d5..97f43215595 100644 --- a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/CreateResourceSnapshotJobRequest.h +++ b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/CreateResourceSnapshotJobRequest.h @@ -8,6 +8,8 @@ #include #include #include +#include +#include #include #include @@ -38,8 +40,8 @@ namespace Model ///@{ /** - *

    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.

    */ inline const Aws::String& GetCatalog() const{ return m_catalog; } inline bool CatalogHasBeenSet() const { return m_catalogHasBeenSet; } @@ -53,9 +55,8 @@ namespace Model ///@{ /** - *

    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.

    */ inline const Aws::String& GetResourceIdentifier() const{ return m_resourceIdentifier; } inline bool ResourceIdentifierHasBeenSet() const { return m_resourceIdentifierHasBeenSet; } @@ -99,8 +100,8 @@ namespace Model ///@{ /** - *

    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

    */ inline const ResourceType& GetResourceType() const{ return m_resourceType; } inline bool ResourceTypeHasBeenSet() const { return m_resourceTypeHasBeenSet; } @@ -124,6 +125,20 @@ namespace Model inline CreateResourceSnapshotJobRequest& WithResourceType(const ResourceType& value) { SetResourceType(value); return *this;} inline CreateResourceSnapshotJobRequest& WithResourceType(ResourceType&& value) { SetResourceType(std::move(value)); return *this;} ///@} + + ///@{ + /** + *

    A list of objects specifying each tag name and value.

    + */ + inline const Aws::Vector& GetTags() const{ return m_tags; } + inline bool TagsHasBeenSet() const { return m_tagsHasBeenSet; } + inline void SetTags(const Aws::Vector& value) { m_tagsHasBeenSet = true; m_tags = value; } + inline void SetTags(Aws::Vector&& value) { m_tagsHasBeenSet = true; m_tags = std::move(value); } + inline CreateResourceSnapshotJobRequest& WithTags(const Aws::Vector& value) { SetTags(value); return *this;} + inline CreateResourceSnapshotJobRequest& WithTags(Aws::Vector&& value) { SetTags(std::move(value)); return *this;} + inline CreateResourceSnapshotJobRequest& AddTags(const Tag& value) { m_tagsHasBeenSet = true; m_tags.push_back(value); return *this; } + inline CreateResourceSnapshotJobRequest& AddTags(Tag&& value) { m_tagsHasBeenSet = true; m_tags.push_back(std::move(value)); return *this; } + ///@} private: Aws::String m_catalog; @@ -143,6 +158,9 @@ namespace Model ResourceType m_resourceType; bool m_resourceTypeHasBeenSet = false; + + Aws::Vector m_tags; + bool m_tagsHasBeenSet = false; }; } // namespace Model diff --git a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/CreateResourceSnapshotJobResult.h b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/CreateResourceSnapshotJobResult.h index bca5cdcb147..9ec478ee297 100644 --- a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/CreateResourceSnapshotJobResult.h +++ b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/CreateResourceSnapshotJobResult.h @@ -34,7 +34,7 @@ namespace Model ///@{ /** - *

    The 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. *

    See Also:

    AWS @@ -42,7 +42,7 @@ namespace Model ///@{ /** - *

    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.

    See Also:

    AWS @@ -41,7 +41,7 @@ namespace Model ///@{ /** - *

    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.

    See Also:

    AWS @@ -41,7 +41,7 @@ namespace Model ///@{ /** - *

    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.

    See Also:

    @@ -43,7 +43,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; } @@ -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.

    See + *

    Specifies the sorting parameters for listing Engagements.

    See * Also:

    AWS * API Reference

    @@ -41,7 +41,7 @@ namespace Model ///@{ /** - *

    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. *

    See Also:

    AWS * API Reference

    @@ -41,7 +41,7 @@ namespace Model ///@{ /** - *

    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.

    + * following properties.

    • CompanyName: The name of the member's + * company.

    • WebsiteUrl: The website URL of the member's + * company.

    */ inline const Aws::Vector& GetExistingMembers() const{ return m_existingMembers; } inline void SetExistingMembers(const Aws::Vector& value) { m_existingMembers = value; } @@ -163,8 +163,7 @@ namespace Model ///@{ /** - *

    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.

    */ inline const Aws::String& GetCatalog() const{ return m_catalog; } inline bool CatalogHasBeenSet() const { return m_catalogHasBeenSet; } @@ -51,7 +51,7 @@ namespace Model ///@{ /** - *

    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::Vector& GetContexts() const{ return m_contexts; } inline void SetContexts(const Aws::Vector& value) { m_contexts = value; } @@ -65,9 +65,9 @@ namespace Model ///@{ /** - *

    The 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.

  • + * sector where the partner needs Amazon Web Services RFx support.

    */ inline const Aws::Vector& GetPrimaryNeedsFromAws() const{ return m_primaryNeedsFromAws; } inline void SetPrimaryNeedsFromAws(const Aws::Vector& value) { m_primaryNeedsFromAws = value; } diff --git a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/GetResourceSnapshotJobRequest.h b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/GetResourceSnapshotJobRequest.h index 9088d66cbb0..ca736cb3e76 100644 --- a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/GetResourceSnapshotJobRequest.h +++ b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/GetResourceSnapshotJobRequest.h @@ -36,10 +36,10 @@ namespace Model ///@{ /** - *

    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.

    */ inline const Aws::String& GetCatalog() const{ return m_catalog; } inline bool CatalogHasBeenSet() const { return m_catalogHasBeenSet; } @@ -53,7 +53,7 @@ namespace Model ///@{ /** - *

    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.

    */ inline const ResourceSnapshotJobStatus& GetStatus() const{ return m_status; } inline void SetStatus(const ResourceSnapshotJobStatus& value) { m_status = value; } diff --git a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/GetResourceSnapshotResult.h b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/GetResourceSnapshotResult.h index c9e33f45392..81e210238fe 100644 --- a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/GetResourceSnapshotResult.h +++ b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/GetResourceSnapshotResult.h @@ -37,9 +37,8 @@ namespace Model ///@{ /** - *

    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.

    */ inline const Aws::String& GetCatalog() const{ return m_catalog; } inline bool CatalogHasBeenSet() const { return m_catalogHasBeenSet; } @@ -52,8 +54,8 @@ namespace Model ///@{ /** - *

    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::Vector& GetEngagementIdentifier() const{ return m_engagementIdentifier; } inline bool EngagementIdentifierHasBeenSet() const { return m_engagementIdentifierHasBeenSet; } @@ -84,7 +84,7 @@ namespace Model ///@{ /** - *

    An 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::Vector& GetExcludeCreatedBy() const{ return m_excludeCreatedBy; } @@ -100,7 +100,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; } @@ -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::Vector& GetEngagementSummaryList() const{ return m_engagementSummaryList; } inline void SetEngagementSummaryList(const Aws::Vector& value) { m_engagementSummaryList = value; } @@ -49,7 +49,7 @@ namespace Model ///@{ /** - *

    The 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 +#include +#include +#include +#include + +namespace Aws +{ +namespace PartnerCentralSelling +{ +namespace Model +{ + + /** + */ + class ListTagsForResourceRequest : public PartnerCentralSellingRequest + { + public: + AWS_PARTNERCENTRALSELLING_API ListTagsForResourceRequest(); + + // Service request name is the Operation name which will send this request out, + // each operation should has unique request name, so that we can get operation's name from this request. + // Note: this is not true for response, multiple operations may have the same response name, + // so we can not get operation's name from response. + inline virtual const char* GetServiceRequestName() const override { return "ListTagsForResource"; } + + AWS_PARTNERCENTRALSELLING_API Aws::String SerializePayload() const override; + + AWS_PARTNERCENTRALSELLING_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override; + + + ///@{ + /** + *

    The 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 +#include +#include +#include +#include +#include + +namespace Aws +{ +template +class AmazonWebServiceResult; + +namespace Utils +{ +namespace Json +{ + class JsonValue; +} // namespace Json +} // namespace Utils +namespace PartnerCentralSelling +{ +namespace Model +{ + class ListTagsForResourceResult + { + public: + AWS_PARTNERCENTRALSELLING_API ListTagsForResourceResult(); + AWS_PARTNERCENTRALSELLING_API ListTagsForResourceResult(const Aws::AmazonWebServiceResult& result); + AWS_PARTNERCENTRALSELLING_API ListTagsForResourceResult& operator=(const Aws::AmazonWebServiceResult& result); + + + ///@{ + /** + *

    A map of the key-value pairs for the tag or tags assigned to the specified + * resource.

    + */ + inline const Aws::Vector& GetTags() const{ return m_tags; } + inline void SetTags(const Aws::Vector& value) { m_tags = value; } + inline void SetTags(Aws::Vector&& value) { m_tags = std::move(value); } + inline ListTagsForResourceResult& WithTags(const Aws::Vector& value) { SetTags(value); return *this;} + inline ListTagsForResourceResult& WithTags(Aws::Vector&& value) { SetTags(std::move(value)); return *this;} + inline ListTagsForResourceResult& AddTags(const Tag& value) { m_tags.push_back(value); return *this; } + inline ListTagsForResourceResult& AddTags(Tag&& value) { m_tags.push_back(std::move(value)); return *this; } + ///@} + + ///@{ + + inline const Aws::String& GetRequestId() const{ return m_requestId; } + inline void SetRequestId(const Aws::String& value) { m_requestId = value; } + inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); } + inline void SetRequestId(const char* value) { m_requestId.assign(value); } + inline ListTagsForResourceResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} + inline ListTagsForResourceResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} + inline ListTagsForResourceResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} + ///@} + private: + + Aws::Vector m_tags; + + Aws::String m_requestId; + }; + +} // namespace Model +} // namespace PartnerCentralSelling +} // namespace Aws diff --git a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/ReasonCode.h b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/ReasonCode.h index 73bf7e40a5a..467c5654d1f 100644 --- a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/ReasonCode.h +++ b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/ReasonCode.h @@ -27,12 +27,12 @@ namespace Model EngagementConflict, OpportunitySubmissionFailed, EngagementInvitationConflict, + InternalError, OpportunityValidationFailed, OpportunityConflict, ResourceSnapshotAccessDenied, ResourceSnapshotValidationFailed, ResourceSnapshotConflict, - InternalError, ServiceQuotaExceeded, RequestThrottled }; diff --git a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/ResourceSnapshotJobSummary.h b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/ResourceSnapshotJobSummary.h index d866f31d016..cd1019fb671 100644 --- a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/ResourceSnapshotJobSummary.h +++ b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/ResourceSnapshotJobSummary.h @@ -55,9 +55,7 @@ namespace Model ///@{ /** - *

    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.

    + *

    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.

    */ inline const ResourceSnapshotJobStatus& GetStatus() const{ return m_status; } inline bool StatusHasBeenSet() const { return m_statusHasBeenSet; } diff --git a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/ResourceSnapshotSummary.h b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/ResourceSnapshotSummary.h index 8f4baa2be89..7f15a42d165 100644 --- a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/ResourceSnapshotSummary.h +++ b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/ResourceSnapshotSummary.h @@ -58,8 +58,8 @@ namespace Model ///@{ /** - *

    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 @@ #include #include #include +#include +#include #include #include @@ -81,6 +83,20 @@ namespace Model inline StartEngagementByAcceptingInvitationTaskRequest& WithIdentifier(Aws::String&& value) { SetIdentifier(std::move(value)); return *this;} inline StartEngagementByAcceptingInvitationTaskRequest& WithIdentifier(const char* value) { SetIdentifier(value); return *this;} ///@} + + ///@{ + /** + *

    A list of objects specifying each tag name and value.

    + */ + inline const Aws::Vector& GetTags() const{ return m_tags; } + inline bool TagsHasBeenSet() const { return m_tagsHasBeenSet; } + inline void SetTags(const Aws::Vector& value) { m_tagsHasBeenSet = true; m_tags = value; } + inline void SetTags(Aws::Vector&& value) { m_tagsHasBeenSet = true; m_tags = std::move(value); } + inline StartEngagementByAcceptingInvitationTaskRequest& WithTags(const Aws::Vector& value) { SetTags(value); return *this;} + inline StartEngagementByAcceptingInvitationTaskRequest& WithTags(Aws::Vector&& value) { SetTags(std::move(value)); return *this;} + inline StartEngagementByAcceptingInvitationTaskRequest& AddTags(const Tag& value) { m_tagsHasBeenSet = true; m_tags.push_back(value); return *this; } + inline StartEngagementByAcceptingInvitationTaskRequest& AddTags(Tag&& value) { m_tagsHasBeenSet = true; m_tags.push_back(std::move(value)); return *this; } + ///@} private: Aws::String m_catalog; @@ -91,6 +107,9 @@ namespace Model Aws::String m_identifier; bool m_identifierHasBeenSet = false; + + Aws::Vector m_tags; + bool m_tagsHasBeenSet = false; }; } // namespace Model diff --git a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/StartEngagementByAcceptingInvitationTaskResult.h b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/StartEngagementByAcceptingInvitationTaskResult.h index 35fc6b44fa2..3cecc4dedf5 100644 --- a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/StartEngagementByAcceptingInvitationTaskResult.h +++ b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/StartEngagementByAcceptingInvitationTaskResult.h @@ -90,8 +90,7 @@ namespace Model ///@{ /** - *

    The 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 @@ #include #include #include +#include +#include #include #include @@ -92,6 +94,20 @@ namespace Model inline StartEngagementFromOpportunityTaskRequest& WithIdentifier(Aws::String&& value) { SetIdentifier(std::move(value)); return *this;} inline StartEngagementFromOpportunityTaskRequest& WithIdentifier(const char* value) { SetIdentifier(value); return *this;} ///@} + + ///@{ + /** + *

    A list of objects specifying each tag name and value.

    + */ + inline const Aws::Vector& GetTags() const{ return m_tags; } + inline bool TagsHasBeenSet() const { return m_tagsHasBeenSet; } + inline void SetTags(const Aws::Vector& value) { m_tagsHasBeenSet = true; m_tags = value; } + inline void SetTags(Aws::Vector&& value) { m_tagsHasBeenSet = true; m_tags = std::move(value); } + inline StartEngagementFromOpportunityTaskRequest& WithTags(const Aws::Vector& value) { SetTags(value); return *this;} + inline StartEngagementFromOpportunityTaskRequest& WithTags(Aws::Vector&& value) { SetTags(std::move(value)); return *this;} + inline StartEngagementFromOpportunityTaskRequest& AddTags(const Tag& value) { m_tagsHasBeenSet = true; m_tags.push_back(value); return *this; } + inline StartEngagementFromOpportunityTaskRequest& AddTags(Tag&& value) { m_tagsHasBeenSet = true; m_tags.push_back(std::move(value)); return *this; } + ///@} private: AwsSubmission m_awsSubmission; @@ -105,6 +121,9 @@ namespace Model Aws::String m_identifier; bool m_identifierHasBeenSet = false; + + Aws::Vector m_tags; + bool m_tagsHasBeenSet = false; }; } // namespace Model diff --git a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/StartEngagementFromOpportunityTaskResult.h b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/StartEngagementFromOpportunityTaskResult.h index 6d7a9388084..f6957c85c28 100644 --- a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/StartEngagementFromOpportunityTaskResult.h +++ b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/StartEngagementFromOpportunityTaskResult.h @@ -37,8 +37,8 @@ namespace Model ///@{ /** - *

    The 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.

    */ inline const Aws::String& GetCatalog() const{ return m_catalog; } inline bool CatalogHasBeenSet() const { return m_catalogHasBeenSet; } @@ -50,7 +53,7 @@ namespace Model ///@{ /** - *

    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.

    */ inline const Aws::String& GetCatalog() const{ return m_catalog; } inline bool CatalogHasBeenSet() const { return m_catalogHasBeenSet; } @@ -50,7 +53,7 @@ namespace Model ///@{ /** - *

    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.

    */ inline const Aws::String& GetCatalog() const{ return m_catalog; } inline bool CatalogHasBeenSet() const { return m_catalogHasBeenSet; } @@ -52,8 +55,8 @@ namespace Model ///@{ /** - *

    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.

    • + *
    */ inline const SalesInvolvementType& GetInvolvementType() const{ return m_involvementType; } inline bool InvolvementTypeHasBeenSet() const { return m_involvementTypeHasBeenSet; } @@ -79,8 +88,11 @@ namespace Model ///@{ /** - *

    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.

    */ inline const Visibility& GetVisibility() const{ return m_visibility; } inline bool VisibilityHasBeenSet() const { return m_visibilityHasBeenSet; } diff --git a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/Tag.h b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/Tag.h new file mode 100644 index 00000000000..0760860b7a8 --- /dev/null +++ b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/Tag.h @@ -0,0 +1,79 @@ +/** + * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. + * SPDX-License-Identifier: Apache-2.0. + */ + +#pragma once +#include +#include +#include + +namespace Aws +{ +namespace Utils +{ +namespace Json +{ + class JsonValue; + class JsonView; +} // namespace Json +} // namespace Utils +namespace PartnerCentralSelling +{ +namespace Model +{ + + /** + *

    The key-value pair assigned to a specified resource.

    See Also:

    + * AWS + * API Reference

    + */ + class Tag + { + public: + AWS_PARTNERCENTRALSELLING_API Tag(); + AWS_PARTNERCENTRALSELLING_API Tag(Aws::Utils::Json::JsonView jsonValue); + AWS_PARTNERCENTRALSELLING_API Tag& operator=(Aws::Utils::Json::JsonView jsonValue); + AWS_PARTNERCENTRALSELLING_API Aws::Utils::Json::JsonValue Jsonize() const; + + + ///@{ + /** + *

    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 +#include +#include +#include +#include +#include +#include + +namespace Aws +{ +namespace PartnerCentralSelling +{ +namespace Model +{ + + /** + */ + class TagResourceRequest : public PartnerCentralSellingRequest + { + public: + AWS_PARTNERCENTRALSELLING_API TagResourceRequest(); + + // Service request name is the Operation name which will send this request out, + // each operation should has unique request name, so that we can get operation's name from this request. + // Note: this is not true for response, multiple operations may have the same response name, + // so we can not get operation's name from response. + inline virtual const char* GetServiceRequestName() const override { return "TagResource"; } + + AWS_PARTNERCENTRALSELLING_API Aws::String SerializePayload() const override; + + AWS_PARTNERCENTRALSELLING_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override; + + + ///@{ + /** + *

    The 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::Vector& GetTags() const{ return m_tags; } + inline bool TagsHasBeenSet() const { return m_tagsHasBeenSet; } + inline void SetTags(const Aws::Vector& value) { m_tagsHasBeenSet = true; m_tags = value; } + inline void SetTags(Aws::Vector&& value) { m_tagsHasBeenSet = true; m_tags = std::move(value); } + inline TagResourceRequest& WithTags(const Aws::Vector& value) { SetTags(value); return *this;} + inline TagResourceRequest& WithTags(Aws::Vector&& value) { SetTags(std::move(value)); return *this;} + inline TagResourceRequest& AddTags(const Tag& value) { m_tagsHasBeenSet = true; m_tags.push_back(value); return *this; } + inline TagResourceRequest& AddTags(Tag&& value) { m_tagsHasBeenSet = true; m_tags.push_back(std::move(value)); return *this; } + ///@} + private: + + Aws::String m_resourceArn; + bool m_resourceArnHasBeenSet = false; + + Aws::Vector m_tags; + bool m_tagsHasBeenSet = false; + }; + +} // namespace Model +} // namespace PartnerCentralSelling +} // namespace Aws diff --git a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/TagResourceResult.h b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/TagResourceResult.h new file mode 100644 index 00000000000..baf5fe717d8 --- /dev/null +++ b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/TagResourceResult.h @@ -0,0 +1,52 @@ +/** + * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. + * SPDX-License-Identifier: Apache-2.0. + */ + +#pragma once +#include +#include +#include + +namespace Aws +{ +template +class AmazonWebServiceResult; + +namespace Utils +{ +namespace Json +{ + class JsonValue; +} // namespace Json +} // namespace Utils +namespace PartnerCentralSelling +{ +namespace Model +{ + class TagResourceResult + { + public: + AWS_PARTNERCENTRALSELLING_API TagResourceResult(); + AWS_PARTNERCENTRALSELLING_API TagResourceResult(const Aws::AmazonWebServiceResult& result); + AWS_PARTNERCENTRALSELLING_API TagResourceResult& operator=(const Aws::AmazonWebServiceResult& result); + + + ///@{ + + inline const Aws::String& GetRequestId() const{ return m_requestId; } + inline void SetRequestId(const Aws::String& value) { m_requestId = value; } + inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); } + inline void SetRequestId(const char* value) { m_requestId.assign(value); } + inline TagResourceResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} + inline TagResourceResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} + inline TagResourceResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} + ///@} + private: + + Aws::String m_requestId; + }; + +} // namespace Model +} // namespace PartnerCentralSelling +} // namespace Aws diff --git a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/UntagResourceRequest.h b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/UntagResourceRequest.h new file mode 100644 index 00000000000..5c261167993 --- /dev/null +++ b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/UntagResourceRequest.h @@ -0,0 +1,78 @@ +/** + * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. + * SPDX-License-Identifier: Apache-2.0. + */ + +#pragma once +#include +#include +#include +#include +#include + +namespace Aws +{ +namespace PartnerCentralSelling +{ +namespace Model +{ + + /** + */ + class UntagResourceRequest : public PartnerCentralSellingRequest + { + public: + AWS_PARTNERCENTRALSELLING_API UntagResourceRequest(); + + // Service request name is the Operation name which will send this request out, + // each operation should has unique request name, so that we can get operation's name from this request. + // Note: this is not true for response, multiple operations may have the same response name, + // so we can not get operation's name from response. + inline virtual const char* GetServiceRequestName() const override { return "UntagResource"; } + + AWS_PARTNERCENTRALSELLING_API Aws::String SerializePayload() const override; + + AWS_PARTNERCENTRALSELLING_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override; + + + ///@{ + /** + *

    The 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::Vector& GetTagKeys() const{ return m_tagKeys; } + inline bool TagKeysHasBeenSet() const { return m_tagKeysHasBeenSet; } + inline void SetTagKeys(const Aws::Vector& value) { m_tagKeysHasBeenSet = true; m_tagKeys = value; } + inline void SetTagKeys(Aws::Vector&& value) { m_tagKeysHasBeenSet = true; m_tagKeys = std::move(value); } + inline UntagResourceRequest& WithTagKeys(const Aws::Vector& value) { SetTagKeys(value); return *this;} + inline UntagResourceRequest& WithTagKeys(Aws::Vector&& value) { SetTagKeys(std::move(value)); return *this;} + inline UntagResourceRequest& AddTagKeys(const Aws::String& value) { m_tagKeysHasBeenSet = true; m_tagKeys.push_back(value); return *this; } + inline UntagResourceRequest& AddTagKeys(Aws::String&& value) { m_tagKeysHasBeenSet = true; m_tagKeys.push_back(std::move(value)); return *this; } + inline UntagResourceRequest& AddTagKeys(const char* value) { m_tagKeysHasBeenSet = true; m_tagKeys.push_back(value); return *this; } + ///@} + private: + + Aws::String m_resourceArn; + bool m_resourceArnHasBeenSet = false; + + Aws::Vector m_tagKeys; + bool m_tagKeysHasBeenSet = false; + }; + +} // namespace Model +} // namespace PartnerCentralSelling +} // namespace Aws diff --git a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/UntagResourceResult.h b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/UntagResourceResult.h new file mode 100644 index 00000000000..e02edbcbdea --- /dev/null +++ b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/UntagResourceResult.h @@ -0,0 +1,52 @@ +/** + * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. + * SPDX-License-Identifier: Apache-2.0. + */ + +#pragma once +#include +#include +#include + +namespace Aws +{ +template +class AmazonWebServiceResult; + +namespace Utils +{ +namespace Json +{ + class JsonValue; +} // namespace Json +} // namespace Utils +namespace PartnerCentralSelling +{ +namespace Model +{ + class UntagResourceResult + { + public: + AWS_PARTNERCENTRALSELLING_API UntagResourceResult(); + AWS_PARTNERCENTRALSELLING_API UntagResourceResult(const Aws::AmazonWebServiceResult& result); + AWS_PARTNERCENTRALSELLING_API UntagResourceResult& operator=(const Aws::AmazonWebServiceResult& result); + + + ///@{ + + inline const Aws::String& GetRequestId() const{ return m_requestId; } + inline void SetRequestId(const Aws::String& value) { m_requestId = value; } + inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); } + inline void SetRequestId(const char* value) { m_requestId.assign(value); } + inline UntagResourceResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} + inline UntagResourceResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} + inline UntagResourceResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} + ///@} + private: + + Aws::String m_requestId; + }; + +} // namespace Model +} // namespace PartnerCentralSelling +} // namespace Aws diff --git a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/UpdateOpportunityRequest.h b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/UpdateOpportunityRequest.h index 148047dacc8..b938d1be29d 100644 --- a/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/UpdateOpportunityRequest.h +++ b/generated/src/aws-cpp-sdk-partnercentral-selling/include/aws/partnercentral-selling/model/UpdateOpportunityRequest.h @@ -203,12 +203,7 @@ namespace Model * 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.

  • - * + * from Amazon Web Services.

    */ inline const Aws::Vector& GetPrimaryNeedsFromAws() const{ return m_primaryNeedsFromAws; } inline bool PrimaryNeedsFromAwsHasBeenSet() const { return m_primaryNeedsFromAwsHasBeenSet; } diff --git a/generated/src/aws-cpp-sdk-partnercentral-selling/source/PartnerCentralSellingClient.cpp b/generated/src/aws-cpp-sdk-partnercentral-selling/source/PartnerCentralSellingClient.cpp index 6f1f086bb0d..5a8d071940d 100644 --- a/generated/src/aws-cpp-sdk-partnercentral-selling/source/PartnerCentralSellingClient.cpp +++ b/generated/src/aws-cpp-sdk-partnercentral-selling/source/PartnerCentralSellingClient.cpp @@ -48,6 +48,7 @@ #include #include #include +#include #include #include #include @@ -55,6 +56,8 @@ #include #include #include +#include +#include #include #include @@ -901,6 +904,32 @@ ListSolutionsOutcome PartnerCentralSellingClient::ListSolutions(const ListSoluti {{TracingUtils::SMITHY_METHOD_DIMENSION, request.GetServiceRequestName()}, {TracingUtils::SMITHY_SERVICE_DIMENSION, this->GetServiceClientName()}}); } +ListTagsForResourceOutcome PartnerCentralSellingClient::ListTagsForResource(const ListTagsForResourceRequest& request) const +{ + AWS_OPERATION_GUARD(ListTagsForResource); + AWS_OPERATION_CHECK_PTR(m_endpointProvider, ListTagsForResource, CoreErrors, CoreErrors::ENDPOINT_RESOLUTION_FAILURE); + AWS_OPERATION_CHECK_PTR(m_telemetryProvider, ListTagsForResource, CoreErrors, CoreErrors::NOT_INITIALIZED); + auto tracer = m_telemetryProvider->getTracer(this->GetServiceClientName(), {}); + auto meter = m_telemetryProvider->getMeter(this->GetServiceClientName(), {}); + AWS_OPERATION_CHECK_PTR(meter, ListTagsForResource, CoreErrors, CoreErrors::NOT_INITIALIZED); + auto span = tracer->CreateSpan(Aws::String(this->GetServiceClientName()) + ".ListTagsForResource", + {{ TracingUtils::SMITHY_METHOD_DIMENSION, request.GetServiceRequestName() }, { TracingUtils::SMITHY_SERVICE_DIMENSION, this->GetServiceClientName() }, { TracingUtils::SMITHY_SYSTEM_DIMENSION, TracingUtils::SMITHY_METHOD_AWS_VALUE }}, + smithy::components::tracing::SpanKind::CLIENT); + return TracingUtils::MakeCallWithTiming( + [&]()-> ListTagsForResourceOutcome { + auto endpointResolutionOutcome = TracingUtils::MakeCallWithTiming( + [&]() -> ResolveEndpointOutcome { return m_endpointProvider->ResolveEndpoint(request.GetEndpointContextParams()); }, + TracingUtils::SMITHY_CLIENT_ENDPOINT_RESOLUTION_METRIC, + *meter, + {{TracingUtils::SMITHY_METHOD_DIMENSION, request.GetServiceRequestName()}, {TracingUtils::SMITHY_SERVICE_DIMENSION, this->GetServiceClientName()}}); + AWS_OPERATION_CHECK_SUCCESS(endpointResolutionOutcome, ListTagsForResource, CoreErrors, CoreErrors::ENDPOINT_RESOLUTION_FAILURE, endpointResolutionOutcome.GetError().GetMessage()); + return ListTagsForResourceOutcome(MakeRequest(request, endpointResolutionOutcome.GetResult(), Aws::Http::HttpMethod::HTTP_POST, Aws::Auth::SIGV4_SIGNER)); + }, + TracingUtils::SMITHY_CLIENT_DURATION_METRIC, + *meter, + {{TracingUtils::SMITHY_METHOD_DIMENSION, request.GetServiceRequestName()}, {TracingUtils::SMITHY_SERVICE_DIMENSION, this->GetServiceClientName()}}); +} + PutSellingSystemSettingsOutcome PartnerCentralSellingClient::PutSellingSystemSettings(const PutSellingSystemSettingsRequest& request) const { AWS_OPERATION_GUARD(PutSellingSystemSettings); @@ -1083,6 +1112,58 @@ SubmitOpportunityOutcome PartnerCentralSellingClient::SubmitOpportunity(const Su {{TracingUtils::SMITHY_METHOD_DIMENSION, request.GetServiceRequestName()}, {TracingUtils::SMITHY_SERVICE_DIMENSION, this->GetServiceClientName()}}); } +TagResourceOutcome PartnerCentralSellingClient::TagResource(const TagResourceRequest& request) const +{ + AWS_OPERATION_GUARD(TagResource); + AWS_OPERATION_CHECK_PTR(m_endpointProvider, TagResource, CoreErrors, CoreErrors::ENDPOINT_RESOLUTION_FAILURE); + AWS_OPERATION_CHECK_PTR(m_telemetryProvider, TagResource, CoreErrors, CoreErrors::NOT_INITIALIZED); + auto tracer = m_telemetryProvider->getTracer(this->GetServiceClientName(), {}); + auto meter = m_telemetryProvider->getMeter(this->GetServiceClientName(), {}); + AWS_OPERATION_CHECK_PTR(meter, TagResource, CoreErrors, CoreErrors::NOT_INITIALIZED); + auto span = tracer->CreateSpan(Aws::String(this->GetServiceClientName()) + ".TagResource", + {{ TracingUtils::SMITHY_METHOD_DIMENSION, request.GetServiceRequestName() }, { TracingUtils::SMITHY_SERVICE_DIMENSION, this->GetServiceClientName() }, { TracingUtils::SMITHY_SYSTEM_DIMENSION, TracingUtils::SMITHY_METHOD_AWS_VALUE }}, + smithy::components::tracing::SpanKind::CLIENT); + return TracingUtils::MakeCallWithTiming( + [&]()-> TagResourceOutcome { + auto endpointResolutionOutcome = TracingUtils::MakeCallWithTiming( + [&]() -> ResolveEndpointOutcome { return m_endpointProvider->ResolveEndpoint(request.GetEndpointContextParams()); }, + TracingUtils::SMITHY_CLIENT_ENDPOINT_RESOLUTION_METRIC, + *meter, + {{TracingUtils::SMITHY_METHOD_DIMENSION, request.GetServiceRequestName()}, {TracingUtils::SMITHY_SERVICE_DIMENSION, this->GetServiceClientName()}}); + AWS_OPERATION_CHECK_SUCCESS(endpointResolutionOutcome, TagResource, CoreErrors, CoreErrors::ENDPOINT_RESOLUTION_FAILURE, endpointResolutionOutcome.GetError().GetMessage()); + return TagResourceOutcome(MakeRequest(request, endpointResolutionOutcome.GetResult(), Aws::Http::HttpMethod::HTTP_POST, Aws::Auth::SIGV4_SIGNER)); + }, + TracingUtils::SMITHY_CLIENT_DURATION_METRIC, + *meter, + {{TracingUtils::SMITHY_METHOD_DIMENSION, request.GetServiceRequestName()}, {TracingUtils::SMITHY_SERVICE_DIMENSION, this->GetServiceClientName()}}); +} + +UntagResourceOutcome PartnerCentralSellingClient::UntagResource(const UntagResourceRequest& request) const +{ + AWS_OPERATION_GUARD(UntagResource); + AWS_OPERATION_CHECK_PTR(m_endpointProvider, UntagResource, CoreErrors, CoreErrors::ENDPOINT_RESOLUTION_FAILURE); + AWS_OPERATION_CHECK_PTR(m_telemetryProvider, UntagResource, CoreErrors, CoreErrors::NOT_INITIALIZED); + auto tracer = m_telemetryProvider->getTracer(this->GetServiceClientName(), {}); + auto meter = m_telemetryProvider->getMeter(this->GetServiceClientName(), {}); + AWS_OPERATION_CHECK_PTR(meter, UntagResource, CoreErrors, CoreErrors::NOT_INITIALIZED); + auto span = tracer->CreateSpan(Aws::String(this->GetServiceClientName()) + ".UntagResource", + {{ TracingUtils::SMITHY_METHOD_DIMENSION, request.GetServiceRequestName() }, { TracingUtils::SMITHY_SERVICE_DIMENSION, this->GetServiceClientName() }, { TracingUtils::SMITHY_SYSTEM_DIMENSION, TracingUtils::SMITHY_METHOD_AWS_VALUE }}, + smithy::components::tracing::SpanKind::CLIENT); + return TracingUtils::MakeCallWithTiming( + [&]()-> UntagResourceOutcome { + auto endpointResolutionOutcome = TracingUtils::MakeCallWithTiming( + [&]() -> ResolveEndpointOutcome { return m_endpointProvider->ResolveEndpoint(request.GetEndpointContextParams()); }, + TracingUtils::SMITHY_CLIENT_ENDPOINT_RESOLUTION_METRIC, + *meter, + {{TracingUtils::SMITHY_METHOD_DIMENSION, request.GetServiceRequestName()}, {TracingUtils::SMITHY_SERVICE_DIMENSION, this->GetServiceClientName()}}); + AWS_OPERATION_CHECK_SUCCESS(endpointResolutionOutcome, UntagResource, CoreErrors, CoreErrors::ENDPOINT_RESOLUTION_FAILURE, endpointResolutionOutcome.GetError().GetMessage()); + return UntagResourceOutcome(MakeRequest(request, endpointResolutionOutcome.GetResult(), Aws::Http::HttpMethod::HTTP_POST, Aws::Auth::SIGV4_SIGNER)); + }, + TracingUtils::SMITHY_CLIENT_DURATION_METRIC, + *meter, + {{TracingUtils::SMITHY_METHOD_DIMENSION, request.GetServiceRequestName()}, {TracingUtils::SMITHY_SERVICE_DIMENSION, this->GetServiceClientName()}}); +} + UpdateOpportunityOutcome PartnerCentralSellingClient::UpdateOpportunity(const UpdateOpportunityRequest& request) const { AWS_OPERATION_GUARD(UpdateOpportunity); diff --git a/generated/src/aws-cpp-sdk-partnercentral-selling/source/model/CreateResourceSnapshotJobRequest.cpp b/generated/src/aws-cpp-sdk-partnercentral-selling/source/model/CreateResourceSnapshotJobRequest.cpp index 222e0742a75..a88e73faad6 100644 --- a/generated/src/aws-cpp-sdk-partnercentral-selling/source/model/CreateResourceSnapshotJobRequest.cpp +++ b/generated/src/aws-cpp-sdk-partnercentral-selling/source/model/CreateResourceSnapshotJobRequest.cpp @@ -20,7 +20,8 @@ CreateResourceSnapshotJobRequest::CreateResourceSnapshotJobRequest() : m_resourceIdentifierHasBeenSet(false), m_resourceSnapshotTemplateIdentifierHasBeenSet(false), m_resourceType(ResourceType::NOT_SET), - m_resourceTypeHasBeenSet(false) + m_resourceTypeHasBeenSet(false), + m_tagsHasBeenSet(false) { } @@ -63,6 +64,17 @@ Aws::String CreateResourceSnapshotJobRequest::SerializePayload() const payload.WithString("ResourceType", ResourceTypeMapper::GetNameForResourceType(m_resourceType)); } + if(m_tagsHasBeenSet) + { + Aws::Utils::Array tagsJsonList(m_tags.size()); + for(unsigned tagsIndex = 0; tagsIndex < tagsJsonList.GetLength(); ++tagsIndex) + { + tagsJsonList[tagsIndex].AsObject(m_tags[tagsIndex].Jsonize()); + } + payload.WithArray("Tags", std::move(tagsJsonList)); + + } + return payload.View().WriteReadable(); } diff --git a/generated/src/aws-cpp-sdk-partnercentral-selling/source/model/ListTagsForResourceRequest.cpp b/generated/src/aws-cpp-sdk-partnercentral-selling/source/model/ListTagsForResourceRequest.cpp new file mode 100644 index 00000000000..c4474b9e136 --- /dev/null +++ b/generated/src/aws-cpp-sdk-partnercentral-selling/source/model/ListTagsForResourceRequest.cpp @@ -0,0 +1,43 @@ +/** + * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. + * SPDX-License-Identifier: Apache-2.0. + */ + +#include +#include + +#include + +using namespace Aws::PartnerCentralSelling::Model; +using namespace Aws::Utils::Json; +using namespace Aws::Utils; + +ListTagsForResourceRequest::ListTagsForResourceRequest() : + m_resourceArnHasBeenSet(false) +{ +} + +Aws::String ListTagsForResourceRequest::SerializePayload() const +{ + JsonValue payload; + + if(m_resourceArnHasBeenSet) + { + payload.WithString("ResourceArn", m_resourceArn); + + } + + return payload.View().WriteReadable(); +} + +Aws::Http::HeaderValueCollection ListTagsForResourceRequest::GetRequestSpecificHeaders() const +{ + Aws::Http::HeaderValueCollection headers; + headers.insert(Aws::Http::HeaderValuePair("X-Amz-Target", "AWSPartnerCentralSelling.ListTagsForResource")); + return headers; + +} + + + + diff --git a/generated/src/aws-cpp-sdk-partnercentral-selling/source/model/ListTagsForResourceResult.cpp b/generated/src/aws-cpp-sdk-partnercentral-selling/source/model/ListTagsForResourceResult.cpp new file mode 100644 index 00000000000..d63d21712ac --- /dev/null +++ b/generated/src/aws-cpp-sdk-partnercentral-selling/source/model/ListTagsForResourceResult.cpp @@ -0,0 +1,51 @@ +/** + * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. + * SPDX-License-Identifier: Apache-2.0. + */ + +#include +#include +#include +#include +#include +#include + +#include + +using namespace Aws::PartnerCentralSelling::Model; +using namespace Aws::Utils::Json; +using namespace Aws::Utils; +using namespace Aws; + +ListTagsForResourceResult::ListTagsForResourceResult() +{ +} + +ListTagsForResourceResult::ListTagsForResourceResult(const Aws::AmazonWebServiceResult& result) +{ + *this = result; +} + +ListTagsForResourceResult& ListTagsForResourceResult::operator =(const Aws::AmazonWebServiceResult& result) +{ + JsonView jsonValue = result.GetPayload().View(); + if(jsonValue.ValueExists("Tags")) + { + Aws::Utils::Array tagsJsonList = jsonValue.GetArray("Tags"); + for(unsigned tagsIndex = 0; tagsIndex < tagsJsonList.GetLength(); ++tagsIndex) + { + m_tags.push_back(tagsJsonList[tagsIndex].AsObject()); + } + } + + + const auto& headers = result.GetHeaderValueCollection(); + const auto& requestIdIter = headers.find("x-amzn-requestid"); + if(requestIdIter != headers.end()) + { + m_requestId = requestIdIter->second; + } + + + return *this; +} diff --git a/generated/src/aws-cpp-sdk-partnercentral-selling/source/model/ReasonCode.cpp b/generated/src/aws-cpp-sdk-partnercentral-selling/source/model/ReasonCode.cpp index bb2da346211..f2ab5d1516f 100644 --- a/generated/src/aws-cpp-sdk-partnercentral-selling/source/model/ReasonCode.cpp +++ b/generated/src/aws-cpp-sdk-partnercentral-selling/source/model/ReasonCode.cpp @@ -31,12 +31,12 @@ namespace Aws static const int EngagementConflict_HASH = HashingUtils::HashString("EngagementConflict"); static const int OpportunitySubmissionFailed_HASH = HashingUtils::HashString("OpportunitySubmissionFailed"); static const int EngagementInvitationConflict_HASH = HashingUtils::HashString("EngagementInvitationConflict"); + static const int InternalError_HASH = HashingUtils::HashString("InternalError"); static const int OpportunityValidationFailed_HASH = HashingUtils::HashString("OpportunityValidationFailed"); static const int OpportunityConflict_HASH = HashingUtils::HashString("OpportunityConflict"); static const int ResourceSnapshotAccessDenied_HASH = HashingUtils::HashString("ResourceSnapshotAccessDenied"); static const int ResourceSnapshotValidationFailed_HASH = HashingUtils::HashString("ResourceSnapshotValidationFailed"); static const int ResourceSnapshotConflict_HASH = HashingUtils::HashString("ResourceSnapshotConflict"); - static const int InternalError_HASH = HashingUtils::HashString("InternalError"); static const int ServiceQuotaExceeded_HASH = HashingUtils::HashString("ServiceQuotaExceeded"); static const int RequestThrottled_HASH = HashingUtils::HashString("RequestThrottled"); @@ -88,6 +88,10 @@ namespace Aws { return ReasonCode::EngagementInvitationConflict; } + else if (hashCode == InternalError_HASH) + { + return ReasonCode::InternalError; + } else if (hashCode == OpportunityValidationFailed_HASH) { return ReasonCode::OpportunityValidationFailed; @@ -108,10 +112,6 @@ namespace Aws { return ReasonCode::ResourceSnapshotConflict; } - else if (hashCode == InternalError_HASH) - { - return ReasonCode::InternalError; - } else if (hashCode == ServiceQuotaExceeded_HASH) { return ReasonCode::ServiceQuotaExceeded; @@ -158,6 +158,8 @@ namespace Aws return "OpportunitySubmissionFailed"; case ReasonCode::EngagementInvitationConflict: return "EngagementInvitationConflict"; + case ReasonCode::InternalError: + return "InternalError"; case ReasonCode::OpportunityValidationFailed: return "OpportunityValidationFailed"; case ReasonCode::OpportunityConflict: @@ -168,8 +170,6 @@ namespace Aws return "ResourceSnapshotValidationFailed"; case ReasonCode::ResourceSnapshotConflict: return "ResourceSnapshotConflict"; - case ReasonCode::InternalError: - return "InternalError"; case ReasonCode::ServiceQuotaExceeded: return "ServiceQuotaExceeded"; case ReasonCode::RequestThrottled: diff --git a/generated/src/aws-cpp-sdk-partnercentral-selling/source/model/StartEngagementByAcceptingInvitationTaskRequest.cpp b/generated/src/aws-cpp-sdk-partnercentral-selling/source/model/StartEngagementByAcceptingInvitationTaskRequest.cpp index eedb6c82972..3b1f7f95ae8 100644 --- a/generated/src/aws-cpp-sdk-partnercentral-selling/source/model/StartEngagementByAcceptingInvitationTaskRequest.cpp +++ b/generated/src/aws-cpp-sdk-partnercentral-selling/source/model/StartEngagementByAcceptingInvitationTaskRequest.cpp @@ -16,7 +16,8 @@ StartEngagementByAcceptingInvitationTaskRequest::StartEngagementByAcceptingInvit m_catalogHasBeenSet(false), m_clientToken(Aws::Utils::UUID::PseudoRandomUUID()), m_clientTokenHasBeenSet(true), - m_identifierHasBeenSet(false) + m_identifierHasBeenSet(false), + m_tagsHasBeenSet(false) { } @@ -42,6 +43,17 @@ Aws::String StartEngagementByAcceptingInvitationTaskRequest::SerializePayload() } + if(m_tagsHasBeenSet) + { + Aws::Utils::Array tagsJsonList(m_tags.size()); + for(unsigned tagsIndex = 0; tagsIndex < tagsJsonList.GetLength(); ++tagsIndex) + { + tagsJsonList[tagsIndex].AsObject(m_tags[tagsIndex].Jsonize()); + } + payload.WithArray("Tags", std::move(tagsJsonList)); + + } + return payload.View().WriteReadable(); } diff --git a/generated/src/aws-cpp-sdk-partnercentral-selling/source/model/StartEngagementFromOpportunityTaskRequest.cpp b/generated/src/aws-cpp-sdk-partnercentral-selling/source/model/StartEngagementFromOpportunityTaskRequest.cpp index 2d645a2c5a9..539bf808b40 100644 --- a/generated/src/aws-cpp-sdk-partnercentral-selling/source/model/StartEngagementFromOpportunityTaskRequest.cpp +++ b/generated/src/aws-cpp-sdk-partnercentral-selling/source/model/StartEngagementFromOpportunityTaskRequest.cpp @@ -17,7 +17,8 @@ StartEngagementFromOpportunityTaskRequest::StartEngagementFromOpportunityTaskReq m_catalogHasBeenSet(false), m_clientToken(Aws::Utils::UUID::PseudoRandomUUID()), m_clientTokenHasBeenSet(true), - m_identifierHasBeenSet(false) + m_identifierHasBeenSet(false), + m_tagsHasBeenSet(false) { } @@ -49,6 +50,17 @@ Aws::String StartEngagementFromOpportunityTaskRequest::SerializePayload() const } + if(m_tagsHasBeenSet) + { + Aws::Utils::Array tagsJsonList(m_tags.size()); + for(unsigned tagsIndex = 0; tagsIndex < tagsJsonList.GetLength(); ++tagsIndex) + { + tagsJsonList[tagsIndex].AsObject(m_tags[tagsIndex].Jsonize()); + } + payload.WithArray("Tags", std::move(tagsJsonList)); + + } + return payload.View().WriteReadable(); } diff --git a/generated/src/aws-cpp-sdk-partnercentral-selling/source/model/Tag.cpp b/generated/src/aws-cpp-sdk-partnercentral-selling/source/model/Tag.cpp new file mode 100644 index 00000000000..7fcb5c89c88 --- /dev/null +++ b/generated/src/aws-cpp-sdk-partnercentral-selling/source/model/Tag.cpp @@ -0,0 +1,73 @@ +/** + * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. + * SPDX-License-Identifier: Apache-2.0. + */ + +#include +#include + +#include + +using namespace Aws::Utils::Json; +using namespace Aws::Utils; + +namespace Aws +{ +namespace PartnerCentralSelling +{ +namespace Model +{ + +Tag::Tag() : + m_keyHasBeenSet(false), + m_valueHasBeenSet(false) +{ +} + +Tag::Tag(JsonView jsonValue) + : Tag() +{ + *this = jsonValue; +} + +Tag& Tag::operator =(JsonView jsonValue) +{ + if(jsonValue.ValueExists("Key")) + { + m_key = jsonValue.GetString("Key"); + + m_keyHasBeenSet = true; + } + + if(jsonValue.ValueExists("Value")) + { + m_value = jsonValue.GetString("Value"); + + m_valueHasBeenSet = true; + } + + return *this; +} + +JsonValue Tag::Jsonize() const +{ + JsonValue payload; + + if(m_keyHasBeenSet) + { + payload.WithString("Key", m_key); + + } + + if(m_valueHasBeenSet) + { + payload.WithString("Value", m_value); + + } + + return payload; +} + +} // namespace Model +} // namespace PartnerCentralSelling +} // namespace Aws diff --git a/generated/src/aws-cpp-sdk-partnercentral-selling/source/model/TagResourceRequest.cpp b/generated/src/aws-cpp-sdk-partnercentral-selling/source/model/TagResourceRequest.cpp new file mode 100644 index 00000000000..5c34895f788 --- /dev/null +++ b/generated/src/aws-cpp-sdk-partnercentral-selling/source/model/TagResourceRequest.cpp @@ -0,0 +1,55 @@ +/** + * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. + * SPDX-License-Identifier: Apache-2.0. + */ + +#include +#include + +#include + +using namespace Aws::PartnerCentralSelling::Model; +using namespace Aws::Utils::Json; +using namespace Aws::Utils; + +TagResourceRequest::TagResourceRequest() : + m_resourceArnHasBeenSet(false), + m_tagsHasBeenSet(false) +{ +} + +Aws::String TagResourceRequest::SerializePayload() const +{ + JsonValue payload; + + if(m_resourceArnHasBeenSet) + { + payload.WithString("ResourceArn", m_resourceArn); + + } + + if(m_tagsHasBeenSet) + { + Aws::Utils::Array tagsJsonList(m_tags.size()); + for(unsigned tagsIndex = 0; tagsIndex < tagsJsonList.GetLength(); ++tagsIndex) + { + tagsJsonList[tagsIndex].AsObject(m_tags[tagsIndex].Jsonize()); + } + payload.WithArray("Tags", std::move(tagsJsonList)); + + } + + return payload.View().WriteReadable(); +} + +Aws::Http::HeaderValueCollection TagResourceRequest::GetRequestSpecificHeaders() const +{ + Aws::Http::HeaderValueCollection headers; + headers.insert(Aws::Http::HeaderValuePair("X-Amz-Target", "AWSPartnerCentralSelling.TagResource")); + return headers; + +} + + + + diff --git a/generated/src/aws-cpp-sdk-partnercentral-selling/source/model/TagResourceResult.cpp b/generated/src/aws-cpp-sdk-partnercentral-selling/source/model/TagResourceResult.cpp new file mode 100644 index 00000000000..0ca6ca9dfa3 --- /dev/null +++ b/generated/src/aws-cpp-sdk-partnercentral-selling/source/model/TagResourceResult.cpp @@ -0,0 +1,42 @@ +/** + * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. + * SPDX-License-Identifier: Apache-2.0. + */ + +#include +#include +#include +#include +#include +#include + +#include + +using namespace Aws::PartnerCentralSelling::Model; +using namespace Aws::Utils::Json; +using namespace Aws::Utils; +using namespace Aws; + +TagResourceResult::TagResourceResult() +{ +} + +TagResourceResult::TagResourceResult(const Aws::AmazonWebServiceResult& result) +{ + *this = result; +} + +TagResourceResult& TagResourceResult::operator =(const Aws::AmazonWebServiceResult& result) +{ + AWS_UNREFERENCED_PARAM(result); + + const auto& headers = result.GetHeaderValueCollection(); + const auto& requestIdIter = headers.find("x-amzn-requestid"); + if(requestIdIter != headers.end()) + { + m_requestId = requestIdIter->second; + } + + + return *this; +} diff --git a/generated/src/aws-cpp-sdk-partnercentral-selling/source/model/UntagResourceRequest.cpp b/generated/src/aws-cpp-sdk-partnercentral-selling/source/model/UntagResourceRequest.cpp new file mode 100644 index 00000000000..cf5c371ad53 --- /dev/null +++ b/generated/src/aws-cpp-sdk-partnercentral-selling/source/model/UntagResourceRequest.cpp @@ -0,0 +1,55 @@ +/** + * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. + * SPDX-License-Identifier: Apache-2.0. + */ + +#include +#include + +#include + +using namespace Aws::PartnerCentralSelling::Model; +using namespace Aws::Utils::Json; +using namespace Aws::Utils; + +UntagResourceRequest::UntagResourceRequest() : + m_resourceArnHasBeenSet(false), + m_tagKeysHasBeenSet(false) +{ +} + +Aws::String UntagResourceRequest::SerializePayload() const +{ + JsonValue payload; + + if(m_resourceArnHasBeenSet) + { + payload.WithString("ResourceArn", m_resourceArn); + + } + + if(m_tagKeysHasBeenSet) + { + Aws::Utils::Array tagKeysJsonList(m_tagKeys.size()); + for(unsigned tagKeysIndex = 0; tagKeysIndex < tagKeysJsonList.GetLength(); ++tagKeysIndex) + { + tagKeysJsonList[tagKeysIndex].AsString(m_tagKeys[tagKeysIndex]); + } + payload.WithArray("TagKeys", std::move(tagKeysJsonList)); + + } + + return payload.View().WriteReadable(); +} + +Aws::Http::HeaderValueCollection UntagResourceRequest::GetRequestSpecificHeaders() const +{ + Aws::Http::HeaderValueCollection headers; + headers.insert(Aws::Http::HeaderValuePair("X-Amz-Target", "AWSPartnerCentralSelling.UntagResource")); + return headers; + +} + + + + diff --git a/generated/src/aws-cpp-sdk-partnercentral-selling/source/model/UntagResourceResult.cpp b/generated/src/aws-cpp-sdk-partnercentral-selling/source/model/UntagResourceResult.cpp new file mode 100644 index 00000000000..a0b7e0fdb8b --- /dev/null +++ b/generated/src/aws-cpp-sdk-partnercentral-selling/source/model/UntagResourceResult.cpp @@ -0,0 +1,42 @@ +/** + * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. + * SPDX-License-Identifier: Apache-2.0. + */ + +#include +#include +#include +#include +#include +#include + +#include + +using namespace Aws::PartnerCentralSelling::Model; +using namespace Aws::Utils::Json; +using namespace Aws::Utils; +using namespace Aws; + +UntagResourceResult::UntagResourceResult() +{ +} + +UntagResourceResult::UntagResourceResult(const Aws::AmazonWebServiceResult& result) +{ + *this = result; +} + +UntagResourceResult& UntagResourceResult::operator =(const Aws::AmazonWebServiceResult& result) +{ + AWS_UNREFERENCED_PARAM(result); + + const auto& headers = result.GetHeaderValueCollection(); + const auto& requestIdIter = headers.find("x-amzn-requestid"); + if(requestIdIter != headers.end()) + { + m_requestId = requestIdIter->second; + } + + + return *this; +} diff --git a/generated/src/aws-cpp-sdk-sesv2/include/aws/sesv2/model/RecommendationType.h b/generated/src/aws-cpp-sdk-sesv2/include/aws/sesv2/model/RecommendationType.h index 7fb82c672f9..3fa25aac5f2 100644 --- a/generated/src/aws-cpp-sdk-sesv2/include/aws/sesv2/model/RecommendationType.h +++ b/generated/src/aws-cpp-sdk-sesv2/include/aws/sesv2/model/RecommendationType.h @@ -19,7 +19,8 @@ namespace Model DKIM, DMARC, SPF, - BIMI + BIMI, + COMPLAINT }; namespace RecommendationTypeMapper diff --git a/generated/src/aws-cpp-sdk-sesv2/source/model/RecommendationType.cpp b/generated/src/aws-cpp-sdk-sesv2/source/model/RecommendationType.cpp index 3e2c255d7e1..2009106fa2d 100644 --- a/generated/src/aws-cpp-sdk-sesv2/source/model/RecommendationType.cpp +++ b/generated/src/aws-cpp-sdk-sesv2/source/model/RecommendationType.cpp @@ -24,6 +24,7 @@ namespace Aws static const int DMARC_HASH = HashingUtils::HashString("DMARC"); static const int SPF_HASH = HashingUtils::HashString("SPF"); static const int BIMI_HASH = HashingUtils::HashString("BIMI"); + static const int COMPLAINT_HASH = HashingUtils::HashString("COMPLAINT"); RecommendationType GetRecommendationTypeForName(const Aws::String& name) @@ -45,6 +46,10 @@ namespace Aws { return RecommendationType::BIMI; } + else if (hashCode == COMPLAINT_HASH) + { + return RecommendationType::COMPLAINT; + } EnumParseOverflowContainer* overflowContainer = Aws::GetEnumOverflowContainer(); if(overflowContainer) { @@ -69,6 +74,8 @@ namespace Aws return "SPF"; case RecommendationType::BIMI: return "BIMI"; + case RecommendationType::COMPLAINT: + return "COMPLAINT"; default: EnumParseOverflowContainer* overflowContainer = Aws::GetEnumOverflowContainer(); if(overflowContainer) diff --git a/generated/src/aws-cpp-sdk-workspaces/include/aws/workspaces/model/Compute.h b/generated/src/aws-cpp-sdk-workspaces/include/aws/workspaces/model/Compute.h index df426435af8..1d03531a355 100644 --- a/generated/src/aws-cpp-sdk-workspaces/include/aws/workspaces/model/Compute.h +++ b/generated/src/aws-cpp-sdk-workspaces/include/aws/workspaces/model/Compute.h @@ -22,6 +22,8 @@ namespace Model POWER, GRAPHICS, POWERPRO, + GENERALPURPOSE_4XLARGE, + GENERALPURPOSE_8XLARGE, GRAPHICSPRO, GRAPHICS_G4DN, GRAPHICSPRO_G4DN diff --git a/generated/src/aws-cpp-sdk-workspaces/source/model/Compute.cpp b/generated/src/aws-cpp-sdk-workspaces/source/model/Compute.cpp index 137bf4684b2..2b0dccfbb78 100644 --- a/generated/src/aws-cpp-sdk-workspaces/source/model/Compute.cpp +++ b/generated/src/aws-cpp-sdk-workspaces/source/model/Compute.cpp @@ -26,6 +26,8 @@ namespace Aws static const int POWER_HASH = HashingUtils::HashString("POWER"); static const int GRAPHICS_HASH = HashingUtils::HashString("GRAPHICS"); static const int POWERPRO_HASH = HashingUtils::HashString("POWERPRO"); + static const int GENERALPURPOSE_4XLARGE_HASH = HashingUtils::HashString("GENERALPURPOSE_4XLARGE"); + static const int GENERALPURPOSE_8XLARGE_HASH = HashingUtils::HashString("GENERALPURPOSE_8XLARGE"); static const int GRAPHICSPRO_HASH = HashingUtils::HashString("GRAPHICSPRO"); static const int GRAPHICS_G4DN_HASH = HashingUtils::HashString("GRAPHICS_G4DN"); static const int GRAPHICSPRO_G4DN_HASH = HashingUtils::HashString("GRAPHICSPRO_G4DN"); @@ -58,6 +60,14 @@ namespace Aws { return Compute::POWERPRO; } + else if (hashCode == GENERALPURPOSE_4XLARGE_HASH) + { + return Compute::GENERALPURPOSE_4XLARGE; + } + else if (hashCode == GENERALPURPOSE_8XLARGE_HASH) + { + return Compute::GENERALPURPOSE_8XLARGE; + } else if (hashCode == GRAPHICSPRO_HASH) { return Compute::GRAPHICSPRO; @@ -98,6 +108,10 @@ namespace Aws return "GRAPHICS"; case Compute::POWERPRO: return "POWERPRO"; + case Compute::GENERALPURPOSE_4XLARGE: + return "GENERALPURPOSE_4XLARGE"; + case Compute::GENERALPURPOSE_8XLARGE: + return "GENERALPURPOSE_8XLARGE"; case Compute::GRAPHICSPRO: return "GRAPHICSPRO"; case Compute::GRAPHICS_G4DN: diff --git a/generated/tests/cognito-identity-gen-tests/CognitoIdentityEndpointProviderTests.cpp b/generated/tests/cognito-identity-gen-tests/CognitoIdentityEndpointProviderTests.cpp index fd38e313849..02417d9ffb3 100644 --- a/generated/tests/cognito-identity-gen-tests/CognitoIdentityEndpointProviderTests.cpp +++ b/generated/tests/cognito-identity-gen-tests/CognitoIdentityEndpointProviderTests.cpp @@ -74,174 +74,120 @@ class CognitoIdentityEndpointProviderTests : public ::testing::TestWithParam> CognitoIdentityEndpointProviderTests::TEST_CASES; -const size_t CognitoIdentityEndpointProviderTests::TEST_CASES_SZ = 45; +const size_t CognitoIdentityEndpointProviderTests::TEST_CASES_SZ = 39; Aws::Vector CognitoIdentityEndpointProviderTests::getTestCase() { Aws::Vector test_cases = { /*TEST CASE 0*/ - {"For region ap-northeast-1 with FIPS disabled and DualStack disabled", // documentation - {EpParam("UseFIPS", false), EpParam("Region", "ap-northeast-1"), EpParam("UseDualStack", false)}, // params + {"For region us-east-1 with FIPS disabled and DualStack disabled", // documentation + {EpParam("UseFIPS", false), EpParam("Region", "us-east-1"), EpParam("UseDualStack", false)}, // params {}, // tags - {{/*epUrl*/"https://cognito-identity.ap-northeast-1.amazonaws.com", + {{/*epUrl*/"https://cognito-identity.us-east-1.amazonaws.com", {/*authScheme*/}, {/*properties*/}, {/*headers*/}}, {/*No error*/}} // expect }, /*TEST CASE 1*/ - {"For region ap-northeast-2 with FIPS disabled and DualStack disabled", // documentation - {EpParam("UseFIPS", false), EpParam("Region", "ap-northeast-2"), EpParam("UseDualStack", false)}, // params + {"For region us-east-1 with FIPS enabled and DualStack disabled", // documentation + {EpParam("UseFIPS", true), EpParam("Region", "us-east-1"), EpParam("UseDualStack", false)}, // params {}, // tags - {{/*epUrl*/"https://cognito-identity.ap-northeast-2.amazonaws.com", + {{/*epUrl*/"https://cognito-identity-fips.us-east-1.amazonaws.com", {/*authScheme*/}, {/*properties*/}, {/*headers*/}}, {/*No error*/}} // expect }, /*TEST CASE 2*/ - {"For region ap-south-1 with FIPS disabled and DualStack disabled", // documentation - {EpParam("UseFIPS", false), EpParam("Region", "ap-south-1"), EpParam("UseDualStack", false)}, // params + {"For region us-east-1 with FIPS disabled and DualStack enabled", // documentation + {EpParam("UseFIPS", false), EpParam("Region", "us-east-1"), EpParam("UseDualStack", true)}, // params {}, // tags - {{/*epUrl*/"https://cognito-identity.ap-south-1.amazonaws.com", + {{/*epUrl*/"https://cognito-identity.us-east-1.amazonaws.com", {/*authScheme*/}, {/*properties*/}, {/*headers*/}}, {/*No error*/}} // expect }, /*TEST CASE 3*/ - {"For region ap-southeast-1 with FIPS disabled and DualStack disabled", // documentation - {EpParam("UseFIPS", false), EpParam("Region", "ap-southeast-1"), EpParam("UseDualStack", false)}, // params + {"For region us-east-1 with FIPS enabled and DualStack enabled", // documentation + {EpParam("UseFIPS", true), EpParam("Region", "us-east-1"), EpParam("UseDualStack", true)}, // params {}, // tags - {{/*epUrl*/"https://cognito-identity.ap-southeast-1.amazonaws.com", + {{/*epUrl*/"https://cognito-identity-fips.us-east-1.amazonaws.com", {/*authScheme*/}, {/*properties*/}, {/*headers*/}}, {/*No error*/}} // expect }, /*TEST CASE 4*/ - {"For region ap-southeast-2 with FIPS disabled and DualStack disabled", // documentation - {EpParam("UseFIPS", false), EpParam("Region", "ap-southeast-2"), EpParam("UseDualStack", false)}, // params + {"For region us-east-2 with FIPS disabled and DualStack disabled", // documentation + {EpParam("UseFIPS", false), EpParam("Region", "us-east-2"), EpParam("UseDualStack", false)}, // params {}, // tags - {{/*epUrl*/"https://cognito-identity.ap-southeast-2.amazonaws.com", + {{/*epUrl*/"https://cognito-identity.us-east-2.amazonaws.com", {/*authScheme*/}, {/*properties*/}, {/*headers*/}}, {/*No error*/}} // expect }, /*TEST CASE 5*/ - {"For region ca-central-1 with FIPS disabled and DualStack disabled", // documentation - {EpParam("UseFIPS", false), EpParam("Region", "ca-central-1"), EpParam("UseDualStack", false)}, // params + {"For region us-east-2 with FIPS enabled and DualStack disabled", // documentation + {EpParam("UseFIPS", true), EpParam("Region", "us-east-2"), EpParam("UseDualStack", false)}, // params {}, // tags - {{/*epUrl*/"https://cognito-identity.ca-central-1.amazonaws.com", + {{/*epUrl*/"https://cognito-identity-fips.us-east-2.amazonaws.com", {/*authScheme*/}, {/*properties*/}, {/*headers*/}}, {/*No error*/}} // expect }, /*TEST CASE 6*/ - {"For region eu-central-1 with FIPS disabled and DualStack disabled", // documentation - {EpParam("UseFIPS", false), EpParam("Region", "eu-central-1"), EpParam("UseDualStack", false)}, // params + {"For region us-east-2 with FIPS disabled and DualStack enabled", // documentation + {EpParam("UseFIPS", false), EpParam("Region", "us-east-2"), EpParam("UseDualStack", true)}, // params {}, // tags - {{/*epUrl*/"https://cognito-identity.eu-central-1.amazonaws.com", + {{/*epUrl*/"https://cognito-identity.us-east-2.amazonaws.com", {/*authScheme*/}, {/*properties*/}, {/*headers*/}}, {/*No error*/}} // expect }, /*TEST CASE 7*/ - {"For region eu-north-1 with FIPS disabled and DualStack disabled", // documentation - {EpParam("UseFIPS", false), EpParam("Region", "eu-north-1"), EpParam("UseDualStack", false)}, // params + {"For region us-east-2 with FIPS enabled and DualStack enabled", // documentation + {EpParam("UseFIPS", true), EpParam("Region", "us-east-2"), EpParam("UseDualStack", true)}, // params {}, // tags - {{/*epUrl*/"https://cognito-identity.eu-north-1.amazonaws.com", + {{/*epUrl*/"https://cognito-identity-fips.us-east-2.amazonaws.com", {/*authScheme*/}, {/*properties*/}, {/*headers*/}}, {/*No error*/}} // expect }, /*TEST CASE 8*/ - {"For region eu-west-1 with FIPS disabled and DualStack disabled", // documentation - {EpParam("UseFIPS", false), EpParam("Region", "eu-west-1"), EpParam("UseDualStack", false)}, // params + {"For region us-west-1 with FIPS disabled and DualStack disabled", // documentation + {EpParam("UseFIPS", false), EpParam("Region", "us-west-1"), EpParam("UseDualStack", false)}, // params {}, // tags - {{/*epUrl*/"https://cognito-identity.eu-west-1.amazonaws.com", + {{/*epUrl*/"https://cognito-identity.us-west-1.amazonaws.com", {/*authScheme*/}, {/*properties*/}, {/*headers*/}}, {/*No error*/}} // expect }, /*TEST CASE 9*/ - {"For region eu-west-2 with FIPS disabled and DualStack disabled", // documentation - {EpParam("UseFIPS", false), EpParam("Region", "eu-west-2"), EpParam("UseDualStack", false)}, // params + {"For region us-west-1 with FIPS enabled and DualStack disabled", // documentation + {EpParam("UseFIPS", true), EpParam("Region", "us-west-1"), EpParam("UseDualStack", false)}, // params {}, // tags - {{/*epUrl*/"https://cognito-identity.eu-west-2.amazonaws.com", + {{/*epUrl*/"https://cognito-identity-fips.us-west-1.amazonaws.com", {/*authScheme*/}, {/*properties*/}, {/*headers*/}}, {/*No error*/}} // expect }, /*TEST CASE 10*/ - {"For region eu-west-3 with FIPS disabled and DualStack disabled", // documentation - {EpParam("UseFIPS", false), EpParam("Region", "eu-west-3"), EpParam("UseDualStack", false)}, // params + {"For region us-west-1 with FIPS disabled and DualStack enabled", // documentation + {EpParam("UseFIPS", false), EpParam("Region", "us-west-1"), EpParam("UseDualStack", true)}, // params {}, // tags - {{/*epUrl*/"https://cognito-identity.eu-west-3.amazonaws.com", + {{/*epUrl*/"https://cognito-identity.us-west-1.amazonaws.com", {/*authScheme*/}, {/*properties*/}, {/*headers*/}}, {/*No error*/}} // expect }, /*TEST CASE 11*/ - {"For region me-south-1 with FIPS disabled and DualStack disabled", // documentation - {EpParam("UseFIPS", false), EpParam("Region", "me-south-1"), EpParam("UseDualStack", false)}, // params + {"For region us-west-1 with FIPS enabled and DualStack enabled", // documentation + {EpParam("UseFIPS", true), EpParam("Region", "us-west-1"), EpParam("UseDualStack", true)}, // params {}, // tags - {{/*epUrl*/"https://cognito-identity.me-south-1.amazonaws.com", + {{/*epUrl*/"https://cognito-identity-fips.us-west-1.amazonaws.com", {/*authScheme*/}, {/*properties*/}, {/*headers*/}}, {/*No error*/}} // expect }, /*TEST CASE 12*/ - {"For region sa-east-1 with FIPS disabled and DualStack disabled", // documentation - {EpParam("UseFIPS", false), EpParam("Region", "sa-east-1"), EpParam("UseDualStack", false)}, // params - {}, // tags - {{/*epUrl*/"https://cognito-identity.sa-east-1.amazonaws.com", - {/*authScheme*/}, - {/*properties*/}, - {/*headers*/}}, {/*No error*/}} // expect - }, - /*TEST CASE 13*/ - {"For region us-east-1 with FIPS disabled and DualStack disabled", // documentation - {EpParam("UseFIPS", false), EpParam("Region", "us-east-1"), EpParam("UseDualStack", false)}, // params - {}, // tags - {{/*epUrl*/"https://cognito-identity.us-east-1.amazonaws.com", - {/*authScheme*/}, - {/*properties*/}, - {/*headers*/}}, {/*No error*/}} // expect - }, - /*TEST CASE 14*/ - {"For region us-east-1 with FIPS enabled and DualStack disabled", // documentation - {EpParam("UseFIPS", true), EpParam("Region", "us-east-1"), EpParam("UseDualStack", false)}, // params - {}, // tags - {{/*epUrl*/"https://cognito-identity-fips.us-east-1.amazonaws.com", - {/*authScheme*/}, - {/*properties*/}, - {/*headers*/}}, {/*No error*/}} // expect - }, - /*TEST CASE 15*/ - {"For region us-east-2 with FIPS disabled and DualStack disabled", // documentation - {EpParam("UseFIPS", false), EpParam("Region", "us-east-2"), EpParam("UseDualStack", false)}, // params - {}, // tags - {{/*epUrl*/"https://cognito-identity.us-east-2.amazonaws.com", - {/*authScheme*/}, - {/*properties*/}, - {/*headers*/}}, {/*No error*/}} // expect - }, - /*TEST CASE 16*/ - {"For region us-east-2 with FIPS enabled and DualStack disabled", // documentation - {EpParam("UseFIPS", true), EpParam("Region", "us-east-2"), EpParam("UseDualStack", false)}, // params - {}, // tags - {{/*epUrl*/"https://cognito-identity-fips.us-east-2.amazonaws.com", - {/*authScheme*/}, - {/*properties*/}, - {/*headers*/}}, {/*No error*/}} // expect - }, - /*TEST CASE 17*/ - {"For region us-west-1 with FIPS disabled and DualStack disabled", // documentation - {EpParam("UseFIPS", false), EpParam("Region", "us-west-1"), EpParam("UseDualStack", false)}, // params - {}, // tags - {{/*epUrl*/"https://cognito-identity.us-west-1.amazonaws.com", - {/*authScheme*/}, - {/*properties*/}, - {/*headers*/}}, {/*No error*/}} // expect - }, - /*TEST CASE 18*/ {"For region us-west-2 with FIPS disabled and DualStack disabled", // documentation {EpParam("UseFIPS", false), EpParam("Region", "us-west-2"), EpParam("UseDualStack", false)}, // params {}, // tags @@ -250,7 +196,7 @@ Aws::Vector CognitoIdentityEndp {/*properties*/}, {/*headers*/}}, {/*No error*/}} // expect }, - /*TEST CASE 19*/ + /*TEST CASE 13*/ {"For region us-west-2 with FIPS enabled and DualStack disabled", // documentation {EpParam("UseFIPS", true), EpParam("Region", "us-west-2"), EpParam("UseDualStack", false)}, // params {}, // tags @@ -259,25 +205,25 @@ Aws::Vector CognitoIdentityEndp {/*properties*/}, {/*headers*/}}, {/*No error*/}} // expect }, - /*TEST CASE 20*/ - {"For region us-east-1 with FIPS enabled and DualStack enabled", // documentation - {EpParam("UseFIPS", true), EpParam("Region", "us-east-1"), EpParam("UseDualStack", true)}, // params + /*TEST CASE 14*/ + {"For region us-west-2 with FIPS disabled and DualStack enabled", // documentation + {EpParam("UseFIPS", false), EpParam("Region", "us-west-2"), EpParam("UseDualStack", true)}, // params {}, // tags - {{/*epUrl*/"https://cognito-identity-fips.us-east-1.api.aws", + {{/*epUrl*/"https://cognito-identity.us-west-2.amazonaws.com", {/*authScheme*/}, {/*properties*/}, {/*headers*/}}, {/*No error*/}} // expect }, - /*TEST CASE 21*/ - {"For region us-east-1 with FIPS disabled and DualStack enabled", // documentation - {EpParam("UseFIPS", false), EpParam("Region", "us-east-1"), EpParam("UseDualStack", true)}, // params + /*TEST CASE 15*/ + {"For region us-west-2 with FIPS enabled and DualStack enabled", // documentation + {EpParam("UseFIPS", true), EpParam("Region", "us-west-2"), EpParam("UseDualStack", true)}, // params {}, // tags - {{/*epUrl*/"https://cognito-identity.us-east-1.api.aws", + {{/*epUrl*/"https://cognito-identity-fips.us-west-2.amazonaws.com", {/*authScheme*/}, {/*properties*/}, {/*headers*/}}, {/*No error*/}} // expect }, - /*TEST CASE 22*/ + /*TEST CASE 16*/ {"For region cn-north-1 with FIPS disabled and DualStack disabled", // documentation {EpParam("UseFIPS", false), EpParam("Region", "cn-north-1"), EpParam("UseDualStack", false)}, // params {}, // tags @@ -286,7 +232,7 @@ Aws::Vector CognitoIdentityEndp {/*properties*/}, {/*headers*/}}, {/*No error*/}} // expect }, - /*TEST CASE 23*/ + /*TEST CASE 17*/ {"For region cn-north-1 with FIPS enabled and DualStack enabled", // documentation {EpParam("UseFIPS", true), EpParam("Region", "cn-north-1"), EpParam("UseDualStack", true)}, // params {}, // tags @@ -295,7 +241,7 @@ Aws::Vector CognitoIdentityEndp {/*properties*/}, {/*headers*/}}, {/*No error*/}} // expect }, - /*TEST CASE 24*/ + /*TEST CASE 18*/ {"For region cn-north-1 with FIPS enabled and DualStack disabled", // documentation {EpParam("UseFIPS", true), EpParam("Region", "cn-north-1"), EpParam("UseDualStack", false)}, // params {}, // tags @@ -304,7 +250,7 @@ Aws::Vector CognitoIdentityEndp {/*properties*/}, {/*headers*/}}, {/*No error*/}} // expect }, - /*TEST CASE 25*/ + /*TEST CASE 19*/ {"For region cn-north-1 with FIPS disabled and DualStack enabled", // documentation {EpParam("UseFIPS", false), EpParam("Region", "cn-north-1"), EpParam("UseDualStack", true)}, // params {}, // tags @@ -313,7 +259,7 @@ Aws::Vector CognitoIdentityEndp {/*properties*/}, {/*headers*/}}, {/*No error*/}} // expect }, - /*TEST CASE 26*/ + /*TEST CASE 20*/ {"For region us-gov-west-1 with FIPS disabled and DualStack disabled", // documentation {EpParam("UseFIPS", false), EpParam("Region", "us-gov-west-1"), EpParam("UseDualStack", false)}, // params {}, // tags @@ -322,7 +268,7 @@ Aws::Vector CognitoIdentityEndp {/*properties*/}, {/*headers*/}}, {/*No error*/}} // expect }, - /*TEST CASE 27*/ + /*TEST CASE 21*/ {"For region us-gov-west-1 with FIPS enabled and DualStack disabled", // documentation {EpParam("UseFIPS", true), EpParam("Region", "us-gov-west-1"), EpParam("UseDualStack", false)}, // params {}, // tags @@ -331,7 +277,7 @@ Aws::Vector CognitoIdentityEndp {/*properties*/}, {/*headers*/}}, {/*No error*/}} // expect }, - /*TEST CASE 28*/ + /*TEST CASE 22*/ {"For region us-gov-east-1 with FIPS enabled and DualStack enabled", // documentation {EpParam("UseFIPS", true), EpParam("Region", "us-gov-east-1"), EpParam("UseDualStack", true)}, // params {}, // tags @@ -340,7 +286,7 @@ Aws::Vector CognitoIdentityEndp {/*properties*/}, {/*headers*/}}, {/*No error*/}} // expect }, - /*TEST CASE 29*/ + /*TEST CASE 23*/ {"For region us-gov-east-1 with FIPS enabled and DualStack disabled", // documentation {EpParam("UseFIPS", true), EpParam("Region", "us-gov-east-1"), EpParam("UseDualStack", false)}, // params {}, // tags @@ -349,7 +295,7 @@ Aws::Vector CognitoIdentityEndp {/*properties*/}, {/*headers*/}}, {/*No error*/}} // expect }, - /*TEST CASE 30*/ + /*TEST CASE 24*/ {"For region us-gov-east-1 with FIPS disabled and DualStack enabled", // documentation {EpParam("UseFIPS", false), EpParam("Region", "us-gov-east-1"), EpParam("UseDualStack", true)}, // params {}, // tags @@ -358,7 +304,7 @@ Aws::Vector CognitoIdentityEndp {/*properties*/}, {/*headers*/}}, {/*No error*/}} // expect }, - /*TEST CASE 31*/ + /*TEST CASE 25*/ {"For region us-gov-east-1 with FIPS disabled and DualStack disabled", // documentation {EpParam("UseFIPS", false), EpParam("Region", "us-gov-east-1"), EpParam("UseDualStack", false)}, // params {}, // tags @@ -367,13 +313,13 @@ Aws::Vector CognitoIdentityEndp {/*properties*/}, {/*headers*/}}, {/*No error*/}} // expect }, - /*TEST CASE 32*/ + /*TEST CASE 26*/ {"For region us-iso-east-1 with FIPS enabled and DualStack enabled", // documentation {EpParam("UseFIPS", true), EpParam("Region", "us-iso-east-1"), EpParam("UseDualStack", true)}, // params {}, // tags {{/*No endpoint expected*/}, /*error*/"FIPS and DualStack are enabled, but this partition does not support one or both"} // expect }, - /*TEST CASE 33*/ + /*TEST CASE 27*/ {"For region us-iso-east-1 with FIPS enabled and DualStack disabled", // documentation {EpParam("UseFIPS", true), EpParam("Region", "us-iso-east-1"), EpParam("UseDualStack", false)}, // params {}, // tags @@ -382,13 +328,13 @@ Aws::Vector CognitoIdentityEndp {/*properties*/}, {/*headers*/}}, {/*No error*/}} // expect }, - /*TEST CASE 34*/ + /*TEST CASE 28*/ {"For region us-iso-east-1 with FIPS disabled and DualStack enabled", // documentation {EpParam("UseFIPS", false), EpParam("Region", "us-iso-east-1"), EpParam("UseDualStack", true)}, // params {}, // tags {{/*No endpoint expected*/}, /*error*/"DualStack is enabled but this partition does not support DualStack"} // expect }, - /*TEST CASE 35*/ + /*TEST CASE 29*/ {"For region us-iso-east-1 with FIPS disabled and DualStack disabled", // documentation {EpParam("UseFIPS", false), EpParam("Region", "us-iso-east-1"), EpParam("UseDualStack", false)}, // params {}, // tags @@ -397,13 +343,13 @@ Aws::Vector CognitoIdentityEndp {/*properties*/}, {/*headers*/}}, {/*No error*/}} // expect }, - /*TEST CASE 36*/ + /*TEST CASE 30*/ {"For region us-isob-east-1 with FIPS enabled and DualStack enabled", // documentation {EpParam("UseFIPS", true), EpParam("Region", "us-isob-east-1"), EpParam("UseDualStack", true)}, // params {}, // tags {{/*No endpoint expected*/}, /*error*/"FIPS and DualStack are enabled, but this partition does not support one or both"} // expect }, - /*TEST CASE 37*/ + /*TEST CASE 31*/ {"For region us-isob-east-1 with FIPS enabled and DualStack disabled", // documentation {EpParam("UseFIPS", true), EpParam("Region", "us-isob-east-1"), EpParam("UseDualStack", false)}, // params {}, // tags @@ -412,13 +358,13 @@ Aws::Vector CognitoIdentityEndp {/*properties*/}, {/*headers*/}}, {/*No error*/}} // expect }, - /*TEST CASE 38*/ + /*TEST CASE 32*/ {"For region us-isob-east-1 with FIPS disabled and DualStack enabled", // documentation {EpParam("UseFIPS", false), EpParam("Region", "us-isob-east-1"), EpParam("UseDualStack", true)}, // params {}, // tags {{/*No endpoint expected*/}, /*error*/"DualStack is enabled but this partition does not support DualStack"} // expect }, - /*TEST CASE 39*/ + /*TEST CASE 33*/ {"For region us-isob-east-1 with FIPS disabled and DualStack disabled", // documentation {EpParam("UseFIPS", false), EpParam("Region", "us-isob-east-1"), EpParam("UseDualStack", false)}, // params {}, // tags @@ -427,7 +373,7 @@ Aws::Vector CognitoIdentityEndp {/*properties*/}, {/*headers*/}}, {/*No error*/}} // expect }, - /*TEST CASE 40*/ + /*TEST CASE 34*/ {"For custom endpoint with region set and fips disabled and dualstack disabled", // documentation {EpParam("UseFIPS", false), EpParam("Endpoint", "https://example.com"), EpParam("Region", "us-east-1"), EpParam("UseDualStack", false)}, // params {}, // tags @@ -436,7 +382,7 @@ Aws::Vector CognitoIdentityEndp {/*properties*/}, {/*headers*/}}, {/*No error*/}} // expect }, - /*TEST CASE 41*/ + /*TEST CASE 35*/ {"For custom endpoint with region not set and fips disabled and dualstack disabled", // documentation {EpParam("UseFIPS", false), EpParam("Endpoint", "https://example.com"), EpParam("UseDualStack", false)}, // params {}, // tags @@ -445,19 +391,19 @@ Aws::Vector CognitoIdentityEndp {/*properties*/}, {/*headers*/}}, {/*No error*/}} // expect }, - /*TEST CASE 42*/ + /*TEST CASE 36*/ {"For custom endpoint with fips enabled and dualstack disabled", // documentation {EpParam("UseFIPS", true), EpParam("Endpoint", "https://example.com"), EpParam("Region", "us-east-1"), EpParam("UseDualStack", false)}, // params {}, // tags {{/*No endpoint expected*/}, /*error*/"Invalid Configuration: FIPS and custom endpoint are not supported"} // expect }, - /*TEST CASE 43*/ + /*TEST CASE 37*/ {"For custom endpoint with fips disabled and dualstack enabled", // documentation {EpParam("UseFIPS", false), EpParam("Endpoint", "https://example.com"), EpParam("Region", "us-east-1"), EpParam("UseDualStack", true)}, // params {}, // tags {{/*No endpoint expected*/}, /*error*/"Invalid Configuration: Dualstack and custom endpoint are not supported"} // expect }, - /*TEST CASE 44*/ + /*TEST CASE 38*/ {"Missing region", // documentation {}, // params {}, // tags diff --git a/src/aws-cpp-sdk-core/include/aws/core/VersionConfig.h b/src/aws-cpp-sdk-core/include/aws/core/VersionConfig.h index 71c24f7ebcc..7cfc9e29ec5 100644 --- a/src/aws-cpp-sdk-core/include/aws/core/VersionConfig.h +++ b/src/aws-cpp-sdk-core/include/aws/core/VersionConfig.h @@ -4,7 +4,7 @@ */ #pragma once -#define AWS_SDK_VERSION_STRING "1.11.485" +#define AWS_SDK_VERSION_STRING "1.11.486" #define AWS_SDK_VERSION_MAJOR 1 #define AWS_SDK_VERSION_MINOR 11 -#define AWS_SDK_VERSION_PATCH 485 +#define AWS_SDK_VERSION_PATCH 486 diff --git a/tools/code-generation/api-descriptions/apigateway-2015-07-09.normal.json b/tools/code-generation/api-descriptions/apigateway-2015-07-09.normal.json index 2d551032fd4..2602d85be71 100644 --- a/tools/code-generation/api-descriptions/apigateway-2015-07-09.normal.json +++ b/tools/code-generation/api-descriptions/apigateway-2015-07-09.normal.json @@ -2626,7 +2626,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" }, @@ -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.

    " + "documentation":"

    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.

    " }, "InvokeFlow":{ "name":"InvokeFlow", @@ -146,7 +146,7 @@ {"shape":"AccessDeniedException"}, {"shape":"ServiceQuotaExceededException"} ], - "documentation":"

    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.

    " + "documentation":"

    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.

    " }, "OptimizePrompt":{ "name":"OptimizePrompt", @@ -2903,6 +2903,10 @@ "documentation":"

    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.

    " } } }, diff --git a/tools/code-generation/api-descriptions/partnercentral-selling-2022-07-26.normal.json b/tools/code-generation/api-descriptions/partnercentral-selling-2022-07-26.normal.json index 5f6f7dfe23c..02f9b793bde 100644 --- a/tools/code-generation/api-descriptions/partnercentral-selling-2022-07-26.normal.json +++ b/tools/code-generation/api-descriptions/partnercentral-selling-2022-07-26.normal.json @@ -24,12 +24,13 @@ "input":{"shape":"AcceptEngagementInvitationRequest"}, "errors":[ {"shape":"ThrottlingException"}, + {"shape":"ConflictException"}, {"shape":"AccessDeniedException"}, {"shape":"InternalServerException"}, {"shape":"ValidationException"}, {"shape":"ResourceNotFoundException"} ], - "documentation":"

    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.

    " + "documentation":"

    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.

    " }, "AssignOpportunity":{ "name":"AssignOpportunity", @@ -79,7 +80,7 @@ {"shape":"ServiceQuotaExceededException"}, {"shape":"ResourceNotFoundException"} ], - "documentation":"

    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.

    ", + "documentation":"

    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.

    ", "idempotent":true }, "CreateEngagementInvitation":{ @@ -117,7 +118,7 @@ {"shape":"ValidationException"}, {"shape":"ResourceNotFoundException"} ], - "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:

    1. To create the opportunity, use CreateOpportunity.

    2. To associate a solution with the opportunity, use AssociateOpportunity.

    3. 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:

    1. To create the opportunity, use CreateOpportunity.

    2. To associate a solution with the opportunity, use AssociateOpportunity.

    3. 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.

    " + "documentation":"

    Use this action to retrieve the engagement record for a given EngagementIdentifier.

    " }, "GetEngagementInvitation":{ "name":"GetEngagementInvitation", @@ -287,7 +289,7 @@ {"shape":"ValidationException"}, {"shape":"ResourceNotFoundException"} ], - "documentation":"

    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.

    " + "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.

    " }, "ListEngagementResourceAssociations":{ "name":"ListEngagementResourceAssociations", @@ -384,7 +386,7 @@ {"shape":"ValidationException"}, {"shape":"ResourceNotFoundException"} ], - "documentation":"

    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.

    " }, "ListSolutions":{ "name":"ListSolutions", @@ -466,6 +469,23 @@ ], "documentation":"

    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.

    " + "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.

    " + }, + "TagResource":{ + "name":"TagResource", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"TagResourceRequest"}, + "output":{"shape":"TagResourceResponse"}, + "errors":[ + {"shape":"ThrottlingException"}, + {"shape":"ConflictException"}, + {"shape":"AccessDeniedException"}, + {"shape":"InternalServerException"}, + {"shape":"ValidationException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"

    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.

    " + "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.

    " }, "Identifier":{ "shape":"EngagementInvitationArnOrIdentifier", @@ -1624,24 +1683,24 @@ "members":{ "Catalog":{ "shape":"CatalogIdentifier", - "documentation":"

    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.

    " + "documentation":"

    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.

    " }, "ClientToken":{ "shape":"CreateEngagementRequestClientTokenString", - "documentation":"

    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.

    ", + "documentation":"

    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.

    ", "idempotencyToken":true }, "Contexts":{ "shape":"EngagementContexts", - "documentation":"

    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.

    " + "documentation":"

    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.

    " }, "Description":{ "shape":"EngagementDescription", - "documentation":"

    Provides a description of the Engagement.

    " + "documentation":"

    Provides a description of the Engagement.

    " }, "Title":{ "shape":"EngagementTitle", - "documentation":"

    Specifies the title of the Engagement.

    " + "documentation":"

    Specifies the title of the Engagement.

    " } } }, @@ -1654,11 +1713,11 @@ "members":{ "Arn":{ "shape":"EngagementArn", - "documentation":"

    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.

    " + "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.

    " }, "Project":{ "shape":"Project", @@ -1764,28 +1823,32 @@ "members":{ "Catalog":{ "shape":"CatalogIdentifier", - "documentation":"

    Specifies the catalog in which to create the snapshot job. Valid values are AWS and Sandbox.

    " + "documentation":"

    Specifies the catalog in which to create the snapshot job. Valid values are AWS and Sandbox.

    " }, "ClientToken":{ "shape":"CreateResourceSnapshotJobRequestClientTokenString", - "documentation":"

    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.

    " + "documentation":"

    Specifies the identifier of the specific resource to be snapshotted. The format depends on the ResourceType.

    " }, "ResourceSnapshotTemplateIdentifier":{ "shape":"ResourceTemplateName", - "documentation":"

    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.

    " + "documentation":"

    The type of resource for which the snapshot job is being created. Must be one of the supported resource types i.e. Opportunity

    " + }, + "Tags":{ + "shape":"TagList", + "documentation":"

    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.

    " + "documentation":"

    An object that contains an Engagement's subset of fields.

    " }, "EngagementSummaryList":{ "type":"list", @@ -2549,7 +2612,7 @@ }, "EstimationUrl":{ "shape":"WebsiteUrl", - "documentation":"

    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.

    " + "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.

    " }, "ExpirationDate":{ "shape":"DateTime", @@ -2880,7 +2943,7 @@ }, "InvitationMessage":{ "shape":"InvitationMessage", - "documentation":"

    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.

    " + "documentation":"

    Specifies the catalog related to the engagement request. Valid values are AWS and Sandbox.

    " }, "Identifier":{ "shape":"EngagementArnOrIdentifier", - "documentation":"

    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.

    " + "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.

    " }, "Project":{ "shape":"Project", @@ -3078,11 +3141,11 @@ "members":{ "Catalog":{ "shape":"CatalogIdentifier", - "documentation":"

    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.

    " + "documentation":"

    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.

    " }, "ResourceSnapshotJobIdentifier":{ "shape":"ResourceSnapshotJobIdentifier", - "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.

    " + "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.

    " + "documentation":"

    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.

    " + "documentation":"

    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.

    " + "documentation":"

    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.

    " + "documentation":"

    The current status of the snapshot job. Valid values:

    • STOPPED: The job is not currently running.

    • RUNNING: The job is actively executing.

    " } } }, @@ -3182,7 +3245,7 @@ "members":{ "Arn":{ "shape":"ResourceArn", - "documentation":"

    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.

    " + "documentation":"

    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.

    " + "documentation":"

    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.

    " }, "CreatedBy":{ "shape":"AwsAccount", - "documentation":"

    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.

    " } }, "documentation":"

    An object that contains a Resource Snapshot Job's subset of fields.

    " @@ -4919,7 +5002,7 @@ }, "CreatedBy":{ "shape":"AwsAccount", - "documentation":"

    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.

    " + }, + "Tags":{ + "shape":"TagList", + "documentation":"

    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.

    " }, "ResourceSnapshotJobIdentifier":{ "shape":"ResourceSnapshotJobIdentifier", - "documentation":"

    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.

    " }, "ResourceSnapshotJobIdentifier":{ "shape":"ResourceSnapshotJobIdentifier", - "documentation":"

    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.

    " }, "Identifier":{ "shape":"OpportunityIdentifier", - "documentation":"

    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.

    " }, "Visibility":{ "shape":"Visibility", - "documentation":"

    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.

    " + } + } + }, + "Tag":{ + "type":"structure", + "required":[ + "Key", + "Value" + ], + "members":{ + "Key":{ + "shape":"TagKey", + "documentation":"

    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.

    " + "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.

    " }, "Project":{ "shape":"Project", diff --git a/tools/code-generation/api-descriptions/security-ir-2018-05-10.normal.json b/tools/code-generation/api-descriptions/security-ir-2018-05-10.normal.json index 104941de852..a41dafc4663 100644 --- a/tools/code-generation/api-descriptions/security-ir-2018-05-10.normal.json +++ b/tools/code-generation/api-descriptions/security-ir-2018-05-10.normal.json @@ -2244,7 +2244,7 @@ "UserAgent":{ "type":"string", "max":500, - "min":0 + "min":1 }, "ValidationException":{ "type":"structure", diff --git a/tools/code-generation/api-descriptions/sesv2-2019-09-27.normal.json b/tools/code-generation/api-descriptions/sesv2-2019-09-27.normal.json index 6018ffc67ac..f666cd6be54 100644 --- a/tools/code-generation/api-descriptions/sesv2-2019-09-27.normal.json +++ b/tools/code-generation/api-descriptions/sesv2-2019-09-27.normal.json @@ -6390,7 +6390,8 @@ "DKIM", "DMARC", "SPF", - "BIMI" + "BIMI", + "COMPLAINT" ] }, "RecommendationsList":{ diff --git a/tools/code-generation/api-descriptions/workspaces-2015-04-08.normal.json b/tools/code-generation/api-descriptions/workspaces-2015-04-08.normal.json index ebc4fada5dc..c583e05a314 100644 --- a/tools/code-generation/api-descriptions/workspaces-2015-04-08.normal.json +++ b/tools/code-generation/api-descriptions/workspaces-2015-04-08.normal.json @@ -2096,6 +2096,8 @@ "POWER", "GRAPHICS", "POWERPRO", + "GENERALPURPOSE_4XLARGE", + "GENERALPURPOSE_8XLARGE", "GRAPHICSPRO", "GRAPHICS_G4DN", "GRAPHICSPRO_G4DN" diff --git a/tools/code-generation/api-descriptions/workspaces-thin-client-2023-08-22.normal.json b/tools/code-generation/api-descriptions/workspaces-thin-client-2023-08-22.normal.json index 0442a76e609..17834270b8d 100644 --- a/tools/code-generation/api-descriptions/workspaces-thin-client-2023-08-22.normal.json +++ b/tools/code-generation/api-descriptions/workspaces-thin-client-2023-08-22.normal.json @@ -1136,6 +1136,7 @@ }, "MaintenanceWindow":{ "type":"structure", + "required":["type"], "members":{ "type":{ "shape":"MaintenanceWindowType", diff --git a/tools/code-generation/endpoints/cognito-identity-2014-06-30.endpoint-rule-set.json b/tools/code-generation/endpoints/cognito-identity-2014-06-30.endpoint-rule-set.json index 348fc5c4bb0..96572525e55 100644 --- a/tools/code-generation/endpoints/cognito-identity-2014-06-30.endpoint-rule-set.json +++ b/tools/code-generation/endpoints/cognito-identity-2014-06-30.endpoint-rule-set.json @@ -166,6 +166,82 @@ } ], "rules": [ + { + "conditions": [ + { + "fn": "stringEquals", + "argv": [ + { + "ref": "Region" + }, + "us-east-1" + ] + } + ], + "endpoint": { + "url": "https://cognito-identity-fips.us-east-1.amazonaws.com", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + }, + { + "conditions": [ + { + "fn": "stringEquals", + "argv": [ + { + "ref": "Region" + }, + "us-east-2" + ] + } + ], + "endpoint": { + "url": "https://cognito-identity-fips.us-east-2.amazonaws.com", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + }, + { + "conditions": [ + { + "fn": "stringEquals", + "argv": [ + { + "ref": "Region" + }, + "us-west-1" + ] + } + ], + "endpoint": { + "url": "https://cognito-identity-fips.us-west-1.amazonaws.com", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + }, + { + "conditions": [ + { + "fn": "stringEquals", + "argv": [ + { + "ref": "Region" + }, + "us-west-2" + ] + } + ], + "endpoint": { + "url": "https://cognito-identity-fips.us-west-2.amazonaws.com", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + }, { "conditions": [], "endpoint": { @@ -270,6 +346,31 @@ } ], "rules": [ + { + "conditions": [ + { + "fn": "stringEquals", + "argv": [ + "aws", + { + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "name" + ] + } + ] + } + ], + "endpoint": { + "url": "https://cognito-identity.{Region}.amazonaws.com", + "properties": {}, + "headers": {} + }, + "type": "endpoint" + }, { "conditions": [], "endpoint": { diff --git a/tools/code-generation/endpoints/cognito-identity-2014-06-30.endpoint-tests.json b/tools/code-generation/endpoints/cognito-identity-2014-06-30.endpoint-tests.json index cfc617981e4..506b46098bb 100644 --- a/tools/code-generation/endpoints/cognito-identity-2014-06-30.endpoint-tests.json +++ b/tools/code-generation/endpoints/cognito-identity-2014-06-30.endpoint-tests.json @@ -1,237 +1,159 @@ { "testCases": [ { - "documentation": "For region ap-northeast-1 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://cognito-identity.ap-northeast-1.amazonaws.com" - } - }, - "params": { - "Region": "ap-northeast-1", - "UseFIPS": false, - "UseDualStack": false - } - }, - { - "documentation": "For region ap-northeast-2 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://cognito-identity.ap-northeast-2.amazonaws.com" - } - }, - "params": { - "Region": "ap-northeast-2", - "UseFIPS": false, - "UseDualStack": false - } - }, - { - "documentation": "For region ap-south-1 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://cognito-identity.ap-south-1.amazonaws.com" - } - }, - "params": { - "Region": "ap-south-1", - "UseFIPS": false, - "UseDualStack": false - } - }, - { - "documentation": "For region ap-southeast-1 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://cognito-identity.ap-southeast-1.amazonaws.com" - } - }, - "params": { - "Region": "ap-southeast-1", - "UseFIPS": false, - "UseDualStack": false - } - }, - { - "documentation": "For region ap-southeast-2 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://cognito-identity.ap-southeast-2.amazonaws.com" - } - }, - "params": { - "Region": "ap-southeast-2", - "UseFIPS": false, - "UseDualStack": false - } - }, - { - "documentation": "For region ca-central-1 with FIPS disabled and DualStack disabled", + "documentation": "For region us-east-1 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://cognito-identity.ca-central-1.amazonaws.com" + "url": "https://cognito-identity.us-east-1.amazonaws.com" } }, "params": { - "Region": "ca-central-1", + "Region": "us-east-1", "UseFIPS": false, "UseDualStack": false } }, { - "documentation": "For region eu-central-1 with FIPS disabled and DualStack disabled", + "documentation": "For region us-east-1 with FIPS enabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://cognito-identity.eu-central-1.amazonaws.com" + "url": "https://cognito-identity-fips.us-east-1.amazonaws.com" } }, "params": { - "Region": "eu-central-1", - "UseFIPS": false, + "Region": "us-east-1", + "UseFIPS": true, "UseDualStack": false } }, { - "documentation": "For region eu-north-1 with FIPS disabled and DualStack disabled", + "documentation": "For region us-east-1 with FIPS disabled and DualStack enabled", "expect": { "endpoint": { - "url": "https://cognito-identity.eu-north-1.amazonaws.com" + "url": "https://cognito-identity.us-east-1.amazonaws.com" } }, "params": { - "Region": "eu-north-1", + "Region": "us-east-1", "UseFIPS": false, - "UseDualStack": false + "UseDualStack": true } }, { - "documentation": "For region eu-west-1 with FIPS disabled and DualStack disabled", + "documentation": "For region us-east-1 with FIPS enabled and DualStack enabled", "expect": { "endpoint": { - "url": "https://cognito-identity.eu-west-1.amazonaws.com" + "url": "https://cognito-identity-fips.us-east-1.amazonaws.com" } }, "params": { - "Region": "eu-west-1", - "UseFIPS": false, - "UseDualStack": false + "Region": "us-east-1", + "UseFIPS": true, + "UseDualStack": true } }, { - "documentation": "For region eu-west-2 with FIPS disabled and DualStack disabled", + "documentation": "For region us-east-2 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://cognito-identity.eu-west-2.amazonaws.com" + "url": "https://cognito-identity.us-east-2.amazonaws.com" } }, "params": { - "Region": "eu-west-2", + "Region": "us-east-2", "UseFIPS": false, "UseDualStack": false } }, { - "documentation": "For region eu-west-3 with FIPS disabled and DualStack disabled", + "documentation": "For region us-east-2 with FIPS enabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://cognito-identity.eu-west-3.amazonaws.com" + "url": "https://cognito-identity-fips.us-east-2.amazonaws.com" } }, "params": { - "Region": "eu-west-3", - "UseFIPS": false, + "Region": "us-east-2", + "UseFIPS": true, "UseDualStack": false } }, { - "documentation": "For region me-south-1 with FIPS disabled and DualStack disabled", + "documentation": "For region us-east-2 with FIPS disabled and DualStack enabled", "expect": { "endpoint": { - "url": "https://cognito-identity.me-south-1.amazonaws.com" + "url": "https://cognito-identity.us-east-2.amazonaws.com" } }, "params": { - "Region": "me-south-1", + "Region": "us-east-2", "UseFIPS": false, - "UseDualStack": false + "UseDualStack": true } }, { - "documentation": "For region sa-east-1 with FIPS disabled and DualStack disabled", + "documentation": "For region us-east-2 with FIPS enabled and DualStack enabled", "expect": { "endpoint": { - "url": "https://cognito-identity.sa-east-1.amazonaws.com" + "url": "https://cognito-identity-fips.us-east-2.amazonaws.com" } }, "params": { - "Region": "sa-east-1", - "UseFIPS": false, - "UseDualStack": false + "Region": "us-east-2", + "UseFIPS": true, + "UseDualStack": true } }, { - "documentation": "For region us-east-1 with FIPS disabled and DualStack disabled", + "documentation": "For region us-west-1 with FIPS disabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://cognito-identity.us-east-1.amazonaws.com" + "url": "https://cognito-identity.us-west-1.amazonaws.com" } }, "params": { - "Region": "us-east-1", + "Region": "us-west-1", "UseFIPS": false, "UseDualStack": false } }, { - "documentation": "For region us-east-1 with FIPS enabled and DualStack disabled", + "documentation": "For region us-west-1 with FIPS enabled and DualStack disabled", "expect": { "endpoint": { - "url": "https://cognito-identity-fips.us-east-1.amazonaws.com" + "url": "https://cognito-identity-fips.us-west-1.amazonaws.com" } }, "params": { - "Region": "us-east-1", + "Region": "us-west-1", "UseFIPS": true, "UseDualStack": false } }, { - "documentation": "For region us-east-2 with FIPS disabled and DualStack disabled", + "documentation": "For region us-west-1 with FIPS disabled and DualStack enabled", "expect": { "endpoint": { - "url": "https://cognito-identity.us-east-2.amazonaws.com" + "url": "https://cognito-identity.us-west-1.amazonaws.com" } }, "params": { - "Region": "us-east-2", + "Region": "us-west-1", "UseFIPS": false, - "UseDualStack": false - } - }, - { - "documentation": "For region us-east-2 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://cognito-identity-fips.us-east-2.amazonaws.com" - } - }, - "params": { - "Region": "us-east-2", - "UseFIPS": true, - "UseDualStack": false + "UseDualStack": true } }, { - "documentation": "For region us-west-1 with FIPS disabled and DualStack disabled", + "documentation": "For region us-west-1 with FIPS enabled and DualStack enabled", "expect": { "endpoint": { - "url": "https://cognito-identity.us-west-1.amazonaws.com" + "url": "https://cognito-identity-fips.us-west-1.amazonaws.com" } }, "params": { "Region": "us-west-1", - "UseFIPS": false, - "UseDualStack": false + "UseFIPS": true, + "UseDualStack": true } }, { @@ -261,28 +183,28 @@ } }, { - "documentation": "For region us-east-1 with FIPS enabled and DualStack enabled", + "documentation": "For region us-west-2 with FIPS disabled and DualStack enabled", "expect": { "endpoint": { - "url": "https://cognito-identity-fips.us-east-1.api.aws" + "url": "https://cognito-identity.us-west-2.amazonaws.com" } }, "params": { - "Region": "us-east-1", - "UseFIPS": true, + "Region": "us-west-2", + "UseFIPS": false, "UseDualStack": true } }, { - "documentation": "For region us-east-1 with FIPS disabled and DualStack enabled", + "documentation": "For region us-west-2 with FIPS enabled and DualStack enabled", "expect": { "endpoint": { - "url": "https://cognito-identity.us-east-1.api.aws" + "url": "https://cognito-identity-fips.us-west-2.amazonaws.com" } }, "params": { - "Region": "us-east-1", - "UseFIPS": false, + "Region": "us-west-2", + "UseFIPS": true, "UseDualStack": true } }, diff --git a/tools/code-generation/smithy/codegen/cpp-smoke-tests/smithy-build.json b/tools/code-generation/smithy/codegen/cpp-smoke-tests/smithy-build.json index db9ca62d461..928be8cb4fc 100644 --- a/tools/code-generation/smithy/codegen/cpp-smoke-tests/smithy-build.json +++ b/tools/code-generation/smithy/codegen/cpp-smoke-tests/smithy-build.json @@ -1,9 +1,9 @@ { "version": "1.0", "projections": { - "pipes.2015-10-07": { + "direct-connect.2012-10-25": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/pipes.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/direct-connect.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -12,9 +12,9 @@ } } }, - "cloudwatch-events.2015-10-07": { + "app-mesh.2019-01-25": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/cloudwatch-events.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/app-mesh.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -23,9 +23,9 @@ } } }, - "signer.2017-08-25": { + "bedrock-agent.2023-06-05": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/signer.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/bedrock-agent.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -34,9 +34,9 @@ } } }, - "personalize-runtime.2018-05-22": { + "networkflowmonitor.2023-04-19": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/personalize-runtime.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/networkflowmonitor.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -45,9 +45,9 @@ } } }, - "apptest.2022-12-06": { + "kinesis-analytics.2015-08-14": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/apptest.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/kinesis-analytics.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -56,9 +56,9 @@ } } }, - "ses.2010-12-01": { + "dynamodb-streams.2012-08-10": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/ses.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/dynamodb-streams.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -67,9 +67,9 @@ } } }, - "qldb.2019-01-02": { + "mediatailor.2018-04-23": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/qldb.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/mediatailor.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -78,9 +78,9 @@ } } }, - "cost-optimization-hub.2022-07-26": { + "dsql.2018-05-10": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/cost-optimization-hub.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/dsql.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -89,9 +89,9 @@ } } }, - "docdb.2014-10-31": { + "compute-optimizer.2019-11-01": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/docdb.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/compute-optimizer.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -100,9 +100,9 @@ } } }, - "comprehend.2017-11-27": { + "rolesanywhere.2018-05-10": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/comprehend.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/rolesanywhere.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -111,9 +111,9 @@ } } }, - "proton.2020-07-20": { + "cloudcontrol.2021-09-30": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/proton.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/cloudcontrol.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -122,9 +122,9 @@ } } }, - "artifact.2018-05-10": { + "ec2-instance-connect.2018-04-02": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/artifact.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/ec2-instance-connect.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -133,9 +133,9 @@ } } }, - "appintegrations.2020-07-29": { + "cloudsearch.2013-01-01": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/appintegrations.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/cloudsearch.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -144,9 +144,9 @@ } } }, - "route53resolver.2018-04-01": { + "bedrock-data-automation.2023-07-26": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/route53resolver.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/bedrock-data-automation.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -155,9 +155,9 @@ } } }, - "medialive.2017-10-14": { + "cloudwatch-events.2015-10-07": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/medialive.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/cloudwatch-events.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -166,9 +166,9 @@ } } }, - "invoicing.2024-12-01": { + "neptunedata.2023-08-01": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/invoicing.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/neptunedata.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -177,9 +177,9 @@ } } }, - "bcm-pricing-calculator.2024-06-19": { + "lookoutmetrics.2017-07-25": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/bcm-pricing-calculator.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/lookoutmetrics.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -188,9 +188,9 @@ } } }, - "data-pipeline.2012-10-29": { + "kinesis-video-webrtc-storage.2018-05-10": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/data-pipeline.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/kinesis-video-webrtc-storage.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -199,9 +199,9 @@ } } }, - "network-firewall.2020-11-12": { + "apptest.2022-12-06": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/network-firewall.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/apptest.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -210,9 +210,9 @@ } } }, - "marketplace-commerce-analytics.2015-07-01": { + "s3-control.2018-08-20": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/marketplace-commerce-analytics.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/s3-control.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -221,9 +221,9 @@ } } }, - "route53profiles.2018-05-10": { + "security-ir.2018-05-10": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/route53profiles.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/security-ir.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -232,9 +232,9 @@ } } }, - "bedrock-data-automation.2023-07-26": { + "ebs.2019-11-02": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/bedrock-data-automation.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/ebs.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -243,9 +243,9 @@ } } }, - "bedrock-data-automation-runtime.2024-06-13": { + "route53resolver.2018-04-01": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/bedrock-data-automation-runtime.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/route53resolver.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -254,9 +254,9 @@ } } }, - "oam.2022-06-10": { + "sagemaker-a2i-runtime.2019-11-07": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/oam.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/sagemaker-a2i-runtime.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -265,9 +265,9 @@ } } }, - "ram.2018-01-04": { + "license-manager-linux-subscriptions.2018-05-10": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/ram.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/license-manager-linux-subscriptions.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -276,9 +276,9 @@ } } }, - "securitylake.2018-05-10": { + "macie2.2020-01-01": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/securitylake.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/macie2.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -287,9 +287,9 @@ } } }, - "devops-guru.2020-12-01": { + "dlm.2018-01-12": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/devops-guru.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/dlm.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -298,9 +298,9 @@ } } }, - "auto-scaling.2011-01-01": { + "route-53.2013-04-01": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/auto-scaling.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/route-53.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -309,9 +309,9 @@ } } }, - "controltower.2018-05-10": { + "resiliencehub.2020-04-30": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/controltower.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/resiliencehub.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -320,9 +320,9 @@ } } }, - "appstream.2016-12-01": { + "fms.2018-01-01": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/appstream.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/fms.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -331,9 +331,9 @@ } } }, - "medical-imaging.2023-07-19": { + "elastic-beanstalk.2010-12-01": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/medical-imaging.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/elastic-beanstalk.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -342,9 +342,9 @@ } } }, - "schemas.2019-12-02": { + "batch.2016-08-10": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/schemas.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/batch.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -353,9 +353,9 @@ } } }, - "freetier.2023-09-07": { + "emr.2009-03-31": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/freetier.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/emr.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -364,9 +364,9 @@ } } }, - "arc-zonal-shift.2022-10-30": { + "tnb.2008-10-21": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/arc-zonal-shift.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/tnb.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -375,9 +375,9 @@ } } }, - "iotfleetwise.2021-06-17": { + "memorydb.2021-01-01": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/iotfleetwise.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/memorydb.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -386,9 +386,9 @@ } } }, - "route53-recovery-cluster.2019-12-02": { + "sagemaker-edge.2020-09-23": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/route53-recovery-cluster.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/sagemaker-edge.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -397,9 +397,9 @@ } } }, - "ssm-sap.2018-05-10": { + "migrationhuborchestrator.2021-08-28": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/ssm-sap.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/migrationhuborchestrator.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -408,9 +408,9 @@ } } }, - "shield.2016-06-02": { + "iotfleethub.2020-11-03": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/shield.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/iotfleethub.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -419,9 +419,9 @@ } } }, - "connect-contact-lens.2020-08-21": { + "kafkaconnect.2021-09-14": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/connect-contact-lens.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/kafkaconnect.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -430,9 +430,9 @@ } } }, - "emr.2009-03-31": { + "databrew.2017-07-25": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/emr.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/databrew.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -441,9 +441,9 @@ } } }, - "pi.2018-02-27": { + "lex-models-v2.2020-08-07": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/pi.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/lex-models-v2.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -452,9 +452,9 @@ } } }, - "dax.2017-04-19": { + "managedblockchain-query.2023-05-04": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/dax.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/managedblockchain-query.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -463,9 +463,9 @@ } } }, - "elastic-load-balancing-v2.2015-12-01": { + "schemas.2019-12-02": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/elastic-load-balancing-v2.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/schemas.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -474,9 +474,9 @@ } } }, - "inspector2.2020-06-08": { + "imagebuilder.2019-12-02": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/inspector2.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/imagebuilder.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -485,9 +485,9 @@ } } }, - "chime-sdk-meetings.2021-07-15": { + "pricing.2017-10-15": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/chime-sdk-meetings.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/pricing.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -496,9 +496,9 @@ } } }, - "amplifyuibuilder.2021-08-11": { + "apprunner.2020-05-15": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/amplifyuibuilder.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/apprunner.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -507,9 +507,9 @@ } } }, - "opsworkscm.2016-11-01": { + "controlcatalog.2018-05-10": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/opsworkscm.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/controlcatalog.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -518,9 +518,9 @@ } } }, - "mediapackage.2017-10-12": { + "marketplace-reporting.2018-05-10": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/mediapackage.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/marketplace-reporting.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -529,9 +529,9 @@ } } }, - "chatbot.2017-10-11": { + "mediapackage-vod.2018-11-07": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/chatbot.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/mediapackage-vod.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -540,9 +540,9 @@ } } }, - "taxsettings.2018-05-10": { + "identitystore.2020-06-15": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/taxsettings.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/identitystore.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -551,9 +551,9 @@ } } }, - "rbin.2021-06-15": { + "ec2.2016-11-15": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/rbin.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/ec2.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -562,9 +562,9 @@ } } }, - "cloudcontrol.2021-09-30": { + "workmail.2017-10-01": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/cloudcontrol.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/workmail.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -573,9 +573,9 @@ } } }, - "secrets-manager.2017-10-17": { + "apigatewaymanagementapi.2018-11-29": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/secrets-manager.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/apigatewaymanagementapi.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -584,9 +584,9 @@ } } }, - "elastic-beanstalk.2010-12-01": { + "cleanroomsml.2023-09-06": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/elastic-beanstalk.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/cleanroomsml.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -595,9 +595,9 @@ } } }, - "simspaceweaver.2022-10-28": { + "comprehend.2017-11-27": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/simspaceweaver.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/comprehend.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -606,9 +606,9 @@ } } }, - "efs.2015-02-01": { + "iot.2015-05-28": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/efs.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/iot.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -617,9 +617,9 @@ } } }, - "workmail.2017-10-01": { + "appflow.2020-08-23": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/workmail.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/appflow.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -628,9 +628,9 @@ } } }, - "iot.2015-05-28": { + "detective.2018-10-26": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/iot.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/detective.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -639,9 +639,9 @@ } } }, - "opensearch.2021-01-01": { + "datazone.2018-05-10": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/opensearch.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/datazone.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -650,9 +650,9 @@ } } }, - "elastic-load-balancing.2012-06-01": { + "codestar-connections.2019-12-01": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/elastic-load-balancing.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/codestar-connections.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -661,9 +661,9 @@ } } }, - "osis.2022-01-01": { + "ssm-quicksetup.2018-05-10": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/osis.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/ssm-quicksetup.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -672,9 +672,9 @@ } } }, - "application-auto-scaling.2016-02-06": { + "payment-cryptography.2021-09-14": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/application-auto-scaling.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/payment-cryptography.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -683,9 +683,9 @@ } } }, - "wellarchitected.2020-03-31": { + "appstream.2016-12-01": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/wellarchitected.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/appstream.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -694,9 +694,9 @@ } } }, - "m2.2021-04-28": { + "mediapackagev2.2022-12-25": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/m2.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/mediapackagev2.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -705,9 +705,9 @@ } } }, - "license-manager-linux-subscriptions.2018-05-10": { + "cloud9.2017-09-23": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/license-manager-linux-subscriptions.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/cloud9.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -716,9 +716,9 @@ } } }, - "account.2021-02-01": { + "iam.2010-05-08": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/account.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/iam.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -727,9 +727,9 @@ } } }, - "mq.2017-11-27": { + "lambda.2015-03-31": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/mq.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/lambda.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -738,9 +738,9 @@ } } }, - "kendra-ranking.2022-10-19": { + "codeguruprofiler.2019-07-18": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/kendra-ranking.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/codeguruprofiler.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -749,9 +749,9 @@ } } }, - "codeguru-reviewer.2019-09-19": { + "iotsitewise.2019-12-02": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/codeguru-reviewer.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/iotsitewise.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -760,9 +760,9 @@ } } }, - "connectparticipant.2018-09-07": { + "marketplace-metering.2016-01-14": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/connectparticipant.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/marketplace-metering.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -771,9 +771,9 @@ } } }, - "socialmessaging.2024-01-01": { + "docdb-elastic.2022-11-28": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/socialmessaging.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/docdb-elastic.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -782,9 +782,9 @@ } } }, - "device-farm.2015-06-23": { + "mwaa.2020-07-01": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/device-farm.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/mwaa.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -793,9 +793,9 @@ } } }, - "cloudsearch-domain.2013-01-01": { + "geo-routes.2020-11-19": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/cloudsearch-domain.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/geo-routes.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -804,9 +804,9 @@ } } }, - "auto-scaling-plans.2018-01-06": { + "bedrock-data-automation-runtime.2024-06-13": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/auto-scaling-plans.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/bedrock-data-automation-runtime.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -815,9 +815,9 @@ } } }, - "route-53.2013-04-01": { + "shield.2016-06-02": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/route-53.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/shield.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -826,9 +826,9 @@ } } }, - "synthetics.2017-10-11": { + "iot-jobs-data-plane.2017-09-29": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/synthetics.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/iot-jobs-data-plane.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -837,9 +837,9 @@ } } }, - "backup-gateway.2021-01-01": { + "migration-hub-refactor-spaces.2021-10-26": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/backup-gateway.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/migration-hub-refactor-spaces.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -848,9 +848,9 @@ } } }, - "cloudsearch.2013-01-01": { + "opsworks.2013-02-18": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/cloudsearch.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/opsworks.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -859,9 +859,9 @@ } } }, - "timestream-influxdb.2023-01-27": { + "snow-device-management.2021-08-04": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/timestream-influxdb.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/snow-device-management.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -870,9 +870,9 @@ } } }, - "kendra.2019-02-03": { + "networkmonitor.2023-08-01": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/kendra.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/networkmonitor.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -881,9 +881,9 @@ } } }, - "internetmonitor.2021-06-03": { + "wafv2.2019-07-29": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/internetmonitor.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/wafv2.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -892,9 +892,9 @@ } } }, - "mediapackage-vod.2018-11-07": { + "trustedadvisor.2022-09-15": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/mediapackage-vod.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/trustedadvisor.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -903,9 +903,9 @@ } } }, - "forecastquery.2018-06-26": { + "securitylake.2018-05-10": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/forecastquery.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/securitylake.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -914,9 +914,9 @@ } } }, - "rds-data.2018-08-01": { + "workspaces-thin-client.2023-08-22": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/rds-data.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/workspaces-thin-client.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -925,9 +925,9 @@ } } }, - "s3-control.2018-08-20": { + "servicediscovery.2017-03-14": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/s3-control.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/servicediscovery.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -936,9 +936,9 @@ } } }, - "comprehendmedical.2018-10-30": { + "timestream-write.2018-11-01": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/comprehendmedical.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/timestream-write.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -947,9 +947,9 @@ } } }, - "controlcatalog.2018-05-10": { + "waf-regional.2016-11-28": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/controlcatalog.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/waf-regional.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -958,9 +958,9 @@ } } }, - "bcm-data-exports.2023-11-26": { + "timestream-influxdb.2023-01-27": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/bcm-data-exports.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/timestream-influxdb.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -969,9 +969,9 @@ } } }, - "managedblockchain.2018-09-24": { + "sagemaker-geospatial.2020-05-27": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/managedblockchain.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/sagemaker-geospatial.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -980,9 +980,9 @@ } } }, - "global-accelerator.2018-08-08": { + "wellarchitected.2020-03-31": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/global-accelerator.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/wellarchitected.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -991,9 +991,9 @@ } } }, - "elasticache.2015-02-02": { + "dataexchange.2017-07-25": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/elasticache.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/dataexchange.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1002,9 +1002,9 @@ } } }, - "applicationcostprofiler.2020-09-10": { + "kafka.2018-11-14": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/applicationcostprofiler.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/kafka.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1013,9 +1013,9 @@ } } }, - "lookoutmetrics.2017-07-25": { + "ssm-sap.2018-05-10": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/lookoutmetrics.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/ssm-sap.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1024,9 +1024,9 @@ } } }, - "dynamodb.2012-08-10": { + "cloudtrail-data.2021-08-11": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/dynamodb.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/cloudtrail-data.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1035,9 +1035,9 @@ } } }, - "polly.2016-06-10": { + "accessanalyzer.2019-11-01": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/polly.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/accessanalyzer.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1046,9 +1046,9 @@ } } }, - "billing.2023-09-07": { + "database-migration-service.2016-01-01": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/billing.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/database-migration-service.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1057,9 +1057,9 @@ } } }, - "ecs.2014-11-13": { + "dax.2017-04-19": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/ecs.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/dax.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1068,9 +1068,9 @@ } } }, - "marketplace-catalog.2018-09-17": { + "supplychain.2024-01-01": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/marketplace-catalog.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/supplychain.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1079,9 +1079,9 @@ } } }, - "iot-1click-projects.2018-05-14": { + "proton.2020-07-20": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/iot-1click-projects.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/proton.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1090,9 +1090,9 @@ } } }, - "drs.2020-02-26": { + "connectcampaignsv2.2024-04-23": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/drs.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/connectcampaignsv2.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1101,9 +1101,9 @@ } } }, - "lex-runtime-service.2016-11-28": { + "mq.2017-11-27": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/lex-runtime-service.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/mq.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1112,9 +1112,9 @@ } } }, - "redshift-serverless.2021-04-21": { + "sagemaker-featurestore-runtime.2020-07-01": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/redshift-serverless.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/sagemaker-featurestore-runtime.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1123,9 +1123,9 @@ } } }, - "migrationhuborchestrator.2021-08-28": { + "cloudformation.2010-05-15": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/migrationhuborchestrator.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/cloudformation.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1134,9 +1134,9 @@ } } }, - "qapps.2023-11-27": { + "personalize-runtime.2018-05-22": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/qapps.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/personalize-runtime.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1145,9 +1145,9 @@ } } }, - "grafana.2020-08-18": { + "mailmanager.2023-10-17": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/grafana.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/mailmanager.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1156,9 +1156,9 @@ } } }, - "config-service.2014-11-12": { + "elastic-inference.2017-07-25": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/config-service.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/elastic-inference.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1167,9 +1167,9 @@ } } }, - "lex-runtime-v2.2020-08-07": { + "cloudhsm.2014-05-30": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/lex-runtime-v2.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/cloudhsm.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1178,9 +1178,9 @@ } } }, - "payment-cryptography.2021-09-14": { + "appconfig.2019-10-09": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/payment-cryptography.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/appconfig.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1189,9 +1189,9 @@ } } }, - "amplifybackend.2020-08-11": { + "redshift.2012-12-01": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/amplifybackend.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/redshift.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1200,9 +1200,9 @@ } } }, - "sts.2011-06-15": { + "pca-connector-ad.2018-05-10": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/sts.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/pca-connector-ad.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1211,9 +1211,9 @@ } } }, - "tnb.2008-10-21": { + "s3outposts.2017-07-25": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/tnb.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/s3outposts.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1222,9 +1222,9 @@ } } }, - "greengrassv2.2020-11-30": { + "s3.2006-03-01": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/greengrassv2.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/s3.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1233,9 +1233,9 @@ } } }, - "identitystore.2020-06-15": { + "route53-recovery-cluster.2019-12-02": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/identitystore.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/route53-recovery-cluster.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1244,9 +1244,9 @@ } } }, - "fsx.2018-03-01": { + "route53profiles.2018-05-10": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/fsx.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/route53profiles.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1255,9 +1255,9 @@ } } }, - "kafkaconnect.2021-09-14": { + "notifications.2018-05-10": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/kafkaconnect.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/notifications.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1266,9 +1266,9 @@ } } }, - "acm-pca.": { + "iotanalytics.2017-11-27": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/acm-pca.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/iotanalytics.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1277,9 +1277,9 @@ } } }, - "rolesanywhere.2018-05-10": { + "deadline.2023-10-12": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/rolesanywhere.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/deadline.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1288,9 +1288,9 @@ } } }, - "redshift.2012-12-01": { + "taxsettings.2018-05-10": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/redshift.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/taxsettings.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1299,9 +1299,9 @@ } } }, - "notificationscontacts.2018-05-10": { + "lex-model-building-service.2017-04-19": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/notificationscontacts.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/lex-model-building-service.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1310,9 +1310,9 @@ } } }, - "guardduty.2017-11-28": { + "route53-recovery-readiness.2019-12-02": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/guardduty.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/route53-recovery-readiness.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1321,9 +1321,9 @@ } } }, - "kinesis-video.2017-09-30": { + "dynamodb.2012-08-10": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/kinesis-video.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/dynamodb.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1332,9 +1332,9 @@ } } }, - "inspector.2016-02-16": { + "finspace.2021-03-12": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/inspector.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/finspace.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1343,9 +1343,9 @@ } } }, - "storage-gateway.2013-06-30": { + "bcm-pricing-calculator.2024-06-19": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/storage-gateway.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/bcm-pricing-calculator.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1354,9 +1354,9 @@ } } }, - "codestar-connections.2019-12-01": { + "chime-sdk-messaging.2021-05-15": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/codestar-connections.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/chime-sdk-messaging.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1365,9 +1365,9 @@ } } }, - "qldb-session.2019-07-11": { + "marketplace-agreement.2020-03-01": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/qldb-session.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/marketplace-agreement.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1376,9 +1376,9 @@ } } }, - "cloudfront-keyvaluestore.2022-07-26": { + "license-manager-user-subscriptions.2018-05-10": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/cloudfront-keyvaluestore.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/license-manager-user-subscriptions.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1387,9 +1387,9 @@ } } }, - "groundstation.2019-05-23": { + "appfabric.2023-05-19": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/groundstation.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/appfabric.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1398,9 +1398,9 @@ } } }, - "mturk.2017-01-17": { + "codedeploy.2014-10-06": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/mturk.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/codedeploy.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1409,9 +1409,9 @@ } } }, - "iottwinmaker.2021-11-29": { + "workspaces-web.2020-07-08": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/iottwinmaker.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/workspaces-web.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1420,9 +1420,9 @@ } } }, - "finspace-data.2020-07-13": { + "rds.2014-10-31": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/finspace-data.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/rds.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1431,9 +1431,9 @@ } } }, - "acm.2015-12-08": { + "repostspace.2022-05-13": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/acm.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/repostspace.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1442,9 +1442,9 @@ } } }, - "imagebuilder.2019-12-02": { + "scheduler.2021-06-30": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/imagebuilder.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/scheduler.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1453,9 +1453,9 @@ } } }, - "cloudformation.2010-05-15": { + "pinpoint-email.2018-07-26": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/cloudformation.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/pinpoint-email.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1464,9 +1464,9 @@ } } }, - "iot-events-data.2018-10-23": { + "socialmessaging.2024-01-01": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/iot-events-data.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/socialmessaging.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1475,9 +1475,9 @@ } } }, - "support.2013-04-15": { + "directory-service.2015-04-16": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/support.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/directory-service.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1486,9 +1486,9 @@ } } }, - "iot-data-plane.2015-05-28": { + "codeguru-security.2018-05-10": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/iot-data-plane.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/codeguru-security.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1497,9 +1497,9 @@ } } }, - "appflow.2020-08-23": { + "medialive.2017-10-14": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/appflow.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/medialive.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1508,9 +1508,9 @@ } } }, - "migrationhubstrategy.2020-02-19": { + "health.2016-08-04": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/migrationhubstrategy.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/health.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1519,9 +1519,9 @@ } } }, - "braket.2019-09-01": { + "serverlessapplicationrepository.2017-09-08": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/braket.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/serverlessapplicationrepository.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1530,9 +1530,9 @@ } } }, - "cognito-identity.2014-06-30": { + "ivs.2020-07-14": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/cognito-identity.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/ivs.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1541,9 +1541,9 @@ } } }, - "dsql.2018-05-10": { + "lightsail.2016-11-28": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/dsql.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/lightsail.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1552,9 +1552,9 @@ } } }, - "sagemaker.2017-07-24": { + "mturk.2017-01-17": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/sagemaker.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/mturk.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1563,9 +1563,9 @@ } } }, - "geo-maps.2020-11-19": { + "amplifyuibuilder.2021-08-11": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/geo-maps.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/amplifyuibuilder.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1574,9 +1574,9 @@ } } }, - "lookoutequipment.2020-12-15": { + "inspector2.2020-06-08": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/lookoutequipment.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/inspector2.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1585,9 +1585,9 @@ } } }, - "kinesis-video-signaling.2019-12-04": { + "iotsecuretunneling.2018-10-05": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/kinesis-video-signaling.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/iotsecuretunneling.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1596,9 +1596,9 @@ } } }, - "connectcampaignsv2.2024-04-23": { + "transfer.2018-11-05": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/connectcampaignsv2.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/transfer.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1607,9 +1607,9 @@ } } }, - "snowball.2016-06-30": { + "service-quotas.2019-06-24": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/snowball.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/service-quotas.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1618,9 +1618,9 @@ } } }, - "workdocs.2016-05-01": { + "pinpoint-sms-voice-v2.2022-03-31": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/workdocs.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/pinpoint-sms-voice-v2.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1629,9 +1629,9 @@ } } }, - "appconfigdata.2021-11-11": { + "transcribe-streaming.2017-10-26": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/appconfigdata.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/transcribe-streaming.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1640,9 +1640,9 @@ } } }, - "ssm.2014-11-06": { + "service-catalog.2015-12-10": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/ssm.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/service-catalog.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1651,9 +1651,9 @@ } } }, - "license-manager-user-subscriptions.2018-05-10": { + "ivs-realtime.2020-07-14": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/license-manager-user-subscriptions.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/ivs-realtime.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1662,9 +1662,9 @@ } } }, - "route53-recovery-control-config.2020-11-02": { + "mediastore-data.2017-09-01": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/route53-recovery-control-config.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/mediastore-data.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1673,9 +1673,9 @@ } } }, - "scheduler.2021-06-30": { + "workdocs.2016-05-01": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/scheduler.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/workdocs.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1684,9 +1684,9 @@ } } }, - "eks.2017-11-01": { + "appconfigdata.2021-11-11": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/eks.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/appconfigdata.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1695,9 +1695,9 @@ } } }, - "cleanroomsml.2023-09-06": { + "grafana.2020-08-18": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/cleanroomsml.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/grafana.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1706,9 +1706,9 @@ } } }, - "mediapackagev2.2022-12-25": { + "marketplace-deployment.2023-01-25": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/mediapackagev2.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/marketplace-deployment.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1717,9 +1717,9 @@ } } }, - "connectcases.2022-10-03": { + "osis.2022-01-01": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/connectcases.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/osis.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1728,9 +1728,9 @@ } } }, - "eks-auth.2023-11-26": { + "glacier.2012-06-01": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/eks-auth.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/glacier.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1739,9 +1739,9 @@ } } }, - "mediastore-data.2017-09-01": { + "acm-pca.": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/mediastore-data.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/acm-pca.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1750,9 +1750,9 @@ } } }, - "chime-sdk-voice.2022-08-03": { + "glue.2017-03-31": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/chime-sdk-voice.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/glue.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1761,9 +1761,9 @@ } } }, - "rds.2014-10-31": { + "personalize-events.2018-03-22": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/rds.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/personalize-events.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1772,9 +1772,9 @@ } } }, - "resource-explorer-2.2022-07-28": { + "signer.2017-08-25": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/resource-explorer-2.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/signer.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1783,9 +1783,9 @@ } } }, - "route-53-domains.2014-05-15": { + "emr-containers.2020-10-01": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/route-53-domains.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/emr-containers.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1794,9 +1794,9 @@ } } }, - "networkmanager.2019-07-05": { + "lookoutequipment.2020-12-15": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/networkmanager.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/lookoutequipment.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1805,9 +1805,9 @@ } } }, - "billingconductor.2021-07-30": { + "mediastore.2017-09-01": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/billingconductor.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/mediastore.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1816,9 +1816,9 @@ } } }, - "verifiedpermissions.2021-12-01": { + "codeartifact.2018-09-22": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/verifiedpermissions.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/codeartifact.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1827,9 +1827,9 @@ } } }, - "personalize.2018-05-22": { + "pinpoint-sms-voice.2018-09-05": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/personalize.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/pinpoint-sms-voice.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1838,9 +1838,9 @@ } } }, - "privatenetworks.2021-12-03": { + "vpc-lattice.2022-11-30": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/privatenetworks.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/vpc-lattice.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1849,9 +1849,9 @@ } } }, - "serverlessapplicationrepository.2017-09-08": { + "pcs.2023-02-10": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/serverlessapplicationrepository.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/pcs.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1860,9 +1860,9 @@ } } }, - "application-signals.2024-04-15": { + "devops-guru.2020-12-01": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/application-signals.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/devops-guru.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1871,9 +1871,9 @@ } } }, - "sso.2019-06-10": { + "amplifybackend.2020-08-11": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/sso.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/amplifybackend.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1882,9 +1882,9 @@ } } }, - "apigatewayv2.2018-11-29": { + "application-insights.2018-11-25": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/apigatewayv2.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/application-insights.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1893,9 +1893,9 @@ } } }, - "codedeploy.2014-10-06": { + "artifact.2018-05-10": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/codedeploy.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/artifact.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1904,9 +1904,9 @@ } } }, - "securityhub.2018-10-26": { + "machine-learning.2014-12-12": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/securityhub.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/machine-learning.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1915,9 +1915,9 @@ } } }, - "memorydb.2021-01-01": { + "api-gateway.2015-07-09": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/memorydb.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/api-gateway.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1926,9 +1926,9 @@ } } }, - "timestream-query.2018-11-01": { + "iot-wireless.2020-11-22": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/timestream-query.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/iot-wireless.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1937,9 +1937,9 @@ } } }, - "connect.2017-08-08": { + "groundstation.2019-05-23": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/connect.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/groundstation.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1948,9 +1948,9 @@ } } }, - "glacier.2012-06-01": { + "internetmonitor.2021-06-03": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/glacier.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/internetmonitor.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1959,9 +1959,9 @@ } } }, - "timestream-write.2018-11-01": { + "finspace-data.2020-07-13": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/timestream-write.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/finspace-data.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1970,9 +1970,9 @@ } } }, - "evidently.2021-02-01": { + "inspector.2016-02-16": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/evidently.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/inspector.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1981,9 +1981,9 @@ } } }, - "pca-connector-scep.2018-05-10": { + "qldb.2019-01-02": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/pca-connector-scep.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/qldb.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -1992,9 +1992,9 @@ } } }, - "migration-hub-refactor-spaces.2021-10-26": { + "config-service.2014-11-12": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/migration-hub-refactor-spaces.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/config-service.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2003,9 +2003,9 @@ } } }, - "customer-profiles.2020-08-15": { + "application-discovery-service.2015-11-01": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/customer-profiles.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/application-discovery-service.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2014,9 +2014,9 @@ } } }, - "lex-model-building-service.2017-04-19": { + "forecastquery.2018-06-26": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/lex-model-building-service.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/forecastquery.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2025,9 +2025,9 @@ } } }, - "apigatewaymanagementapi.2018-11-29": { + "comprehendmedical.2018-10-30": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/apigatewaymanagementapi.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/comprehendmedical.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2036,9 +2036,9 @@ } } }, - "batch.2016-08-10": { + "ecs.2014-11-13": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/batch.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/ecs.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2047,9 +2047,9 @@ } } }, - "codepipeline.2015-07-09": { + "kinesis-video-signaling.2019-12-04": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/codepipeline.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/kinesis-video-signaling.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2058,9 +2058,9 @@ } } }, - "clouddirectory.2017-01-11": { + "cloudfront.2020-05-31": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/clouddirectory.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/cloudfront.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2069,9 +2069,9 @@ } } }, - "payment-cryptography-data.2022-02-03": { + "evidently.2021-02-01": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/payment-cryptography-data.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/evidently.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2080,9 +2080,9 @@ } } }, - "outposts.2019-12-03": { + "invoicing.2024-12-01": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/outposts.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/invoicing.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2091,9 +2091,9 @@ } } }, - "kinesis-video-webrtc-storage.2018-05-10": { + "mediapackage.2017-10-12": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/kinesis-video-webrtc-storage.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/mediapackage.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2102,9 +2102,9 @@ } } }, - "api-gateway.2015-07-09": { + "sagemaker-runtime.2017-05-13": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/api-gateway.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/sagemaker-runtime.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2113,9 +2113,9 @@ } } }, - "kinesis-video-archived-media.2017-09-30": { + "marketplace-entitlement-service.2017-01-11": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/kinesis-video-archived-media.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/marketplace-entitlement-service.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2124,9 +2124,9 @@ } } }, - "fis.2020-12-01": { + "qldb-session.2019-07-11": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/fis.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/qldb-session.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2135,9 +2135,9 @@ } } }, - "cloudtrail-data.2021-08-11": { + "bcm-data-exports.2023-11-26": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/cloudtrail-data.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/bcm-data-exports.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2146,9 +2146,9 @@ } } }, - "sagemaker-a2i-runtime.2019-11-07": { + "cognito-identity-provider.2016-04-18": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/sagemaker-a2i-runtime.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/cognito-identity-provider.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2157,9 +2157,9 @@ } } }, - "deadline.2023-10-12": { + "codepipeline.2015-07-09": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/deadline.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/codepipeline.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2168,9 +2168,9 @@ } } }, - "cognito-sync.2014-06-30": { + "neptune-graph.2023-11-29": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/cognito-sync.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/neptune-graph.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2179,9 +2179,9 @@ } } }, - "inspector-scan.2023-08-08": { + "sts.2011-06-15": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/inspector-scan.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/sts.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2190,9 +2190,9 @@ } } }, - "marketplace-reporting.2018-05-10": { + "athena.2017-05-18": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/marketplace-reporting.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/athena.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2201,9 +2201,9 @@ } } }, - "marketplace-agreement.2020-03-01": { + "customer-profiles.2020-08-15": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/marketplace-agreement.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/customer-profiles.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2212,9 +2212,9 @@ } } }, - "compute-optimizer.2019-11-01": { + "translate.2017-07-01": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/compute-optimizer.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/translate.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2223,9 +2223,9 @@ } } }, - "iotfleethub.2020-11-03": { + "iottwinmaker.2021-11-29": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/iotfleethub.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/iottwinmaker.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2234,9 +2234,9 @@ } } }, - "kinesis.2013-12-02": { + "sns.2010-03-31": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/kinesis.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/sns.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2245,9 +2245,9 @@ } } }, - "ivs.2020-07-14": { + "license-manager.2018-08-01": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/ivs.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/license-manager.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2256,9 +2256,9 @@ } } }, - "workspaces-thin-client.2023-08-22": { + "migrationhub-config.2019-06-30": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/workspaces-thin-client.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/migrationhub-config.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2267,9 +2267,9 @@ } } }, - "ecr-public.2020-10-30": { + "elasticsearch-service.2015-01-01": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/ecr-public.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/elasticsearch-service.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2278,9 +2278,9 @@ } } }, - "managedblockchain-query.2023-05-04": { + "sagemaker-metrics.2022-09-30": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/managedblockchain-query.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/sagemaker-metrics.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2289,9 +2289,9 @@ } } }, - "iotsecuretunneling.2018-10-05": { + "lex-runtime-v2.2020-08-07": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/iotsecuretunneling.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/lex-runtime-v2.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2300,9 +2300,9 @@ } } }, - "apprunner.2020-05-15": { + "docdb.2014-10-31": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/apprunner.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/docdb.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2311,9 +2311,9 @@ } } }, - "migration-hub.2017-05-31": { + "personalize.2018-05-22": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/migration-hub.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/personalize.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2322,9 +2322,9 @@ } } }, - "sso-admin.2020-07-20": { + "codestar-notifications.2019-10-15": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/sso-admin.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/codestar-notifications.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2333,9 +2333,9 @@ } } }, - "servicediscovery.2017-03-14": { + "codecommit.2015-04-13": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/servicediscovery.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/codecommit.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2344,9 +2344,9 @@ } } }, - "robomaker.2018-06-29": { + "support.2013-04-15": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/robomaker.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/support.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2355,9 +2355,9 @@ } } }, - "cloudwatch.2010-08-01": { + "braket.2019-09-01": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/cloudwatch.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/braket.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2366,9 +2366,9 @@ } } }, - "cleanrooms.2022-02-17": { + "cost-explorer.2017-10-25": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/cleanrooms.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/cost-explorer.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2377,9 +2377,9 @@ } } }, - "ssm-incidents.2018-05-10": { + "cognito-identity.2014-06-30": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/ssm-incidents.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/cognito-identity.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2388,9 +2388,9 @@ } } }, - "elasticsearch-service.2015-01-01": { + "polly.2016-06-10": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/elasticsearch-service.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/polly.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2399,9 +2399,9 @@ } } }, - "ebs.2019-11-02": { + "verifiedpermissions.2021-12-01": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/ebs.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/verifiedpermissions.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2410,9 +2410,9 @@ } } }, - "amplify.2017-07-25": { + "neptune.2014-10-31": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/amplify.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/neptune.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2421,9 +2421,9 @@ } } }, - "b2bi.2022-06-23": { + "service-catalog-appregistry.2020-06-24": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/b2bi.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/service-catalog-appregistry.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2432,9 +2432,9 @@ } } }, - "mediaconvert.2017-08-29": { + "pinpoint.2016-12-01": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/mediaconvert.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/pinpoint.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2443,9 +2443,9 @@ } } }, - "security-ir.2018-05-10": { + "cost-and-usage-report-service.2017-01-06": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/security-ir.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/cost-and-usage-report-service.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2454,9 +2454,9 @@ } } }, - "rekognition.2016-06-27": { + "kinesis-video-archived-media.2017-09-30": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/rekognition.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/kinesis-video-archived-media.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2465,9 +2465,9 @@ } } }, - "emr-containers.2020-10-01": { + "kms.2014-11-01": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/emr-containers.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/kms.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2476,9 +2476,9 @@ } } }, - "athena.2017-05-18": { + "bedrock-runtime.2023-09-30": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/athena.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/bedrock-runtime.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2487,9 +2487,9 @@ } } }, - "rum.2018-05-10": { + "route-53-domains.2014-05-15": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/rum.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/route-53-domains.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2498,9 +2498,9 @@ } } }, - "cloudwatch-logs.2014-03-28": { + "auto-scaling.2011-01-01": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/cloudwatch-logs.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/auto-scaling.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2509,9 +2509,9 @@ } } }, - "ivschat.2020-07-14": { + "timestream-query.2018-11-01": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/ivschat.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/timestream-query.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2520,9 +2520,9 @@ } } }, - "marketplace-metering.2016-01-14": { + "resource-explorer-2.2022-07-28": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/marketplace-metering.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/resource-explorer-2.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2531,9 +2531,9 @@ } } }, - "lookoutvision.2020-11-20": { + "sms.2016-10-24": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/lookoutvision.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/sms.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2542,9 +2542,9 @@ } } }, - "wafv2.2019-07-29": { + "snowball.2016-06-30": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/wafv2.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/snowball.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2553,9 +2553,9 @@ } } }, - "opensearchserverless.2021-11-01": { + "appintegrations.2020-07-29": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/opensearchserverless.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/appintegrations.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2564,9 +2564,9 @@ } } }, - "geo-places.2020-11-19": { + "support-app.2021-08-20": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/geo-places.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/support-app.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2575,9 +2575,9 @@ } } }, - "app-mesh.2019-01-25": { + "pipes.2015-10-07": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/app-mesh.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/pipes.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2586,9 +2586,9 @@ } } }, - "notifications.2018-05-10": { + "qconnect.2020-10-19": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/notifications.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/qconnect.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2597,9 +2597,9 @@ } } }, - "route53-recovery-readiness.2019-12-02": { + "s3tables.2018-05-10": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/route53-recovery-readiness.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/s3tables.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2608,9 +2608,9 @@ } } }, - "dataexchange.2017-07-25": { + "codeconnections.2023-12-01": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/dataexchange.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/codeconnections.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2619,9 +2619,9 @@ } } }, - "neptune-graph.2023-11-29": { + "xray.2016-04-12": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/neptune-graph.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/xray.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2630,9 +2630,9 @@ } } }, - "kafka.2018-11-14": { + "ram.2018-01-04": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/kafka.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/ram.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2641,9 +2641,9 @@ } } }, - "frauddetector.2019-11-15": { + "codebuild.2016-10-06": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/frauddetector.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/codebuild.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2652,9 +2652,9 @@ } } }, - "iot-events.2018-07-27": { + "kinesis-video.2017-09-30": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/iot-events.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/kinesis-video.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2663,9 +2663,9 @@ } } }, - "application-discovery-service.2015-11-01": { + "directory-service-data.2023-05-31": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/application-discovery-service.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/directory-service-data.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2674,9 +2674,9 @@ } } }, - "pinpoint.2016-12-01": { + "b2bi.2022-06-23": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/pinpoint.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/b2bi.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2685,9 +2685,9 @@ } } }, - "neptune.2014-10-31": { + "voice-id.2021-09-27": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/neptune.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/voice-id.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2696,9 +2696,9 @@ } } }, - "qconnect.2020-10-19": { + "marketplace-catalog.2018-09-17": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/qconnect.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/marketplace-catalog.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2707,9 +2707,9 @@ } } }, - "codecommit.2015-04-13": { + "cloudwatch-logs.2014-03-28": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/codecommit.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/cloudwatch-logs.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2718,9 +2718,9 @@ } } }, - "ssm-quicksetup.2018-05-10": { + "iot-events.2018-07-27": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/ssm-quicksetup.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/iot-events.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2729,9 +2729,9 @@ } } }, - "transcribe.2017-10-26": { + "privatenetworks.2021-12-03": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/transcribe.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/privatenetworks.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2740,9 +2740,9 @@ } } }, - "firehose.2015-08-04": { + "opensearch.2021-01-01": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/firehose.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/opensearch.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2751,9 +2751,9 @@ } } }, - "trustedadvisor.2022-09-15": { + "lookoutvision.2020-11-20": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/trustedadvisor.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/lookoutvision.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2762,9 +2762,9 @@ } } }, - "vpc-lattice.2022-11-30": { + "managedblockchain.2018-09-24": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/vpc-lattice.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/managedblockchain.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2773,9 +2773,9 @@ } } }, - "lightsail.2016-11-28": { + "marketplace-commerce-analytics.2015-07-01": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/lightsail.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/marketplace-commerce-analytics.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2784,9 +2784,9 @@ } } }, - "ivs-realtime.2020-07-14": { + "bedrock.2023-04-20": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/ivs-realtime.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/bedrock.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2795,9 +2795,9 @@ } } }, - "networkflowmonitor.2023-04-19": { + "iot-data-plane.2015-05-28": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/networkflowmonitor.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/iot-data-plane.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2806,9 +2806,9 @@ } } }, - "chime-sdk-media-pipelines.2021-07-15": { + "robomaker.2018-06-29": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/chime-sdk-media-pipelines.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/robomaker.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2817,9 +2817,9 @@ } } }, - "resource-groups-tagging-api.2017-01-26": { + "iot-1click-devices-service.2018-05-14": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/resource-groups-tagging-api.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/iot-1click-devices-service.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2828,9 +2828,9 @@ } } }, - "ec2-instance-connect.2018-04-02": { + "notificationscontacts.2018-05-10": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/ec2-instance-connect.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/notificationscontacts.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2839,9 +2839,9 @@ } } }, - "kms.2014-11-01": { + "workspaces.2015-04-08": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/kms.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/workspaces.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2850,9 +2850,9 @@ } } }, - "direct-connect.2012-10-25": { + "rum.2018-05-10": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/direct-connect.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/rum.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2861,9 +2861,9 @@ } } }, - "datazone.2018-05-10": { + "iotdeviceadvisor.2020-09-18": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/datazone.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/iotdeviceadvisor.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2872,9 +2872,9 @@ } } }, - "service-catalog.2015-12-10": { + "outposts.2019-12-03": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/service-catalog.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/outposts.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2883,9 +2883,9 @@ } } }, - "directory-service.2015-04-16": { + "elastic-load-balancing.2012-06-01": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/directory-service.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/elastic-load-balancing.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2894,9 +2894,9 @@ } } }, - "mgn.2020-02-26": { + "kendra-ranking.2022-10-19": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/mgn.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/kendra-ranking.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2905,9 +2905,9 @@ } } }, - "connectcampaigns.2021-01-30": { + "redshift-serverless.2021-04-21": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/connectcampaigns.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/redshift-serverless.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2916,9 +2916,9 @@ } } }, - "appfabric.2023-05-19": { + "cloudsearch-domain.2013-01-01": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/appfabric.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/cloudsearch-domain.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2927,9 +2927,9 @@ } } }, - "transfer.2018-11-05": { + "iot-events-data.2018-10-23": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/transfer.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/iot-events-data.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2938,9 +2938,9 @@ } } }, - "chime.2018-05-01": { + "m2.2021-04-28": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/chime.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/m2.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2949,9 +2949,9 @@ } } }, - "mailmanager.2023-10-17": { + "mediaconvert.2017-08-29": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/mailmanager.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/mediaconvert.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2960,9 +2960,9 @@ } } }, - "service-catalog-appregistry.2020-06-24": { + "codecatalyst.2022-09-28": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/service-catalog-appregistry.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/codecatalyst.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2971,9 +2971,9 @@ } } }, - "pinpoint-sms-voice.2018-09-05": { + "ecr-public.2020-10-30": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/pinpoint-sms-voice.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/ecr-public.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2982,9 +2982,9 @@ } } }, - "appsync.2017-07-25": { + "connect-contact-lens.2020-08-21": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/appsync.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/connect-contact-lens.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -2993,9 +2993,9 @@ } } }, - "pinpoint-email.2018-07-26": { + "eks-auth.2023-11-26": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/pinpoint-email.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/eks-auth.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3004,9 +3004,9 @@ } } }, - "bedrock-agent-runtime.2023-07-26": { + "qbusiness.2023-11-27": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/bedrock-agent-runtime.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/qbusiness.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3015,9 +3015,9 @@ } } }, - "iotthingsgraph.2018-09-06": { + "clouddirectory.2017-01-11": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/iotthingsgraph.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/clouddirectory.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3026,9 +3026,9 @@ } } }, - "machine-learning.2014-12-12": { + "auditmanager.2017-07-25": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/machine-learning.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/auditmanager.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3037,9 +3037,9 @@ } } }, - "textract.2018-06-27": { + "location.2020-11-19": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/textract.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/location.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3048,9 +3048,9 @@ } } }, - "budgets.2016-10-20": { + "acm.2015-12-08": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/budgets.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/acm.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3059,9 +3059,9 @@ } } }, - "redshift-data.2019-12-20": { + "billingconductor.2021-07-30": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/redshift-data.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/billingconductor.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3070,9 +3070,9 @@ } } }, - "sso-oidc.2019-06-10": { + "codeguru-reviewer.2019-09-19": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/sso-oidc.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/codeguru-reviewer.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3081,9 +3081,9 @@ } } }, - "quicksight.2018-04-01": { + "workmailmessageflow.2019-05-01": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/quicksight.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/workmailmessageflow.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3092,9 +3092,9 @@ } } }, - "wisdom.2020-10-19": { + "chime-sdk-meetings.2021-07-15": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/wisdom.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/chime-sdk-meetings.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3103,9 +3103,9 @@ } } }, - "accessanalyzer.2019-11-01": { + "apigatewayv2.2018-11-29": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/accessanalyzer.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/apigatewayv2.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3114,9 +3114,9 @@ } } }, - "cloudfront.2020-05-31": { + "eventbridge.2015-10-07": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/cloudfront.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/eventbridge.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3125,9 +3125,9 @@ } } }, - "transcribe-streaming.2017-10-26": { + "route53-recovery-control-config.2020-11-02": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/transcribe-streaming.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/route53-recovery-control-config.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3136,9 +3136,9 @@ } } }, - "sesv2.2019-09-27": { + "drs.2020-02-26": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/sesv2.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/drs.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3147,9 +3147,9 @@ } } }, - "waf.2015-08-24": { + "lakeformation.2017-03-31": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/waf.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/lakeformation.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3158,9 +3158,9 @@ } } }, - "sagemaker-featurestore-runtime.2020-07-01": { + "kinesis-analytics-v2.2018-05-23": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/sagemaker-featurestore-runtime.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/kinesis-analytics-v2.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3169,9 +3169,9 @@ } } }, - "launch-wizard.2018-05-10": { + "connectparticipant.2018-09-07": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/launch-wizard.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/connectparticipant.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3180,9 +3180,9 @@ } } }, - "healthlake.2017-07-01": { + "backup.2018-11-15": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/healthlake.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/backup.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3191,9 +3191,9 @@ } } }, - "dynamodb-streams.2012-08-10": { + "elastic-transcoder.2012-09-25": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/dynamodb-streams.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/elastic-transcoder.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3202,9 +3202,9 @@ } } }, - "codeconnections.2023-12-01": { + "elasticache.2015-02-02": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/codeconnections.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/elasticache.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3213,9 +3213,9 @@ } } }, - "ssm-contacts.2021-05-03": { + "secrets-manager.2017-10-17": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/ssm-contacts.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/secrets-manager.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3224,9 +3224,9 @@ } } }, - "bedrock.2023-04-20": { + "redshift-data.2019-12-20": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/bedrock.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/redshift-data.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3235,9 +3235,9 @@ } } }, - "marketplace-deployment.2023-01-25": { + "ecr.2015-09-21": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/marketplace-deployment.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/ecr.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3246,9 +3246,9 @@ } } }, - "mediatailor.2018-04-23": { + "rekognition.2016-06-27": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/mediatailor.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/rekognition.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3257,9 +3257,9 @@ } } }, - "cloud9.2017-09-23": { + "ses.2010-12-01": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/cloud9.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/ses.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3268,9 +3268,9 @@ } } }, - "dlm.2018-01-12": { + "pi.2018-02-27": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/dlm.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/pi.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3279,9 +3279,9 @@ } } }, - "iotanalytics.2017-11-27": { + "geo-maps.2020-11-19": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/iotanalytics.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/geo-maps.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3290,9 +3290,9 @@ } } }, - "chime-sdk-messaging.2021-05-15": { + "cloudtrail.2013-11-01": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/chime-sdk-messaging.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/cloudtrail.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3301,9 +3301,9 @@ } } }, - "pcs.2023-02-10": { + "chime-sdk-media-pipelines.2021-07-15": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/pcs.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/chime-sdk-media-pipelines.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3312,9 +3312,9 @@ } } }, - "lakeformation.2017-03-31": { + "sso-admin.2020-07-20": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/lakeformation.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/sso-admin.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3323,9 +3323,9 @@ } } }, - "sfn.2016-11-23": { + "chime-sdk-identity.2021-04-20": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/sfn.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/chime-sdk-identity.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3334,9 +3334,9 @@ } } }, - "ec2.2016-11-15": { + "storage-gateway.2013-06-30": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/ec2.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/storage-gateway.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3345,9 +3345,9 @@ } } }, - "snow-device-management.2021-08-04": { + "opsworkscm.2016-11-01": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/snow-device-management.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/opsworkscm.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3356,9 +3356,9 @@ } } }, - "workspaces-web.2020-07-08": { + "eks.2017-11-01": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/workspaces-web.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/eks.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3367,9 +3367,9 @@ } } }, - "ecr.2015-09-21": { + "iot-1click-projects.2018-05-14": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/ecr.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/iot-1click-projects.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3378,9 +3378,9 @@ } } }, - "workmailmessageflow.2019-05-01": { + "arc-zonal-shift.2022-10-30": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/workmailmessageflow.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/arc-zonal-shift.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3389,9 +3389,9 @@ } } }, - "greengrass.2017-06-07": { + "cloudhsm-v2.2017-04-28": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/greengrass.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/cloudhsm-v2.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3400,9 +3400,9 @@ } } }, - "kinesis-video-media.2017-09-30": { + "ssm-contacts.2021-05-03": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/kinesis-video-media.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/ssm-contacts.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3411,9 +3411,9 @@ } } }, - "iot-jobs-data-plane.2017-09-29": { + "greengrass.2017-06-07": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/iot-jobs-data-plane.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/greengrass.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3422,9 +3422,9 @@ } } }, - "codecatalyst.2022-09-28": { + "chime.2018-05-01": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/codecatalyst.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/chime.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3433,9 +3433,9 @@ } } }, - "personalize-events.2018-03-22": { + "amp.2020-08-01": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/personalize-events.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/amp.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3444,9 +3444,9 @@ } } }, - "geo-routes.2020-11-19": { + "data-pipeline.2012-10-29": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/geo-routes.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/data-pipeline.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3455,9 +3455,9 @@ } } }, - "support-app.2021-08-20": { + "kinesis-video-media.2017-09-30": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/support-app.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/kinesis-video-media.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3466,9 +3466,9 @@ } } }, - "glue.2017-03-31": { + "backupsearch.2018-05-10": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/glue.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/backupsearch.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3477,9 +3477,9 @@ } } }, - "location.2020-11-19": { + "resource-groups.2017-11-27": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/location.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/resource-groups.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3488,9 +3488,9 @@ } } }, - "chime-sdk-identity.2021-04-20": { + "synthetics.2017-10-11": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/chime-sdk-identity.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/synthetics.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3499,9 +3499,9 @@ } } }, - "backupsearch.2018-05-10": { + "chime-sdk-voice.2022-08-03": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/backupsearch.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/chime-sdk-voice.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3510,9 +3510,9 @@ } } }, - "pca-connector-ad.2018-05-10": { + "resource-groups-tagging-api.2017-01-26": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/pca-connector-ad.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/resource-groups-tagging-api.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3521,9 +3521,9 @@ } } }, - "panorama.2019-07-24": { + "ssm-incidents.2018-05-10": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/panorama.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/ssm-incidents.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3532,9 +3532,9 @@ } } }, - "opsworks.2013-02-18": { + "panorama.2019-07-24": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/opsworks.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/panorama.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3543,9 +3543,9 @@ } } }, - "fms.2018-01-01": { + "connectcampaigns.2021-01-30": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/fms.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/connectcampaigns.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3554,9 +3554,9 @@ } } }, - "cloudhsm-v2.2017-04-28": { + "fis.2020-12-01": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/cloudhsm-v2.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/fis.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3565,9 +3565,9 @@ } } }, - "iotsitewise.2019-12-02": { + "global-accelerator.2018-08-08": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/iotsitewise.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/global-accelerator.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3576,9 +3576,9 @@ } } }, - "elastic-transcoder.2012-09-25": { + "cleanrooms.2022-02-17": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/elastic-transcoder.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/cleanrooms.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3587,9 +3587,9 @@ } } }, - "docdb-elastic.2022-11-28": { + "organizations.2016-11-28": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/docdb-elastic.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/organizations.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3598,9 +3598,9 @@ } } }, - "lambda.2015-03-31": { + "simspaceweaver.2022-10-28": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/lambda.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/simspaceweaver.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3609,9 +3609,9 @@ } } }, - "elastic-inference.2017-07-25": { + "chatbot.2017-10-11": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/elastic-inference.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/chatbot.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3620,9 +3620,9 @@ } } }, - "forecast.2018-06-26": { + "applicationcostprofiler.2020-09-10": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/forecast.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/applicationcostprofiler.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3631,9 +3631,9 @@ } } }, - "health.2016-08-04": { + "inspector-scan.2023-08-08": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/health.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/inspector-scan.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3642,9 +3642,9 @@ } } }, - "sagemaker-metrics.2022-09-30": { + "rbin.2021-06-15": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/sagemaker-metrics.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/rbin.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3653,9 +3653,9 @@ } } }, - "observabilityadmin.2018-05-10": { + "keyspaces.2022-02-10": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/observabilityadmin.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/keyspaces.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3664,9 +3664,9 @@ } } }, - "swf.2012-01-25": { + "sso.2019-06-10": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/swf.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/sso.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3675,9 +3675,9 @@ } } }, - "omics.2022-11-28": { + "iotfleetwise.2021-06-17": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/omics.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/iotfleetwise.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3686,9 +3686,9 @@ } } }, - "cognito-identity-provider.2016-04-18": { + "elastic-load-balancing-v2.2015-12-01": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/cognito-identity-provider.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/elastic-load-balancing-v2.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3697,9 +3697,9 @@ } } }, - "cost-explorer.2017-10-25": { + "sfn.2016-11-23": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/cost-explorer.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/sfn.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3708,9 +3708,9 @@ } } }, - "codebuild.2016-10-06": { + "greengrassv2.2020-11-30": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/codebuild.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/greengrassv2.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3719,9 +3719,9 @@ } } }, - "pinpoint-sms-voice-v2.2022-03-31": { + "transcribe.2017-10-26": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/pinpoint-sms-voice-v2.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/transcribe.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3730,9 +3730,9 @@ } } }, - "mwaa.2020-07-01": { + "sso-oidc.2019-06-10": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/mwaa.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/sso-oidc.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3741,9 +3741,9 @@ } } }, - "keyspaces.2022-02-10": { + "kendra.2019-02-03": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/keyspaces.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/kendra.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3752,9 +3752,9 @@ } } }, - "migrationhub-config.2019-06-30": { + "network-firewall.2020-11-12": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/migrationhub-config.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/network-firewall.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3763,9 +3763,9 @@ } } }, - "database-migration-service.2016-01-01": { + "opensearchserverless.2021-11-01": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/database-migration-service.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/opensearchserverless.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3774,9 +3774,9 @@ } } }, - "bedrock-runtime.2023-09-30": { + "mgn.2020-02-26": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/bedrock-runtime.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/mgn.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3785,9 +3785,9 @@ } } }, - "kinesis-analytics.2015-08-14": { + "auto-scaling-plans.2018-01-06": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/kinesis-analytics.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/auto-scaling-plans.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3796,9 +3796,9 @@ } } }, - "iotdeviceadvisor.2020-09-18": { + "textract.2018-06-27": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/iotdeviceadvisor.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/textract.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3807,9 +3807,9 @@ } } }, - "resiliencehub.2020-04-30": { + "freetier.2023-09-07": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/resiliencehub.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/freetier.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3818,9 +3818,9 @@ } } }, - "networkmonitor.2023-08-01": { + "gamelift.2015-10-01": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/networkmonitor.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/gamelift.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3829,9 +3829,9 @@ } } }, - "macie2.2020-01-01": { + "application-auto-scaling.2016-02-06": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/macie2.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/application-auto-scaling.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3840,9 +3840,9 @@ } } }, - "bedrock-agent.2023-06-05": { + "sqs.2012-11-05": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/bedrock-agent.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/sqs.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3851,9 +3851,9 @@ } } }, - "s3.2006-03-01": { + "guardduty.2017-11-28": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/s3.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/guardduty.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3862,9 +3862,9 @@ } } }, - "partnercentral-selling.2022-07-26": { + "waf.2015-08-24": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/partnercentral-selling.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/waf.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3873,9 +3873,9 @@ } } }, - "s3outposts.2017-07-25": { + "cloudwatch.2010-08-01": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/s3outposts.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/cloudwatch.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3884,9 +3884,9 @@ } } }, - "organizations.2016-11-28": { + "geo-places.2020-11-19": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/organizations.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/geo-places.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3895,9 +3895,9 @@ } } }, - "application-insights.2018-11-25": { + "amplify.2017-07-25": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/application-insights.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/amplify.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3906,9 +3906,9 @@ } } }, - "codeartifact.2018-09-22": { + "account.2021-02-01": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/codeartifact.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/account.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3917,9 +3917,9 @@ } } }, - "sagemaker-runtime.2017-05-13": { + "sagemaker.2017-07-24": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/sagemaker-runtime.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/sagemaker.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3928,9 +3928,9 @@ } } }, - "detective.2018-10-26": { + "payment-cryptography-data.2022-02-03": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/detective.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/payment-cryptography-data.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3939,9 +3939,9 @@ } } }, - "neptunedata.2023-08-01": { + "fsx.2018-03-01": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/neptunedata.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/fsx.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3950,9 +3950,9 @@ } } }, - "lex-models-v2.2020-08-07": { + "bedrock-agent-runtime.2023-07-26": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/lex-models-v2.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/bedrock-agent-runtime.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3961,9 +3961,9 @@ } } }, - "backup.2018-11-15": { + "healthlake.2017-07-01": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/backup.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/healthlake.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3972,9 +3972,9 @@ } } }, - "sqs.2012-11-05": { + "appsync.2017-07-25": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/sqs.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/appsync.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3983,9 +3983,9 @@ } } }, - "mediaconnect.2018-11-14": { + "emr-serverless.2021-07-13": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/mediaconnect.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/emr-serverless.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -3994,9 +3994,9 @@ } } }, - "sns.2010-03-31": { + "backup-gateway.2021-01-01": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/sns.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/backup-gateway.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -4005,9 +4005,9 @@ } } }, - "amp.2020-08-01": { + "frauddetector.2019-11-15": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/amp.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/frauddetector.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -4016,9 +4016,9 @@ } } }, - "mediastore.2017-09-01": { + "efs.2015-02-01": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/mediastore.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/efs.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -4027,9 +4027,9 @@ } } }, - "repostspace.2022-05-13": { + "swf.2012-01-25": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/repostspace.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/swf.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -4038,9 +4038,9 @@ } } }, - "databrew.2017-07-25": { + "networkmanager.2019-07-05": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/databrew.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/networkmanager.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -4049,9 +4049,9 @@ } } }, - "resource-groups.2017-11-27": { + "quicksight.2018-04-01": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/resource-groups.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/quicksight.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -4060,9 +4060,9 @@ } } }, - "service-quotas.2019-06-24": { + "ivschat.2020-07-14": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/service-quotas.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/ivschat.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -4071,9 +4071,9 @@ } } }, - "auditmanager.2017-07-25": { + "connect.2017-08-08": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/auditmanager.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/connect.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -4082,9 +4082,9 @@ } } }, - "datasync.2018-11-09": { + "lex-runtime-service.2016-11-28": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/datasync.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/lex-runtime-service.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -4093,9 +4093,9 @@ } } }, - "sagemaker-geospatial.2020-05-27": { + "wisdom.2020-10-19": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/sagemaker-geospatial.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/wisdom.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -4104,9 +4104,9 @@ } } }, - "sms.2016-10-24": { + "kinesis.2013-12-02": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/sms.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/kinesis.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -4115,9 +4115,9 @@ } } }, - "license-manager.2018-08-01": { + "cognito-sync.2014-06-30": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/license-manager.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/cognito-sync.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -4126,9 +4126,9 @@ } } }, - "iot-wireless.2020-11-22": { + "migrationhubstrategy.2020-02-19": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/iot-wireless.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/migrationhubstrategy.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -4137,9 +4137,9 @@ } } }, - "finspace.2021-03-12": { + "omics.2022-11-28": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/finspace.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/omics.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -4148,9 +4148,9 @@ } } }, - "waf-regional.2016-11-28": { + "mediaconnect.2018-11-14": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/waf-regional.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/mediaconnect.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -4159,9 +4159,9 @@ } } }, - "entityresolution.2018-05-10": { + "qapps.2023-11-27": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/entityresolution.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/qapps.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -4170,9 +4170,9 @@ } } }, - "s3tables.2018-05-10": { + "cloudfront-keyvaluestore.2022-07-26": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/s3tables.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/cloudfront-keyvaluestore.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -4181,9 +4181,9 @@ } } }, - "iot-1click-devices-service.2018-05-14": { + "controltower.2018-05-10": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/iot-1click-devices-service.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/controltower.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -4192,9 +4192,9 @@ } } }, - "appconfig.2019-10-09": { + "partnercentral-selling.2022-07-26": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/appconfig.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/partnercentral-selling.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -4203,9 +4203,9 @@ } } }, - "codestar-notifications.2019-10-15": { + "entityresolution.2018-05-10": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/codestar-notifications.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/entityresolution.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -4214,9 +4214,9 @@ } } }, - "codeguruprofiler.2019-07-18": { + "launch-wizard.2018-05-10": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/codeguruprofiler.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/launch-wizard.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -4225,9 +4225,9 @@ } } }, - "sagemaker-edge.2020-09-23": { + "oam.2022-06-10": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/sagemaker-edge.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/oam.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -4236,9 +4236,9 @@ } } }, - "pricing.2017-10-15": { + "datasync.2018-11-09": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/pricing.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/datasync.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -4247,9 +4247,9 @@ } } }, - "qbusiness.2023-11-27": { + "sesv2.2019-09-27": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/qbusiness.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/sesv2.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -4258,9 +4258,9 @@ } } }, - "translate.2017-07-01": { + "rds-data.2018-08-01": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/translate.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/rds-data.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -4269,9 +4269,9 @@ } } }, - "xray.2016-04-12": { + "budgets.2016-10-20": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/xray.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/budgets.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -4280,9 +4280,9 @@ } } }, - "iam.2010-05-08": { + "cost-optimization-hub.2022-07-26": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/iam.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/cost-optimization-hub.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -4291,9 +4291,9 @@ } } }, - "codeguru-security.2018-05-10": { + "iotthingsgraph.2018-09-06": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/codeguru-security.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/iotthingsgraph.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -4302,9 +4302,9 @@ } } }, - "marketplace-entitlement-service.2017-01-11": { + "migration-hub.2017-05-31": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/marketplace-entitlement-service.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/migration-hub.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -4313,9 +4313,9 @@ } } }, - "workspaces.2015-04-08": { + "application-signals.2024-04-15": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/workspaces.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/application-signals.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -4324,9 +4324,9 @@ } } }, - "directory-service-data.2023-05-31": { + "device-farm.2015-06-23": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/directory-service-data.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/device-farm.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -4335,9 +4335,9 @@ } } }, - "kinesis-analytics-v2.2018-05-23": { + "billing.2023-09-07": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/kinesis-analytics-v2.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/billing.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -4346,9 +4346,9 @@ } } }, - "cost-and-usage-report-service.2017-01-06": { + "forecast.2018-06-26": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/cost-and-usage-report-service.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/forecast.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -4357,9 +4357,9 @@ } } }, - "cloudtrail.2013-11-01": { + "observabilityadmin.2018-05-10": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/cloudtrail.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/observabilityadmin.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -4368,9 +4368,9 @@ } } }, - "emr-serverless.2021-07-13": { + "savingsplans.2019-06-28": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/emr-serverless.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/savingsplans.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -4379,9 +4379,9 @@ } } }, - "supplychain.2024-01-01": { + "ssm.2014-11-06": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/supplychain.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/ssm.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -4390,9 +4390,9 @@ } } }, - "cloudhsm.2014-05-30": { + "securityhub.2018-10-26": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/cloudhsm.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/securityhub.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -4401,9 +4401,9 @@ } } }, - "voice-id.2021-09-27": { + "firehose.2015-08-04": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/voice-id.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/firehose.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -4412,9 +4412,9 @@ } } }, - "eventbridge.2015-10-07": { + "connectcases.2022-10-03": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/eventbridge.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/connectcases.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -4423,9 +4423,9 @@ } } }, - "gamelift.2015-10-01": { + "pca-connector-scep.2018-05-10": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/gamelift.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/pca-connector-scep.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": { @@ -4434,9 +4434,9 @@ } } }, - "savingsplans.2019-06-28": { + "medical-imaging.2023-07-19": { "imports": [ - "/codebuild/output/src4161131028/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/savingsplans.json" + "/codebuild/output/src2100527103/src/aws-sdk-cpp/tools/code-generation/smithy/api-descriptions/medical-imaging.json" ], "plugins": { "cpp-codegen-smoke-tests-plugin": {