@aws-sdk/client-cognito-sync 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 (38) hide show
  1. package/dist-cjs/index.js +803 -928
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/CognitoSyncClient.js +2 -0
  4. package/dist-es/commands/BulkPublishCommand.js +3 -9
  5. package/dist-es/commands/DeleteDatasetCommand.js +3 -9
  6. package/dist-es/commands/DescribeDatasetCommand.js +3 -9
  7. package/dist-es/commands/DescribeIdentityPoolUsageCommand.js +3 -9
  8. package/dist-es/commands/DescribeIdentityUsageCommand.js +3 -9
  9. package/dist-es/commands/GetBulkPublishDetailsCommand.js +3 -9
  10. package/dist-es/commands/GetCognitoEventsCommand.js +3 -9
  11. package/dist-es/commands/GetIdentityPoolConfigurationCommand.js +3 -9
  12. package/dist-es/commands/ListDatasetsCommand.js +3 -9
  13. package/dist-es/commands/ListIdentityPoolUsageCommand.js +3 -9
  14. package/dist-es/commands/ListRecordsCommand.js +3 -9
  15. package/dist-es/commands/RegisterDeviceCommand.js +3 -9
  16. package/dist-es/commands/SetCognitoEventsCommand.js +3 -9
  17. package/dist-es/commands/SetIdentityPoolConfigurationCommand.js +3 -9
  18. package/dist-es/commands/SubscribeToDatasetCommand.js +3 -9
  19. package/dist-es/commands/UnsubscribeFromDatasetCommand.js +3 -9
  20. package/dist-es/commands/UpdateRecordsCommand.js +3 -9
  21. package/dist-es/runtimeConfig.shared.js +2 -0
  22. package/dist-es/schemas/schemas_0.js +740 -0
  23. package/dist-types/CognitoSyncClient.d.ts +10 -1
  24. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  25. package/dist-types/runtimeConfig.d.ts +1 -0
  26. package/dist-types/runtimeConfig.native.d.ts +1 -0
  27. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  28. package/dist-types/schemas/schemas_0.d.ts +80 -0
  29. package/dist-types/ts3.4/CognitoSyncClient.d.ts +4 -0
  30. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  31. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  32. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  33. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  34. package/dist-types/ts3.4/schemas/schemas_0.d.ts +85 -0
  35. package/package.json +2 -2
  36. package/dist-es/protocols/Aws_restJson1.js +0 -780
  37. package/dist-types/protocols/Aws_restJson1.d.ts +0 -155
  38. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -209
