New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@aws-sdk/client-translate

Package Overview
Dependencies
Maintainers
4
Versions
435
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/client-translate - npm Package Compare versions

Comparing version 1.0.0-alpha.8 to 1.0.0-alpha.9

44

CHANGELOG.md

@@ -6,2 +6,46 @@ # Change Log

# 1.0.0-alpha.9 (2020-01-17)
# 1.0.0-alpha.9 (2020-01-17)
# 1.0.0-alpha.8 (2020-01-16)
# 1.0.0-alpha.4 (2020-01-14)
# 1.0.0-alpha.3 (2020-01-14)
# 1.0.0-alpha.2 (2020-01-10)
### Features
* update clients ([#717](https://github.com/aws/aws-sdk-js-v3/issues/717)) ([dc9464f](https://github.com/aws/aws-sdk-js-v3/commit/dc9464f)), closes [#694](https://github.com/aws/aws-sdk-js-v3/issues/694) [smithy-typescript#66](https://github.com/smithy-typescript/issues/66) [smithy-typescript#87](https://github.com/smithy-typescript/issues/87)
# 1.0.0-alpha.1 (2020-01-10)
# 0.9.0 (2020-01-09)
### Features
* add client-translate ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([9b76878](https://github.com/aws/aws-sdk-js-v3/commit/9b76878))
# 1.0.0-alpha.8 (2020-01-17)

@@ -8,0 +52,0 @@

2

dist/cjs/package.json
{
"name": "@aws-sdk/client-translate",
"description": "@aws-sdk/client-translate client",
"version": "1.0.0-alpha.8",
"version": "1.0.0-alpha.9",
"scripts": {

@@ -6,0 +6,0 @@ "clean": "npm run remove-definitions && npm run remove-dist && npm run remove-js && npm run remove-maps",

@@ -10,6 +10,3 @@ "use strict";

let body = {};
const wrappedBody = {
DeleteTerminologyRequest: serializeAws_json1_1DeleteTerminologyRequest(input, context)
};
body = JSON.stringify(wrappedBody);
body = JSON.stringify(serializeAws_json1_1DeleteTerminologyRequest(input, context));
return new protocol_http_1.HttpRequest(Object.assign(Object.assign({}, context.endpoint), { protocol: "https", method: "POST", path: "/DeleteTerminology", headers: headers, body: body }));

@@ -23,6 +20,3 @@ }

let body = {};
const wrappedBody = {
GetTerminologyRequest: serializeAws_json1_1GetTerminologyRequest(input, context)
};
body = JSON.stringify(wrappedBody);
body = JSON.stringify(serializeAws_json1_1GetTerminologyRequest(input, context));
return new protocol_http_1.HttpRequest(Object.assign(Object.assign({}, context.endpoint), { protocol: "https", method: "POST", path: "/GetTerminology", headers: headers, body: body }));

@@ -37,6 +31,3 @@ }

let body = {};
const wrappedBody = {
ImportTerminologyRequest: serializeAws_json1_1ImportTerminologyRequest(input, context)
};
body = JSON.stringify(wrappedBody);
body = JSON.stringify(serializeAws_json1_1ImportTerminologyRequest(input, context));
return new protocol_http_1.HttpRequest(Object.assign(Object.assign({}, context.endpoint), { protocol: "https", method: "POST", path: "/ImportTerminology", headers: headers, body: body }));

@@ -51,6 +42,3 @@ }

let body = {};
const wrappedBody = {
ListTerminologiesRequest: serializeAws_json1_1ListTerminologiesRequest(input, context)
};
body = JSON.stringify(wrappedBody);
body = JSON.stringify(serializeAws_json1_1ListTerminologiesRequest(input, context));
return new protocol_http_1.HttpRequest(Object.assign(Object.assign({}, context.endpoint), { protocol: "https", method: "POST", path: "/ListTerminologies", headers: headers, body: body }));

@@ -64,6 +52,3 @@ }

let body = {};
const wrappedBody = {
TranslateTextRequest: serializeAws_json1_1TranslateTextRequest(input, context)
};
body = JSON.stringify(wrappedBody);
body = JSON.stringify(serializeAws_json1_1TranslateTextRequest(input, context));
return new protocol_http_1.HttpRequest(Object.assign(Object.assign({}, context.endpoint), { protocol: "https", method: "POST", path: "/TranslateText", headers: headers, body: body }));

@@ -70,0 +55,0 @@ }

{
"name": "@aws-sdk/client-translate",
"description": "@aws-sdk/client-translate client",
"version": "1.0.0-alpha.8",
"version": "1.0.0-alpha.9",
"scripts": {

@@ -6,0 +6,0 @@ "clean": "npm run remove-definitions && npm run remove-dist && npm run remove-js && npm run remove-maps",

@@ -69,9 +69,5 @@ import {

let body: any = {};
const wrappedBody: any = {
DeleteTerminologyRequest: serializeAws_json1_1DeleteTerminologyRequest(
input,
context
)
};
body = JSON.stringify(wrappedBody);
body = JSON.stringify(
serializeAws_json1_1DeleteTerminologyRequest(input, context)
);
return new __HttpRequest({

@@ -95,9 +91,5 @@ ...context.endpoint,

let body: any = {};
const wrappedBody: any = {
GetTerminologyRequest: serializeAws_json1_1GetTerminologyRequest(
input,
context
)
};
body = JSON.stringify(wrappedBody);
body = JSON.stringify(
serializeAws_json1_1GetTerminologyRequest(input, context)
);
return new __HttpRequest({

@@ -122,9 +114,5 @@ ...context.endpoint,

let body: any = {};
const wrappedBody: any = {
ImportTerminologyRequest: serializeAws_json1_1ImportTerminologyRequest(
input,
context
)
};
body = JSON.stringify(wrappedBody);
body = JSON.stringify(
serializeAws_json1_1ImportTerminologyRequest(input, context)
);
return new __HttpRequest({

@@ -149,9 +137,5 @@ ...context.endpoint,

let body: any = {};
const wrappedBody: any = {
ListTerminologiesRequest: serializeAws_json1_1ListTerminologiesRequest(
input,
context
)
};
body = JSON.stringify(wrappedBody);
body = JSON.stringify(
serializeAws_json1_1ListTerminologiesRequest(input, context)
);
return new __HttpRequest({

@@ -175,9 +159,5 @@ ...context.endpoint,

let body: any = {};
const wrappedBody: any = {
TranslateTextRequest: serializeAws_json1_1TranslateTextRequest(
input,
context
)
};
body = JSON.stringify(wrappedBody);
body = JSON.stringify(
serializeAws_json1_1TranslateTextRequest(input, context)
);
return new __HttpRequest({

@@ -184,0 +164,0 @@ ...context.endpoint,

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc