@aws-sdk/client-cognito-sync 3.170.0 → 3.171.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 (27) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/CognitoSync.d.ts +0 -17
  3. package/dist-types/ts3.4/CognitoSyncClient.d.ts +0 -25
  4. package/dist-types/ts3.4/commands/BulkPublishCommand.d.ts +0 -2
  5. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +0 -2
  6. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +0 -2
  7. package/dist-types/ts3.4/commands/DescribeIdentityPoolUsageCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/DescribeIdentityUsageCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/GetBulkPublishDetailsCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/GetCognitoEventsCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/GetIdentityPoolConfigurationCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/ListIdentityPoolUsageCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/ListRecordsCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/RegisterDeviceCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/SetCognitoEventsCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/SetIdentityPoolConfigurationCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/SubscribeToDatasetCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/commands/UnsubscribeFromDatasetCommand.d.ts +0 -2
  20. package/dist-types/ts3.4/commands/UpdateRecordsCommand.d.ts +0 -2
  21. package/dist-types/ts3.4/models/CognitoSyncServiceException.d.ts +0 -1
  22. package/dist-types/ts3.4/models/models_0.d.ts +0 -184
  23. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
  24. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
  25. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
  26. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  27. package/package.json +26 -26
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-cognito-sync
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
15
 
8
16
  **Note:** Version bump only for package @aws-sdk/client-cognito-sync
@@ -68,7 +68,6 @@ import {
68
68
  UpdateRecordsCommandInput,
69
69
  UpdateRecordsCommandOutput,
70
70
  } from "./commands/UpdateRecordsCommand";
