Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update clients as of 11/30/2020 #1734

Merged
merged 5 commits into from
Dec 1, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1,140 changes: 618 additions & 522 deletions clients/client-appflow/models/models_0.ts

Large diffs are not rendered by default.

77 changes: 77 additions & 0 deletions clients/client-appflow/protocols/Aws_restJson1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,9 @@ import {
TriggerProperties,
TriggerType,
UnsupportedOperationException,
UpsolverDestinationProperties,
UpsolverMetadata,
UpsolverS3OutputFormatConfig,
ValidationException,
VeevaConnectorProfileCredentials,
VeevaConnectorProfileProperties,
Expand Down Expand Up @@ -2529,6 +2532,9 @@ const serializeAws_restJson1DestinationConnectorProperties = (
...(input.Snowflake !== undefined && {
Snowflake: serializeAws_restJson1SnowflakeDestinationProperties(input.Snowflake, context),
}),
...(input.Upsolver !== undefined && {
Upsolver: serializeAws_restJson1UpsolverDestinationProperties(input.Upsolver, context),
}),
};
};

Expand Down Expand Up @@ -3112,6 +3118,34 @@ const serializeAws_restJson1TriggerProperties = (input: TriggerProperties, conte
};
};

const serializeAws_restJson1UpsolverDestinationProperties = (
input: UpsolverDestinationProperties,
context: __SerdeContext
): any => {
return {
...(input.bucketName !== undefined && { bucketName: input.bucketName }),
...(input.bucketPrefix !== undefined && { bucketPrefix: input.bucketPrefix }),
...(input.s3OutputFormatConfig !== undefined && {
s3OutputFormatConfig: serializeAws_restJson1UpsolverS3OutputFormatConfig(input.s3OutputFormatConfig, context),
}),
};
};

const serializeAws_restJson1UpsolverS3OutputFormatConfig = (
input: UpsolverS3OutputFormatConfig,
context: __SerdeContext
): any => {
return {
...(input.aggregationConfig !== undefined && {
aggregationConfig: serializeAws_restJson1AggregationConfig(input.aggregationConfig, context),
}),
...(input.fileType !== undefined && { fileType: input.fileType }),
...(input.prefixConfig !== undefined && {
prefixConfig: serializeAws_restJson1PrefixConfig(input.prefixConfig, context),
}),
};
};

