Skip to content

Commit

Permalink
updates cloudtrail event source for SDKs
Browse files Browse the repository at this point in the history
Customers are presented with the grouping recommendations and can determine if the recommendations are accurate and apply to their case. This feature simplifies onboarding by organizing resources into appropriate AppComponents.
Add v2 smoke tests and smithy smokeTests trait for SDK testing.
Add v2 smoke tests and smithy smokeTests trait for SDK testing.
Add v2 smoke tests and smithy smokeTests trait for SDK testing.
updates cloudtrail event source for SDKs
Add v2 smoke tests and smithy smokeTests trait for SDK testing.
Add v2 smoke tests and smithy smokeTests trait for SDK testing.
Add v2 smoke tests and smithy smokeTests trait for SDK testing.
Add v2 smoke tests and smithy smokeTests trait for SDK testing.
updates cloudtrail event source for SDKs
  • Loading branch information
aws-sdk-cpp-automation committed Aug 2, 2024
1 parent 9493173 commit 8276798
Show file tree
Hide file tree
Showing 826 changed files with 5,300 additions and 914 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.375
1.11.376
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ using Aws::Endpoint::DefaultEndpointProvider;

using MigrationHubClientContextParameters = Aws::Endpoint::ClientContextParameters;

using MigrationHubClientConfiguration = Aws::Client::GenericClientConfiguration<false>;
using MigrationHubClientConfiguration = Aws::Client::GenericClientConfiguration;
using MigrationHubBuiltInParameters = Aws::Endpoint::BuiltInParameters;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ namespace Aws

