@aws-sdk/client-dax 3.31.0 → 3.35.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/CHANGELOG.md +39 -0
- package/{dist/cjs → dist-cjs}/DAX.js +1 -1
- package/dist-cjs/DAX.js.map +1 -0
- package/{dist/cjs → dist-cjs}/DAXClient.js +14 -14
- package/dist-cjs/DAXClient.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/CreateClusterCommand.js +5 -5
- package/dist-cjs/commands/CreateClusterCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/CreateParameterGroupCommand.js +5 -5
- package/dist-cjs/commands/CreateParameterGroupCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/CreateSubnetGroupCommand.js +5 -5
- package/dist-cjs/commands/CreateSubnetGroupCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DecreaseReplicationFactorCommand.js +5 -5
- package/dist-cjs/commands/DecreaseReplicationFactorCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DeleteClusterCommand.js +5 -5
- package/dist-cjs/commands/DeleteClusterCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DeleteParameterGroupCommand.js +5 -5
- package/dist-cjs/commands/DeleteParameterGroupCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DeleteSubnetGroupCommand.js +5 -5
- package/dist-cjs/commands/DeleteSubnetGroupCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DescribeClustersCommand.js +5 -5
- package/dist-cjs/commands/DescribeClustersCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DescribeDefaultParametersCommand.js +5 -5
- package/dist-cjs/commands/DescribeDefaultParametersCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DescribeEventsCommand.js +5 -5
- package/dist-cjs/commands/DescribeEventsCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DescribeParameterGroupsCommand.js +5 -5
- package/dist-cjs/commands/DescribeParameterGroupsCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DescribeParametersCommand.js +5 -5
- package/dist-cjs/commands/DescribeParametersCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DescribeSubnetGroupsCommand.js +5 -5
- package/dist-cjs/commands/DescribeSubnetGroupsCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/IncreaseReplicationFactorCommand.js +5 -5
- package/dist-cjs/commands/IncreaseReplicationFactorCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/ListTagsCommand.js +5 -5
- package/dist-cjs/commands/ListTagsCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/RebootNodeCommand.js +5 -5
- package/dist-cjs/commands/RebootNodeCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +5 -5
- package/dist-cjs/commands/TagResourceCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +5 -5
- package/dist-cjs/commands/UntagResourceCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/UpdateClusterCommand.js +5 -5
- package/dist-cjs/commands/UpdateClusterCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/UpdateParameterGroupCommand.js +5 -5
- package/dist-cjs/commands/UpdateParameterGroupCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/UpdateSubnetGroupCommand.js +5 -5
- package/dist-cjs/commands/UpdateSubnetGroupCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/endpoints.js +1 -1
- package/dist-cjs/endpoints.js.map +1 -0
- package/dist-cjs/index.js +28 -0
- package/dist-cjs/index.js.map +1 -0
- package/{dist/cjs → dist-cjs}/models/index.js +1 -1
- package/{dist/cjs → dist-cjs}/models/index.js.map +1 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -0
- package/dist-cjs/models/models_0.js.map +1 -0
- package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +86 -86
- package/dist-cjs/protocols/Aws_json1_1.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +5 -4
- package/dist-cjs/runtimeConfig.browser.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +10 -9
- package/dist-cjs/runtimeConfig.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +1 -1
- package/dist-cjs/runtimeConfig.native.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -1
- package/dist-cjs/runtimeConfig.shared.js.map +1 -0
- package/{dist/es → dist-es}/DAX.js +2 -10
- package/dist-es/DAX.js.map +1 -0
- package/{dist/es → dist-es}/DAXClient.js +2 -15
- package/dist-es/DAXClient.js.map +1 -0
- package/{dist/es → dist-es}/commands/CreateClusterCommand.js +4 -29
- package/dist-es/commands/CreateClusterCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/CreateParameterGroupCommand.js +4 -30
- package/dist-es/commands/CreateParameterGroupCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/CreateSubnetGroupCommand.js +4 -29
- package/dist-es/commands/CreateSubnetGroupCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/DecreaseReplicationFactorCommand.js +4 -32
- package/dist-es/commands/DecreaseReplicationFactorCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/DeleteClusterCommand.js +4 -33
- package/dist-es/commands/DeleteClusterCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/DeleteParameterGroupCommand.js +4 -30
- package/dist-es/commands/DeleteParameterGroupCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/DeleteSubnetGroupCommand.js +4 -33
- package/dist-es/commands/DeleteSubnetGroupCommand.js.map +1 -0
- package/dist-es/commands/DescribeClustersCommand.js +40 -0
- package/dist-es/commands/DescribeClustersCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/DescribeDefaultParametersCommand.js +4 -30
- package/dist-es/commands/DescribeDefaultParametersCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/DescribeEventsCommand.js +4 -33
- package/dist-es/commands/DescribeEventsCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/DescribeParameterGroupsCommand.js +4 -30
- package/dist-es/commands/DescribeParameterGroupsCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/DescribeParametersCommand.js +4 -29
- package/dist-es/commands/DescribeParametersCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/DescribeSubnetGroupsCommand.js +4 -30
- package/dist-es/commands/DescribeSubnetGroupsCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/IncreaseReplicationFactorCommand.js +4 -29
- package/dist-es/commands/IncreaseReplicationFactorCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/ListTagsCommand.js +4 -30
- package/dist-es/commands/ListTagsCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/RebootNodeCommand.js +4 -35
- package/dist-es/commands/RebootNodeCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/TagResourceCommand.js +4 -30
- package/dist-es/commands/TagResourceCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/UntagResourceCommand.js +4 -30
- package/dist-es/commands/UntagResourceCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/UpdateClusterCommand.js +4 -31
- package/dist-es/commands/UpdateClusterCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/UpdateParameterGroupCommand.js +4 -31
- package/dist-es/commands/UpdateParameterGroupCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/UpdateSubnetGroupCommand.js +4 -29
- package/dist-es/commands/UpdateSubnetGroupCommand.js.map +1 -0
- package/{dist/es → dist-es}/endpoints.js +1 -1
- package/dist-es/endpoints.js.map +1 -0
- package/{dist/es → dist-es}/index.js +0 -0
- package/dist-es/index.js.map +1 -0
- package/{dist/es → dist-es}/models/index.js +0 -0
- package/dist-es/models/index.js.map +1 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -255
- package/dist-es/models/models_0.js.map +1 -0
- package/{dist/es → dist-es}/protocols/Aws_json1_1.js +644 -649
- package/dist-es/protocols/Aws_json1_1.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -4
- package/dist-es/runtimeConfig.browser.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.js +2 -5
- package/dist-es/runtimeConfig.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -3
- package/dist-es/runtimeConfig.native.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -4
- package/dist-es/runtimeConfig.shared.js.map +1 -0
- package/{dist/types → dist-types}/DAX.d.ts +2 -2
- package/{dist/types → dist-types}/DAXClient.d.ts +8 -8
- package/{dist/types → dist-types}/commands/CreateClusterCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateParameterGroupCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateSubnetGroupCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DecreaseReplicationFactorCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteClusterCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteParameterGroupCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteSubnetGroupCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeClustersCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeDefaultParametersCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeEventsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeParameterGroupsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeParametersCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeSubnetGroupsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/IncreaseReplicationFactorCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListTagsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/RebootNodeCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateClusterCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateParameterGroupCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateSubnetGroupCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/index.d.ts +0 -0
- package/{dist/types → dist-types}/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +2 -2
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.browser.d.ts +37 -36
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +1 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/DAX.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/DAXClient.d.ts +8 -8
- package/{dist/types → dist-types}/ts3.4/commands/CreateClusterCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateParameterGroupCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateSubnetGroupCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DecreaseReplicationFactorCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteClusterCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteParameterGroupCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteSubnetGroupCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeClustersCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeDefaultParametersCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeEventsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeParameterGroupsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeParametersCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeSubnetGroupsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/IncreaseReplicationFactorCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListTagsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/RebootNodeCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/TagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateClusterCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateParameterGroupCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateSubnetGroupCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +2 -2
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.browser.d.ts +37 -36
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +50 -50
- package/{DAX.ts → src/DAX.ts} +3 -2
- package/{DAXClient.ts → src/DAXClient.ts} +58 -57
- package/{commands → src/commands}/CreateClusterCommand.ts +8 -7
- package/{commands → src/commands}/CreateParameterGroupCommand.ts +8 -7
- package/{commands → src/commands}/CreateSubnetGroupCommand.ts +8 -7
- package/{commands → src/commands}/DecreaseReplicationFactorCommand.ts +8 -7
- package/{commands → src/commands}/DeleteClusterCommand.ts +8 -7
- package/{commands → src/commands}/DeleteParameterGroupCommand.ts +8 -7
- package/{commands → src/commands}/DeleteSubnetGroupCommand.ts +8 -7
- package/{commands → src/commands}/DescribeClustersCommand.ts +8 -7
- package/{commands → src/commands}/DescribeDefaultParametersCommand.ts +8 -7
- package/{commands → src/commands}/DescribeEventsCommand.ts +8 -7
- package/{commands → src/commands}/DescribeParameterGroupsCommand.ts +8 -7
- package/{commands → src/commands}/DescribeParametersCommand.ts +8 -7
- package/{commands → src/commands}/DescribeSubnetGroupsCommand.ts +8 -7
- package/{commands → src/commands}/IncreaseReplicationFactorCommand.ts +8 -7
- package/{commands → src/commands}/ListTagsCommand.ts +5 -4
- package/{commands → src/commands}/RebootNodeCommand.ts +8 -7
- package/{commands → src/commands}/TagResourceCommand.ts +8 -7
- package/{commands → src/commands}/UntagResourceCommand.ts +8 -7
- package/{commands → src/commands}/UpdateClusterCommand.ts +8 -7
- package/{commands → src/commands}/UpdateParameterGroupCommand.ts +8 -7
- package/{commands → src/commands}/UpdateSubnetGroupCommand.ts +8 -7
- package/{endpoints.ts → src/endpoints.ts} +1 -1
- package/{index.ts → src/index.ts} +0 -0
- package/{models → src/models}/index.ts +0 -0
- package/{models → src/models}/models_0.ts +0 -0
- package/{protocols → src/protocols}/Aws_json1_1.ts +40 -39
- package/{runtimeConfig.browser.ts → src/runtimeConfig.browser.ts} +3 -2
- package/{runtimeConfig.native.ts → src/runtimeConfig.native.ts} +1 -0
- package/{runtimeConfig.shared.ts → src/runtimeConfig.shared.ts} +2 -1
- package/{runtimeConfig.ts → src/runtimeConfig.ts} +4 -3
- package/tsconfig.es.json +1 -3
- package/tsconfig.json +7 -7
- package/tsconfig.types.json +9 -0
- package/dist/cjs/DAX.js.map +0 -1
- package/dist/cjs/DAXClient.js.map +0 -1
- package/dist/cjs/commands/CreateClusterCommand.js.map +0 -1
- package/dist/cjs/commands/CreateParameterGroupCommand.js.map +0 -1
- package/dist/cjs/commands/CreateSubnetGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DecreaseReplicationFactorCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteClusterCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteParameterGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteSubnetGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeClustersCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeDefaultParametersCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEventsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeParameterGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeParametersCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeSubnetGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/IncreaseReplicationFactorCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsCommand.js.map +0 -1
- package/dist/cjs/commands/RebootNodeCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateClusterCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateParameterGroupCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateSubnetGroupCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -28
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/DAX.js.map +0 -1
- package/dist/es/DAXClient.js.map +0 -1
- package/dist/es/commands/CreateClusterCommand.js.map +0 -1
- package/dist/es/commands/CreateParameterGroupCommand.js.map +0 -1
- package/dist/es/commands/CreateSubnetGroupCommand.js.map +0 -1
- package/dist/es/commands/DecreaseReplicationFactorCommand.js.map +0 -1
- package/dist/es/commands/DeleteClusterCommand.js.map +0 -1
- package/dist/es/commands/DeleteParameterGroupCommand.js.map +0 -1
- package/dist/es/commands/DeleteSubnetGroupCommand.js.map +0 -1
- package/dist/es/commands/DescribeClustersCommand.js +0 -77
- package/dist/es/commands/DescribeClustersCommand.js.map +0 -1
- package/dist/es/commands/DescribeDefaultParametersCommand.js.map +0 -1
- package/dist/es/commands/DescribeEventsCommand.js.map +0 -1
- package/dist/es/commands/DescribeParameterGroupsCommand.js.map +0 -1
- package/dist/es/commands/DescribeParametersCommand.js.map +0 -1
- package/dist/es/commands/DescribeSubnetGroupsCommand.js.map +0 -1
- package/dist/es/commands/IncreaseReplicationFactorCommand.js.map +0 -1
- package/dist/es/commands/ListTagsCommand.js.map +0 -1
- package/dist/es/commands/RebootNodeCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateClusterCommand.js.map +0 -1
- package/dist/es/commands/UpdateParameterGroupCommand.js.map +0 -1
- package/dist/es/commands/UpdateSubnetGroupCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/protocols/Aws_json1_1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
|
@@ -2599,19 +2599,19 @@ const serializeAws_json1_1UpdateSubnetGroupRequest = (input, context) => {
|
|
|
2599
2599
|
};
|
|
2600
2600
|
const deserializeAws_json1_1Cluster = (output, context) => {
|
|
2601
2601
|
return {
|
|
2602
|
-
ActiveNodes:
|
|
2603
|
-
ClusterArn:
|
|
2602
|
+
ActiveNodes: smithy_client_1.expectInt32(output.ActiveNodes),
|
|
2603
|
+
ClusterArn: smithy_client_1.expectString(output.ClusterArn),
|
|
2604
2604
|
ClusterDiscoveryEndpoint: output.ClusterDiscoveryEndpoint !== undefined && output.ClusterDiscoveryEndpoint !== null
|
|
2605
2605
|
? deserializeAws_json1_1Endpoint(output.ClusterDiscoveryEndpoint, context)
|
|
2606
2606
|
: undefined,
|
|
2607
|
-
ClusterEndpointEncryptionType:
|
|
2608
|
-
ClusterName:
|
|
2609
|
-
Description:
|
|
2610
|
-
IamRoleArn:
|
|
2607
|
+
ClusterEndpointEncryptionType: smithy_client_1.expectString(output.ClusterEndpointEncryptionType),
|
|
2608
|
+
ClusterName: smithy_client_1.expectString(output.ClusterName),
|
|
2609
|
+
Description: smithy_client_1.expectString(output.Description),
|
|
2610
|
+
IamRoleArn: smithy_client_1.expectString(output.IamRoleArn),
|
|
2611
2611
|
NodeIdsToRemove: output.NodeIdsToRemove !== undefined && output.NodeIdsToRemove !== null
|
|
2612
2612
|
? deserializeAws_json1_1NodeIdentifierList(output.NodeIdsToRemove, context)
|
|
2613
2613
|
: undefined,
|
|
2614
|
-
NodeType:
|
|
2614
|
+
NodeType: smithy_client_1.expectString(output.NodeType),
|
|
2615
2615
|
Nodes: output.Nodes !== undefined && output.Nodes !== null
|
|
2616
2616
|
? deserializeAws_json1_1NodeList(output.Nodes, context)
|
|
2617
2617
|
: undefined,
|
|
@@ -2621,21 +2621,21 @@ const deserializeAws_json1_1Cluster = (output, context) => {
|
|
|
2621
2621
|
ParameterGroup: output.ParameterGroup !== undefined && output.ParameterGroup !== null
|
|
2622
2622
|
? deserializeAws_json1_1ParameterGroupStatus(output.ParameterGroup, context)
|
|
2623
2623
|
: undefined,
|
|
2624
|
-
PreferredMaintenanceWindow:
|
|
2624
|
+
PreferredMaintenanceWindow: smithy_client_1.expectString(output.PreferredMaintenanceWindow),
|
|
2625
2625
|
SSEDescription: output.SSEDescription !== undefined && output.SSEDescription !== null
|
|
2626
2626
|
? deserializeAws_json1_1SSEDescription(output.SSEDescription, context)
|
|
2627
2627
|
: undefined,
|
|
2628
2628
|
SecurityGroups: output.SecurityGroups !== undefined && output.SecurityGroups !== null
|
|
2629
2629
|
? deserializeAws_json1_1SecurityGroupMembershipList(output.SecurityGroups, context)
|
|
2630
2630
|
: undefined,
|
|
2631
|
-
Status:
|
|
2632
|
-
SubnetGroup:
|
|
2633
|
-
TotalNodes:
|
|
2631
|
+
Status: smithy_client_1.expectString(output.Status),
|
|
2632
|
+
SubnetGroup: smithy_client_1.expectString(output.SubnetGroup),
|
|
2633
|
+
TotalNodes: smithy_client_1.expectInt32(output.TotalNodes),
|
|
2634
2634
|
};
|
|
2635
2635
|
};
|
|
2636
2636
|
const deserializeAws_json1_1ClusterAlreadyExistsFault = (output, context) => {
|
|
2637
2637
|
return {
|
|
2638
|
-
message:
|
|
2638
|
+
message: smithy_client_1.expectString(output.message),
|
|
2639
2639
|
};
|
|
2640
2640
|
};
|
|
2641
2641
|
const deserializeAws_json1_1ClusterList = (output, context) => {
|
|
@@ -2650,12 +2650,12 @@ const deserializeAws_json1_1ClusterList = (output, context) => {
|
|
|
2650
2650
|
};
|
|
2651
2651
|
const deserializeAws_json1_1ClusterNotFoundFault = (output, context) => {
|
|
2652
2652
|
return {
|
|
2653
|
-
message:
|
|
2653
|
+
message: smithy_client_1.expectString(output.message),
|
|
2654
2654
|
};
|
|
2655
2655
|
};
|
|
2656
2656
|
const deserializeAws_json1_1ClusterQuotaForCustomerExceededFault = (output, context) => {
|
|
2657
2657
|
return {
|
|
2658
|
-
message:
|
|
2658
|
+
message: smithy_client_1.expectString(output.message),
|
|
2659
2659
|
};
|
|
2660
2660
|
};
|
|
2661
2661
|
const deserializeAws_json1_1CreateClusterResponse = (output, context) => {
|
|
@@ -2695,12 +2695,12 @@ const deserializeAws_json1_1DeleteClusterResponse = (output, context) => {
|
|
|
2695
2695
|
};
|
|
2696
2696
|
const deserializeAws_json1_1DeleteParameterGroupResponse = (output, context) => {
|
|
2697
2697
|
return {
|
|
2698
|
-
DeletionMessage:
|
|
2698
|
+
DeletionMessage: smithy_client_1.expectString(output.DeletionMessage),
|
|
2699
2699
|
};
|
|
2700
2700
|
};
|
|
2701
2701
|
const deserializeAws_json1_1DeleteSubnetGroupResponse = (output, context) => {
|
|
2702
2702
|
return {
|
|
2703
|
-
DeletionMessage:
|
|
2703
|
+
DeletionMessage: smithy_client_1.expectString(output.DeletionMessage),
|
|
2704
2704
|
};
|
|
2705
2705
|
};
|
|
2706
2706
|
const deserializeAws_json1_1DescribeClustersResponse = (output, context) => {
|
|
@@ -2708,12 +2708,12 @@ const deserializeAws_json1_1DescribeClustersResponse = (output, context) => {
|
|
|
2708
2708
|
Clusters: output.Clusters !== undefined && output.Clusters !== null
|
|
2709
2709
|
? deserializeAws_json1_1ClusterList(output.Clusters, context)
|
|
2710
2710
|
: undefined,
|
|
2711
|
-
NextToken:
|
|
2711
|
+
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
2712
2712
|
};
|
|
2713
2713
|
};
|
|
2714
2714
|
const deserializeAws_json1_1DescribeDefaultParametersResponse = (output, context) => {
|
|
2715
2715
|
return {
|
|
2716
|
-
NextToken:
|
|
2716
|
+
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
2717
2717
|
Parameters: output.Parameters !== undefined && output.Parameters !== null
|
|
2718
2718
|
? deserializeAws_json1_1ParameterList(output.Parameters, context)
|
|
2719
2719
|
: undefined,
|
|
@@ -2724,12 +2724,12 @@ const deserializeAws_json1_1DescribeEventsResponse = (output, context) => {
|
|
|
2724
2724
|
Events: output.Events !== undefined && output.Events !== null
|
|
2725
2725
|
? deserializeAws_json1_1EventList(output.Events, context)
|
|
2726
2726
|
: undefined,
|
|
2727
|
-
NextToken:
|
|
2727
|
+
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
2728
2728
|
};
|
|
2729
2729
|
};
|
|
2730
2730
|
const deserializeAws_json1_1DescribeParameterGroupsResponse = (output, context) => {
|
|
2731
2731
|
return {
|
|
2732
|
-
NextToken:
|
|
2732
|
+
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
2733
2733
|
ParameterGroups: output.ParameterGroups !== undefined && output.ParameterGroups !== null
|
|
2734
2734
|
? deserializeAws_json1_1ParameterGroupList(output.ParameterGroups, context)
|
|
2735
2735
|
: undefined,
|
|
@@ -2737,7 +2737,7 @@ const deserializeAws_json1_1DescribeParameterGroupsResponse = (output, context)
|
|
|
2737
2737
|
};
|
|
2738
2738
|
const deserializeAws_json1_1DescribeParametersResponse = (output, context) => {
|
|
2739
2739
|
return {
|
|
2740
|
-
NextToken:
|
|
2740
|
+
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
2741
2741
|
Parameters: output.Parameters !== undefined && output.Parameters !== null
|
|
2742
2742
|
? deserializeAws_json1_1ParameterList(output.Parameters, context)
|
|
2743
2743
|
: undefined,
|
|
@@ -2745,7 +2745,7 @@ const deserializeAws_json1_1DescribeParametersResponse = (output, context) => {
|
|
|
2745
2745
|
};
|
|
2746
2746
|
const deserializeAws_json1_1DescribeSubnetGroupsResponse = (output, context) => {
|
|
2747
2747
|
return {
|
|
2748
|
-
NextToken:
|
|
2748
|
+
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
2749
2749
|
SubnetGroups: output.SubnetGroups !== undefined && output.SubnetGroups !== null
|
|
2750
2750
|
? deserializeAws_json1_1SubnetGroupList(output.SubnetGroups, context)
|
|
2751
2751
|
: undefined,
|
|
@@ -2753,19 +2753,19 @@ const deserializeAws_json1_1DescribeSubnetGroupsResponse = (output, context) =>
|
|
|
2753
2753
|
};
|
|
2754
2754
|
const deserializeAws_json1_1Endpoint = (output, context) => {
|
|
2755
2755
|
return {
|
|
2756
|
-
Address:
|
|
2757
|
-
Port:
|
|
2758
|
-
URL:
|
|
2756
|
+
Address: smithy_client_1.expectString(output.Address),
|
|
2757
|
+
Port: smithy_client_1.expectInt32(output.Port),
|
|
2758
|
+
URL: smithy_client_1.expectString(output.URL),
|
|
2759
2759
|
};
|
|
2760
2760
|
};
|
|
2761
2761
|
const deserializeAws_json1_1Event = (output, context) => {
|
|
2762
2762
|
return {
|
|
2763
2763
|
Date: output.Date !== undefined && output.Date !== null
|
|
2764
|
-
?
|
|
2764
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.Date)))
|
|
2765
2765
|
: undefined,
|
|
2766
|
-
Message:
|
|
2767
|
-
SourceName:
|
|
2768
|
-
SourceType:
|
|
2766
|
+
Message: smithy_client_1.expectString(output.Message),
|
|
2767
|
+
SourceName: smithy_client_1.expectString(output.SourceName),
|
|
2768
|
+
SourceType: smithy_client_1.expectString(output.SourceType),
|
|
2769
2769
|
};
|
|
2770
2770
|
};
|
|
2771
2771
|
const deserializeAws_json1_1EventList = (output, context) => {
|
|
@@ -2787,47 +2787,47 @@ const deserializeAws_json1_1IncreaseReplicationFactorResponse = (output, context
|
|
|
2787
2787
|
};
|
|
2788
2788
|
const deserializeAws_json1_1InsufficientClusterCapacityFault = (output, context) => {
|
|
2789
2789
|
return {
|
|
2790
|
-
message:
|
|
2790
|
+
message: smithy_client_1.expectString(output.message),
|
|
2791
2791
|
};
|
|
2792
2792
|
};
|
|
2793
2793
|
const deserializeAws_json1_1InvalidARNFault = (output, context) => {
|
|
2794
2794
|
return {
|
|
2795
|
-
message:
|
|
2795
|
+
message: smithy_client_1.expectString(output.message),
|
|
2796
2796
|
};
|
|
2797
2797
|
};
|
|
2798
2798
|
const deserializeAws_json1_1InvalidClusterStateFault = (output, context) => {
|
|
2799
2799
|
return {
|
|
2800
|
-
message:
|
|
2800
|
+
message: smithy_client_1.expectString(output.message),
|
|
2801
2801
|
};
|
|
2802
2802
|
};
|
|
2803
2803
|
const deserializeAws_json1_1InvalidParameterCombinationException = (output, context) => {
|
|
2804
2804
|
return {
|
|
2805
|
-
message:
|
|
2805
|
+
message: smithy_client_1.expectString(output.message),
|
|
2806
2806
|
};
|
|
2807
2807
|
};
|
|
2808
2808
|
const deserializeAws_json1_1InvalidParameterGroupStateFault = (output, context) => {
|
|
2809
2809
|
return {
|
|
2810
|
-
message:
|
|
2810
|
+
message: smithy_client_1.expectString(output.message),
|
|
2811
2811
|
};
|
|
2812
2812
|
};
|
|
2813
2813
|
const deserializeAws_json1_1InvalidParameterValueException = (output, context) => {
|
|
2814
2814
|
return {
|
|
2815
|
-
message:
|
|
2815
|
+
message: smithy_client_1.expectString(output.message),
|
|
2816
2816
|
};
|
|
2817
2817
|
};
|
|
2818
2818
|
const deserializeAws_json1_1InvalidSubnet = (output, context) => {
|
|
2819
2819
|
return {
|
|
2820
|
-
message:
|
|
2820
|
+
message: smithy_client_1.expectString(output.message),
|
|
2821
2821
|
};
|
|
2822
2822
|
};
|
|
2823
2823
|
const deserializeAws_json1_1InvalidVPCNetworkStateFault = (output, context) => {
|
|
2824
2824
|
return {
|
|
2825
|
-
message:
|
|
2825
|
+
message: smithy_client_1.expectString(output.message),
|
|
2826
2826
|
};
|
|
2827
2827
|
};
|
|
2828
2828
|
const deserializeAws_json1_1ListTagsResponse = (output, context) => {
|
|
2829
2829
|
return {
|
|
2830
|
-
NextToken:
|
|
2830
|
+
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
2831
2831
|
Tags: output.Tags !== undefined && output.Tags !== null
|
|
2832
2832
|
? deserializeAws_json1_1TagList(output.Tags, context)
|
|
2833
2833
|
: undefined,
|
|
@@ -2835,16 +2835,16 @@ const deserializeAws_json1_1ListTagsResponse = (output, context) => {
|
|
|
2835
2835
|
};
|
|
2836
2836
|
const deserializeAws_json1_1Node = (output, context) => {
|
|
2837
2837
|
return {
|
|
2838
|
-
AvailabilityZone:
|
|
2838
|
+
AvailabilityZone: smithy_client_1.expectString(output.AvailabilityZone),
|
|
2839
2839
|
Endpoint: output.Endpoint !== undefined && output.Endpoint !== null
|
|
2840
2840
|
? deserializeAws_json1_1Endpoint(output.Endpoint, context)
|
|
2841
2841
|
: undefined,
|
|
2842
2842
|
NodeCreateTime: output.NodeCreateTime !== undefined && output.NodeCreateTime !== null
|
|
2843
|
-
?
|
|
2843
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.NodeCreateTime)))
|
|
2844
2844
|
: undefined,
|
|
2845
|
-
NodeId:
|
|
2846
|
-
NodeStatus:
|
|
2847
|
-
ParameterGroupStatus:
|
|
2845
|
+
NodeId: smithy_client_1.expectString(output.NodeId),
|
|
2846
|
+
NodeStatus: smithy_client_1.expectString(output.NodeStatus),
|
|
2847
|
+
ParameterGroupStatus: smithy_client_1.expectString(output.ParameterGroupStatus),
|
|
2848
2848
|
};
|
|
2849
2849
|
};
|
|
2850
2850
|
const deserializeAws_json1_1NodeIdentifierList = (output, context) => {
|
|
@@ -2854,7 +2854,7 @@ const deserializeAws_json1_1NodeIdentifierList = (output, context) => {
|
|
|
2854
2854
|
if (entry === null) {
|
|
2855
2855
|
return null;
|
|
2856
2856
|
}
|
|
2857
|
-
return
|
|
2857
|
+
return smithy_client_1.expectString(entry);
|
|
2858
2858
|
});
|
|
2859
2859
|
};
|
|
2860
2860
|
const deserializeAws_json1_1NodeList = (output, context) => {
|
|
@@ -2869,23 +2869,23 @@ const deserializeAws_json1_1NodeList = (output, context) => {
|
|
|
2869
2869
|
};
|
|
2870
2870
|
const deserializeAws_json1_1NodeNotFoundFault = (output, context) => {
|
|
2871
2871
|
return {
|
|
2872
|
-
message:
|
|
2872
|
+
message: smithy_client_1.expectString(output.message),
|
|
2873
2873
|
};
|
|
2874
2874
|
};
|
|
2875
2875
|
const deserializeAws_json1_1NodeQuotaForClusterExceededFault = (output, context) => {
|
|
2876
2876
|
return {
|
|
2877
|
-
message:
|
|
2877
|
+
message: smithy_client_1.expectString(output.message),
|
|
2878
2878
|
};
|
|
2879
2879
|
};
|
|
2880
2880
|
const deserializeAws_json1_1NodeQuotaForCustomerExceededFault = (output, context) => {
|
|
2881
2881
|
return {
|
|
2882
|
-
message:
|
|
2882
|
+
message: smithy_client_1.expectString(output.message),
|
|
2883
2883
|
};
|
|
2884
2884
|
};
|
|
2885
2885
|
const deserializeAws_json1_1NodeTypeSpecificValue = (output, context) => {
|
|
2886
2886
|
return {
|
|
2887
|
-
NodeType:
|
|
2888
|
-
Value:
|
|
2887
|
+
NodeType: smithy_client_1.expectString(output.NodeType),
|
|
2888
|
+
Value: smithy_client_1.expectString(output.Value),
|
|
2889
2889
|
};
|
|
2890
2890
|
};
|
|
2891
2891
|
const deserializeAws_json1_1NodeTypeSpecificValueList = (output, context) => {
|
|
@@ -2900,35 +2900,35 @@ const deserializeAws_json1_1NodeTypeSpecificValueList = (output, context) => {
|
|
|
2900
2900
|
};
|
|
2901
2901
|
const deserializeAws_json1_1NotificationConfiguration = (output, context) => {
|
|
2902
2902
|
return {
|
|
2903
|
-
TopicArn:
|
|
2904
|
-
TopicStatus:
|
|
2903
|
+
TopicArn: smithy_client_1.expectString(output.TopicArn),
|
|
2904
|
+
TopicStatus: smithy_client_1.expectString(output.TopicStatus),
|
|
2905
2905
|
};
|
|
2906
2906
|
};
|
|
2907
2907
|
const deserializeAws_json1_1Parameter = (output, context) => {
|
|
2908
2908
|
return {
|
|
2909
|
-
AllowedValues:
|
|
2910
|
-
ChangeType:
|
|
2911
|
-
DataType:
|
|
2912
|
-
Description:
|
|
2913
|
-
IsModifiable:
|
|
2909
|
+
AllowedValues: smithy_client_1.expectString(output.AllowedValues),
|
|
2910
|
+
ChangeType: smithy_client_1.expectString(output.ChangeType),
|
|
2911
|
+
DataType: smithy_client_1.expectString(output.DataType),
|
|
2912
|
+
Description: smithy_client_1.expectString(output.Description),
|
|
2913
|
+
IsModifiable: smithy_client_1.expectString(output.IsModifiable),
|
|
2914
2914
|
NodeTypeSpecificValues: output.NodeTypeSpecificValues !== undefined && output.NodeTypeSpecificValues !== null
|
|
2915
2915
|
? deserializeAws_json1_1NodeTypeSpecificValueList(output.NodeTypeSpecificValues, context)
|
|
2916
2916
|
: undefined,
|
|
2917
|
-
ParameterName:
|
|
2918
|
-
ParameterType:
|
|
2919
|
-
ParameterValue:
|
|
2920
|
-
Source:
|
|
2917
|
+
ParameterName: smithy_client_1.expectString(output.ParameterName),
|
|
2918
|
+
ParameterType: smithy_client_1.expectString(output.ParameterType),
|
|
2919
|
+
ParameterValue: smithy_client_1.expectString(output.ParameterValue),
|
|
2920
|
+
Source: smithy_client_1.expectString(output.Source),
|
|
2921
2921
|
};
|
|
2922
2922
|
};
|
|
2923
2923
|
const deserializeAws_json1_1ParameterGroup = (output, context) => {
|
|
2924
2924
|
return {
|
|
2925
|
-
Description:
|
|
2926
|
-
ParameterGroupName:
|
|
2925
|
+
Description: smithy_client_1.expectString(output.Description),
|
|
2926
|
+
ParameterGroupName: smithy_client_1.expectString(output.ParameterGroupName),
|
|
2927
2927
|
};
|
|
2928
2928
|
};
|
|
2929
2929
|
const deserializeAws_json1_1ParameterGroupAlreadyExistsFault = (output, context) => {
|
|
2930
2930
|
return {
|
|
2931
|
-
message:
|
|
2931
|
+
message: smithy_client_1.expectString(output.message),
|
|
2932
2932
|
};
|
|
2933
2933
|
};
|
|
2934
2934
|
const deserializeAws_json1_1ParameterGroupList = (output, context) => {
|
|
@@ -2943,12 +2943,12 @@ const deserializeAws_json1_1ParameterGroupList = (output, context) => {
|
|
|
2943
2943
|
};
|
|
2944
2944
|
const deserializeAws_json1_1ParameterGroupNotFoundFault = (output, context) => {
|
|
2945
2945
|
return {
|
|
2946
|
-
message:
|
|
2946
|
+
message: smithy_client_1.expectString(output.message),
|
|
2947
2947
|
};
|
|
2948
2948
|
};
|
|
2949
2949
|
const deserializeAws_json1_1ParameterGroupQuotaExceededFault = (output, context) => {
|
|
2950
2950
|
return {
|
|
2951
|
-
message:
|
|
2951
|
+
message: smithy_client_1.expectString(output.message),
|
|
2952
2952
|
};
|
|
2953
2953
|
};
|
|
2954
2954
|
const deserializeAws_json1_1ParameterGroupStatus = (output, context) => {
|
|
@@ -2956,8 +2956,8 @@ const deserializeAws_json1_1ParameterGroupStatus = (output, context) => {
|
|
|
2956
2956
|
NodeIdsToReboot: output.NodeIdsToReboot !== undefined && output.NodeIdsToReboot !== null
|
|
2957
2957
|
? deserializeAws_json1_1NodeIdentifierList(output.NodeIdsToReboot, context)
|
|
2958
2958
|
: undefined,
|
|
2959
|
-
ParameterApplyStatus:
|
|
2960
|
-
ParameterGroupName:
|
|
2959
|
+
ParameterApplyStatus: smithy_client_1.expectString(output.ParameterApplyStatus),
|
|
2960
|
+
ParameterGroupName: smithy_client_1.expectString(output.ParameterGroupName),
|
|
2961
2961
|
};
|
|
2962
2962
|
};
|
|
2963
2963
|
const deserializeAws_json1_1ParameterList = (output, context) => {
|
|
@@ -2979,8 +2979,8 @@ const deserializeAws_json1_1RebootNodeResponse = (output, context) => {
|
|
|
2979
2979
|
};
|
|
2980
2980
|
const deserializeAws_json1_1SecurityGroupMembership = (output, context) => {
|
|
2981
2981
|
return {
|
|
2982
|
-
SecurityGroupIdentifier:
|
|
2983
|
-
Status:
|
|
2982
|
+
SecurityGroupIdentifier: smithy_client_1.expectString(output.SecurityGroupIdentifier),
|
|
2983
|
+
Status: smithy_client_1.expectString(output.Status),
|
|
2984
2984
|
};
|
|
2985
2985
|
};
|
|
2986
2986
|
const deserializeAws_json1_1SecurityGroupMembershipList = (output, context) => {
|
|
@@ -2995,7 +2995,7 @@ const deserializeAws_json1_1SecurityGroupMembershipList = (output, context) => {
|
|
|
2995
2995
|
};
|
|
2996
2996
|
const deserializeAws_json1_1ServiceLinkedRoleNotFoundFault = (output, context) => {
|
|
2997
2997
|
return {
|
|
2998
|
-
message:
|
|
2998
|
+
message: smithy_client_1.expectString(output.message),
|
|
2999
2999
|
};
|
|
3000
3000
|
};
|
|
3001
3001
|
const deserializeAws_json1_1ServiceQuotaExceededException = (output, context) => {
|
|
@@ -3003,33 +3003,33 @@ const deserializeAws_json1_1ServiceQuotaExceededException = (output, context) =>
|
|
|
3003
3003
|
};
|
|
3004
3004
|
const deserializeAws_json1_1SSEDescription = (output, context) => {
|
|
3005
3005
|
return {
|
|
3006
|
-
Status:
|
|
3006
|
+
Status: smithy_client_1.expectString(output.Status),
|
|
3007
3007
|
};
|
|
3008
3008
|
};
|
|
3009
3009
|
const deserializeAws_json1_1Subnet = (output, context) => {
|
|
3010
3010
|
return {
|
|
3011
|
-
SubnetAvailabilityZone:
|
|
3012
|
-
SubnetIdentifier:
|
|
3011
|
+
SubnetAvailabilityZone: smithy_client_1.expectString(output.SubnetAvailabilityZone),
|
|
3012
|
+
SubnetIdentifier: smithy_client_1.expectString(output.SubnetIdentifier),
|
|
3013
3013
|
};
|
|
3014
3014
|
};
|
|
3015
3015
|
const deserializeAws_json1_1SubnetGroup = (output, context) => {
|
|
3016
3016
|
return {
|
|
3017
|
-
Description:
|
|
3018
|
-
SubnetGroupName:
|
|
3017
|
+
Description: smithy_client_1.expectString(output.Description),
|
|
3018
|
+
SubnetGroupName: smithy_client_1.expectString(output.SubnetGroupName),
|
|
3019
3019
|
Subnets: output.Subnets !== undefined && output.Subnets !== null
|
|
3020
3020
|
? deserializeAws_json1_1SubnetList(output.Subnets, context)
|
|
3021
3021
|
: undefined,
|
|
3022
|
-
VpcId:
|
|
3022
|
+
VpcId: smithy_client_1.expectString(output.VpcId),
|
|
3023
3023
|
};
|
|
3024
3024
|
};
|
|
3025
3025
|
const deserializeAws_json1_1SubnetGroupAlreadyExistsFault = (output, context) => {
|
|
3026
3026
|
return {
|
|
3027
|
-
message:
|
|
3027
|
+
message: smithy_client_1.expectString(output.message),
|
|
3028
3028
|
};
|
|
3029
3029
|
};
|
|
3030
3030
|
const deserializeAws_json1_1SubnetGroupInUseFault = (output, context) => {
|
|
3031
3031
|
return {
|
|
3032
|
-
message:
|
|
3032
|
+
message: smithy_client_1.expectString(output.message),
|
|
3033
3033
|
};
|
|
3034
3034
|
};
|
|
3035
3035
|
const deserializeAws_json1_1SubnetGroupList = (output, context) => {
|
|
@@ -3044,17 +3044,17 @@ const deserializeAws_json1_1SubnetGroupList = (output, context) => {
|
|
|
3044
3044
|
};
|
|
3045
3045
|
const deserializeAws_json1_1SubnetGroupNotFoundFault = (output, context) => {
|
|
3046
3046
|
return {
|
|
3047
|
-
message:
|
|
3047
|
+
message: smithy_client_1.expectString(output.message),
|
|
3048
3048
|
};
|
|
3049
3049
|
};
|
|
3050
3050
|
const deserializeAws_json1_1SubnetGroupQuotaExceededFault = (output, context) => {
|
|
3051
3051
|
return {
|
|
3052
|
-
message:
|
|
3052
|
+
message: smithy_client_1.expectString(output.message),
|
|
3053
3053
|
};
|
|
3054
3054
|
};
|
|
3055
3055
|
const deserializeAws_json1_1SubnetInUse = (output, context) => {
|
|
3056
3056
|
return {
|
|
3057
|
-
message:
|
|
3057
|
+
message: smithy_client_1.expectString(output.message),
|
|
3058
3058
|
};
|
|
3059
3059
|
};
|
|
3060
3060
|
const deserializeAws_json1_1SubnetList = (output, context) => {
|
|
@@ -3069,13 +3069,13 @@ const deserializeAws_json1_1SubnetList = (output, context) => {
|
|
|
3069
3069
|
};
|
|
3070
3070
|
const deserializeAws_json1_1SubnetQuotaExceededFault = (output, context) => {
|
|
3071
3071
|
return {
|
|
3072
|
-
message:
|
|
3072
|
+
message: smithy_client_1.expectString(output.message),
|
|
3073
3073
|
};
|
|
3074
3074
|
};
|
|
3075
3075
|
const deserializeAws_json1_1Tag = (output, context) => {
|
|
3076
3076
|
return {
|
|
3077
|
-
Key:
|
|
3078
|
-
Value:
|
|
3077
|
+
Key: smithy_client_1.expectString(output.Key),
|
|
3078
|
+
Value: smithy_client_1.expectString(output.Value),
|
|
3079
3079
|
};
|
|
3080
3080
|
};
|
|
3081
3081
|
const deserializeAws_json1_1TagList = (output, context) => {
|
|
@@ -3090,12 +3090,12 @@ const deserializeAws_json1_1TagList = (output, context) => {
|
|
|
3090
3090
|
};
|
|
3091
3091
|
const deserializeAws_json1_1TagNotFoundFault = (output, context) => {
|
|
3092
3092
|
return {
|
|
3093
|
-
message:
|
|
3093
|
+
message: smithy_client_1.expectString(output.message),
|
|
3094
3094
|
};
|
|
3095
3095
|
};
|
|
3096
3096
|
const deserializeAws_json1_1TagQuotaPerResourceExceeded = (output, context) => {
|
|
3097
3097
|
return {
|
|
3098
|
-
message:
|
|
3098
|
+
message: smithy_client_1.expectString(output.message),
|
|
3099
3099
|
};
|
|
3100
3100
|
};
|
|
3101
3101
|
const deserializeAws_json1_1TagResourceResponse = (output, context) => {
|