@aws-sdk/client-tnb 3.303.0 → 3.309.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/CancelSolNetworkOperationCommand.js +2 -2
- package/dist-cjs/commands/CreateSolFunctionPackageCommand.js +2 -2
- package/dist-cjs/commands/CreateSolNetworkInstanceCommand.js +2 -2
- package/dist-cjs/commands/CreateSolNetworkPackageCommand.js +2 -2
- package/dist-cjs/commands/DeleteSolFunctionPackageCommand.js +2 -2
- package/dist-cjs/commands/DeleteSolNetworkInstanceCommand.js +2 -2
- package/dist-cjs/commands/DeleteSolNetworkPackageCommand.js +2 -2
- package/dist-cjs/commands/GetSolFunctionInstanceCommand.js +2 -2
- package/dist-cjs/commands/GetSolFunctionPackageCommand.js +2 -2
- package/dist-cjs/commands/GetSolFunctionPackageContentCommand.js +2 -2
- package/dist-cjs/commands/GetSolFunctionPackageDescriptorCommand.js +2 -2
- package/dist-cjs/commands/GetSolNetworkInstanceCommand.js +2 -2
- package/dist-cjs/commands/GetSolNetworkOperationCommand.js +2 -2
- package/dist-cjs/commands/GetSolNetworkPackageCommand.js +2 -2
- package/dist-cjs/commands/GetSolNetworkPackageContentCommand.js +2 -2
- package/dist-cjs/commands/GetSolNetworkPackageDescriptorCommand.js +2 -2
- package/dist-cjs/commands/InstantiateSolNetworkInstanceCommand.js +2 -2
- package/dist-cjs/commands/ListSolFunctionInstancesCommand.js +2 -2
- package/dist-cjs/commands/ListSolFunctionPackagesCommand.js +2 -2
- package/dist-cjs/commands/ListSolNetworkInstancesCommand.js +2 -2
- package/dist-cjs/commands/ListSolNetworkOperationsCommand.js +2 -2
- package/dist-cjs/commands/ListSolNetworkPackagesCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/PutSolFunctionPackageContentCommand.js +2 -2
- package/dist-cjs/commands/PutSolNetworkPackageContentCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/TerminateSolNetworkInstanceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateSolFunctionPackageCommand.js +2 -2
- package/dist-cjs/commands/UpdateSolNetworkInstanceCommand.js +2 -2
- package/dist-cjs/commands/UpdateSolNetworkPackageCommand.js +2 -2
- package/dist-cjs/commands/ValidateSolFunctionPackageContentCommand.js +2 -2
- package/dist-cjs/commands/ValidateSolNetworkPackageContentCommand.js +2 -2
- package/dist-cjs/protocols/Aws_restJson1.js +485 -499
- package/dist-es/commands/CancelSolNetworkOperationCommand.js +3 -3
- package/dist-es/commands/CreateSolFunctionPackageCommand.js +3 -3
- package/dist-es/commands/CreateSolNetworkInstanceCommand.js +3 -3
- package/dist-es/commands/CreateSolNetworkPackageCommand.js +3 -3
- package/dist-es/commands/DeleteSolFunctionPackageCommand.js +3 -3
- package/dist-es/commands/DeleteSolNetworkInstanceCommand.js +3 -3
- package/dist-es/commands/DeleteSolNetworkPackageCommand.js +3 -3
- package/dist-es/commands/GetSolFunctionInstanceCommand.js +3 -3
- package/dist-es/commands/GetSolFunctionPackageCommand.js +3 -3
- package/dist-es/commands/GetSolFunctionPackageContentCommand.js +3 -3
- package/dist-es/commands/GetSolFunctionPackageDescriptorCommand.js +3 -3
- package/dist-es/commands/GetSolNetworkInstanceCommand.js +3 -3
- package/dist-es/commands/GetSolNetworkOperationCommand.js +3 -3
- package/dist-es/commands/GetSolNetworkPackageCommand.js +3 -3
- package/dist-es/commands/GetSolNetworkPackageContentCommand.js +3 -3
- package/dist-es/commands/GetSolNetworkPackageDescriptorCommand.js +3 -3
- package/dist-es/commands/InstantiateSolNetworkInstanceCommand.js +3 -3
- package/dist-es/commands/ListSolFunctionInstancesCommand.js +3 -3
- package/dist-es/commands/ListSolFunctionPackagesCommand.js +3 -3
- package/dist-es/commands/ListSolNetworkInstancesCommand.js +3 -3
- package/dist-es/commands/ListSolNetworkOperationsCommand.js +3 -3
- package/dist-es/commands/ListSolNetworkPackagesCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/PutSolFunctionPackageContentCommand.js +3 -3
- package/dist-es/commands/PutSolNetworkPackageContentCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/TerminateSolNetworkInstanceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateSolFunctionPackageCommand.js +3 -3
- package/dist-es/commands/UpdateSolNetworkInstanceCommand.js +3 -3
- package/dist-es/commands/UpdateSolNetworkPackageCommand.js +3 -3
- package/dist-es/commands/ValidateSolFunctionPackageContentCommand.js +3 -3
- package/dist-es/commands/ValidateSolNetworkPackageContentCommand.js +3 -3
- package/dist-es/protocols/Aws_restJson1.js +417 -431
- package/dist-types/protocols/Aws_restJson1.d.ts +264 -66
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +66 -66
- package/package.json +29 -29
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { de_UpdateSolFunctionPackageCommand, se_UpdateSolFunctionPackageCommand } from "../protocols/Aws_restJson1";
|
|
5
5
|
export class UpdateSolFunctionPackageCommand extends $Command {
|
|
6
6
|
static getEndpointParameterInstructions() {
|
|
7
7
|
return {
|
|
@@ -33,9 +33,9 @@ export class UpdateSolFunctionPackageCommand extends $Command {
|
|
|
33
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
34
34
|
}
|
|
35
35
|
serialize(input, context) {
|
|
36
|
-
return
|
|
36
|
+
return se_UpdateSolFunctionPackageCommand(input, context);
|
|
37
37
|
}
|
|
38
38
|
deserialize(output, context) {
|
|
39
|
-
return
|
|
39
|
+
return de_UpdateSolFunctionPackageCommand(output, context);
|
|
40
40
|
}
|
|
41
41
|
}
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { UpdateSolNetworkInstanceInputFilterSensitiveLog, UpdateSolNetworkInstanceOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
|
-
import {
|
|
5
|
+
import { de_UpdateSolNetworkInstanceCommand, se_UpdateSolNetworkInstanceCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class UpdateSolNetworkInstanceCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
8
8
|
return {
|
|
@@ -34,9 +34,9 @@ export class UpdateSolNetworkInstanceCommand extends $Command {
|
|
|
34
34
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
35
35
|
}
|
|
36
36
|
serialize(input, context) {
|
|
37
|
-
return
|
|
37
|
+
return se_UpdateSolNetworkInstanceCommand(input, context);
|
|
38
38
|
}
|
|
39
39
|
deserialize(output, context) {
|
|
40
|
-
return
|
|
40
|
+
return de_UpdateSolNetworkInstanceCommand(output, context);
|
|
41
41
|
}
|
|
42
42
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { de_UpdateSolNetworkPackageCommand, se_UpdateSolNetworkPackageCommand } from "../protocols/Aws_restJson1";
|
|
5
5
|
export class UpdateSolNetworkPackageCommand extends $Command {
|
|
6
6
|
static getEndpointParameterInstructions() {
|
|
7
7
|
return {
|
|
@@ -33,9 +33,9 @@ export class UpdateSolNetworkPackageCommand extends $Command {
|
|
|
33
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
34
34
|
}
|
|
35
35
|
serialize(input, context) {
|
|
36
|
-
return
|
|
36
|
+
return se_UpdateSolNetworkPackageCommand(input, context);
|
|
37
37
|
}
|
|
38
38
|
deserialize(output, context) {
|
|
39
|
-
return
|
|
39
|
+
return de_UpdateSolNetworkPackageCommand(output, context);
|
|
40
40
|
}
|
|
41
41
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { de_ValidateSolFunctionPackageContentCommand, se_ValidateSolFunctionPackageContentCommand, } from "../protocols/Aws_restJson1";
|
|
5
5
|
export class ValidateSolFunctionPackageContentCommand extends $Command {
|
|
6
6
|
static getEndpointParameterInstructions() {
|
|
7
7
|
return {
|
|
@@ -33,9 +33,9 @@ export class ValidateSolFunctionPackageContentCommand extends $Command {
|
|
|
33
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
34
34
|
}
|
|
35
35
|
serialize(input, context) {
|
|
36
|
-
return
|
|
36
|
+
return se_ValidateSolFunctionPackageContentCommand(input, context);
|
|
37
37
|
}
|
|
38
38
|
deserialize(output, context) {
|
|
39
|
-
return
|
|
39
|
+
return de_ValidateSolFunctionPackageContentCommand(output, context);
|
|
40
40
|
}
|
|
41
41
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { de_ValidateSolNetworkPackageContentCommand, se_ValidateSolNetworkPackageContentCommand, } from "../protocols/Aws_restJson1";
|
|
5
5
|
export class ValidateSolNetworkPackageContentCommand extends $Command {
|
|
6
6
|
static getEndpointParameterInstructions() {
|
|
7
7
|
return {
|
|
@@ -33,9 +33,9 @@ export class ValidateSolNetworkPackageContentCommand extends $Command {
|
|
|
33
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
34
34
|
}
|
|
35
35
|
serialize(input, context) {
|
|
36
|
-
return
|
|
36
|
+
return se_ValidateSolNetworkPackageContentCommand(input, context);
|
|
37
37
|
}
|
|
38
38
|
deserialize(output, context) {
|
|
39
|
-
return
|
|
39
|
+
return de_ValidateSolNetworkPackageContentCommand(output, context);
|
|
40
40
|
}
|
|
41
41
|
}
|