@aws-sdk/client-snow-device-management 3.928.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.
Files changed (34) hide show
  1. package/dist-cjs/index.js +667 -648
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/SnowDeviceManagementClient.js +2 -0
  4. package/dist-es/commands/CancelTaskCommand.js +3 -9
  5. package/dist-es/commands/CreateTaskCommand.js +3 -9
  6. package/dist-es/commands/DescribeDeviceCommand.js +3 -9
  7. package/dist-es/commands/DescribeDeviceEc2InstancesCommand.js +3 -9
  8. package/dist-es/commands/DescribeExecutionCommand.js +3 -9
  9. package/dist-es/commands/DescribeTaskCommand.js +3 -9
  10. package/dist-es/commands/ListDeviceResourcesCommand.js +3 -9
  11. package/dist-es/commands/ListDevicesCommand.js +3 -9
  12. package/dist-es/commands/ListExecutionsCommand.js +3 -9
  13. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  14. package/dist-es/commands/ListTasksCommand.js +3 -9
  15. package/dist-es/commands/TagResourceCommand.js +3 -9
  16. package/dist-es/commands/UntagResourceCommand.js +3 -9
  17. package/dist-es/runtimeConfig.shared.js +2 -0
  18. package/dist-es/schemas/schemas_0.js +630 -0
  19. package/dist-types/SnowDeviceManagementClient.d.ts +10 -1
  20. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  21. package/dist-types/runtimeConfig.d.ts +1 -0
  22. package/dist-types/runtimeConfig.native.d.ts +1 -0
  23. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  24. package/dist-types/schemas/schemas_0.d.ts +76 -0
  25. package/dist-types/ts3.4/SnowDeviceManagementClient.d.ts +4 -0
  26. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  27. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  28. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  29. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  30. package/dist-types/ts3.4/schemas/schemas_0.d.ts +81 -0
  31. package/package.json +2 -3
  32. package/dist-es/protocols/Aws_restJson1.js +0 -545
  33. package/dist-types/protocols/Aws_restJson1.d.ts +0 -119
  34. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -161
