@aws-sdk/client-cognito-sync 3.650.0 → 3.654.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-types/commands/BulkPublishCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDatasetCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDatasetCommand.d.ts +11 -0
- package/dist-types/commands/DescribeIdentityPoolUsageCommand.d.ts +11 -0
- package/dist-types/commands/DescribeIdentityUsageCommand.d.ts +11 -0
- package/dist-types/commands/GetBulkPublishDetailsCommand.d.ts +11 -0
- package/dist-types/commands/GetCognitoEventsCommand.d.ts +11 -0
- package/dist-types/commands/GetIdentityPoolConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/ListDatasetsCommand.d.ts +11 -0
- package/dist-types/commands/ListIdentityPoolUsageCommand.d.ts +11 -0
- package/dist-types/commands/ListRecordsCommand.d.ts +11 -0
- package/dist-types/commands/RegisterDeviceCommand.d.ts +11 -0
- package/dist-types/commands/SetCognitoEventsCommand.d.ts +11 -0
- package/dist-types/commands/SetIdentityPoolConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/SubscribeToDatasetCommand.d.ts +11 -0
- package/dist-types/commands/UnsubscribeFromDatasetCommand.d.ts +11 -0
- package/dist-types/commands/UpdateRecordsCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/BulkPublishCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeIdentityPoolUsageCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeIdentityUsageCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetBulkPublishDetailsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetCognitoEventsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetIdentityPoolConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListIdentityPoolUsageCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListRecordsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RegisterDeviceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SetCognitoEventsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SetIdentityPoolConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SubscribeToDatasetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UnsubscribeFromDatasetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateRecordsCommand.d.ts +12 -1
- package/package.json +35 -35
|
@@ -79,4 +79,15 @@ declare const BulkPublishCommand_base: {
|
|
|
79
79
|
* @public
|
|
80
80
|
*/
|
|
81
81
|
export declare class BulkPublishCommand extends BulkPublishCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: BulkPublishRequest;
|
|
86
|
+
output: BulkPublishResponse;
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: BulkPublishCommandInput;
|
|
90
|
+
output: BulkPublishCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
82
93
|
}
|
|
@@ -95,4 +95,15 @@ declare const DeleteDatasetCommand_base: {
|
|
|
95
95
|
* @public
|
|
96
96
|
*/
|
|
97
97
|
export declare class DeleteDatasetCommand extends DeleteDatasetCommand_base {
|
|
98
|
+
/** @internal type navigation helper, not in runtime. */
|
|
99
|
+
protected static __types: {
|
|
100
|
+
api: {
|
|
101
|
+
input: DeleteDatasetRequest;
|
|
102
|
+
output: DeleteDatasetResponse;
|
|
103
|
+
};
|
|
104
|
+
sdk: {
|
|
105
|
+
input: DeleteDatasetCommandInput;
|
|
106
|
+
output: DeleteDatasetCommandOutput;
|
|
107
|
+
};
|
|
108
|
+
};
|
|
98
109
|
}
|
|
@@ -90,4 +90,15 @@ declare const DescribeDatasetCommand_base: {
|
|
|
90
90
|
* @public
|
|
91
91
|
*/
|
|
92
92
|
export declare class DescribeDatasetCommand extends DescribeDatasetCommand_base {
|
|
93
|
+
/** @internal type navigation helper, not in runtime. */
|
|
94
|
+
protected static __types: {
|
|
95
|
+
api: {
|
|
96
|
+
input: DescribeDatasetRequest;
|
|
97
|
+
output: DescribeDatasetResponse;
|
|
98
|
+
};
|
|
99
|
+
sdk: {
|
|
100
|
+
input: DescribeDatasetCommandInput;
|
|
101
|
+
output: DescribeDatasetCommandOutput;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
93
104
|
}
|
|
@@ -130,4 +130,15 @@ declare const DescribeIdentityPoolUsageCommand_base: {
|
|
|
130
130
|
* @public
|
|
131
131
|
*/
|
|
132
132
|
export declare class DescribeIdentityPoolUsageCommand extends DescribeIdentityPoolUsageCommand_base {
|
|
133
|
+
/** @internal type navigation helper, not in runtime. */
|
|
134
|
+
protected static __types: {
|
|
135
|
+
api: {
|
|
136
|
+
input: DescribeIdentityPoolUsageRequest;
|
|
137
|
+
output: DescribeIdentityPoolUsageResponse;
|
|
138
|
+
};
|
|
139
|
+
sdk: {
|
|
140
|
+
input: DescribeIdentityPoolUsageCommandInput;
|
|
141
|
+
output: DescribeIdentityPoolUsageCommandOutput;
|
|
142
|
+
};
|
|
143
|
+
};
|
|
133
144
|
}
|
|
@@ -133,4 +133,15 @@ declare const DescribeIdentityUsageCommand_base: {
|
|
|
133
133
|
* @public
|
|
134
134
|
*/
|
|
135
135
|
export declare class DescribeIdentityUsageCommand extends DescribeIdentityUsageCommand_base {
|
|
136
|
+
/** @internal type navigation helper, not in runtime. */
|
|
137
|
+
protected static __types: {
|
|
138
|
+
api: {
|
|
139
|
+
input: DescribeIdentityUsageRequest;
|
|
140
|
+
output: DescribeIdentityUsageResponse;
|
|
141
|
+
};
|
|
142
|
+
sdk: {
|
|
143
|
+
input: DescribeIdentityUsageCommandInput;
|
|
144
|
+
output: DescribeIdentityUsageCommandOutput;
|
|
145
|
+
};
|
|
146
|
+
};
|
|
136
147
|
}
|
|
@@ -77,4 +77,15 @@ declare const GetBulkPublishDetailsCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class GetBulkPublishDetailsCommand extends GetBulkPublishDetailsCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: GetBulkPublishDetailsRequest;
|
|
84
|
+
output: GetBulkPublishDetailsResponse;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: GetBulkPublishDetailsCommandInput;
|
|
88
|
+
output: GetBulkPublishDetailsCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -79,4 +79,15 @@ declare const GetCognitoEventsCommand_base: {
|
|
|
79
79
|
* @public
|
|
80
80
|
*/
|
|
81
81
|
export declare class GetCognitoEventsCommand extends GetCognitoEventsCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: GetCognitoEventsRequest;
|
|
86
|
+
output: GetCognitoEventsResponse;
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: GetCognitoEventsCommandInput;
|
|
90
|
+
output: GetCognitoEventsCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
82
93
|
}
|
|
@@ -134,4 +134,15 @@ declare const GetIdentityPoolConfigurationCommand_base: {
|
|
|
134
134
|
* @public
|
|
135
135
|
*/
|
|
136
136
|
export declare class GetIdentityPoolConfigurationCommand extends GetIdentityPoolConfigurationCommand_base {
|
|
137
|
+
/** @internal type navigation helper, not in runtime. */
|
|
138
|
+
protected static __types: {
|
|
139
|
+
api: {
|
|
140
|
+
input: GetIdentityPoolConfigurationRequest;
|
|
141
|
+
output: GetIdentityPoolConfigurationResponse;
|
|
142
|
+
};
|
|
143
|
+
sdk: {
|
|
144
|
+
input: GetIdentityPoolConfigurationCommandInput;
|
|
145
|
+
output: GetIdentityPoolConfigurationCommandOutput;
|
|
146
|
+
};
|
|
147
|
+
};
|
|
137
148
|
}
|
|
@@ -146,4 +146,15 @@ declare const ListDatasetsCommand_base: {
|
|
|
146
146
|
* @public
|
|
147
147
|
*/
|
|
148
148
|
export declare class ListDatasetsCommand extends ListDatasetsCommand_base {
|
|
149
|
+
/** @internal type navigation helper, not in runtime. */
|
|
150
|
+
protected static __types: {
|
|
151
|
+
api: {
|
|
152
|
+
input: ListDatasetsRequest;
|
|
153
|
+
output: ListDatasetsResponse;
|
|
154
|
+
};
|
|
155
|
+
sdk: {
|
|
156
|
+
input: ListDatasetsCommandInput;
|
|
157
|
+
output: ListDatasetsCommandOutput;
|
|
158
|
+
};
|
|
159
|
+
};
|
|
149
160
|
}
|
|
@@ -142,4 +142,15 @@ declare const ListIdentityPoolUsageCommand_base: {
|
|
|
142
142
|
* @public
|
|
143
143
|
*/
|
|
144
144
|
export declare class ListIdentityPoolUsageCommand extends ListIdentityPoolUsageCommand_base {
|
|
145
|
+
/** @internal type navigation helper, not in runtime. */
|
|
146
|
+
protected static __types: {
|
|
147
|
+
api: {
|
|
148
|
+
input: ListIdentityPoolUsageRequest;
|
|
149
|
+
output: ListIdentityPoolUsageResponse;
|
|
150
|
+
};
|
|
151
|
+
sdk: {
|
|
152
|
+
input: ListIdentityPoolUsageCommandInput;
|
|
153
|
+
output: ListIdentityPoolUsageCommandOutput;
|
|
154
|
+
};
|
|
155
|
+
};
|
|
145
156
|
}
|
|
@@ -153,4 +153,15 @@ declare const ListRecordsCommand_base: {
|
|
|
153
153
|
* @public
|
|
154
154
|
*/
|
|
155
155
|
export declare class ListRecordsCommand extends ListRecordsCommand_base {
|
|
156
|
+
/** @internal type navigation helper, not in runtime. */
|
|
157
|
+
protected static __types: {
|
|
158
|
+
api: {
|
|
159
|
+
input: ListRecordsRequest;
|
|
160
|
+
output: ListRecordsResponse;
|
|
161
|
+
};
|
|
162
|
+
sdk: {
|
|
163
|
+
input: ListRecordsCommandInput;
|
|
164
|
+
output: ListRecordsCommandOutput;
|
|
165
|
+
};
|
|
166
|
+
};
|
|
156
167
|
}
|
|
@@ -126,4 +126,15 @@ declare const RegisterDeviceCommand_base: {
|
|
|
126
126
|
* @public
|
|
127
127
|
*/
|
|
128
128
|
export declare class RegisterDeviceCommand extends RegisterDeviceCommand_base {
|
|
129
|
+
/** @internal type navigation helper, not in runtime. */
|
|
130
|
+
protected static __types: {
|
|
131
|
+
api: {
|
|
132
|
+
input: RegisterDeviceRequest;
|
|
133
|
+
output: RegisterDeviceResponse;
|
|
134
|
+
};
|
|
135
|
+
sdk: {
|
|
136
|
+
input: RegisterDeviceCommandInput;
|
|
137
|
+
output: RegisterDeviceCommandOutput;
|
|
138
|
+
};
|
|
139
|
+
};
|
|
129
140
|
}
|
|
@@ -78,4 +78,15 @@ declare const SetCognitoEventsCommand_base: {
|
|
|
78
78
|
* @public
|
|
79
79
|
*/
|
|
80
80
|
export declare class SetCognitoEventsCommand extends SetCognitoEventsCommand_base {
|
|
81
|
+
/** @internal type navigation helper, not in runtime. */
|
|
82
|
+
protected static __types: {
|
|
83
|
+
api: {
|
|
84
|
+
input: SetCognitoEventsRequest;
|
|
85
|
+
output: {};
|
|
86
|
+
};
|
|
87
|
+
sdk: {
|
|
88
|
+
input: SetCognitoEventsCommandInput;
|
|
89
|
+
output: SetCognitoEventsCommandOutput;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
81
92
|
}
|
|
@@ -152,4 +152,15 @@ declare const SetIdentityPoolConfigurationCommand_base: {
|
|
|
152
152
|
* @public
|
|
153
153
|
*/
|
|
154
154
|
export declare class SetIdentityPoolConfigurationCommand extends SetIdentityPoolConfigurationCommand_base {
|
|
155
|
+
/** @internal type navigation helper, not in runtime. */
|
|
156
|
+
protected static __types: {
|
|
157
|
+
api: {
|
|
158
|
+
input: SetIdentityPoolConfigurationRequest;
|
|
159
|
+
output: SetIdentityPoolConfigurationResponse;
|
|
160
|
+
};
|
|
161
|
+
sdk: {
|
|
162
|
+
input: SetIdentityPoolConfigurationCommandInput;
|
|
163
|
+
output: SetIdentityPoolConfigurationCommandOutput;
|
|
164
|
+
};
|
|
165
|
+
};
|
|
155
166
|
}
|
|
@@ -123,4 +123,15 @@ declare const SubscribeToDatasetCommand_base: {
|
|
|
123
123
|
* @public
|
|
124
124
|
*/
|
|
125
125
|
export declare class SubscribeToDatasetCommand extends SubscribeToDatasetCommand_base {
|
|
126
|
+
/** @internal type navigation helper, not in runtime. */
|
|
127
|
+
protected static __types: {
|
|
128
|
+
api: {
|
|
129
|
+
input: SubscribeToDatasetRequest;
|
|
130
|
+
output: {};
|
|
131
|
+
};
|
|
132
|
+
sdk: {
|
|
133
|
+
input: SubscribeToDatasetCommandInput;
|
|
134
|
+
output: SubscribeToDatasetCommandOutput;
|
|
135
|
+
};
|
|
136
|
+
};
|
|
126
137
|
}
|
|
@@ -124,4 +124,15 @@ declare const UnsubscribeFromDatasetCommand_base: {
|
|
|
124
124
|
* @public
|
|
125
125
|
*/
|
|
126
126
|
export declare class UnsubscribeFromDatasetCommand extends UnsubscribeFromDatasetCommand_base {
|
|
127
|
+
/** @internal type navigation helper, not in runtime. */
|
|
128
|
+
protected static __types: {
|
|
129
|
+
api: {
|
|
130
|
+
input: UnsubscribeFromDatasetRequest;
|
|
131
|
+
output: {};
|
|
132
|
+
};
|
|
133
|
+
sdk: {
|
|
134
|
+
input: UnsubscribeFromDatasetCommandInput;
|
|
135
|
+
output: UnsubscribeFromDatasetCommandOutput;
|
|
136
|
+
};
|
|
137
|
+
};
|
|
127
138
|
}
|
|
@@ -116,4 +116,15 @@ declare const UpdateRecordsCommand_base: {
|
|
|
116
116
|
* @public
|
|
117
117
|
*/
|
|
118
118
|
export declare class UpdateRecordsCommand extends UpdateRecordsCommand_base {
|
|
119
|
+
/** @internal type navigation helper, not in runtime. */
|
|
120
|
+
protected static __types: {
|
|
121
|
+
api: {
|
|
122
|
+
input: UpdateRecordsRequest;
|
|
123
|
+
output: UpdateRecordsResponse;
|
|
124
|
+
};
|
|
125
|
+
sdk: {
|
|
126
|
+
input: UpdateRecordsCommandInput;
|
|
127
|
+
output: UpdateRecordsCommandOutput;
|
|
128
|
+
};
|
|
129
|
+
};
|
|
119
130
|
}
|
|
@@ -33,4 +33,15 @@ declare const BulkPublishCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class BulkPublishCommand extends BulkPublishCommand_base {
|
|
36
|
+
export declare class BulkPublishCommand extends BulkPublishCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: BulkPublishRequest;
|
|
40
|
+
output: BulkPublishResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: BulkPublishCommandInput;
|
|
44
|
+
output: BulkPublishCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DeleteDatasetCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeleteDatasetCommand extends DeleteDatasetCommand_base {
|
|
39
|
+
export declare class DeleteDatasetCommand extends DeleteDatasetCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteDatasetRequest;
|
|
43
|
+
output: DeleteDatasetResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteDatasetCommandInput;
|
|
47
|
+
output: DeleteDatasetCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DescribeDatasetCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DescribeDatasetCommand extends DescribeDatasetCommand_base {
|
|
39
|
+
export declare class DescribeDatasetCommand extends DescribeDatasetCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DescribeDatasetRequest;
|
|
43
|
+
output: DescribeDatasetResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DescribeDatasetCommandInput;
|
|
47
|
+
output: DescribeDatasetCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeIdentityPoolUsageCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeIdentityPoolUsageCommand extends DescribeIdentityPoolUsageCommand_base {
|
|
40
|
+
export declare class DescribeIdentityPoolUsageCommand extends DescribeIdentityPoolUsageCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeIdentityPoolUsageRequest;
|
|
44
|
+
output: DescribeIdentityPoolUsageResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeIdentityPoolUsageCommandInput;
|
|
48
|
+
output: DescribeIdentityPoolUsageCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeIdentityUsageCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeIdentityUsageCommand extends DescribeIdentityUsageCommand_base {
|
|
40
|
+
export declare class DescribeIdentityUsageCommand extends DescribeIdentityUsageCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeIdentityUsageRequest;
|
|
44
|
+
output: DescribeIdentityUsageResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeIdentityUsageCommandInput;
|
|
48
|
+
output: DescribeIdentityUsageCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetBulkPublishDetailsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetBulkPublishDetailsCommand extends GetBulkPublishDetailsCommand_base {
|
|
40
|
+
export declare class GetBulkPublishDetailsCommand extends GetBulkPublishDetailsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetBulkPublishDetailsRequest;
|
|
44
|
+
output: GetBulkPublishDetailsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetBulkPublishDetailsCommandInput;
|
|
48
|
+
output: GetBulkPublishDetailsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetCognitoEventsCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetCognitoEventsCommand extends GetCognitoEventsCommand_base {
|
|
39
|
+
export declare class GetCognitoEventsCommand extends GetCognitoEventsCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetCognitoEventsRequest;
|
|
43
|
+
output: GetCognitoEventsResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetCognitoEventsCommandInput;
|
|
47
|
+
output: GetCognitoEventsCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetIdentityPoolConfigurationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetIdentityPoolConfigurationCommand extends GetIdentityPoolConfigurationCommand_base {
|
|
40
|
+
export declare class GetIdentityPoolConfigurationCommand extends GetIdentityPoolConfigurationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetIdentityPoolConfigurationRequest;
|
|
44
|
+
output: GetIdentityPoolConfigurationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetIdentityPoolConfigurationCommandInput;
|
|
48
|
+
output: GetIdentityPoolConfigurationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListDatasetsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListDatasetsCommand extends ListDatasetsCommand_base {
|
|
36
|
+
export declare class ListDatasetsCommand extends ListDatasetsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListDatasetsRequest;
|
|
40
|
+
output: ListDatasetsResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListDatasetsCommandInput;
|
|
44
|
+
output: ListDatasetsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListIdentityPoolUsageCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListIdentityPoolUsageCommand extends ListIdentityPoolUsageCommand_base {
|
|
40
|
+
export declare class ListIdentityPoolUsageCommand extends ListIdentityPoolUsageCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListIdentityPoolUsageRequest;
|
|
44
|
+
output: ListIdentityPoolUsageResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListIdentityPoolUsageCommandInput;
|
|
48
|
+
output: ListIdentityPoolUsageCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListRecordsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListRecordsCommand extends ListRecordsCommand_base {
|
|
36
|
+
export declare class ListRecordsCommand extends ListRecordsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListRecordsRequest;
|
|
40
|
+
output: ListRecordsResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListRecordsCommandInput;
|
|
44
|
+
output: ListRecordsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const RegisterDeviceCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class RegisterDeviceCommand extends RegisterDeviceCommand_base {
|
|
39
|
+
export declare class RegisterDeviceCommand extends RegisterDeviceCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: RegisterDeviceRequest;
|
|
43
|
+
output: RegisterDeviceResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: RegisterDeviceCommandInput;
|
|
47
|
+
output: RegisterDeviceCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const SetCognitoEventsCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class SetCognitoEventsCommand extends SetCognitoEventsCommand_base {
|
|
34
|
+
export declare class SetCognitoEventsCommand extends SetCognitoEventsCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: SetCognitoEventsRequest;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: SetCognitoEventsCommandInput;
|
|
42
|
+
output: SetCognitoEventsCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const SetIdentityPoolConfigurationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class SetIdentityPoolConfigurationCommand extends SetIdentityPoolConfigurationCommand_base {
|
|
40
|
+
export declare class SetIdentityPoolConfigurationCommand extends SetIdentityPoolConfigurationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: SetIdentityPoolConfigurationRequest;
|
|
44
|
+
output: SetIdentityPoolConfigurationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: SetIdentityPoolConfigurationCommandInput;
|
|
48
|
+
output: SetIdentityPoolConfigurationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const SubscribeToDatasetCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class SubscribeToDatasetCommand extends SubscribeToDatasetCommand_base {
|
|
40
|
+
export declare class SubscribeToDatasetCommand extends SubscribeToDatasetCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: SubscribeToDatasetRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: SubscribeToDatasetCommandInput;
|
|
48
|
+
output: SubscribeToDatasetCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const UnsubscribeFromDatasetCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UnsubscribeFromDatasetCommand extends UnsubscribeFromDatasetCommand_base {
|
|
40
|
+
export declare class UnsubscribeFromDatasetCommand extends UnsubscribeFromDatasetCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UnsubscribeFromDatasetRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UnsubscribeFromDatasetCommandInput;
|
|
48
|
+
output: UnsubscribeFromDatasetCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const UpdateRecordsCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class UpdateRecordsCommand extends UpdateRecordsCommand_base {
|
|
39
|
+
export declare class UpdateRecordsCommand extends UpdateRecordsCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: UpdateRecordsRequest;
|
|
43
|
+
output: UpdateRecordsResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: UpdateRecordsCommandInput;
|
|
47
|
+
output: UpdateRecordsCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
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.
|
|
4
|
+
"version": "3.654.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-cognito-sync",
|
|
@@ -20,43 +20,43 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^3.0.
|
|
37
|
-
"@smithy/core": "^2.4.
|
|
38
|
-
"@smithy/fetch-http-handler": "^3.2.
|
|
39
|
-
"@smithy/hash-node": "^3.0.
|
|
40
|
-
"@smithy/invalid-dependency": "^3.0.
|
|
41
|
-
"@smithy/middleware-content-length": "^3.0.
|
|
42
|
-
"@smithy/middleware-endpoint": "^3.1.
|
|
43
|
-
"@smithy/middleware-retry": "^3.0.
|
|
44
|
-
"@smithy/middleware-serde": "^3.0.
|
|
45
|
-
"@smithy/middleware-stack": "^3.0.
|
|
46
|
-
"@smithy/node-config-provider": "^3.1.
|
|
47
|
-
"@smithy/node-http-handler": "^3.2.
|
|
48
|
-
"@smithy/protocol-http": "^4.1.
|
|
49
|
-
"@smithy/smithy-client": "^3.3.
|
|
50
|
-
"@smithy/types": "^3.4.
|
|
51
|
-
"@smithy/url-parser": "^3.0.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.654.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.654.0",
|
|
25
|
+
"@aws-sdk/core": "3.654.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.654.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.654.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.654.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.654.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.654.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.654.0",
|
|
32
|
+
"@aws-sdk/types": "3.654.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.654.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.654.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.654.0",
|
|
36
|
+
"@smithy/config-resolver": "^3.0.8",
|
|
37
|
+
"@smithy/core": "^2.4.3",
|
|
38
|
+
"@smithy/fetch-http-handler": "^3.2.7",
|
|
39
|
+
"@smithy/hash-node": "^3.0.6",
|
|
40
|
+
"@smithy/invalid-dependency": "^3.0.6",
|
|
41
|
+
"@smithy/middleware-content-length": "^3.0.8",
|
|
42
|
+
"@smithy/middleware-endpoint": "^3.1.3",
|
|
43
|
+
"@smithy/middleware-retry": "^3.0.18",
|
|
44
|
+
"@smithy/middleware-serde": "^3.0.6",
|
|
45
|
+
"@smithy/middleware-stack": "^3.0.6",
|
|
46
|
+
"@smithy/node-config-provider": "^3.1.7",
|
|
47
|
+
"@smithy/node-http-handler": "^3.2.2",
|
|
48
|
+
"@smithy/protocol-http": "^4.1.3",
|
|
49
|
+
"@smithy/smithy-client": "^3.3.2",
|
|
50
|
+
"@smithy/types": "^3.4.2",
|
|
51
|
+
"@smithy/url-parser": "^3.0.6",
|
|
52
52
|
"@smithy/util-base64": "^3.0.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
57
|
-
"@smithy/util-endpoints": "^2.1.
|
|
58
|
-
"@smithy/util-middleware": "^3.0.
|
|
59
|
-
"@smithy/util-retry": "^3.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^3.0.18",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^3.0.18",
|
|
57
|
+
"@smithy/util-endpoints": "^2.1.2",
|
|
58
|
+
"@smithy/util-middleware": "^3.0.6",
|
|
59
|
+
"@smithy/util-retry": "^3.0.6",
|
|
60
60
|
"@smithy/util-utf8": "^3.0.0",
|
|
61
61
|
"tslib": "^2.6.2"
|
|
62
62
|
},
|