71
-
72
71
  export declare class CognitoSync extends CognitoSyncClient {
73
72
  bulkPublish(
74
73
  args: BulkPublishCommandInput,
@@ -83,7 +82,6 @@ export declare class CognitoSync extends CognitoSyncClient {
83
82
  options: __HttpHandlerOptions,
84
83
  cb: (err: any, data?: BulkPublishCommandOutput) => void
85
84
  ): void;
86
-
87
85
  deleteDataset(
88
86
  args: DeleteDatasetCommandInput,
89
87
  options?: __HttpHandlerOptions
@@ -97,7 +95,6 @@ export declare class CognitoSync extends CognitoSyncClient {
97
95
  options: __HttpHandlerOptions,
98
96
  cb: (err: any, data?: DeleteDatasetCommandOutput) => void
99
97
  ): void;
100
-
101
98
  describeDataset(
102
99
  args: DescribeDatasetCommandInput,
103
100
  options?: __HttpHandlerOptions
@@ -111,7 +108,6 @@ export declare class CognitoSync extends CognitoSyncClient {
111
108
  options: __HttpHandlerOptions,
112
109
  cb: (err: any, data?: DescribeDatasetCommandOutput) => void
113
110
  ): void;
114
-
115
111
  describeIdentityPoolUsage(
116
112
  args: DescribeIdentityPoolUsageCommandInput,
117
113
  options?: __HttpHandlerOptions
@@ -125,7 +121,6 @@ export declare class CognitoSync extends CognitoSyncClient {
125
121
  options: __HttpHandlerOptions,
126
122
  cb: (err: any, data?: DescribeIdentityPoolUsageCommandOutput) => void
127
123
  ): void;
128
-
129
124
  describeIdentityUsage(
130
125
  args: DescribeIdentityUsageCommandInput,
131
126
  options?: __HttpHandlerOptions
@@ -139,7 +134,6 @@ export declare class CognitoSync extends CognitoSyncClient {
139
134
  options: __HttpHandlerOptions,
140
135
  cb: (err: any, data?: DescribeIdentityUsageCommandOutput) => void
141
136
  ): void;
142
-
143
137
  getBulkPublishDetails(
144
138
  args: GetBulkPublishDetailsCommandInput,
145
139
  options?: __HttpHandlerOptions
@@ -153,7 +147,6 @@ export declare class CognitoSync extends CognitoSyncClient {
153
147
  options: __HttpHandlerOptions,
154
148
  cb: (err: any, data?: GetBulkPublishDetailsCommandOutput) => void
155
149
  ): void;
156
-
157
150
  getCognitoEvents(
158
151
  args: GetCognitoEventsCommandInput,
159
152
  options?: __HttpHandlerOptions
@@ -167,7 +160,6 @@ export declare class CognitoSync extends CognitoSyncClient {
167
160
  options: __HttpHandlerOptions,
168
161
  cb: (err: any, data?: GetCognitoEventsCommandOutput) => void
169
162
  ): void;
170
-
171
163
  getIdentityPoolConfiguration(
172
164
  args: GetIdentityPoolConfigurationCommandInput,
173
165
  options?: __HttpHandlerOptions
@@ -181,7 +173,6 @@ export declare class CognitoSync extends CognitoSyncClient {
181
173
  options: __HttpHandlerOptions,
182
174
  cb: (err: any, data?: GetIdentityPoolConfigurationCommandOutput) => void
183
175
  ): void;
184
-
185
176
  listDatasets(
186
177
  args: ListDatasetsCommandInput,
187
178
  options?: __HttpHandlerOptions
@@ -195,7 +186,6 @@ export declare class CognitoSync extends CognitoSyncClient {
195
186
  options: __HttpHandlerOptions,
196
187
  cb: (err: any, data?: ListDatasetsCommandOutput) => void
197
188
  ): void;
198
-
199
189
  listIdentityPoolUsage(
200
190
  args: ListIdentityPoolUsageCommandInput,
201
191
  options?: __HttpHandlerOptions
@@ -209,7 +199,6 @@ export declare class CognitoSync extends CognitoSyncClient {
209
199
  options: __HttpHandlerOptions,
210
200
  cb: (err: any, data?: ListIdentityPoolUsageCommandOutput) => void
211
201
  ): void;
212
-
213
202
  listRecords(
214
203
  args: ListRecordsCommandInput,
215
204
  options?: __HttpHandlerOptions
@@ -223,7 +212,6 @@ export declare class CognitoSync extends CognitoSyncClient {
223
212
  options: __HttpHandlerOptions,
224
213
  cb: (err: any, data?: ListRecordsCommandOutput) => void
225
214
  ): void;
226
-
227
215
  registerDevice(
228
216
  args: RegisterDeviceCommandInput,
229
217
  options?: __HttpHandlerOptions
@@ -237,7 +225,6 @@ export declare class CognitoSync extends CognitoSyncClient {
237
225
  options: __HttpHandlerOptions,
238
226
  cb: (err: any, data?: RegisterDeviceCommandOutput) => void
239
227
  ): void;
240
-
241
228
  setCognitoEvents(
242
229
  args: SetCognitoEventsCommandInput,
243
230
  options?: __HttpHandlerOptions
@@ -251,7 +238,6 @@ export declare class CognitoSync extends CognitoSyncClient {
251
238
  options: __HttpHandlerOptions,
252
239
  cb: (err: any, data?: SetCognitoEventsCommandOutput) => void
253
240
  ): void;
254
-
255
241
  setIdentityPoolConfiguration(
256
242
  args: SetIdentityPoolConfigurationCommandInput,
257
243
  options?: __HttpHandlerOptions
@@ -265,7 +251,6 @@ export declare class CognitoSync extends CognitoSyncClient {
265
251
  options: __HttpHandlerOptions,
266
252
  cb: (err: any, data?: SetIdentityPoolConfigurationCommandOutput) => void
267
253
  ): void;
268
-
269
254
  subscribeToDataset(
270
255
  args: SubscribeToDatasetCommandInput,
271
256
  options?: __HttpHandlerOptions
@@ -279,7 +264,6 @@ export declare class CognitoSync extends CognitoSyncClient {
279
264
  options: __HttpHandlerOptions,
280
265
  cb: (err: any, data?: SubscribeToDatasetCommandOutput) => void
281
266
  ): void;
282
-
283
267
  unsubscribeFromDataset(
284
268
  args: UnsubscribeFromDatasetCommandInput,
285
269
  options?: __HttpHandlerOptions
@@ -293,7 +277,6 @@ export declare class CognitoSync extends CognitoSyncClient {
293
277
  options: __HttpHandlerOptions,
294
278
  cb: (err: any, data?: UnsubscribeFromDatasetCommandOutput) => void
295
279
  ): void;
296
-
297
280
  updateRecords(
298
281
  args: UpdateRecordsCommandInput,
299
282
  options?: __HttpHandlerOptions
@@ -149,47 +149,26 @@ export declare type ServiceOutputTypes =
149
149
  export interface ClientDefaults
150
150
  extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
151
151
  requestHandler?: __HttpHandler;
152
-
153
152
  sha256?: __HashConstructor;
154
-
155
153
  urlParser?: __UrlParser;
156
-
157
154
  bodyLengthChecker?: __BodyLengthCalculator;
158
-
159
155
  streamCollector?: __StreamCollector;
160
-
161
156
  base64Decoder?: __Decoder;
162
-
163
157
  base64Encoder?: __Encoder;
164
-
165
158
  utf8Decoder?: __Decoder;
166
-
167
159
  utf8Encoder?: __Encoder;
168
-
169
160
  runtime?: string;
170
-
171
161
  disableHostPrefix?: boolean;
172
-
173
162
  maxAttempts?: number | __Provider<number>;
174
-
175
163
  retryMode?: string | __Provider<string>;
176
-
177
164
  logger?: __Logger;
178
-
179
165
  useDualstackEndpoint?: boolean | __Provider<boolean>;
180
-
181
166
  useFipsEndpoint?: boolean | __Provider<boolean>;
182
-
183
167
  serviceId?: string;
184
-
185
168
  region?: string | __Provider<string>;
186
-
187
169
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
188
-
189
170
  regionInfoProvider?: RegionInfoProvider;
190
-
191
171
  defaultUserAgentProvider?: Provider<__UserAgent>;
192
-
193
172
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
194
173
  }
195
174
  declare type CognitoSyncClientConfigType = Partial<
@@ -202,7 +181,6 @@ declare type CognitoSyncClientConfigType = Partial<
202
181
  HostHeaderInputConfig &
203
182
  AwsAuthInputConfig &
204
183
  UserAgentInputConfig;
205
-
206
184
  export interface CognitoSyncClientConfig extends CognitoSyncClientConfigType {}
207
185
  declare type CognitoSyncClientResolvedConfigType =
208
186
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
@@ -213,10 +191,8 @@ declare type CognitoSyncClientResolvedConfigType =
213
191
  HostHeaderResolvedConfig &
214
192
  AwsAuthResolvedConfig &
215
193
  UserAgentResolvedConfig;
216
-
217
194
  export interface CognitoSyncClientResolvedConfig
218
195
  extends CognitoSyncClientResolvedConfigType {}
219
-
220
196
  export declare class CognitoSyncClient extends __Client<
221
197
  __HttpHandlerOptions,
222
198
  ServiceInputTypes,
@@ -225,7 +201,6 @@ export declare class CognitoSyncClient extends __Client<
225
201
  > {
226
202
  readonly config: CognitoSyncClientResolvedConfig;
227
203
  constructor(configuration: CognitoSyncClientConfig);
228
-
229
204
  destroy(): void;
230
205
  }
231
206
  export {};
@@ -15,7 +15,6 @@ export interface BulkPublishCommandInput extends BulkPublishRequest {}
15
15
  export interface BulkPublishCommandOutput
16
16
  extends BulkPublishResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class BulkPublishCommand extends $Command<
20
19
  BulkPublishCommandInput,
21
20
  BulkPublishCommandOutput,
@@ -23,7 +22,6 @@ export declare class BulkPublishCommand extends $Command<
23
22
  > {
24
23
  readonly input: BulkPublishCommandInput;
25
24
  constructor(input: BulkPublishCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: CognitoSyncClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DeleteDatasetCommandInput extends DeleteDatasetRequest {}
18
18
  export interface DeleteDatasetCommandOutput
19
19
  extends DeleteDatasetResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DeleteDatasetCommand extends $Command<
23
22
  DeleteDatasetCommandInput,
24
23
  DeleteDatasetCommandOutput,
@@ -26,7 +25,6 @@ export declare class DeleteDatasetCommand extends $Command<
26
25
  > {
27
26
  readonly input: DeleteDatasetCommandInput;
28
27
  constructor(input: DeleteDatasetCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: CognitoSyncClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DescribeDatasetCommandInput extends DescribeDatasetRequest {}
18
18
  export interface DescribeDatasetCommandOutput
19
19
  extends DescribeDatasetResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DescribeDatasetCommand extends $Command<
23
22
  DescribeDatasetCommandInput,
24
23
  DescribeDatasetCommandOutput,
@@ -26,7 +25,6 @@ export declare class DescribeDatasetCommand extends $Command<
26
25
  > {
27
26
  readonly input: DescribeDatasetCommandInput;
28
27
  constructor(input: DescribeDatasetCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: CognitoSyncClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeIdentityPoolUsageCommandInput
19
19
  export interface DescribeIdentityPoolUsageCommandOutput
20
20
  extends DescribeIdentityPoolUsageResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeIdentityPoolUsageCommand extends $Command<
24
23
  DescribeIdentityPoolUsageCommandInput,
25
24
  DescribeIdentityPoolUsageCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeIdentityPoolUsageCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeIdentityPoolUsageCommandInput;
29
28
  constructor(input: DescribeIdentityPoolUsageCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: CognitoSyncClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeIdentityUsageCommandInput
19
19
  export interface DescribeIdentityUsageCommandOutput
20
20
  extends DescribeIdentityUsageResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeIdentityUsageCommand extends $Command<
24
23
  DescribeIdentityUsageCommandInput,
25
24
  DescribeIdentityUsageCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeIdentityUsageCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeIdentityUsageCommandInput;
29
28
  constructor(input: DescribeIdentityUsageCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: CognitoSyncClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetBulkPublishDetailsCommandInput
19
19
  export interface GetBulkPublishDetailsCommandOutput
20
20
  extends GetBulkPublishDetailsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetBulkPublishDetailsCommand extends $Command<
24
23
  GetBulkPublishDetailsCommandInput,
25
24
  GetBulkPublishDetailsCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetBulkPublishDetailsCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetBulkPublishDetailsCommandInput;
29
28
  constructor(input: GetBulkPublishDetailsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: CognitoSyncClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface GetCognitoEventsCommandInput extends GetCognitoEventsRequest {}
18
18
  export interface GetCognitoEventsCommandOutput
19
19
  extends GetCognitoEventsResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class GetCognitoEventsCommand extends $Command<
23
22
  GetCognitoEventsCommandInput,
24
23
  GetCognitoEventsCommandOutput,
@@ -26,7 +25,6 @@ export declare class GetCognitoEventsCommand extends $Command<
26
25
  > {
27
26
  readonly input: GetCognitoEventsCommandInput;
28
27
  constructor(input: GetCognitoEventsCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: CognitoSyncClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetIdentityPoolConfigurationCommandInput
19
19
  export interface GetIdentityPoolConfigurationCommandOutput
20
20
  extends GetIdentityPoolConfigurationResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetIdentityPoolConfigurationCommand extends $Command<
24
23
  GetIdentityPoolConfigurationCommandInput,
25
24
  GetIdentityPoolConfigurationCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetIdentityPoolConfigurationCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetIdentityPoolConfigurationCommandInput;
29
28
  constructor(input: GetIdentityPoolConfigurationCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: CognitoSyncClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface ListDatasetsCommandInput extends ListDatasetsRequest {}
15
15
  export interface ListDatasetsCommandOutput
16
16
  extends ListDatasetsResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class ListDatasetsCommand extends $Command<
20
19
  ListDatasetsCommandInput,
21
20
  ListDatasetsCommandOutput,
@@ -23,7 +22,6 @@ export declare class ListDatasetsCommand extends $Command<
23
22
  > {
24
23
  readonly input: ListDatasetsCommandInput;
25
24
  constructor(input: ListDatasetsCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: CognitoSyncClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListIdentityPoolUsageCommandInput
19
19
  export interface ListIdentityPoolUsageCommandOutput
20
20
  extends ListIdentityPoolUsageResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListIdentityPoolUsageCommand extends $Command<
24
23
  ListIdentityPoolUsageCommandInput,
25
24
  ListIdentityPoolUsageCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListIdentityPoolUsageCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListIdentityPoolUsageCommandInput;
29
28
  constructor(input: ListIdentityPoolUsageCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: CognitoSyncClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface ListRecordsCommandInput extends ListRecordsRequest {}
15
15
  export interface ListRecordsCommandOutput
16
16
  extends ListRecordsResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class ListRecordsCommand extends $Command<
20
19
  ListRecordsCommandInput,
21
20
  ListRecordsCommandOutput,
@@ -23,7 +22,6 @@ export declare class ListRecordsCommand extends $Command<
23
22
  > {
24
23
  readonly input: ListRecordsCommandInput;
25
24
  constructor(input: ListRecordsCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: CognitoSyncClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface RegisterDeviceCommandInput extends RegisterDeviceRequest {}
18
18
  export interface RegisterDeviceCommandOutput
19
19
  extends RegisterDeviceResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class RegisterDeviceCommand extends $Command<
23
22
  RegisterDeviceCommandInput,
24
23
  RegisterDeviceCommandOutput,
@@ -26,7 +25,6 @@ export declare class RegisterDeviceCommand extends $Command<
26
25
  > {
27
26
  readonly input: RegisterDeviceCommandInput;
28
27
  constructor(input: RegisterDeviceCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: CognitoSyncClientResolvedConfig,
@@ -13,7 +13,6 @@ import {
13
13
  import { SetCognitoEventsRequest } from "../models/models_0";
14
14
  export interface SetCognitoEventsCommandInput extends SetCognitoEventsRequest {}
15
15
  export interface SetCognitoEventsCommandOutput extends __MetadataBearer {}
16
-
17
16
  export declare class SetCognitoEventsCommand extends $Command<
18
17
  SetCognitoEventsCommandInput,
19
18
  SetCognitoEventsCommandOutput,
@@ -21,7 +20,6 @@ export declare class SetCognitoEventsCommand extends $Command<
21
20
  > {
22
21
  readonly input: SetCognitoEventsCommandInput;
23
22
  constructor(input: SetCognitoEventsCommandInput);
24
-
25
23
  resolveMiddleware(
26
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
25
  configuration: CognitoSyncClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface SetIdentityPoolConfigurationCommandInput
19
19
  export interface SetIdentityPoolConfigurationCommandOutput
20
20
  extends SetIdentityPoolConfigurationResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class SetIdentityPoolConfigurationCommand extends $Command<
24
23
  SetIdentityPoolConfigurationCommandInput,
25
24
  SetIdentityPoolConfigurationCommandOutput,
@@ -27,7 +26,6 @@ export declare class SetIdentityPoolConfigurationCommand extends $Command<
27
26
  > {
28
27
  readonly input: SetIdentityPoolConfigurationCommandInput;
29
28
  constructor(input: SetIdentityPoolConfigurationCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: CognitoSyncClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface SubscribeToDatasetCommandInput
19
19
  export interface SubscribeToDatasetCommandOutput
20
20
  extends SubscribeToDatasetResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class SubscribeToDatasetCommand extends $Command<
24
23
  SubscribeToDatasetCommandInput,
25
24
  SubscribeToDatasetCommandOutput,
@@ -27,7 +26,6 @@ export declare class SubscribeToDatasetCommand extends $Command<
27
26
  > {
28
27
  readonly input: SubscribeToDatasetCommandInput;
29
28
  constructor(input: SubscribeToDatasetCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: CognitoSyncClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface UnsubscribeFromDatasetCommandInput
19
19
  export interface UnsubscribeFromDatasetCommandOutput
20
20
  extends UnsubscribeFromDatasetResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class UnsubscribeFromDatasetCommand extends $Command<
24
23
  UnsubscribeFromDatasetCommandInput,
25
24
  UnsubscribeFromDatasetCommandOutput,
@@ -27,7 +26,6 @@ export declare class UnsubscribeFromDatasetCommand extends $Command<
27
26
  > {
28
27
  readonly input: UnsubscribeFromDatasetCommandInput;
29
28
  constructor(input: UnsubscribeFromDatasetCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: CognitoSyncClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface UpdateRecordsCommandInput extends UpdateRecordsRequest {}
18
18
  export interface UpdateRecordsCommandOutput
19
19
  extends UpdateRecordsResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class UpdateRecordsCommand extends $Command<
23
22
  UpdateRecordsCommandInput,
24
23
  UpdateRecordsCommandOutput,
@@ -26,7 +25,6 @@ export declare class UpdateRecordsCommand extends $Command<
26
25
  > {
27
26
  readonly input: UpdateRecordsCommandInput;
28
27
  constructor(input: UpdateRecordsCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: CognitoSyncClientResolvedConfig,
@@ -2,7 +2,6 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
-
6
5
  export declare class CognitoSyncServiceException extends __ServiceException {
7
6
  constructor(options: __ServiceExceptionOptions);
8
7
  }
@@ -1,166 +1,118 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { CognitoSyncServiceException as __BaseException } from "./CognitoSyncServiceException";
3
-
4
3
  export declare class AlreadyStreamedException extends __BaseException {
5
4
  readonly name: "AlreadyStreamedException";
6
5
  readonly $fault: "client";
7
-
8
6
  constructor(
9
7
  opts: __ExceptionOptionType<AlreadyStreamedException, __BaseException>
10
8
  );
11
9
  }
12
-
13
10
  export interface BulkPublishRequest {
14
11
  IdentityPoolId: string | undefined;
15
12
  }
16
-
17
13
  export interface BulkPublishResponse {
18
14
  IdentityPoolId?: string;
19
15
  }
20
-
21
16
  export declare class DuplicateRequestException extends __BaseException {
22
17
  readonly name: "DuplicateRequestException";
23
18
  readonly $fault: "client";
24
-
25
19
  constructor(
26
20
  opts: __ExceptionOptionType<DuplicateRequestException, __BaseException>
27
21
  );
28
22
  }
29
-
30
23
  export declare class InternalErrorException extends __BaseException {
31
24
  readonly name: "InternalErrorException";
32
25
  readonly $fault: "server";
33
-
34
26
  constructor(
35
27
  opts: __ExceptionOptionType<InternalErrorException, __BaseException>
36
28
  );
37
29
  }
38
-
39
30
  export declare class InvalidParameterException extends __BaseException {
40
31
  readonly name: "InvalidParameterException";
41
32
  readonly $fault: "client";
42
-
43
33
  constructor(
44
34
  opts: __ExceptionOptionType<InvalidParameterException, __BaseException>
45
35
  );
46
36
  }
47
-
48
37
  export declare class NotAuthorizedException extends __BaseException {
49
38
  readonly name: "NotAuthorizedException";
50
39
  readonly $fault: "client";
51
-
52
40
  constructor(
53
41
  opts: __ExceptionOptionType<NotAuthorizedException, __BaseException>
54
42
  );
55
43
  }
56
-
57
44
  export declare class ResourceNotFoundException extends __BaseException {
58
45
  readonly name: "ResourceNotFoundException";
59
46
  readonly $fault: "client";
60
-
61
47
  constructor(
62
48
  opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
63
49
  );
64
50
  }
65
-
66
51
  export interface DeleteDatasetRequest {
67
52
  IdentityPoolId: string | undefined;
68
-
69
53
  IdentityId: string | undefined;
70
-
71
54
  DatasetName: string | undefined;
72
55
  }
73
-
74
56
  export interface Dataset {
75
57
  IdentityId?: string;
76
-
77
58
  DatasetName?: string;
78
-
79
59
  CreationDate?: Date;
80
-
81
60
  LastModifiedDate?: Date;
82
-
83
61
  LastModifiedBy?: string;
84
-
85
62
  DataStorage?: number;
86
-
87
63
  NumRecords?: number;
88
64
  }
89
-
90
65
  export interface DeleteDatasetResponse {
91
66
  Dataset?: Dataset;
92
67
  }
93
-
94
68
  export declare class ResourceConflictException extends __BaseException {
95
69
  readonly name: "ResourceConflictException";
96
70
  readonly $fault: "client";
97
-
98
71
  constructor(
99
72
  opts: __ExceptionOptionType<ResourceConflictException, __BaseException>
100
73
  );
101
74
  }
102
-
103
75
  export declare class TooManyRequestsException extends __BaseException {
104
76
  readonly name: "TooManyRequestsException";
105
77
  readonly $fault: "client";
106
-
107
78
  constructor(
108
79
  opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>
109
80
  );
110
81
  }
111
-
112
82
  export interface DescribeDatasetRequest {
113
83
  IdentityPoolId: string | undefined;
114
-
115
84
  IdentityId: string | undefined;
116
-
117
85
  DatasetName: string | undefined;
118
86
  }
119
-
120
87
  export interface DescribeDatasetResponse {
121
88
  Dataset?: Dataset;
122
89
  }
123
-
124
90
  export interface DescribeIdentityPoolUsageRequest {
125
91
  IdentityPoolId: string | undefined;
126
92
  }
127
-
128
93
  export interface IdentityPoolUsage {
129
94
  IdentityPoolId?: string;
130
-
131
95
  SyncSessionsCount?: number;
132
-
133
96
  DataStorage?: number;
134
-
135
97
  LastModifiedDate?: Date;
136
98
  }
137
-
138
99
  export interface DescribeIdentityPoolUsageResponse {
139
100
  IdentityPoolUsage?: IdentityPoolUsage;
140
101
  }
141
-
142
102
  export interface DescribeIdentityUsageRequest {
143
103
  IdentityPoolId: string | undefined;
144
-
145
104
  IdentityId: string | undefined;
146
105
  }
147
-
148
106
  export interface IdentityUsage {
149
107
  IdentityId?: string;
150
-
151
108
  IdentityPoolId?: string;
152
-
153
109
  LastModifiedDate?: Date;
154
-
155
110
  DatasetCount?: number;
156
-
157
111
  DataStorage?: number;
158
112
  }
159
-
160
113
  export interface DescribeIdentityUsageResponse {
161
114
  IdentityUsage?: IdentityUsage;
162
115
  }
163
-
164
116
  export interface GetBulkPublishDetailsRequest {
165
117
  IdentityPoolId: string | undefined;
166
118
  }
@@ -170,171 +122,110 @@ export declare enum BulkPublishStatus {
170
122
  NOT_STARTED = "NOT_STARTED",
171
123
  SUCCEEDED = "SUCCEEDED",
172
124
  }
173
-
174
125
  export interface GetBulkPublishDetailsResponse {
175
126
  IdentityPoolId?: string;
176
-
177
127
  BulkPublishStartTime?: Date;
178
-
179
128
  BulkPublishCompleteTime?: Date;
180
-
181
129
  BulkPublishStatus?: BulkPublishStatus | string;
182
-
183
130
  FailureMessage?: string;
184
131
  }
185
-
186
132
  export interface GetCognitoEventsRequest {
187
133
  IdentityPoolId: string | undefined;
188
134
  }
189
-
190
135
  export interface GetCognitoEventsResponse {
191
136
  Events?: Record<string, string>;
192
137
  }
193
-
194
138
  export interface GetIdentityPoolConfigurationRequest {
195
139
  IdentityPoolId: string | undefined;
196
140
  }
197
141
  export declare type StreamingStatus = "DISABLED" | "ENABLED";
198
-
199
142
  export interface CognitoStreams {
200
143
  StreamName?: string;
201
-
202
144
  RoleArn?: string;
203
-
204
145
  StreamingStatus?: StreamingStatus | string;
205
146
  }
206
-
207
147
  export interface PushSync {
208
148
  ApplicationArns?: string[];
209
-
210
149
  RoleArn?: string;
211
150
  }
212
-
213
151
  export interface GetIdentityPoolConfigurationResponse {
214
152
  IdentityPoolId?: string;
215
-
216
153
  PushSync?: PushSync;
217
-
218
154
  CognitoStreams?: CognitoStreams;
219
155
  }
220
-
221
156
  export interface ListDatasetsRequest {
222
157
  IdentityPoolId: string | undefined;
223
-
224
158
  IdentityId: string | undefined;
225
-
226
159
  NextToken?: string;
227
-
228
160
  MaxResults?: number;
229
161
  }
230
-
231
162
  export interface ListDatasetsResponse {
232
163
  Datasets?: Dataset[];
233
-
234
164
  Count?: number;
235
-
236
165
  NextToken?: string;
237
166
  }
238
-
239
167
  export interface ListIdentityPoolUsageRequest {
240
168
  NextToken?: string;
241
-
242
169
  MaxResults?: number;
243
170
  }
244
-
245
171
  export interface ListIdentityPoolUsageResponse {
246
172
  IdentityPoolUsages?: IdentityPoolUsage[];
247
-
248
173
  MaxResults?: number;
249
-
250
174
  Count?: number;
251
-
252
175
  NextToken?: string;
253
176
  }
254
-
255
177
  export interface ListRecordsRequest {
256
178
  IdentityPoolId: string | undefined;
257
-
258
179
  IdentityId: string | undefined;
259
-
260
180
  DatasetName: string | undefined;
261
-
262
181
  LastSyncCount?: number;
263
-
264
182
  NextToken?: string;
265
-
266
183
  MaxResults?: number;
267
-
268
184
  SyncSessionToken?: string;
269
185
  }
270
-
271
186
  export interface _Record {
272
187
  Key?: string;
273
-
274
188
  Value?: string;
275
-
276
189
  SyncCount?: number;
277
-
278
190
  LastModifiedDate?: Date;
279
-
280
191
  LastModifiedBy?: string;
281
-
282
192
  DeviceLastModifiedDate?: Date;
283
193
  }
284
-
285
194
  export interface ListRecordsResponse {
286
195
  Records?: _Record[];
287
-
288
196
  NextToken?: string;
289
-
290
197
  Count?: number;
291
-
292
198
  DatasetSyncCount?: number;
293
-
294
199
  LastModifiedBy?: string;
295
-
296
200
  MergedDatasetNames?: string[];
297
-
298
201
  DatasetExists?: boolean;
299
-
300
202
  DatasetDeletedAfterRequestedSyncCount?: boolean;
301
-
302
203
  SyncSessionToken?: string;
303
204
  }
304
205
  export declare class InvalidConfigurationException extends __BaseException {
305
206
  readonly name: "InvalidConfigurationException";
306
207
  readonly $fault: "client";
307
-
308
208
  constructor(
309
209
  opts: __ExceptionOptionType<InvalidConfigurationException, __BaseException>
310
210
  );
311
211
  }
312
212
  export declare type Platform = "ADM" | "APNS" | "APNS_SANDBOX" | "GCM";
313
-
314
213
  export interface RegisterDeviceRequest {
315
214
  IdentityPoolId: string | undefined;
316
-
317
215
  IdentityId: string | undefined;
318
-
319
216
  Platform: Platform | string | undefined;
320
-
321
217
  Token: string | undefined;
322
218
  }
323
-
324
219
  export interface RegisterDeviceResponse {
325
220
  DeviceId?: string;
326
221
  }
327
-
328
222
  export interface SetCognitoEventsRequest {
329
223
  IdentityPoolId: string | undefined;
330
-
331
224
  Events: Record<string, string> | undefined;
332
225
  }
333
-
334
226
  export declare class ConcurrentModificationException extends __BaseException {
335
227
  readonly name: "ConcurrentModificationException";
336
228
  readonly $fault: "client";
337
-
338
229
  constructor(
339
230
  opts: __ExceptionOptionType<
340
231
  ConcurrentModificationException,
@@ -342,51 +233,33 @@ export declare class ConcurrentModificationException extends __BaseException {
342
233
  >
343
234
  );
344
235
  }
345
-
346
236
  export interface SetIdentityPoolConfigurationRequest {
347
237
  IdentityPoolId: string | undefined;
348
-
349
238
  PushSync?: PushSync;
350
-
351
239
  CognitoStreams?: CognitoStreams;
352
240
  }
353
-
354
241
  export interface SetIdentityPoolConfigurationResponse {
355
242
  IdentityPoolId?: string;
356
-
357
243
  PushSync?: PushSync;
358
-
359
244
  CognitoStreams?: CognitoStreams;
360
245
  }
361
-
362
246
  export interface SubscribeToDatasetRequest {
363
247
  IdentityPoolId: string | undefined;
364
-
365
248
  IdentityId: string | undefined;
366
-
367
249
  DatasetName: string | undefined;
368
-
369
250
  DeviceId: string | undefined;
370
251
  }
371
-
372
252
  export interface SubscribeToDatasetResponse {}
373
-
374
253
  export interface UnsubscribeFromDatasetRequest {
375
254
  IdentityPoolId: string | undefined;
376
-
377
255
  IdentityId: string | undefined;
378
-
379
256
  DatasetName: string | undefined;
380
-
381
257
  DeviceId: string | undefined;
382
258
  }
383
-
384
259
  export interface UnsubscribeFromDatasetResponse {}
385
-
386
260
  export declare class InvalidLambdaFunctionOutputException extends __BaseException {
387
261
  readonly name: "InvalidLambdaFunctionOutputException";
388
262
  readonly $fault: "client";
389
-
390
263
  constructor(
391
264
  opts: __ExceptionOptionType<
392
265
  InvalidLambdaFunctionOutputException,
@@ -394,206 +267,149 @@ export declare class InvalidLambdaFunctionOutputException extends __BaseExceptio
394
267
  >
395
268
  );
396
269
  }
397
-
398
270
  export declare class LambdaThrottledException extends __BaseException {
399
271
  readonly name: "LambdaThrottledException";
400
272
  readonly $fault: "client";
401
-
402
273
  constructor(
403
274
  opts: __ExceptionOptionType<LambdaThrottledException, __BaseException>
404
275
  );
405
276
  }
406
-
407
277
  export declare class LimitExceededException extends __BaseException {
408
278
  readonly name: "LimitExceededException";
409
279
  readonly $fault: "client";
410
-
411
280
  constructor(
412
281
  opts: __ExceptionOptionType<LimitExceededException, __BaseException>
413
282
  );
414
283
  }
415
284
  export declare type Operation = "remove" | "replace";
416
-
417
285
  export interface RecordPatch {
418
286
  Op: Operation | string | undefined;
419
-
420
287
  Key: string | undefined;
421
-
422
288
  Value?: string;
423
-
424
289
  SyncCount: number | undefined;
425
-
426
290
  DeviceLastModifiedDate?: Date;
427
291
  }
428
-
429
292
  export interface UpdateRecordsRequest {
430
293
  IdentityPoolId: string | undefined;
431
-
432
294
  IdentityId: string | undefined;
433
-
434
295
  DatasetName: string | undefined;
435
-
436
296
  DeviceId?: string;
437
-
438
297
  RecordPatches?: RecordPatch[];
439
-
440
298
  SyncSessionToken: string | undefined;
441
-
442
299
  ClientContext?: string;
443
300
  }
444
-
445
301
  export interface UpdateRecordsResponse {
446
302
  Records?: _Record[];
447
303
  }
448
-
449
304
  export declare const BulkPublishRequestFilterSensitiveLog: (
450
305
  obj: BulkPublishRequest
451
306
  ) => any;
452
-
453
307
  export declare const BulkPublishResponseFilterSensitiveLog: (
454
308
  obj: BulkPublishResponse
455
309
  ) => any;
456
-
457
310
  export declare const DeleteDatasetRequestFilterSensitiveLog: (
458
311
  obj: DeleteDatasetRequest
459
312
  ) => any;
460
-
461
313
  export declare const DatasetFilterSensitiveLog: (obj: Dataset) => any;
462
-
463
314
  export declare const DeleteDatasetResponseFilterSensitiveLog: (
464
315
  obj: DeleteDatasetResponse
465
316
  ) => any;
466
-
467
317
  export declare const DescribeDatasetRequestFilterSensitiveLog: (
468
318
  obj: DescribeDatasetRequest
469
319
  ) => any;
470
-
471
320
  export declare const DescribeDatasetResponseFilterSensitiveLog: (
472
321
  obj: DescribeDatasetResponse
473
322
  ) => any;
474
-
475
323
  export declare const DescribeIdentityPoolUsageRequestFilterSensitiveLog: (
476
324
  obj: DescribeIdentityPoolUsageRequest
477
325
  ) => any;
478
-
479
326
  export declare const IdentityPoolUsageFilterSensitiveLog: (
480
327
  obj: IdentityPoolUsage
481
328
  ) => any;
482
-
483
329
  export declare const DescribeIdentityPoolUsageResponseFilterSensitiveLog: (
484
330
  obj: DescribeIdentityPoolUsageResponse
485
331
  ) => any;
486
-
487
332
  export declare const DescribeIdentityUsageRequestFilterSensitiveLog: (
488
333
  obj: DescribeIdentityUsageRequest
489
334
  ) => any;
490
-
491
335
  export declare const IdentityUsageFilterSensitiveLog: (
492
336
  obj: IdentityUsage
493
337
  ) => any;
494
-
495
338
  export declare const DescribeIdentityUsageResponseFilterSensitiveLog: (
496
339
  obj: DescribeIdentityUsageResponse
497
340
  ) => any;
498
-
499
341
  export declare const GetBulkPublishDetailsRequestFilterSensitiveLog: (
500
342
  obj: GetBulkPublishDetailsRequest
501
343
  ) => any;
502
-
503
344
  export declare const GetBulkPublishDetailsResponseFilterSensitiveLog: (
504
345
  obj: GetBulkPublishDetailsResponse
505
346
  ) => any;
506
-
507
347
  export declare const GetCognitoEventsRequestFilterSensitiveLog: (
508
348
  obj: GetCognitoEventsRequest
509
349
  ) => any;
510
-
511
350
  export declare const GetCognitoEventsResponseFilterSensitiveLog: (
512
351
  obj: GetCognitoEventsResponse
513
352
  ) => any;
514
-
515
353
  export declare const GetIdentityPoolConfigurationRequestFilterSensitiveLog: (
516
354
  obj: GetIdentityPoolConfigurationRequest
517
355
  ) => any;
518
-
519
356
  export declare const CognitoStreamsFilterSensitiveLog: (
520
357
  obj: CognitoStreams
521
358
  ) => any;
522
-
523
359
  export declare const PushSyncFilterSensitiveLog: (obj: PushSync) => any;
524
-
525
360
  export declare const GetIdentityPoolConfigurationResponseFilterSensitiveLog: (
526
361
  obj: GetIdentityPoolConfigurationResponse
527
362
  ) => any;
528
-
529
363
  export declare const ListDatasetsRequestFilterSensitiveLog: (
530
364
  obj: ListDatasetsRequest
531
365
  ) => any;
532
-
533
366
  export declare const ListDatasetsResponseFilterSensitiveLog: (
534
367
  obj: ListDatasetsResponse
535
368
  ) => any;
536
-
537
369
  export declare const ListIdentityPoolUsageRequestFilterSensitiveLog: (
538
370
  obj: ListIdentityPoolUsageRequest
539
371
  ) => any;
540
-
541
372
  export declare const ListIdentityPoolUsageResponseFilterSensitiveLog: (
542
373
  obj: ListIdentityPoolUsageResponse
543
374
  ) => any;
544
-
545
375
  export declare const ListRecordsRequestFilterSensitiveLog: (
546
376
  obj: ListRecordsRequest
547
377
  ) => any;
548
-
549
378
  export declare const _RecordFilterSensitiveLog: (obj: _Record) => any;
550
-
551
379
  export declare const ListRecordsResponseFilterSensitiveLog: (
552
380
  obj: ListRecordsResponse
553
381
  ) => any;
554
-
555
382
  export declare const RegisterDeviceRequestFilterSensitiveLog: (
556
383
  obj: RegisterDeviceRequest
557
384
  ) => any;
558
-
559
385
  export declare const RegisterDeviceResponseFilterSensitiveLog: (
560
386
  obj: RegisterDeviceResponse
561
387
  ) => any;
562
-
563
388
  export declare const SetCognitoEventsRequestFilterSensitiveLog: (
564
389
  obj: SetCognitoEventsRequest
565
390
  ) => any;
566
-
567
391
  export declare const SetIdentityPoolConfigurationRequestFilterSensitiveLog: (
568
392
  obj: SetIdentityPoolConfigurationRequest
569
393
  ) => any;
570
-
571
394
  export declare const SetIdentityPoolConfigurationResponseFilterSensitiveLog: (
572
395
  obj: SetIdentityPoolConfigurationResponse
573
396
  ) => any;
574
-
575
397
  export declare const SubscribeToDatasetRequestFilterSensitiveLog: (
576
398
  obj: SubscribeToDatasetRequest
577
399
  ) => any;
578
-
579
400
  export declare const SubscribeToDatasetResponseFilterSensitiveLog: (
580
401
  obj: SubscribeToDatasetResponse
581
402
  ) => any;
582
-
583
403
  export declare const UnsubscribeFromDatasetRequestFilterSensitiveLog: (
584
404
  obj: UnsubscribeFromDatasetRequest
585
405
  ) => any;
586
-
587
406
  export declare const UnsubscribeFromDatasetResponseFilterSensitiveLog: (
588
407
  obj: UnsubscribeFromDatasetResponse
589
408
  ) => any;
590
-
591
409
  export declare const RecordPatchFilterSensitiveLog: (obj: RecordPatch) => any;
592
-
593
410
  export declare const UpdateRecordsRequestFilterSensitiveLog: (
594
411
  obj: UpdateRecordsRequest
595
412
  ) => any;
596
-
597
413
  export declare const UpdateRecordsResponseFilterSensitiveLog: (
598
414
  obj: UpdateRecordsResponse
599
415
  ) => any;
@@ -1,6 +1,5 @@
1
1
  import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
2
  import { CognitoSyncClientConfig } from "./CognitoSyncClient";
3
-
4
3
  export declare const getRuntimeConfig: (config: CognitoSyncClientConfig) => {
5
4
  runtime: string;
6
5
  defaultsMode: import("@aws-sdk/types").Provider<
@@ -1,6 +1,5 @@
1
1
  import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
2
2
  import { CognitoSyncClientConfig } from "./CognitoSyncClient";
3
-
4
3
  export declare const getRuntimeConfig: (config: CognitoSyncClientConfig) => {
5
4
  runtime: string;
6
5
  defaultsMode: import("@aws-sdk/types").Provider<
@@ -1,5 +1,4 @@
1
1
  import { CognitoSyncClientConfig } from "./CognitoSyncClient";
2
-
3
2
  export declare const getRuntimeConfig: (config: CognitoSyncClientConfig) => {
4
3
  runtime: string;
5
4
  sha256: import("@aws-sdk/types").HashConstructor;
@@ -1,6 +1,5 @@
1
1
  import { Logger as __Logger } from "@aws-sdk/types";
2
2
  import { CognitoSyncClientConfig } from "./CognitoSyncClient";
3
-
4
3
  export declare const getRuntimeConfig: (config: CognitoSyncClientConfig) => {
5
4
  apiVersion: string;
6
5
  disableHostPrefix: boolean;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cognito-sync",
3
3
  "description": "AWS SDK for JavaScript Cognito Sync Client for Node.js, Browser and React Native",
4
- "version": "3.170.0",
4
+ "version": "3.171.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -19,35 +19,35 @@
19
19
  "dependencies": {
20
20
  "@aws-crypto/sha256-browser": "2.0.0",
21
21
  "@aws-crypto/sha256-js": "2.0.0",
22
- "@aws-sdk/client-sts": "3.170.0",
23
- "@aws-sdk/config-resolver": "3.170.0",
24
- "@aws-sdk/credential-provider-node": "3.170.0",
25
- "@aws-sdk/fetch-http-handler": "3.170.0",
26
- "@aws-sdk/hash-node": "3.170.0",
27
- "@aws-sdk/invalid-dependency": "3.170.0",
28
- "@aws-sdk/middleware-content-length": "3.170.0",
29
- "@aws-sdk/middleware-host-header": "3.170.0",
30
- "@aws-sdk/middleware-logger": "3.170.0",
31
- "@aws-sdk/middleware-recursion-detection": "3.170.0",
32
- "@aws-sdk/middleware-retry": "3.170.0",
33
- "@aws-sdk/middleware-serde": "3.170.0",
34
- "@aws-sdk/middleware-signing": "3.170.0",
35
- "@aws-sdk/middleware-stack": "3.170.0",
36
- "@aws-sdk/middleware-user-agent": "3.170.0",
37
- "@aws-sdk/node-config-provider": "3.170.0",
38
- "@aws-sdk/node-http-handler": "3.170.0",
39
- "@aws-sdk/protocol-http": "3.170.0",
40
- "@aws-sdk/smithy-client": "3.170.0",
41
- "@aws-sdk/types": "3.170.0",
42
- "@aws-sdk/url-parser": "3.170.0",
22
+ "@aws-sdk/client-sts": "3.171.0",
23
+ "@aws-sdk/config-resolver": "3.171.0",
24
+ "@aws-sdk/credential-provider-node": "3.171.0",
25
+ "@aws-sdk/fetch-http-handler": "3.171.0",
26
+ "@aws-sdk/hash-node": "3.171.0",
27
+ "@aws-sdk/invalid-dependency": "3.171.0",
28
+ "@aws-sdk/middleware-content-length": "3.171.0",
29
+ "@aws-sdk/middleware-host-header": "3.171.0",
30
+ "@aws-sdk/middleware-logger": "3.171.0",
31
+ "@aws-sdk/middleware-recursion-detection": "3.171.0",
32
+ "@aws-sdk/middleware-retry": "3.171.0",
33
+ "@aws-sdk/middleware-serde": "3.171.0",
34
+ "@aws-sdk/middleware-signing": "3.171.0",
35
+ "@aws-sdk/middleware-stack": "3.171.0",
36
+ "@aws-sdk/middleware-user-agent": "3.171.0",
37
+ "@aws-sdk/node-config-provider": "3.171.0",
38
+ "@aws-sdk/node-http-handler": "3.171.0",
39
+ "@aws-sdk/protocol-http": "3.171.0",
40
+ "@aws-sdk/smithy-client": "3.171.0",
41
+ "@aws-sdk/types": "3.171.0",
42
+ "@aws-sdk/url-parser": "3.171.0",
43
43
  "@aws-sdk/util-base64-browser": "3.170.0",
44
44
  "@aws-sdk/util-base64-node": "3.170.0",
45
45
  "@aws-sdk/util-body-length-browser": "3.170.0",
46
46
  "@aws-sdk/util-body-length-node": "3.170.0",
47
- "@aws-sdk/util-defaults-mode-browser": "3.170.0",
48
- "@aws-sdk/util-defaults-mode-node": "3.170.0",
49
- "@aws-sdk/util-user-agent-browser": "3.170.0",
50
- "@aws-sdk/util-user-agent-node": "3.170.0",
47
+ "@aws-sdk/util-defaults-mode-browser": "3.171.0",
48
+ "@aws-sdk/util-defaults-mode-node": "3.171.0",
49
+ "@aws-sdk/util-user-agent-browser": "3.171.0",
50
+ "@aws-sdk/util-user-agent-node": "3.171.0",
51
51
  "@aws-sdk/util-utf8-browser": "3.170.0",
52
52
  "@aws-sdk/util-utf8-node": "3.170.0",
53
53
  "tslib": "^2.3.1"