@@ -1,161 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- CancelTaskCommandInput,
8
- CancelTaskCommandOutput,
9
- } from "../commands/CancelTaskCommand";
10
- import {
11
- CreateTaskCommandInput,
12
- CreateTaskCommandOutput,
13
- } from "../commands/CreateTaskCommand";
14
- import {
15
- DescribeDeviceCommandInput,
16
- DescribeDeviceCommandOutput,
17
- } from "../commands/DescribeDeviceCommand";
18
- import {
19
- DescribeDeviceEc2InstancesCommandInput,
20
- DescribeDeviceEc2InstancesCommandOutput,
21
- } from "../commands/DescribeDeviceEc2InstancesCommand";
22
- import {
23
- DescribeExecutionCommandInput,
24
- DescribeExecutionCommandOutput,
25
- } from "../commands/DescribeExecutionCommand";
26
- import {
27
- DescribeTaskCommandInput,
28
- DescribeTaskCommandOutput,
29
- } from "../commands/DescribeTaskCommand";
30
- import {
31
- ListDeviceResourcesCommandInput,
32
- ListDeviceResourcesCommandOutput,
33
- } from "../commands/ListDeviceResourcesCommand";
34
- import {
35
- ListDevicesCommandInput,
36
- ListDevicesCommandOutput,
37
- } from "../commands/ListDevicesCommand";
38
- import {
39
- ListExecutionsCommandInput,
40
- ListExecutionsCommandOutput,
41
- } from "../commands/ListExecutionsCommand";
42
- import {
43
- ListTagsForResourceCommandInput,
44
- ListTagsForResourceCommandOutput,
45
- } from "../commands/ListTagsForResourceCommand";
46
- import {
47
- ListTasksCommandInput,
48
- ListTasksCommandOutput,
49
- } from "../commands/ListTasksCommand";
50
- import {
51
- TagResourceCommandInput,
52
- TagResourceCommandOutput,
53
- } from "../commands/TagResourceCommand";
54
- import {
55
- UntagResourceCommandInput,
56
- UntagResourceCommandOutput,
57
- } from "../commands/UntagResourceCommand";
58
- export declare const se_CancelTaskCommand: (
59
- input: CancelTaskCommandInput,
60
- context: __SerdeContext
61
- ) => Promise<__HttpRequest>;
62
- export declare const se_CreateTaskCommand: (
63
- input: CreateTaskCommandInput,
64
- context: __SerdeContext
65
- ) => Promise<__HttpRequest>;
66
- export declare const se_DescribeDeviceCommand: (
67
- input: DescribeDeviceCommandInput,
68
- context: __SerdeContext
69
- ) => Promise<__HttpRequest>;
70
- export declare const se_DescribeDeviceEc2InstancesCommand: (
71
- input: DescribeDeviceEc2InstancesCommandInput,
72
- context: __SerdeContext
73
- ) => Promise<__HttpRequest>;
74
- export declare const se_DescribeExecutionCommand: (
75
- input: DescribeExecutionCommandInput,
76
- context: __SerdeContext
77
- ) => Promise<__HttpRequest>;
78
- export declare const se_DescribeTaskCommand: (
79
- input: DescribeTaskCommandInput,
80
- context: __SerdeContext
81
- ) => Promise<__HttpRequest>;
82
- export declare const se_ListDeviceResourcesCommand: (
83
- input: ListDeviceResourcesCommandInput,
84
- context: __SerdeContext
85
- ) => Promise<__HttpRequest>;
86
- export declare const se_ListDevicesCommand: (
87
- input: ListDevicesCommandInput,
88
- context: __SerdeContext
89
- ) => Promise<__HttpRequest>;
90
- export declare const se_ListExecutionsCommand: (
91
- input: ListExecutionsCommandInput,
92
- context: __SerdeContext
93
- ) => Promise<__HttpRequest>;
94
- export declare const se_ListTagsForResourceCommand: (
95
- input: ListTagsForResourceCommandInput,
96
- context: __SerdeContext
97
- ) => Promise<__HttpRequest>;
98
- export declare const se_ListTasksCommand: (
99
- input: ListTasksCommandInput,
100
- context: __SerdeContext
101
- ) => Promise<__HttpRequest>;
102
- export declare const se_TagResourceCommand: (
103
- input: TagResourceCommandInput,
104
- context: __SerdeContext
105
- ) => Promise<__HttpRequest>;
106
- export declare const se_UntagResourceCommand: (
107
- input: UntagResourceCommandInput,
108
- context: __SerdeContext
109
- ) => Promise<__HttpRequest>;
110
- export declare const de_CancelTaskCommand: (
111
- output: __HttpResponse,
112
- context: __SerdeContext
113
- ) => Promise<CancelTaskCommandOutput>;
114
- export declare const de_CreateTaskCommand: (
115
- output: __HttpResponse,
116
- context: __SerdeContext
117
- ) => Promise<CreateTaskCommandOutput>;
118
- export declare const de_DescribeDeviceCommand: (
119
- output: __HttpResponse,
120
- context: __SerdeContext
121
- ) => Promise<DescribeDeviceCommandOutput>;
122
- export declare const de_DescribeDeviceEc2InstancesCommand: (
123
- output: __HttpResponse,
124
- context: __SerdeContext
125
- ) => Promise<DescribeDeviceEc2InstancesCommandOutput>;
126
- export declare const de_DescribeExecutionCommand: (
127
- output: __HttpResponse,
128
- context: __SerdeContext
129
- ) => Promise<DescribeExecutionCommandOutput>;
130
- export declare const de_DescribeTaskCommand: (
131
- output: __HttpResponse,
132
- context: __SerdeContext
133
- ) => Promise<DescribeTaskCommandOutput>;
134
- export declare const de_ListDeviceResourcesCommand: (
135
- output: __HttpResponse,
136
- context: __SerdeContext
137
- ) => Promise<ListDeviceResourcesCommandOutput>;
138
- export declare const de_ListDevicesCommand: (
139
- output: __HttpResponse,
140
- context: __SerdeContext
141
- ) => Promise<ListDevicesCommandOutput>;
142
- export declare const de_ListExecutionsCommand: (
143
- output: __HttpResponse,
144
- context: __SerdeContext
145
- ) => Promise<ListExecutionsCommandOutput>;
146
- export declare const de_ListTagsForResourceCommand: (
147
- output: __HttpResponse,
148
- context: __SerdeContext
149
- ) => Promise<ListTagsForResourceCommandOutput>;
150
- export declare const de_ListTasksCommand: (
151
- output: __HttpResponse,
152
- context: __SerdeContext
153
- ) => Promise<ListTasksCommandOutput>;
154
- export declare const de_TagResourceCommand: (
155
- output: __HttpResponse,
156
- context: __SerdeContext
157
- ) => Promise<TagResourceCommandOutput>;
158
- export declare const de_UntagResourceCommand: (
159
- output: __HttpResponse,
160
- context: __SerdeContext
161
- ) => Promise<UntagResourceCommandOutput>;