@aws-sdk/client-snow-device-management 3.927.0 → 3.929.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/index.js +667 -648
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/SnowDeviceManagementClient.js +2 -0
- package/dist-es/commands/CancelTaskCommand.js +3 -9
- package/dist-es/commands/CreateTaskCommand.js +3 -9
- package/dist-es/commands/DescribeDeviceCommand.js +3 -9
- package/dist-es/commands/DescribeDeviceEc2InstancesCommand.js +3 -9
- package/dist-es/commands/DescribeExecutionCommand.js +3 -9
- package/dist-es/commands/DescribeTaskCommand.js +3 -9
- package/dist-es/commands/ListDeviceResourcesCommand.js +3 -9
- package/dist-es/commands/ListDevicesCommand.js +3 -9
- package/dist-es/commands/ListExecutionsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ListTasksCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +630 -0
- package/dist-types/SnowDeviceManagementClient.d.ts +10 -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/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +76 -0
- package/dist-types/ts3.4/SnowDeviceManagementClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +81 -0
- package/package.json +5 -6
- package/dist-es/protocols/Aws_restJson1.js +0 -545
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -119
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -161
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
import { StaticErrorSchema, StaticListSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
|
+
export declare var AccessDeniedException: StaticErrorSchema;
|
|
3
|
+
export declare var CancelTaskInput: StaticStructureSchema;
|
|
4
|
+
export declare var CancelTaskOutput: StaticStructureSchema;
|
|
5
|
+
export declare var Capacity: StaticStructureSchema;
|
|
6
|
+
export declare var CpuOptions: StaticStructureSchema;
|
|
7
|
+
export declare var CreateTaskInput: StaticStructureSchema;
|
|
8
|
+
export declare var CreateTaskOutput: StaticStructureSchema;
|
|
9
|
+
export declare var DescribeDeviceEc2Input: StaticStructureSchema;
|
|
10
|
+
export declare var DescribeDeviceEc2Output: StaticStructureSchema;
|
|
11
|
+
export declare var DescribeDeviceInput: StaticStructureSchema;
|
|
12
|
+
export declare var DescribeDeviceOutput: StaticStructureSchema;
|
|
13
|
+
export declare var DescribeExecutionInput: StaticStructureSchema;
|
|
14
|
+
export declare var DescribeExecutionOutput: StaticStructureSchema;
|
|
15
|
+
export declare var DescribeTaskInput: StaticStructureSchema;
|
|
16
|
+
export declare var DescribeTaskOutput: StaticStructureSchema;
|
|
17
|
+
export declare var DeviceSummary: StaticStructureSchema;
|
|
18
|
+
export declare var EbsInstanceBlockDevice: StaticStructureSchema;
|
|
19
|
+
export declare var ExecutionSummary: StaticStructureSchema;
|
|
20
|
+
export declare var Instance: StaticStructureSchema;
|
|
21
|
+
export declare var InstanceBlockDeviceMapping: StaticStructureSchema;
|
|
22
|
+
export declare var InstanceState: StaticStructureSchema;
|
|
23
|
+
export declare var InstanceSummary: StaticStructureSchema;
|
|
24
|
+
export declare var InternalServerException: StaticErrorSchema;
|
|
25
|
+
export declare var ListDeviceResourcesInput: StaticStructureSchema;
|
|
26
|
+
export declare var ListDeviceResourcesOutput: StaticStructureSchema;
|
|
27
|
+
export declare var ListDevicesInput: StaticStructureSchema;
|
|
28
|
+
export declare var ListDevicesOutput: StaticStructureSchema;
|
|
29
|
+
export declare var ListExecutionsInput: StaticStructureSchema;
|
|
30
|
+
export declare var ListExecutionsOutput: StaticStructureSchema;
|
|
31
|
+
export declare var ListTagsForResourceInput: StaticStructureSchema;
|
|
32
|
+
export declare var ListTagsForResourceOutput: StaticStructureSchema;
|
|
33
|
+
export declare var ListTasksInput: StaticStructureSchema;
|
|
34
|
+
export declare var ListTasksOutput: StaticStructureSchema;
|
|
35
|
+
export declare var PhysicalNetworkInterface: StaticStructureSchema;
|
|
36
|
+
export declare var Reboot: StaticStructureSchema;
|
|
37
|
+
export declare var ResourceNotFoundException: StaticErrorSchema;
|
|
38
|
+
export declare var ResourceSummary: StaticStructureSchema;
|
|
39
|
+
export declare var SecurityGroupIdentifier: StaticStructureSchema;
|
|
40
|
+
export declare var ServiceQuotaExceededException: StaticErrorSchema;
|
|
41
|
+
export declare var SoftwareInformation: StaticStructureSchema;
|
|
42
|
+
export declare var TagResourceInput: StaticStructureSchema;
|
|
43
|
+
export declare var TaskSummary: StaticStructureSchema;
|
|
44
|
+
export declare var ThrottlingException: StaticErrorSchema;
|
|
45
|
+
export declare var Unlock: StaticStructureSchema;
|
|
46
|
+
export declare var UntagResourceInput: StaticStructureSchema;
|
|
47
|
+
export declare var ValidationException: StaticErrorSchema;
|
|
48
|
+
export declare var __Unit: "unit";
|
|
49
|
+
export declare var SnowDeviceManagementServiceException: StaticErrorSchema;
|
|
50
|
+
export declare var CapacityList: StaticListSchema;
|
|
51
|
+
export declare var DeviceSummaryList: StaticListSchema;
|
|
52
|
+
export declare var ExecutionSummaryList: StaticListSchema;
|
|
53
|
+
export declare var InstanceBlockDeviceMappingList: StaticListSchema;
|
|
54
|
+
export declare var InstanceIdsList: number;
|
|
55
|
+
export declare var InstanceSummaryList: StaticListSchema;
|
|
56
|
+
export declare var PhysicalNetworkInterfaceList: StaticListSchema;
|
|
57
|
+
export declare var ResourceSummaryList: StaticListSchema;
|
|
58
|
+
export declare var SecurityGroupIdentifierList: StaticListSchema;
|
|
59
|
+
export declare var TagKeys: number;
|
|
60
|
+
export declare var TargetList: number;
|
|
61
|
+
export declare var TaskSummaryList: StaticListSchema;
|
|
62
|
+
export declare var TagMap: number;
|
|
63
|
+
export declare var Command: StaticStructureSchema;
|
|
64
|
+
export declare var CancelTask: StaticOperationSchema;
|
|
65
|
+
export declare var CreateTask: StaticOperationSchema;
|
|
66
|
+
export declare var DescribeDevice: StaticOperationSchema;
|
|
67
|
+
export declare var DescribeDeviceEc2Instances: StaticOperationSchema;
|
|
68
|
+
export declare var DescribeExecution: StaticOperationSchema;
|
|
69
|
+
export declare var DescribeTask: StaticOperationSchema;
|
|
70
|
+
export declare var ListDeviceResources: StaticOperationSchema;
|
|
71
|
+
export declare var ListDevices: StaticOperationSchema;
|
|
72
|
+
export declare var ListExecutions: StaticOperationSchema;
|
|
73
|
+
export declare var ListTagsForResource: StaticOperationSchema;
|
|
74
|
+
export declare var ListTasks: StaticOperationSchema;
|
|
75
|
+
export declare var TagResource: StaticOperationSchema;
|
|
76
|
+
export declare var UntagResource: StaticOperationSchema;
|
|
@@ -30,10 +30,13 @@ import {
|
|
|
30
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
31
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
32
32
|
ChecksumConstructor as __ChecksumConstructor,
|
|
33
|
+
ClientProtocol,
|
|
33
34
|
Decoder as __Decoder,
|
|
34
35
|
Encoder as __Encoder,
|
|
35
36
|
HashConstructor as __HashConstructor,
|
|
36
37
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
38
|
+
HttpRequest,
|
|
39
|
+
HttpResponse,
|
|
37
40
|
Logger as __Logger,
|
|
38
41
|
Provider as __Provider,
|
|
39
42
|
Provider,
|
|
@@ -156,6 +159,7 @@ export interface ClientDefaults
|
|
|
156
159
|
retryMode?: string | __Provider<string>;
|
|
157
160
|
logger?: __Logger;
|
|
158
161
|
extensions?: RuntimeExtension[];
|
|
162
|
+
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
159
163
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
160
164
|
}
|
|
161
165
|
export type SnowDeviceManagementClientConfigType = Partial<
|
|
@@ -40,6 +40,10 @@ export declare const getRuntimeConfig: (
|
|
|
40
40
|
profile?: string;
|
|
41
41
|
logger: import("@smithy/types").Logger;
|
|
42
42
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
43
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
44
|
+
import("@smithy/types").HttpRequest,
|
|
45
|
+
import("@smithy/types").HttpResponse
|
|
46
|
+
>;
|
|
43
47
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
44
48
|
userAgentAppId?:
|
|
45
49
|
| string
|
|
@@ -40,6 +40,10 @@ export declare const getRuntimeConfig: (
|
|
|
40
40
|
profile?: string;
|
|
41
41
|
logger: import("@smithy/types").Logger;
|
|
42
42
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
43
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
44
|
+
import("@smithy/types").HttpRequest,
|
|
45
|
+
import("@smithy/types").HttpResponse
|
|
46
|
+
>;
|
|
43
47
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
44
48
|
retryStrategy?:
|
|
45
49
|
| import("@smithy/types").RetryStrategy
|
|
@@ -39,6 +39,10 @@ export declare const getRuntimeConfig: (
|
|
|
39
39
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
40
40
|
logger: import("@smithy/types").Logger;
|
|
41
41
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
42
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
43
|
+
import("@smithy/types").HttpRequest,
|
|
44
|
+
import("@smithy/types").HttpResponse
|
|
45
|
+
>;
|
|
42
46
|
defaultsMode:
|
|
43
47
|
| import("@smithy/smithy-client").DefaultsMode
|
|
44
48
|
| import("@smithy/types").Provider<
|
|
@@ -16,6 +16,10 @@ export declare const getRuntimeConfig: (
|
|
|
16
16
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").SnowDeviceManagementHttpAuthSchemeProvider;
|
|
17
17
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
18
18
|
logger: import("@smithy/types").Logger;
|
|
19
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
20
|
+
import("@smithy/types").HttpRequest,
|
|
21
|
+
import("@smithy/types").HttpResponse
|
|
22
|
+
>;
|
|
19
23
|
serviceId: string;
|
|
20
24
|
urlParser: import("@smithy/types").UrlParser;
|
|
21
25
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
import {
|
|
2
|
+
StaticErrorSchema,
|
|
3
|
+
StaticListSchema,
|
|
4
|
+
StaticOperationSchema,
|
|
5
|
+
StaticStructureSchema,
|
|
6
|
+
} from "@smithy/types";
|
|
7
|
+
export declare var AccessDeniedException: StaticErrorSchema;
|
|
8
|
+
export declare var CancelTaskInput: StaticStructureSchema;
|
|
9
|
+
export declare var CancelTaskOutput: StaticStructureSchema;
|
|
10
|
+
export declare var Capacity: StaticStructureSchema;
|
|
11
|
+
export declare var CpuOptions: StaticStructureSchema;
|
|
12
|
+
export declare var CreateTaskInput: StaticStructureSchema;
|
|
13
|
+
export declare var CreateTaskOutput: StaticStructureSchema;
|
|
14
|
+
export declare var DescribeDeviceEc2Input: StaticStructureSchema;
|
|
15
|
+
export declare var DescribeDeviceEc2Output: StaticStructureSchema;
|
|
16
|
+
export declare var DescribeDeviceInput: StaticStructureSchema;
|
|
17
|
+
export declare var DescribeDeviceOutput: StaticStructureSchema;
|
|
18
|
+
export declare var DescribeExecutionInput: StaticStructureSchema;
|
|
19
|
+
export declare var DescribeExecutionOutput: StaticStructureSchema;
|
|
20
|
+
export declare var DescribeTaskInput: StaticStructureSchema;
|
|
21
|
+
export declare var DescribeTaskOutput: StaticStructureSchema;
|
|
22
|
+
export declare var DeviceSummary: StaticStructureSchema;
|
|
23
|
+
export declare var EbsInstanceBlockDevice: StaticStructureSchema;
|
|
24
|
+
export declare var ExecutionSummary: StaticStructureSchema;
|
|
25
|
+
export declare var Instance: StaticStructureSchema;
|
|
26
|
+
export declare var InstanceBlockDeviceMapping: StaticStructureSchema;
|
|
27
|
+
export declare var InstanceState: StaticStructureSchema;
|
|
28
|
+
export declare var InstanceSummary: StaticStructureSchema;
|
|
29
|
+
export declare var InternalServerException: StaticErrorSchema;
|
|
30
|
+
export declare var ListDeviceResourcesInput: StaticStructureSchema;
|
|
31
|
+
export declare var ListDeviceResourcesOutput: StaticStructureSchema;
|
|
32
|
+
export declare var ListDevicesInput: StaticStructureSchema;
|
|
33
|
+
export declare var ListDevicesOutput: StaticStructureSchema;
|
|
34
|
+
export declare var ListExecutionsInput: StaticStructureSchema;
|
|
35
|
+
export declare var ListExecutionsOutput: StaticStructureSchema;
|
|
36
|
+
export declare var ListTagsForResourceInput: StaticStructureSchema;
|
|
37
|
+
export declare var ListTagsForResourceOutput: StaticStructureSchema;
|
|
38
|
+
export declare var ListTasksInput: StaticStructureSchema;
|
|
39
|
+
export declare var ListTasksOutput: StaticStructureSchema;
|
|
40
|
+
export declare var PhysicalNetworkInterface: StaticStructureSchema;
|
|
41
|
+
export declare var Reboot: StaticStructureSchema;
|
|
42
|
+
export declare var ResourceNotFoundException: StaticErrorSchema;
|
|
43
|
+
export declare var ResourceSummary: StaticStructureSchema;
|
|
44
|
+
export declare var SecurityGroupIdentifier: StaticStructureSchema;
|
|
45
|
+
export declare var ServiceQuotaExceededException: StaticErrorSchema;
|
|
46
|
+
export declare var SoftwareInformation: StaticStructureSchema;
|
|
47
|
+
export declare var TagResourceInput: StaticStructureSchema;
|
|
48
|
+
export declare var TaskSummary: StaticStructureSchema;
|
|
49
|
+
export declare var ThrottlingException: StaticErrorSchema;
|
|
50
|
+
export declare var Unlock: StaticStructureSchema;
|
|
51
|
+
export declare var UntagResourceInput: StaticStructureSchema;
|
|
52
|
+
export declare var ValidationException: StaticErrorSchema;
|
|
53
|
+
export declare var __Unit: "unit";
|
|
54
|
+
export declare var SnowDeviceManagementServiceException: StaticErrorSchema;
|
|
55
|
+
export declare var CapacityList: StaticListSchema;
|
|
56
|
+
export declare var DeviceSummaryList: StaticListSchema;
|
|
57
|
+
export declare var ExecutionSummaryList: StaticListSchema;
|
|
58
|
+
export declare var InstanceBlockDeviceMappingList: StaticListSchema;
|
|
59
|
+
export declare var InstanceIdsList: number;
|
|
60
|
+
export declare var InstanceSummaryList: StaticListSchema;
|
|
61
|
+
export declare var PhysicalNetworkInterfaceList: StaticListSchema;
|
|
62
|
+
export declare var ResourceSummaryList: StaticListSchema;
|
|
63
|
+
export declare var SecurityGroupIdentifierList: StaticListSchema;
|
|
64
|
+
export declare var TagKeys: number;
|
|
65
|
+
export declare var TargetList: number;
|
|
66
|
+
export declare var TaskSummaryList: StaticListSchema;
|
|
67
|
+
export declare var TagMap: number;
|
|
68
|
+
export declare var Command: StaticStructureSchema;
|
|
69
|
+
export declare var CancelTask: StaticOperationSchema;
|
|
70
|
+
export declare var CreateTask: StaticOperationSchema;
|
|
71
|
+
export declare var DescribeDevice: StaticOperationSchema;
|
|
72
|
+
export declare var DescribeDeviceEc2Instances: StaticOperationSchema;
|
|
73
|
+
export declare var DescribeExecution: StaticOperationSchema;
|
|
74
|
+
export declare var DescribeTask: StaticOperationSchema;
|
|
75
|
+
export declare var ListDeviceResources: StaticOperationSchema;
|
|
76
|
+
export declare var ListDevices: StaticOperationSchema;
|
|
77
|
+
export declare var ListExecutions: StaticOperationSchema;
|
|
78
|
+
export declare var ListTagsForResource: StaticOperationSchema;
|
|
79
|
+
export declare var ListTasks: StaticOperationSchema;
|
|
80
|
+
export declare var TagResource: StaticOperationSchema;
|
|
81
|
+
export declare var UntagResource: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-snow-device-management",
|
|
3
3
|
"description": "AWS SDK for JavaScript Snow Device Management Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.929.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-snow-device-management",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.928.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.929.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.922.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.922.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.922.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.928.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.925.0",
|
|
30
30
|
"@aws-sdk/types": "3.922.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.922.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.922.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.928.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.4.2",
|
|
35
35
|
"@smithy/core": "^3.17.2",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.3.5",
|
|
@@ -56,7 +56,6 @@
|
|
|
56
56
|
"@smithy/util-middleware": "^4.2.4",
|
|
57
57
|
"@smithy/util-retry": "^4.2.4",
|
|
58
58
|
"@smithy/util-utf8": "^4.2.0",
|
|
59
|
-
"@smithy/uuid": "^1.1.0",
|
|
60
59
|
"tslib": "^2.6.2"
|
|
61
60
|
},
|
|
62
61
|
"devDependencies": {
|