const serializeAws_restJson1VeevaConnectorProfileCredentials = (
input: VeevaConnectorProfileCredentials,
context: __SerdeContext
Expand Down Expand Up @@ -3364,6 +3398,10 @@ const deserializeAws_restJson1ConnectorMetadata = (output: any, context: __Serde
output.Trendmicro !== undefined && output.Trendmicro !== null
? deserializeAws_restJson1TrendmicroMetadata(output.Trendmicro, context)
: undefined,
Upsolver:
output.Upsolver !== undefined && output.Upsolver !== null
? deserializeAws_restJson1UpsolverMetadata(output.Upsolver, context)
: undefined,
Veeva:
output.Veeva !== undefined && output.Veeva !== null
? deserializeAws_restJson1VeevaMetadata(output.Veeva, context)
Expand Down Expand Up @@ -3555,6 +3593,10 @@ const deserializeAws_restJson1DestinationConnectorProperties = (
output.Snowflake !== undefined && output.Snowflake !== null
? deserializeAws_restJson1SnowflakeDestinationProperties(output.Snowflake, context)
: undefined,
Upsolver:
output.Upsolver !== undefined && output.Upsolver !== null
? deserializeAws_restJson1UpsolverDestinationProperties(output.Upsolver, context)
: undefined,
} as any;
};

Expand Down Expand Up @@ -4347,6 +4389,41 @@ const deserializeAws_restJson1TriggerTypeList = (output: any, context: __SerdeCo
return (output || []).map((entry: any) => entry);
};

const deserializeAws_restJson1UpsolverDestinationProperties = (
output: any,
context: __SerdeContext
): UpsolverDestinationProperties => {
return {
bucketName: output.bucketName !== undefined && output.bucketName !== null ? output.bucketName : undefined,
bucketPrefix: output.bucketPrefix !== undefined && output.bucketPrefix !== null ? output.bucketPrefix : undefined,
s3OutputFormatConfig:
output.s3OutputFormatConfig !== undefined && output.s3OutputFormatConfig !== null
? deserializeAws_restJson1UpsolverS3OutputFormatConfig(output.s3OutputFormatConfig, context)
: undefined,
} as any;
};

const deserializeAws_restJson1UpsolverMetadata = (output: any, context: __SerdeContext): UpsolverMetadata => {
return {} as any;
};

const deserializeAws_restJson1UpsolverS3OutputFormatConfig = (
output: any,
context: __SerdeContext
): UpsolverS3OutputFormatConfig => {
return {
aggregationConfig:
output.aggregationConfig !== undefined && output.aggregationConfig !== null
? deserializeAws_restJson1AggregationConfig(output.aggregationConfig, context)
: undefined,
fileType: output.fileType !== undefined && output.fileType !== null ? output.fileType : undefined,
prefixConfig:
output.prefixConfig !== undefined && output.prefixConfig !== null
? deserializeAws_restJson1PrefixConfig(output.prefixConfig, context)
: undefined,
} as any;
};

const deserializeAws_restJson1VeevaConnectorProfileProperties = (
output: any,
context: __SerdeContext
Expand Down
10 changes: 5 additions & 5 deletions clients/client-application-insights/ApplicationInsights.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,14 +133,14 @@ import {
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";

/**
* <fullname>Amazon CloudWatch Application Insights for .NET and SQL Server</fullname>
* <p> Amazon CloudWatch Application Insights for .NET and SQL Server is a service that
* helps you detect common problems with your .NET and SQL Server-based applications. It
* <fullname>Amazon CloudWatch Application Insights</fullname>
* <p> Amazon CloudWatch Application Insights is a service that
* helps you detect common problems with your applications. It
* enables you to pinpoint the source of issues in your applications (built with technologies
* such as Microsoft IIS, .NET, and Microsoft SQL Server), by providing key insights into
* detected problems.</p>
* <p>After you onboard your application, CloudWatch Application Insights for .NET and SQL
* Server identifies, recommends, and sets up metrics and logs. It continuously analyzes and
* <p>After you onboard your application, CloudWatch Application Insights identifies,
* recommends, and sets up metrics and logs. It continuously analyzes and
* correlates your metrics and logs for unusual behavior to surface actionable problems with
* your application. For example, if your application is slow and unresponsive and leading to
* HTTP 500 errors in your Application Load Balancer (ALB), Application Insights informs you
Expand Down
10 changes: 5 additions & 5 deletions clients/client-application-insights/ApplicationInsightsClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,14 +269,14 @@ export type ApplicationInsightsClientResolvedConfig = __SmithyResolvedConfigurat
HostHeaderResolvedConfig;

/**
* <fullname>Amazon CloudWatch Application Insights for .NET and SQL Server</fullname>
* <p> Amazon CloudWatch Application Insights for .NET and SQL Server is a service that
* helps you detect common problems with your .NET and SQL Server-based applications. It
* <fullname>Amazon CloudWatch Application Insights</fullname>
* <p> Amazon CloudWatch Application Insights is a service that
* helps you detect common problems with your applications. It
* enables you to pinpoint the source of issues in your applications (built with technologies
* such as Microsoft IIS, .NET, and Microsoft SQL Server), by providing key insights into
* detected problems.</p>
* <p>After you onboard your application, CloudWatch Application Insights for .NET and SQL
* Server identifies, recommends, and sets up metrics and logs. It continuously analyzes and
* <p>After you onboard your application, CloudWatch Application Insights identifies,
* recommends, and sets up metrics and logs. It continuously analyzes and
* correlates your metrics and logs for unusual behavior to surface actionable problems with
* your application. For example, if your application is slow and unresponsive and leading to
* HTTP 500 errors in your Application Load Balancer (ALB), Application Insights informs you
Expand Down
Loading