@aws-sdk/client-emr-containers 3.30.0 → 3.34.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 +35 -0
- package/dist/cjs/EMRContainersClient.js +13 -13
- package/dist/cjs/EMRContainersClient.js.map +1 -1
- package/dist/cjs/commands/CancelJobRunCommand.js +3 -3
- package/dist/cjs/commands/CancelJobRunCommand.js.map +1 -1
- package/dist/cjs/commands/CreateManagedEndpointCommand.js +3 -3
- package/dist/cjs/commands/CreateManagedEndpointCommand.js.map +1 -1
- package/dist/cjs/commands/CreateVirtualClusterCommand.js +3 -3
- package/dist/cjs/commands/CreateVirtualClusterCommand.js.map +1 -1
- package/dist/cjs/commands/DeleteManagedEndpointCommand.js +3 -3
- package/dist/cjs/commands/DeleteManagedEndpointCommand.js.map +1 -1
- package/dist/cjs/commands/DeleteVirtualClusterCommand.js +3 -3
- package/dist/cjs/commands/DeleteVirtualClusterCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeJobRunCommand.js +3 -3
- package/dist/cjs/commands/DescribeJobRunCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeManagedEndpointCommand.js +3 -3
- package/dist/cjs/commands/DescribeManagedEndpointCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeVirtualClusterCommand.js +3 -3
- package/dist/cjs/commands/DescribeVirtualClusterCommand.js.map +1 -1
- package/dist/cjs/commands/ListJobRunsCommand.js +3 -3
- package/dist/cjs/commands/ListJobRunsCommand.js.map +1 -1
- package/dist/cjs/commands/ListManagedEndpointsCommand.js +3 -3
- package/dist/cjs/commands/ListManagedEndpointsCommand.js.map +1 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js +3 -3
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +1 -1
- package/dist/cjs/commands/ListVirtualClustersCommand.js +3 -3
- package/dist/cjs/commands/ListVirtualClustersCommand.js.map +1 -1
- package/dist/cjs/commands/StartJobRunCommand.js +3 -3
- package/dist/cjs/commands/StartJobRunCommand.js.map +1 -1
- package/dist/cjs/commands/TagResourceCommand.js +3 -3
- package/dist/cjs/commands/TagResourceCommand.js.map +1 -1
- package/dist/cjs/commands/UntagResourceCommand.js +3 -3
- package/dist/cjs/commands/UntagResourceCommand.js.map +1 -1
- package/dist/cjs/endpoints.js +1 -1
- package/dist/cjs/endpoints.js.map +1 -1
- package/dist/cjs/index.js +22 -22
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/models/index.js +1 -1
- package/dist/cjs/models/index.js.map +1 -1
- package/dist/cjs/package.json +39 -39
- package/dist/cjs/protocols/Aws_restJson1.js +102 -102
- package/dist/cjs/protocols/Aws_restJson1.js.map +1 -1
- package/dist/cjs/runtimeConfig.browser.js +4 -4
- package/dist/cjs/runtimeConfig.browser.js.map +1 -1
- package/dist/cjs/runtimeConfig.js +8 -8
- package/dist/cjs/runtimeConfig.js.map +1 -1
- package/dist/cjs/runtimeConfig.native.js +1 -1
- package/dist/cjs/runtimeConfig.native.js.map +1 -1
- package/dist/es/EMRContainers.js +1 -25
- package/dist/es/EMRContainers.js.map +1 -1
- package/dist/es/EMRContainersClient.js +1 -30
- package/dist/es/EMRContainersClient.js.map +1 -1
- package/dist/es/commands/CancelJobRunCommand.js +2 -27
- package/dist/es/commands/CancelJobRunCommand.js.map +1 -1
- package/dist/es/commands/CreateManagedEndpointCommand.js +2 -27
- package/dist/es/commands/CreateManagedEndpointCommand.js.map +1 -1
- package/dist/es/commands/CreateVirtualClusterCommand.js +2 -27
- package/dist/es/commands/CreateVirtualClusterCommand.js.map +1 -1
- package/dist/es/commands/DeleteManagedEndpointCommand.js +2 -27
- package/dist/es/commands/DeleteManagedEndpointCommand.js.map +1 -1
- package/dist/es/commands/DeleteVirtualClusterCommand.js +2 -27
- package/dist/es/commands/DeleteVirtualClusterCommand.js.map +1 -1
- package/dist/es/commands/DescribeJobRunCommand.js +2 -27
- package/dist/es/commands/DescribeJobRunCommand.js.map +1 -1
- package/dist/es/commands/DescribeManagedEndpointCommand.js +2 -27
- package/dist/es/commands/DescribeManagedEndpointCommand.js.map +1 -1
- package/dist/es/commands/DescribeVirtualClusterCommand.js +2 -27
- package/dist/es/commands/DescribeVirtualClusterCommand.js.map +1 -1
- package/dist/es/commands/ListJobRunsCommand.js +2 -27
- package/dist/es/commands/ListJobRunsCommand.js.map +1 -1
- package/dist/es/commands/ListManagedEndpointsCommand.js +2 -27
- package/dist/es/commands/ListManagedEndpointsCommand.js.map +1 -1
- package/dist/es/commands/ListTagsForResourceCommand.js +2 -27
- package/dist/es/commands/ListTagsForResourceCommand.js.map +1 -1
- package/dist/es/commands/ListVirtualClustersCommand.js +2 -27
- package/dist/es/commands/ListVirtualClustersCommand.js.map +1 -1
- package/dist/es/commands/StartJobRunCommand.js +2 -27
- package/dist/es/commands/StartJobRunCommand.js.map +1 -1
- package/dist/es/commands/TagResourceCommand.js +2 -27
- package/dist/es/commands/TagResourceCommand.js.map +1 -1
- package/dist/es/commands/UntagResourceCommand.js +2 -27
- package/dist/es/commands/UntagResourceCommand.js.map +1 -1
- package/dist/es/endpoints.js +1 -1
- package/dist/es/endpoints.js.map +1 -1
- package/dist/es/models/models_0.js +0 -138
- package/dist/es/models/models_0.js.map +1 -1
- package/dist/es/package.json +39 -39
- package/dist/es/pagination/ListJobRunsPaginator.js +16 -28
- package/dist/es/pagination/ListJobRunsPaginator.js.map +1 -1
- package/dist/es/pagination/ListManagedEndpointsPaginator.js +16 -28
- package/dist/es/pagination/ListManagedEndpointsPaginator.js.map +1 -1
- package/dist/es/pagination/ListVirtualClustersPaginator.js +16 -28
- package/dist/es/pagination/ListVirtualClustersPaginator.js.map +1 -1
- package/dist/es/protocols/Aws_restJson1.js +294 -299
- package/dist/es/protocols/Aws_restJson1.js.map +1 -1
- package/dist/es/runtimeConfig.browser.js +0 -3
- package/dist/es/runtimeConfig.browser.js.map +1 -1
- package/dist/es/runtimeConfig.js +0 -3
- package/dist/es/runtimeConfig.js.map +1 -1
- package/dist/es/runtimeConfig.native.js +0 -3
- package/dist/es/runtimeConfig.native.js.map +1 -1
- package/dist/es/runtimeConfig.shared.js +0 -3
- package/dist/es/runtimeConfig.shared.js.map +1 -1
- package/dist/types/runtimeConfig.browser.d.ts +1 -0
- package/dist/types/runtimeConfig.d.ts +1 -0
- package/dist/types/runtimeConfig.native.d.ts +1 -0
- package/dist/types/ts3.4/runtimeConfig.browser.d.ts +1 -0
- package/dist/types/ts3.4/runtimeConfig.d.ts +1 -0
- package/dist/types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +39 -39
- package/protocols/Aws_restJson1.ts +8 -5
- package/tsconfig.es.json +0 -2
- package/tsconfig.json +3 -5
- package/tsconfig.types.json +8 -0
|
@@ -61,9 +61,12 @@ import {
|
|
|
61
61
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
62
62
|
import {
|
|
63
63
|
expectNonNull as __expectNonNull,
|
|
64
|
+
expectNumber as __expectNumber,
|
|
64
65
|
expectObject as __expectObject,
|
|
65
66
|
expectString as __expectString,
|
|
67
|
+
expectUnion as __expectUnion,
|
|
66
68
|
extendedEncodeURIComponent as __extendedEncodeURIComponent,
|
|
69
|
+
parseEpochTimestamp as __parseEpochTimestamp,
|
|
67
70
|
} from "@aws-sdk/smithy-client";
|
|
68
71
|
import {
|
|
69
72
|
Endpoint as __Endpoint,
|
|
@@ -1962,7 +1965,7 @@ const deserializeAws_restJson1ContainerProvider = (output: any, context: __Serde
|
|
|
1962
1965
|
id: __expectString(output.id),
|
|
1963
1966
|
info:
|
|
1964
1967
|
output.info !== undefined && output.info !== null
|
|
1965
|
-
? deserializeAws_restJson1ContainerInfo(output.info, context)
|
|
1968
|
+
? deserializeAws_restJson1ContainerInfo(__expectUnion(output.info), context)
|
|
1966
1969
|
: undefined,
|
|
1967
1970
|
type: __expectString(output.type),
|
|
1968
1971
|
} as any;
|
|
@@ -1984,7 +1987,7 @@ const deserializeAws_restJson1Endpoint = (output: any, context: __SerdeContext):
|
|
|
1984
1987
|
: undefined,
|
|
1985
1988
|
createdAt:
|
|
1986
1989
|
output.createdAt !== undefined && output.createdAt !== null
|
|
1987
|
-
?
|
|
1990
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.createdAt)))
|
|
1988
1991
|
: undefined,
|
|
1989
1992
|
executionRoleArn: __expectString(output.executionRoleArn),
|
|
1990
1993
|
failureReason: __expectString(output.failureReason),
|
|
@@ -2049,14 +2052,14 @@ const deserializeAws_restJson1JobRun = (output: any, context: __SerdeContext): J
|
|
|
2049
2052
|
: undefined,
|
|
2050
2053
|
createdAt:
|
|
2051
2054
|
output.createdAt !== undefined && output.createdAt !== null
|
|
2052
|
-
?
|
|
2055
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.createdAt)))
|
|
2053
2056
|
: undefined,
|
|
2054
2057
|
createdBy: __expectString(output.createdBy),
|
|
2055
2058
|
executionRoleArn: __expectString(output.executionRoleArn),
|
|
2056
2059
|
failureReason: __expectString(output.failureReason),
|
|
2057
2060
|
finishedAt:
|
|
2058
2061
|
output.finishedAt !== undefined && output.finishedAt !== null
|
|
2059
|
-
?
|
|
2062
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.finishedAt)))
|
|
2060
2063
|
: undefined,
|
|
2061
2064
|
id: __expectString(output.id),
|
|
2062
2065
|
jobDriver:
|
|
@@ -2170,7 +2173,7 @@ const deserializeAws_restJson1VirtualCluster = (output: any, context: __SerdeCon
|
|
|
2170
2173
|
: undefined,
|
|
2171
2174
|
createdAt:
|
|
2172
2175
|
output.createdAt !== undefined && output.createdAt !== null
|
|
2173
|
-
?
|
|
2176
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.createdAt)))
|
|
2174
2177
|
: undefined,
|
|
2175
2178
|
id: __expectString(output.id),
|
|
2176
2179
|
name: __expectString(output.name),
|
package/tsconfig.es.json
CHANGED
package/tsconfig.json
CHANGED
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
"alwaysStrict": true,
|
|
4
4
|
"target": "ES2018",
|
|
5
5
|
"module": "commonjs",
|
|
6
|
-
"declaration": true,
|
|
7
6
|
"strict": true,
|
|
8
7
|
"sourceMap": true,
|
|
9
8
|
"downlevelIteration": true,
|
|
@@ -12,9 +11,8 @@
|
|
|
12
11
|
"incremental": true,
|
|
13
12
|
"resolveJsonModule": true,
|
|
14
13
|
"esModuleInterop": true,
|
|
15
|
-
"declarationDir": "./dist/types",
|
|
16
14
|
"outDir": "dist/cjs",
|
|
17
|
-
"
|
|
15
|
+
"removeComments": true
|
|
18
16
|
},
|
|
19
17
|
"typedocOptions": {
|
|
20
18
|
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],
|
|
@@ -24,9 +22,9 @@
|
|
|
24
22
|
"ignoreCompilerErrors": true,
|
|
25
23
|
"includeDeclarations": true,
|
|
26
24
|
"stripInternal": true,
|
|
27
|
-
"readme": "
|
|
25
|
+
"readme": "README.md",
|
|
28
26
|
"mode": "file",
|
|
29
|
-
"out": "
|
|
27
|
+
"out": "docs",
|
|
30
28
|
"theme": "minimal",
|
|
31
29
|
"plugin": ["@aws-sdk/client-documentation-generator"]
|
|
32
30
|
}
|