namespace MigrationHub
{
using MigrationHubClientConfiguration = Aws::Client::GenericClientConfiguration<false>;
using MigrationHubClientConfiguration = Aws::Client::GenericClientConfiguration;
using MigrationHubEndpointProviderBase = Aws::MigrationHub::Endpoint::MigrationHubEndpointProviderBase;
using MigrationHubEndpointProvider = Aws::MigrationHub::Endpoint::MigrationHubEndpointProvider;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ using Aws::Endpoint::DefaultEndpointProvider;

using AccessAnalyzerClientContextParameters = Aws::Endpoint::ClientContextParameters;

using AccessAnalyzerClientConfiguration = Aws::Client::GenericClientConfiguration<false>;
using AccessAnalyzerClientConfiguration = Aws::Client::GenericClientConfiguration;
using AccessAnalyzerBuiltInParameters = Aws::Endpoint::BuiltInParameters;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ namespace Aws

namespace AccessAnalyzer
{
using AccessAnalyzerClientConfiguration = Aws::Client::GenericClientConfiguration<false>;
using AccessAnalyzerClientConfiguration = Aws::Client::GenericClientConfiguration;
using AccessAnalyzerEndpointProviderBase = Aws::AccessAnalyzer::Endpoint::AccessAnalyzerEndpointProviderBase;
using AccessAnalyzerEndpointProvider = Aws::AccessAnalyzer::Endpoint::AccessAnalyzerEndpointProvider;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ using Aws::Endpoint::DefaultEndpointProvider;

using AccountClientContextParameters = Aws::Endpoint::ClientContextParameters;

using AccountClientConfiguration = Aws::Client::GenericClientConfiguration<false>;
using AccountClientConfiguration = Aws::Client::GenericClientConfiguration;
using AccountBuiltInParameters = Aws::Endpoint::BuiltInParameters;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ namespace Aws

namespace Account
{
using AccountClientConfiguration = Aws::Client::GenericClientConfiguration<false>;
using AccountClientConfiguration = Aws::Client::GenericClientConfiguration;
using AccountEndpointProviderBase = Aws::Account::Endpoint::AccountEndpointProviderBase;
using AccountEndpointProvider = Aws::Account::Endpoint::AccountEndpointProvider;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ using Aws::Endpoint::DefaultEndpointProvider;

using ACMPCAClientContextParameters = Aws::Endpoint::ClientContextParameters;

using ACMPCAClientConfiguration = Aws::Client::GenericClientConfiguration<false>;
using ACMPCAClientConfiguration = Aws::Client::GenericClientConfiguration;
using ACMPCABuiltInParameters = Aws::Endpoint::BuiltInParameters;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ namespace Aws

namespace ACMPCA
{
using ACMPCAClientConfiguration = Aws::Client::GenericClientConfiguration<false>;
using ACMPCAClientConfiguration = Aws::Client::GenericClientConfiguration;
using ACMPCAEndpointProviderBase = Aws::ACMPCA::Endpoint::ACMPCAEndpointProviderBase;
using ACMPCAEndpointProvider = Aws::ACMPCA::Endpoint::ACMPCAEndpointProvider;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ using Aws::Endpoint::DefaultEndpointProvider;

using ACMClientContextParameters = Aws::Endpoint::ClientContextParameters;

using ACMClientConfiguration = Aws::Client::GenericClientConfiguration<false>;
using ACMClientConfiguration = Aws::Client::GenericClientConfiguration;
using ACMBuiltInParameters = Aws::Endpoint::BuiltInParameters;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ namespace Aws

namespace ACM
{
using ACMClientConfiguration = Aws::Client::GenericClientConfiguration<false>;
using ACMClientConfiguration = Aws::Client::GenericClientConfiguration;
using ACMEndpointProviderBase = Aws::ACM::Endpoint::ACMEndpointProviderBase;
using ACMEndpointProvider = Aws::ACM::Endpoint::ACMEndpointProvider;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ using Aws::Endpoint::DefaultEndpointProvider;

using PrometheusServiceClientContextParameters = Aws::Endpoint::ClientContextParameters;

using PrometheusServiceClientConfiguration = Aws::Client::GenericClientConfiguration<false>;
using PrometheusServiceClientConfiguration = Aws::Client::GenericClientConfiguration;
using PrometheusServiceBuiltInParameters = Aws::Endpoint::BuiltInParameters;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ namespace Aws

namespace PrometheusService
{
using PrometheusServiceClientConfiguration = Aws::Client::GenericClientConfiguration<false>;
using PrometheusServiceClientConfiguration = Aws::Client::GenericClientConfiguration;
using PrometheusServiceEndpointProviderBase = Aws::PrometheusService::Endpoint::PrometheusServiceEndpointProviderBase;
using PrometheusServiceEndpointProvider = Aws::PrometheusService::Endpoint::PrometheusServiceEndpointProvider;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ using Aws::Endpoint::DefaultEndpointProvider;

using AmplifyClientContextParameters = Aws::Endpoint::ClientContextParameters;

using AmplifyClientConfiguration = Aws::Client::GenericClientConfiguration<false>;
using AmplifyClientConfiguration = Aws::Client::GenericClientConfiguration;
using AmplifyBuiltInParameters = Aws::Endpoint::BuiltInParameters;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ namespace Aws

namespace Amplify
{
using AmplifyClientConfiguration = Aws::Client::GenericClientConfiguration<false>;
using AmplifyClientConfiguration = Aws::Client::GenericClientConfiguration;
using AmplifyEndpointProviderBase = Aws::Amplify::Endpoint::AmplifyEndpointProviderBase;
using AmplifyEndpointProvider = Aws::Amplify::Endpoint::AmplifyEndpointProvider;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ using Aws::Endpoint::DefaultEndpointProvider;

using AmplifyBackendClientContextParameters = Aws::Endpoint::ClientContextParameters;

using AmplifyBackendClientConfiguration = Aws::Client::GenericClientConfiguration<false>;
using AmplifyBackendClientConfiguration = Aws::Client::GenericClientConfiguration;
using AmplifyBackendBuiltInParameters = Aws::Endpoint::BuiltInParameters;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ namespace Aws

namespace AmplifyBackend
{
using AmplifyBackendClientConfiguration = Aws::Client::GenericClientConfiguration<false>;
using AmplifyBackendClientConfiguration = Aws::Client::GenericClientConfiguration;
using AmplifyBackendEndpointProviderBase = Aws::AmplifyBackend::Endpoint::AmplifyBackendEndpointProviderBase;
using AmplifyBackendEndpointProvider = Aws::AmplifyBackend::Endpoint::AmplifyBackendEndpointProvider;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ using Aws::Endpoint::DefaultEndpointProvider;

using AmplifyUIBuilderClientContextParameters = Aws::Endpoint::ClientContextParameters;

using AmplifyUIBuilderClientConfiguration = Aws::Client::GenericClientConfiguration<false>;
using AmplifyUIBuilderClientConfiguration = Aws::Client::GenericClientConfiguration;
using AmplifyUIBuilderBuiltInParameters = Aws::Endpoint::BuiltInParameters;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ namespace Aws

namespace AmplifyUIBuilder
{
using AmplifyUIBuilderClientConfiguration = Aws::Client::GenericClientConfiguration<false>;
using AmplifyUIBuilderClientConfiguration = Aws::Client::GenericClientConfiguration;
using AmplifyUIBuilderEndpointProviderBase = Aws::AmplifyUIBuilder::Endpoint::AmplifyUIBuilderEndpointProviderBase;
using AmplifyUIBuilderEndpointProvider = Aws::AmplifyUIBuilder::Endpoint::AmplifyUIBuilderEndpointProvider;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ using Aws::Endpoint::DefaultEndpointProvider;

using APIGatewayClientContextParameters = Aws::Endpoint::ClientContextParameters;

using APIGatewayClientConfiguration = Aws::Client::GenericClientConfiguration<false>;
using APIGatewayClientConfiguration = Aws::Client::GenericClientConfiguration;
using APIGatewayBuiltInParameters = Aws::Endpoint::BuiltInParameters;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ namespace Aws

namespace APIGateway
{
using APIGatewayClientConfiguration = Aws::Client::GenericClientConfiguration<false>;
using APIGatewayClientConfiguration = Aws::Client::GenericClientConfiguration;
using APIGatewayEndpointProviderBase = Aws::APIGateway::Endpoint::APIGatewayEndpointProviderBase;
using APIGatewayEndpointProvider = Aws::APIGateway::Endpoint::APIGatewayEndpointProvider;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ using Aws::Endpoint::DefaultEndpointProvider;

using ApiGatewayManagementApiClientContextParameters = Aws::Endpoint::ClientContextParameters;

using ApiGatewayManagementApiClientConfiguration = Aws::Client::GenericClientConfiguration<false>;
using ApiGatewayManagementApiClientConfiguration = Aws::Client::GenericClientConfiguration;
using ApiGatewayManagementApiBuiltInParameters = Aws::Endpoint::BuiltInParameters;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ namespace Aws

namespace ApiGatewayManagementApi
{
using ApiGatewayManagementApiClientConfiguration = Aws::Client::GenericClientConfiguration<false>;
using ApiGatewayManagementApiClientConfiguration = Aws::Client::GenericClientConfiguration;
using ApiGatewayManagementApiEndpointProviderBase = Aws::ApiGatewayManagementApi::Endpoint::ApiGatewayManagementApiEndpointProviderBase;
using ApiGatewayManagementApiEndpointProvider = Aws::ApiGatewayManagementApi::Endpoint::ApiGatewayManagementApiEndpointProvider;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ using Aws::Endpoint::DefaultEndpointProvider;

using ApiGatewayV2ClientContextParameters = Aws::Endpoint::ClientContextParameters;

using ApiGatewayV2ClientConfiguration = Aws::Client::GenericClientConfiguration<false>;
using ApiGatewayV2ClientConfiguration = Aws::Client::GenericClientConfiguration;
using ApiGatewayV2BuiltInParameters = Aws::Endpoint::BuiltInParameters;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ namespace Aws

namespace ApiGatewayV2
{
using ApiGatewayV2ClientConfiguration = Aws::Client::GenericClientConfiguration<false>;
using ApiGatewayV2ClientConfiguration = Aws::Client::GenericClientConfiguration;
using ApiGatewayV2EndpointProviderBase = Aws::ApiGatewayV2::Endpoint::ApiGatewayV2EndpointProviderBase;
using ApiGatewayV2EndpointProvider = Aws::ApiGatewayV2::Endpoint::ApiGatewayV2EndpointProvider;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ using Aws::Endpoint::DefaultEndpointProvider;

using AppConfigClientContextParameters = Aws::Endpoint::ClientContextParameters;

using AppConfigClientConfiguration = Aws::Client::GenericClientConfiguration<false>;
using AppConfigClientConfiguration = Aws::Client::GenericClientConfiguration;
using AppConfigBuiltInParameters = Aws::Endpoint::BuiltInParameters;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ namespace Aws

namespace AppConfig
{
using AppConfigClientConfiguration = Aws::Client::GenericClientConfiguration<false>;
using AppConfigClientConfiguration = Aws::Client::GenericClientConfiguration;
using AppConfigEndpointProviderBase = Aws::AppConfig::Endpoint::AppConfigEndpointProviderBase;
using AppConfigEndpointProvider = Aws::AppConfig::Endpoint::AppConfigEndpointProvider;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ using Aws::Endpoint::DefaultEndpointProvider;

using AppConfigDataClientContextParameters = Aws::Endpoint::ClientContextParameters;

using AppConfigDataClientConfiguration = Aws::Client::GenericClientConfiguration<false>;
using AppConfigDataClientConfiguration = Aws::Client::GenericClientConfiguration;
using AppConfigDataBuiltInParameters = Aws::Endpoint::BuiltInParameters;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ namespace Aws

namespace AppConfigData
{
using AppConfigDataClientConfiguration = Aws::Client::GenericClientConfiguration<false>;
using AppConfigDataClientConfiguration = Aws::Client::GenericClientConfiguration;
using AppConfigDataEndpointProviderBase = Aws::AppConfigData::Endpoint::AppConfigDataEndpointProviderBase;
using AppConfigDataEndpointProvider = Aws::AppConfigData::Endpoint::AppConfigDataEndpointProvider;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ using Aws::Endpoint::DefaultEndpointProvider;

using AppFabricClientContextParameters = Aws::Endpoint::ClientContextParameters;

using AppFabricClientConfiguration = Aws::Client::GenericClientConfiguration<false>;
using AppFabricClientConfiguration = Aws::Client::GenericClientConfiguration;
using AppFabricBuiltInParameters = Aws::Endpoint::BuiltInParameters;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ namespace Aws

namespace AppFabric
{
using AppFabricClientConfiguration = Aws::Client::GenericClientConfiguration<false>;
using AppFabricClientConfiguration = Aws::Client::GenericClientConfiguration;
using AppFabricEndpointProviderBase = Aws::AppFabric::Endpoint::AppFabricEndpointProviderBase;
using AppFabricEndpointProvider = Aws::AppFabric::Endpoint::AppFabricEndpointProvider;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ using Aws::Endpoint::DefaultEndpointProvider;

using AppflowClientContextParameters = Aws::Endpoint::ClientContextParameters;

using AppflowClientConfiguration = Aws::Client::GenericClientConfiguration<false>;
using AppflowClientConfiguration = Aws::Client::GenericClientConfiguration;
using AppflowBuiltInParameters = Aws::Endpoint::BuiltInParameters;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ namespace Aws

namespace Appflow
{
using AppflowClientConfiguration = Aws::Client::GenericClientConfiguration<false>;
using AppflowClientConfiguration = Aws::Client::GenericClientConfiguration;
using AppflowEndpointProviderBase = Aws::Appflow::Endpoint::AppflowEndpointProviderBase;
using AppflowEndpointProvider = Aws::Appflow::Endpoint::AppflowEndpointProvider;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ using Aws::Endpoint::DefaultEndpointProvider;

using AppIntegrationsServiceClientContextParameters = Aws::Endpoint::ClientContextParameters;

using AppIntegrationsServiceClientConfiguration = Aws::Client::GenericClientConfiguration<false>;
using AppIntegrationsServiceClientConfiguration = Aws::Client::GenericClientConfiguration;
using AppIntegrationsServiceBuiltInParameters = Aws::Endpoint::BuiltInParameters;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ namespace Aws

namespace AppIntegrationsService
{
using AppIntegrationsServiceClientConfiguration = Aws::Client::GenericClientConfiguration<false>;
using AppIntegrationsServiceClientConfiguration = Aws::Client::GenericClientConfiguration;
using AppIntegrationsServiceEndpointProviderBase = Aws::AppIntegrationsService::Endpoint::AppIntegrationsServiceEndpointProviderBase;
using AppIntegrationsServiceEndpointProvider = Aws::AppIntegrationsService::Endpoint::AppIntegrationsServiceEndpointProvider;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ using Aws::Endpoint::DefaultEndpointProvider;

using ApplicationAutoScalingClientContextParameters = Aws::Endpoint::ClientContextParameters;

using ApplicationAutoScalingClientConfiguration = Aws::Client::GenericClientConfiguration<false>;
using ApplicationAutoScalingClientConfiguration = Aws::Client::GenericClientConfiguration;
using ApplicationAutoScalingBuiltInParameters = Aws::Endpoint::BuiltInParameters;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ namespace Aws

namespace ApplicationAutoScaling
{
using ApplicationAutoScalingClientConfiguration = Aws::Client::GenericClientConfiguration<false>;
using ApplicationAutoScalingClientConfiguration = Aws::Client::GenericClientConfiguration;
using ApplicationAutoScalingEndpointProviderBase = Aws::ApplicationAutoScaling::Endpoint::ApplicationAutoScalingEndpointProviderBase;
using ApplicationAutoScalingEndpointProvider = Aws::ApplicationAutoScaling::Endpoint::ApplicationAutoScalingEndpointProvider;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ using Aws::Endpoint::DefaultEndpointProvider;

using ApplicationInsightsClientContextParameters = Aws::Endpoint::ClientContextParameters;

using ApplicationInsightsClientConfiguration = Aws::Client::GenericClientConfiguration<false>;
using ApplicationInsightsClientConfiguration = Aws::Client::GenericClientConfiguration;
using ApplicationInsightsBuiltInParameters = Aws::Endpoint::BuiltInParameters;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ namespace Aws

namespace ApplicationInsights
{
using ApplicationInsightsClientConfiguration = Aws::Client::GenericClientConfiguration<false>;
using ApplicationInsightsClientConfiguration = Aws::Client::GenericClientConfiguration;
using ApplicationInsightsEndpointProviderBase = Aws::ApplicationInsights::Endpoint::ApplicationInsightsEndpointProviderBase;
using ApplicationInsightsEndpointProvider = Aws::ApplicationInsights::Endpoint::ApplicationInsightsEndpointProvider;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ using Aws::Endpoint::DefaultEndpointProvider;

using ApplicationSignalsClientContextParameters = Aws::Endpoint::ClientContextParameters;

using ApplicationSignalsClientConfiguration = Aws::Client::GenericClientConfiguration<false>;
using ApplicationSignalsClientConfiguration = Aws::Client::GenericClientConfiguration;
using ApplicationSignalsBuiltInParameters = Aws::Endpoint::BuiltInParameters;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ namespace Aws

namespace ApplicationSignals
{
using ApplicationSignalsClientConfiguration = Aws::Client::GenericClientConfiguration<false>;
using ApplicationSignalsClientConfiguration = Aws::Client::GenericClientConfiguration;
using ApplicationSignalsEndpointProviderBase = Aws::ApplicationSignals::Endpoint::ApplicationSignalsEndpointProviderBase;
using ApplicationSignalsEndpointProvider = Aws::ApplicationSignals::Endpoint::ApplicationSignalsEndpointProvider;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ using Aws::Endpoint::DefaultEndpointProvider;

using ApplicationCostProfilerClientContextParameters = Aws::Endpoint::ClientContextParameters;

using ApplicationCostProfilerClientConfiguration = Aws::Client::GenericClientConfiguration<false>;
using ApplicationCostProfilerClientConfiguration = Aws::Client::GenericClientConfiguration;
using ApplicationCostProfilerBuiltInParameters = Aws::Endpoint::BuiltInParameters;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ namespace Aws

namespace ApplicationCostProfiler
{
using ApplicationCostProfilerClientConfiguration = Aws::Client::GenericClientConfiguration<false>;
using ApplicationCostProfilerClientConfiguration = Aws::Client::GenericClientConfiguration;
using ApplicationCostProfilerEndpointProviderBase = Aws::ApplicationCostProfiler::Endpoint::ApplicationCostProfilerEndpointProviderBase;
using ApplicationCostProfilerEndpointProvider = Aws::ApplicationCostProfiler::Endpoint::ApplicationCostProfilerEndpointProvider;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ using Aws::Endpoint::DefaultEndpointProvider;

using AppMeshClientContextParameters = Aws::Endpoint::ClientContextParameters;

using AppMeshClientConfiguration = Aws::Client::GenericClientConfiguration<false>;
using AppMeshClientConfiguration = Aws::Client::GenericClientConfiguration;
using AppMeshBuiltInParameters = Aws::Endpoint::BuiltInParameters;

/**
Expand Down
Loading

0 comments on commit 8276798

Please sign in to comment.