@@ -1,155 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { BulkPublishCommandInput, BulkPublishCommandOutput } from "../commands/BulkPublishCommand";
4
- import { DeleteDatasetCommandInput, DeleteDatasetCommandOutput } from "../commands/DeleteDatasetCommand";
5
- import { DescribeDatasetCommandInput, DescribeDatasetCommandOutput } from "../commands/DescribeDatasetCommand";
6
- import { DescribeIdentityPoolUsageCommandInput, DescribeIdentityPoolUsageCommandOutput } from "../commands/DescribeIdentityPoolUsageCommand";
7
- import { DescribeIdentityUsageCommandInput, DescribeIdentityUsageCommandOutput } from "../commands/DescribeIdentityUsageCommand";
8
- import { GetBulkPublishDetailsCommandInput, GetBulkPublishDetailsCommandOutput } from "../commands/GetBulkPublishDetailsCommand";
9
- import { GetCognitoEventsCommandInput, GetCognitoEventsCommandOutput } from "../commands/GetCognitoEventsCommand";
10
- import { GetIdentityPoolConfigurationCommandInput, GetIdentityPoolConfigurationCommandOutput } from "../commands/GetIdentityPoolConfigurationCommand";
11
- import { ListDatasetsCommandInput, ListDatasetsCommandOutput } from "../commands/ListDatasetsCommand";
12
- import { ListIdentityPoolUsageCommandInput, ListIdentityPoolUsageCommandOutput } from "../commands/ListIdentityPoolUsageCommand";
13
- import { ListRecordsCommandInput, ListRecordsCommandOutput } from "../commands/ListRecordsCommand";
14
- import { RegisterDeviceCommandInput, RegisterDeviceCommandOutput } from "../commands/RegisterDeviceCommand";
15
- import { SetCognitoEventsCommandInput, SetCognitoEventsCommandOutput } from "../commands/SetCognitoEventsCommand";
16
- import { SetIdentityPoolConfigurationCommandInput, SetIdentityPoolConfigurationCommandOutput } from "../commands/SetIdentityPoolConfigurationCommand";
17
- import { SubscribeToDatasetCommandInput, SubscribeToDatasetCommandOutput } from "../commands/SubscribeToDatasetCommand";
18
- import { UnsubscribeFromDatasetCommandInput, UnsubscribeFromDatasetCommandOutput } from "../commands/UnsubscribeFromDatasetCommand";
19
- import { UpdateRecordsCommandInput, UpdateRecordsCommandOutput } from "../commands/UpdateRecordsCommand";
20
- /**
21
- * serializeAws_restJson1BulkPublishCommand
22
- */
23
- export declare const se_BulkPublishCommand: (input: BulkPublishCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
24
- /**
25
- * serializeAws_restJson1DeleteDatasetCommand
26
- */
27
- export declare const se_DeleteDatasetCommand: (input: DeleteDatasetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
28
- /**
29
- * serializeAws_restJson1DescribeDatasetCommand
30
- */
31
- export declare const se_DescribeDatasetCommand: (input: DescribeDatasetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
32
- /**
33
- * serializeAws_restJson1DescribeIdentityPoolUsageCommand
34
- */
35
- export declare const se_DescribeIdentityPoolUsageCommand: (input: DescribeIdentityPoolUsageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
- /**
37
- * serializeAws_restJson1DescribeIdentityUsageCommand
38
- */
39
- export declare const se_DescribeIdentityUsageCommand: (input: DescribeIdentityUsageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
- /**
41
- * serializeAws_restJson1GetBulkPublishDetailsCommand
42
- */
43
- export declare const se_GetBulkPublishDetailsCommand: (input: GetBulkPublishDetailsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- /**
45
- * serializeAws_restJson1GetCognitoEventsCommand
46
- */
47
- export declare const se_GetCognitoEventsCommand: (input: GetCognitoEventsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- /**
49
- * serializeAws_restJson1GetIdentityPoolConfigurationCommand
50
- */
51
- export declare const se_GetIdentityPoolConfigurationCommand: (input: GetIdentityPoolConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- /**
53
- * serializeAws_restJson1ListDatasetsCommand
54
- */
55
- export declare const se_ListDatasetsCommand: (input: ListDatasetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- /**
57
- * serializeAws_restJson1ListIdentityPoolUsageCommand
58
- */
59
- export declare const se_ListIdentityPoolUsageCommand: (input: ListIdentityPoolUsageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- /**
61
- * serializeAws_restJson1ListRecordsCommand
62
- */
63
- export declare const se_ListRecordsCommand: (input: ListRecordsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- /**
65
- * serializeAws_restJson1RegisterDeviceCommand
66
- */
67
- export declare const se_RegisterDeviceCommand: (input: RegisterDeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- /**
69
- * serializeAws_restJson1SetCognitoEventsCommand
70
- */
71
- export declare const se_SetCognitoEventsCommand: (input: SetCognitoEventsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- /**
73
- * serializeAws_restJson1SetIdentityPoolConfigurationCommand
74
- */
75
- export declare const se_SetIdentityPoolConfigurationCommand: (input: SetIdentityPoolConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- /**
77
- * serializeAws_restJson1SubscribeToDatasetCommand
78
- */
79
- export declare const se_SubscribeToDatasetCommand: (input: SubscribeToDatasetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- /**
81
- * serializeAws_restJson1UnsubscribeFromDatasetCommand
82
- */
83
- export declare const se_UnsubscribeFromDatasetCommand: (input: UnsubscribeFromDatasetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- /**
85
- * serializeAws_restJson1UpdateRecordsCommand
86
- */
87
- export declare const se_UpdateRecordsCommand: (input: UpdateRecordsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- /**
89
- * deserializeAws_restJson1BulkPublishCommand
90
- */
91
- export declare const de_BulkPublishCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BulkPublishCommandOutput>;
92
- /**
93
- * deserializeAws_restJson1DeleteDatasetCommand
94
- */
95
- export declare const de_DeleteDatasetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDatasetCommandOutput>;
96
- /**
97
- * deserializeAws_restJson1DescribeDatasetCommand
98
- */
99
- export declare const de_DescribeDatasetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDatasetCommandOutput>;
100
- /**
101
- * deserializeAws_restJson1DescribeIdentityPoolUsageCommand
102
- */
103
- export declare const de_DescribeIdentityPoolUsageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeIdentityPoolUsageCommandOutput>;
104
- /**
105
- * deserializeAws_restJson1DescribeIdentityUsageCommand
106
- */
107
- export declare const de_DescribeIdentityUsageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeIdentityUsageCommandOutput>;
108
- /**
109
- * deserializeAws_restJson1GetBulkPublishDetailsCommand
110
- */
111
- export declare const de_GetBulkPublishDetailsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBulkPublishDetailsCommandOutput>;
112
- /**
113
- * deserializeAws_restJson1GetCognitoEventsCommand
114
- */
115
- export declare const de_GetCognitoEventsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCognitoEventsCommandOutput>;
116
- /**
117
- * deserializeAws_restJson1GetIdentityPoolConfigurationCommand
118
- */
119
- export declare const de_GetIdentityPoolConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIdentityPoolConfigurationCommandOutput>;
120
- /**
121
- * deserializeAws_restJson1ListDatasetsCommand
122
- */
123
- export declare const de_ListDatasetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDatasetsCommandOutput>;
124
- /**
125
- * deserializeAws_restJson1ListIdentityPoolUsageCommand
126
- */
127
- export declare const de_ListIdentityPoolUsageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIdentityPoolUsageCommandOutput>;
128
- /**
129
- * deserializeAws_restJson1ListRecordsCommand
130
- */
131
- export declare const de_ListRecordsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRecordsCommandOutput>;
132
- /**
133
- * deserializeAws_restJson1RegisterDeviceCommand
134
- */
135
- export declare const de_RegisterDeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterDeviceCommandOutput>;
136
- /**
137
- * deserializeAws_restJson1SetCognitoEventsCommand
138
- */
139
- export declare const de_SetCognitoEventsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetCognitoEventsCommandOutput>;
140
- /**
141
- * deserializeAws_restJson1SetIdentityPoolConfigurationCommand
142
- */
143
- export declare const de_SetIdentityPoolConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetIdentityPoolConfigurationCommandOutput>;
144
- /**
145
- * deserializeAws_restJson1SubscribeToDatasetCommand
146
- */
147
- export declare const de_SubscribeToDatasetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SubscribeToDatasetCommandOutput>;
148
- /**
149
- * deserializeAws_restJson1UnsubscribeFromDatasetCommand
150
- */
151
- export declare const de_UnsubscribeFromDatasetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UnsubscribeFromDatasetCommandOutput>;
152
- /**
153
- * deserializeAws_restJson1UpdateRecordsCommand
154
- */
155
- export declare const de_UpdateRecordsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRecordsCommandOutput>;
@@ -1,209 +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
- BulkPublishCommandInput,
8
- BulkPublishCommandOutput,
9
- } from "../commands/BulkPublishCommand";
10
- import {
11
- DeleteDatasetCommandInput,
12
- DeleteDatasetCommandOutput,
13
- } from "../commands/DeleteDatasetCommand";
14
- import {
15
- DescribeDatasetCommandInput,
16
- DescribeDatasetCommandOutput,
17
- } from "../commands/DescribeDatasetCommand";
18
- import {
19
- DescribeIdentityPoolUsageCommandInput,
20
- DescribeIdentityPoolUsageCommandOutput,
21
- } from "../commands/DescribeIdentityPoolUsageCommand";
22
- import {
23
- DescribeIdentityUsageCommandInput,
24
- DescribeIdentityUsageCommandOutput,
25
- } from "../commands/DescribeIdentityUsageCommand";
26
- import {
27
- GetBulkPublishDetailsCommandInput,
28
- GetBulkPublishDetailsCommandOutput,
29
- } from "../commands/GetBulkPublishDetailsCommand";
30
- import {
31
- GetCognitoEventsCommandInput,
32
- GetCognitoEventsCommandOutput,
33
- } from "../commands/GetCognitoEventsCommand";
34
- import {
35
- GetIdentityPoolConfigurationCommandInput,
36
- GetIdentityPoolConfigurationCommandOutput,
37
- } from "../commands/GetIdentityPoolConfigurationCommand";
38
- import {
39
- ListDatasetsCommandInput,
40
- ListDatasetsCommandOutput,
41
- } from "../commands/ListDatasetsCommand";
42
- import {
43
- ListIdentityPoolUsageCommandInput,
44
- ListIdentityPoolUsageCommandOutput,
45
- } from "../commands/ListIdentityPoolUsageCommand";
46
- import {
47
- ListRecordsCommandInput,
48
- ListRecordsCommandOutput,
49
- } from "../commands/ListRecordsCommand";
50
- import {
51
- RegisterDeviceCommandInput,
52
- RegisterDeviceCommandOutput,
53
- } from "../commands/RegisterDeviceCommand";
54
- import {
55
- SetCognitoEventsCommandInput,
56
- SetCognitoEventsCommandOutput,
57
- } from "../commands/SetCognitoEventsCommand";
58
- import {
59
- SetIdentityPoolConfigurationCommandInput,
60
- SetIdentityPoolConfigurationCommandOutput,
61
- } from "../commands/SetIdentityPoolConfigurationCommand";
62
- import {
63
- SubscribeToDatasetCommandInput,
64
- SubscribeToDatasetCommandOutput,
65
- } from "../commands/SubscribeToDatasetCommand";
66
- import {
67
- UnsubscribeFromDatasetCommandInput,
68
- UnsubscribeFromDatasetCommandOutput,
69
- } from "../commands/UnsubscribeFromDatasetCommand";
70
- import {
71
- UpdateRecordsCommandInput,
72
- UpdateRecordsCommandOutput,
73
- } from "../commands/UpdateRecordsCommand";
74
- export declare const se_BulkPublishCommand: (
75
- input: BulkPublishCommandInput,
76
- context: __SerdeContext
77
- ) => Promise<__HttpRequest>;
78
- export declare const se_DeleteDatasetCommand: (
79
- input: DeleteDatasetCommandInput,
80
- context: __SerdeContext
81
- ) => Promise<__HttpRequest>;
82
- export declare const se_DescribeDatasetCommand: (
83
- input: DescribeDatasetCommandInput,
84
- context: __SerdeContext
85
- ) => Promise<__HttpRequest>;
86
- export declare const se_DescribeIdentityPoolUsageCommand: (
87
- input: DescribeIdentityPoolUsageCommandInput,
88
- context: __SerdeContext
89
- ) => Promise<__HttpRequest>;
90
- export declare const se_DescribeIdentityUsageCommand: (
91
- input: DescribeIdentityUsageCommandInput,
92
- context: __SerdeContext
93
- ) => Promise<__HttpRequest>;
94
- export declare const se_GetBulkPublishDetailsCommand: (
95
- input: GetBulkPublishDetailsCommandInput,
96
- context: __SerdeContext
97
- ) => Promise<__HttpRequest>;
98
- export declare const se_GetCognitoEventsCommand: (
99
- input: GetCognitoEventsCommandInput,
100
- context: __SerdeContext
101
- ) => Promise<__HttpRequest>;
102
- export declare const se_GetIdentityPoolConfigurationCommand: (
103
- input: GetIdentityPoolConfigurationCommandInput,
104
- context: __SerdeContext
105
- ) => Promise<__HttpRequest>;
106
- export declare const se_ListDatasetsCommand: (
107
- input: ListDatasetsCommandInput,
108
- context: __SerdeContext
109
- ) => Promise<__HttpRequest>;
110
- export declare const se_ListIdentityPoolUsageCommand: (
111
- input: ListIdentityPoolUsageCommandInput,
112
- context: __SerdeContext
113
- ) => Promise<__HttpRequest>;
114
- export declare const se_ListRecordsCommand: (
115
- input: ListRecordsCommandInput,
116
- context: __SerdeContext
117
- ) => Promise<__HttpRequest>;
118
- export declare const se_RegisterDeviceCommand: (
119
- input: RegisterDeviceCommandInput,
120
- context: __SerdeContext
121
- ) => Promise<__HttpRequest>;
122
- export declare const se_SetCognitoEventsCommand: (
123
- input: SetCognitoEventsCommandInput,
124
- context: __SerdeContext
125
- ) => Promise<__HttpRequest>;
126
- export declare const se_SetIdentityPoolConfigurationCommand: (
127
- input: SetIdentityPoolConfigurationCommandInput,
128
- context: __SerdeContext
129
- ) => Promise<__HttpRequest>;
130
- export declare const se_SubscribeToDatasetCommand: (
131
- input: SubscribeToDatasetCommandInput,
132
- context: __SerdeContext
133
- ) => Promise<__HttpRequest>;
134
- export declare const se_UnsubscribeFromDatasetCommand: (
135
- input: UnsubscribeFromDatasetCommandInput,
136
- context: __SerdeContext
137
- ) => Promise<__HttpRequest>;
138
- export declare const se_UpdateRecordsCommand: (
139
- input: UpdateRecordsCommandInput,
140
- context: __SerdeContext
141
- ) => Promise<__HttpRequest>;
142
- export declare const de_BulkPublishCommand: (
143
- output: __HttpResponse,
144
- context: __SerdeContext
145
- ) => Promise<BulkPublishCommandOutput>;
146
- export declare const de_DeleteDatasetCommand: (
147
- output: __HttpResponse,
148
- context: __SerdeContext
149
- ) => Promise<DeleteDatasetCommandOutput>;
150
- export declare const de_DescribeDatasetCommand: (
151
- output: __HttpResponse,
152
- context: __SerdeContext
153
- ) => Promise<DescribeDatasetCommandOutput>;
154
- export declare const de_DescribeIdentityPoolUsageCommand: (
155
- output: __HttpResponse,
156
- context: __SerdeContext
157
- ) => Promise<DescribeIdentityPoolUsageCommandOutput>;
158
- export declare const de_DescribeIdentityUsageCommand: (
159
- output: __HttpResponse,
160
- context: __SerdeContext
161
- ) => Promise<DescribeIdentityUsageCommandOutput>;
162
- export declare const de_GetBulkPublishDetailsCommand: (
163
- output: __HttpResponse,
164
- context: __SerdeContext
165
- ) => Promise<GetBulkPublishDetailsCommandOutput>;
166
- export declare const de_GetCognitoEventsCommand: (
167
- output: __HttpResponse,
168
- context: __SerdeContext
169
- ) => Promise<GetCognitoEventsCommandOutput>;
170
- export declare const de_GetIdentityPoolConfigurationCommand: (
171
- output: __HttpResponse,
172
- context: __SerdeContext
173
- ) => Promise<GetIdentityPoolConfigurationCommandOutput>;
174
- export declare const de_ListDatasetsCommand: (
175
- output: __HttpResponse,
176
- context: __SerdeContext
177
- ) => Promise<ListDatasetsCommandOutput>;
178
- export declare const de_ListIdentityPoolUsageCommand: (
179
- output: __HttpResponse,
180
- context: __SerdeContext
181
- ) => Promise<ListIdentityPoolUsageCommandOutput>;
182
- export declare const de_ListRecordsCommand: (
183
- output: __HttpResponse,
184
- context: __SerdeContext
185
- ) => Promise<ListRecordsCommandOutput>;
186
- export declare const de_RegisterDeviceCommand: (
187
- output: __HttpResponse,
188
- context: __SerdeContext
189
- ) => Promise<RegisterDeviceCommandOutput>;
190
- export declare const de_SetCognitoEventsCommand: (
191
- output: __HttpResponse,
192
- context: __SerdeContext
193
- ) => Promise<SetCognitoEventsCommandOutput>;
194
- export declare const de_SetIdentityPoolConfigurationCommand: (
195
- output: __HttpResponse,
196
- context: __SerdeContext
197
- ) => Promise<SetIdentityPoolConfigurationCommandOutput>;
198
- export declare const de_SubscribeToDatasetCommand: (
199
- output: __HttpResponse,
200
- context: __SerdeContext
201
- ) => Promise<SubscribeToDatasetCommandOutput>;
202
- export declare const de_UnsubscribeFromDatasetCommand: (
203
- output: __HttpResponse,
204
- context: __SerdeContext
205
- ) => Promise<UnsubscribeFromDatasetCommandOutput>;
206
- export declare const de_UpdateRecordsCommand: (
207
- output: __HttpResponse,
208
- context: __SerdeContext
209
- ) => Promise<UpdateRecordsCommandOutput>;