@aws-sdk/client-cognito-sync 3.34.0 → 3.37.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 (235) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/{dist/cjs → dist-cjs}/CognitoSync.js +0 -16
  3. package/dist-cjs/CognitoSyncClient.js +35 -0
  4. package/{dist/cjs → dist-cjs}/commands/BulkPublishCommand.js +2 -27
  5. package/{dist/cjs → dist-cjs}/commands/DeleteDatasetCommand.js +2 -31
  6. package/{dist/cjs → dist-cjs}/commands/DescribeDatasetCommand.js +2 -30
  7. package/dist-cjs/commands/DescribeIdentityPoolUsageCommand.js +36 -0
  8. package/dist-cjs/commands/DescribeIdentityUsageCommand.js +36 -0
  9. package/{dist/cjs → dist-cjs}/commands/GetBulkPublishDetailsCommand.js +2 -27
  10. package/{dist/cjs → dist-cjs}/commands/GetCognitoEventsCommand.js +2 -27
  11. package/dist-cjs/commands/GetIdentityPoolConfigurationCommand.js +36 -0
  12. package/dist-cjs/commands/ListDatasetsCommand.js +36 -0
  13. package/dist-cjs/commands/ListIdentityPoolUsageCommand.js +36 -0
  14. package/dist-cjs/commands/ListRecordsCommand.js +36 -0
  15. package/dist-cjs/commands/RegisterDeviceCommand.js +36 -0
  16. package/{dist/cjs → dist-cjs}/commands/SetCognitoEventsCommand.js +2 -27
  17. package/dist-cjs/commands/SetIdentityPoolConfigurationCommand.js +36 -0
  18. package/dist-cjs/commands/SubscribeToDatasetCommand.js +36 -0
  19. package/dist-cjs/commands/UnsubscribeFromDatasetCommand.js +36 -0
  20. package/dist-cjs/commands/UpdateRecordsCommand.js +36 -0
  21. package/{dist/cjs → dist-cjs}/endpoints.js +1 -2
  22. package/{dist/cjs → dist-cjs}/index.js +0 -1
  23. package/{dist/cjs → dist-cjs}/models/index.js +0 -1
  24. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -160
  25. package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +1 -7
  26. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
  27. package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
  28. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
  29. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
  30. package/{dist/es → dist-es}/CognitoSync.js +0 -1
  31. package/{dist/es → dist-es}/CognitoSyncClient.js +1 -2
  32. package/{dist/es → dist-es}/commands/BulkPublishCommand.js +2 -3
  33. package/{dist/es → dist-es}/commands/DeleteDatasetCommand.js +2 -3
  34. package/{dist/es → dist-es}/commands/DescribeDatasetCommand.js +2 -3
  35. package/{dist/es → dist-es}/commands/DescribeIdentityPoolUsageCommand.js +2 -3
  36. package/{dist/es → dist-es}/commands/DescribeIdentityUsageCommand.js +2 -3
  37. package/{dist/es → dist-es}/commands/GetBulkPublishDetailsCommand.js +2 -3
  38. package/{dist/es → dist-es}/commands/GetCognitoEventsCommand.js +2 -3
  39. package/{dist/es → dist-es}/commands/GetIdentityPoolConfigurationCommand.js +2 -3
  40. package/{dist/es → dist-es}/commands/ListDatasetsCommand.js +2 -3
  41. package/{dist/es → dist-es}/commands/ListIdentityPoolUsageCommand.js +2 -3
  42. package/{dist/es → dist-es}/commands/ListRecordsCommand.js +2 -3
  43. package/{dist/es → dist-es}/commands/RegisterDeviceCommand.js +2 -3
  44. package/{dist/es → dist-es}/commands/SetCognitoEventsCommand.js +2 -3
  45. package/{dist/es → dist-es}/commands/SetIdentityPoolConfigurationCommand.js +2 -3
  46. package/{dist/es → dist-es}/commands/SubscribeToDatasetCommand.js +2 -3
  47. package/{dist/es → dist-es}/commands/UnsubscribeFromDatasetCommand.js +2 -3
  48. package/{dist/es → dist-es}/commands/UpdateRecordsCommand.js +2 -3
  49. package/{dist/es → dist-es}/endpoints.js +1 -2
  50. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  51. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  52. package/{dist/es → dist-es}/models/models_0.js +0 -1
  53. package/{dist/es → dist-es}/protocols/Aws_restJson1.js +0 -1
  54. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -2
  55. package/{dist/es → dist-es}/runtimeConfig.js +1 -2
  56. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -1
  57. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -2
  58. package/{dist/types → dist-types}/CognitoSync.d.ts +1 -1
  59. package/{dist/types → dist-types}/CognitoSyncClient.d.ts +8 -8
  60. package/{dist/types → dist-types}/commands/BulkPublishCommand.d.ts +2 -2
  61. package/{dist/types → dist-types}/commands/DeleteDatasetCommand.d.ts +2 -2
  62. package/{dist/types → dist-types}/commands/DescribeDatasetCommand.d.ts +2 -2
  63. package/{dist/types → dist-types}/commands/DescribeIdentityPoolUsageCommand.d.ts +2 -2
  64. package/{dist/types → dist-types}/commands/DescribeIdentityUsageCommand.d.ts +2 -2
  65. package/{dist/types → dist-types}/commands/GetBulkPublishDetailsCommand.d.ts +2 -2
  66. package/{dist/types → dist-types}/commands/GetCognitoEventsCommand.d.ts +2 -2
  67. package/{dist/types → dist-types}/commands/GetIdentityPoolConfigurationCommand.d.ts +2 -2
  68. package/{dist/types → dist-types}/commands/ListDatasetsCommand.d.ts +2 -2
  69. package/{dist/types → dist-types}/commands/ListIdentityPoolUsageCommand.d.ts +2 -2
  70. package/{dist/types → dist-types}/commands/ListRecordsCommand.d.ts +2 -2
  71. package/{dist/types → dist-types}/commands/RegisterDeviceCommand.d.ts +2 -2
  72. package/{dist/types → dist-types}/commands/SetCognitoEventsCommand.d.ts +2 -2
  73. package/{dist/types → dist-types}/commands/SetIdentityPoolConfigurationCommand.d.ts +2 -2
  74. package/{dist/types → dist-types}/commands/SubscribeToDatasetCommand.d.ts +2 -2
  75. package/{dist/types → dist-types}/commands/UnsubscribeFromDatasetCommand.d.ts +2 -2
  76. package/{dist/types → dist-types}/commands/UpdateRecordsCommand.d.ts +2 -2
  77. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  78. package/{index.ts → dist-types/index.d.ts} +0 -0
  79. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  80. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  81. package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +2 -2
  82. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
  83. package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
  84. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
  85. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  86. package/dist-types/ts3.4/CognitoSync.d.ts +90 -0
  87. package/{dist/types → dist-types}/ts3.4/CognitoSyncClient.d.ts +32 -109
  88. package/dist-types/ts3.4/commands/BulkPublishCommand.d.ts +17 -0
  89. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +17 -0
  90. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +17 -0
  91. package/dist-types/ts3.4/commands/DescribeIdentityPoolUsageCommand.d.ts +17 -0
  92. package/dist-types/ts3.4/commands/DescribeIdentityUsageCommand.d.ts +17 -0
  93. package/dist-types/ts3.4/commands/GetBulkPublishDetailsCommand.d.ts +17 -0
  94. package/dist-types/ts3.4/commands/GetCognitoEventsCommand.d.ts +17 -0
  95. package/dist-types/ts3.4/commands/GetIdentityPoolConfigurationCommand.d.ts +17 -0
  96. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +17 -0
  97. package/dist-types/ts3.4/commands/ListIdentityPoolUsageCommand.d.ts +17 -0
  98. package/dist-types/ts3.4/commands/ListRecordsCommand.d.ts +17 -0
  99. package/dist-types/ts3.4/commands/RegisterDeviceCommand.d.ts +17 -0
  100. package/dist-types/ts3.4/commands/SetCognitoEventsCommand.d.ts +17 -0
  101. package/dist-types/ts3.4/commands/SetIdentityPoolConfigurationCommand.d.ts +17 -0
  102. package/dist-types/ts3.4/commands/SubscribeToDatasetCommand.d.ts +17 -0
  103. package/dist-types/ts3.4/commands/UnsubscribeFromDatasetCommand.d.ts +17 -0
  104. package/dist-types/ts3.4/commands/UpdateRecordsCommand.d.ts +17 -0
  105. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  106. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  107. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  108. package/dist-types/ts3.4/models/models_0.d.ts +670 -0
  109. package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +2 -2
  110. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
  111. package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
  112. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
  113. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
  114. package/package.json +45 -42
  115. package/CognitoSync.ts +0 -1129
  116. package/CognitoSyncClient.ts +0 -319
  117. package/commands/BulkPublishCommand.ts +0 -94
  118. package/commands/DeleteDatasetCommand.ts +0 -98
  119. package/commands/DescribeDatasetCommand.ts +0 -97
  120. package/commands/DescribeIdentityPoolUsageCommand.ts +0 -145
  121. package/commands/DescribeIdentityUsageCommand.ts +0 -143
  122. package/commands/GetBulkPublishDetailsCommand.ts +0 -94
  123. package/commands/GetCognitoEventsCommand.ts +0 -94
  124. package/commands/GetIdentityPoolConfigurationCommand.ts +0 -145
  125. package/commands/ListDatasetsCommand.ts +0 -152
  126. package/commands/ListIdentityPoolUsageCommand.ts +0 -152
  127. package/commands/ListRecordsCommand.ts +0 -149
  128. package/commands/RegisterDeviceCommand.ts +0 -138
  129. package/commands/SetCognitoEventsCommand.ts +0 -94
  130. package/commands/SetIdentityPoolConfigurationCommand.ts +0 -149
  131. package/commands/SubscribeToDatasetCommand.ts +0 -137
  132. package/commands/UnsubscribeFromDatasetCommand.ts +0 -138
  133. package/commands/UpdateRecordsCommand.ts +0 -96
  134. package/dist/cjs/CognitoSync.js.map +0 -1
  135. package/dist/cjs/CognitoSyncClient.js +0 -56
  136. package/dist/cjs/CognitoSyncClient.js.map +0 -1
  137. package/dist/cjs/commands/BulkPublishCommand.js.map +0 -1
  138. package/dist/cjs/commands/DeleteDatasetCommand.js.map +0 -1
  139. package/dist/cjs/commands/DescribeDatasetCommand.js.map +0 -1
  140. package/dist/cjs/commands/DescribeIdentityPoolUsageCommand.js +0 -109
  141. package/dist/cjs/commands/DescribeIdentityPoolUsageCommand.js.map +0 -1
  142. package/dist/cjs/commands/DescribeIdentityUsageCommand.js +0 -110
  143. package/dist/cjs/commands/DescribeIdentityUsageCommand.js.map +0 -1
  144. package/dist/cjs/commands/GetBulkPublishDetailsCommand.js.map +0 -1
  145. package/dist/cjs/commands/GetCognitoEventsCommand.js.map +0 -1
  146. package/dist/cjs/commands/GetIdentityPoolConfigurationCommand.js +0 -107
  147. package/dist/cjs/commands/GetIdentityPoolConfigurationCommand.js.map +0 -1
  148. package/dist/cjs/commands/ListDatasetsCommand.js +0 -119
  149. package/dist/cjs/commands/ListDatasetsCommand.js.map +0 -1
  150. package/dist/cjs/commands/ListIdentityPoolUsageCommand.js +0 -119
  151. package/dist/cjs/commands/ListIdentityPoolUsageCommand.js.map +0 -1
  152. package/dist/cjs/commands/ListRecordsCommand.js +0 -116
  153. package/dist/cjs/commands/ListRecordsCommand.js.map +0 -1
  154. package/dist/cjs/commands/RegisterDeviceCommand.js +0 -105
  155. package/dist/cjs/commands/RegisterDeviceCommand.js.map +0 -1
  156. package/dist/cjs/commands/SetCognitoEventsCommand.js.map +0 -1
  157. package/dist/cjs/commands/SetIdentityPoolConfigurationCommand.js +0 -111
  158. package/dist/cjs/commands/SetIdentityPoolConfigurationCommand.js.map +0 -1
  159. package/dist/cjs/commands/SubscribeToDatasetCommand.js +0 -104
  160. package/dist/cjs/commands/SubscribeToDatasetCommand.js.map +0 -1
  161. package/dist/cjs/commands/UnsubscribeFromDatasetCommand.js +0 -105
  162. package/dist/cjs/commands/UnsubscribeFromDatasetCommand.js.map +0 -1
  163. package/dist/cjs/commands/UpdateRecordsCommand.js +0 -63
  164. package/dist/cjs/commands/UpdateRecordsCommand.js.map +0 -1
  165. package/dist/cjs/endpoints.js.map +0 -1
  166. package/dist/cjs/index.js.map +0 -1
  167. package/dist/cjs/models/index.js.map +0 -1
  168. package/dist/cjs/models/models_0.js.map +0 -1
  169. package/dist/cjs/package.json +0 -91
  170. package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
  171. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  172. package/dist/cjs/runtimeConfig.js.map +0 -1
  173. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  174. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  175. package/dist/es/CognitoSync.js.map +0 -1
  176. package/dist/es/CognitoSyncClient.js.map +0 -1
  177. package/dist/es/commands/BulkPublishCommand.js.map +0 -1
  178. package/dist/es/commands/DeleteDatasetCommand.js.map +0 -1
  179. package/dist/es/commands/DescribeDatasetCommand.js.map +0 -1
  180. package/dist/es/commands/DescribeIdentityPoolUsageCommand.js.map +0 -1
  181. package/dist/es/commands/DescribeIdentityUsageCommand.js.map +0 -1
  182. package/dist/es/commands/GetBulkPublishDetailsCommand.js.map +0 -1
  183. package/dist/es/commands/GetCognitoEventsCommand.js.map +0 -1
  184. package/dist/es/commands/GetIdentityPoolConfigurationCommand.js.map +0 -1
  185. package/dist/es/commands/ListDatasetsCommand.js.map +0 -1
  186. package/dist/es/commands/ListIdentityPoolUsageCommand.js.map +0 -1
  187. package/dist/es/commands/ListRecordsCommand.js.map +0 -1
  188. package/dist/es/commands/RegisterDeviceCommand.js.map +0 -1
  189. package/dist/es/commands/SetCognitoEventsCommand.js.map +0 -1
  190. package/dist/es/commands/SetIdentityPoolConfigurationCommand.js.map +0 -1
  191. package/dist/es/commands/SubscribeToDatasetCommand.js.map +0 -1
  192. package/dist/es/commands/UnsubscribeFromDatasetCommand.js.map +0 -1
  193. package/dist/es/commands/UpdateRecordsCommand.js.map +0 -1
  194. package/dist/es/endpoints.js.map +0 -1
  195. package/dist/es/index.js +0 -21
  196. package/dist/es/index.js.map +0 -1
  197. package/dist/es/models/index.js +0 -2
  198. package/dist/es/models/index.js.map +0 -1
  199. package/dist/es/models/models_0.js.map +0 -1
  200. package/dist/es/package.json +0 -91
  201. package/dist/es/protocols/Aws_restJson1.js.map +0 -1
  202. package/dist/es/runtimeConfig.browser.js.map +0 -1
  203. package/dist/es/runtimeConfig.js.map +0 -1
  204. package/dist/es/runtimeConfig.native.js.map +0 -1
  205. package/dist/es/runtimeConfig.shared.js.map +0 -1
  206. package/dist/types/ts3.4/CognitoSync.d.ts +0 -642
  207. package/dist/types/ts3.4/commands/BulkPublishCommand.d.ts +0 -35
  208. package/dist/types/ts3.4/commands/DeleteDatasetCommand.d.ts +0 -39
  209. package/dist/types/ts3.4/commands/DescribeDatasetCommand.d.ts +0 -38
  210. package/dist/types/ts3.4/commands/DescribeIdentityPoolUsageCommand.d.ts +0 -83
  211. package/dist/types/ts3.4/commands/DescribeIdentityUsageCommand.d.ts +0 -84
  212. package/dist/types/ts3.4/commands/GetBulkPublishDetailsCommand.d.ts +0 -35
  213. package/dist/types/ts3.4/commands/GetCognitoEventsCommand.d.ts +0 -35
  214. package/dist/types/ts3.4/commands/GetIdentityPoolConfigurationCommand.d.ts +0 -81
  215. package/dist/types/ts3.4/commands/ListDatasetsCommand.d.ts +0 -93
  216. package/dist/types/ts3.4/commands/ListIdentityPoolUsageCommand.d.ts +0 -93
  217. package/dist/types/ts3.4/commands/ListRecordsCommand.d.ts +0 -90
  218. package/dist/types/ts3.4/commands/RegisterDeviceCommand.d.ts +0 -79
  219. package/dist/types/ts3.4/commands/SetCognitoEventsCommand.d.ts +0 -35
  220. package/dist/types/ts3.4/commands/SetIdentityPoolConfigurationCommand.d.ts +0 -85
  221. package/dist/types/ts3.4/commands/SubscribeToDatasetCommand.d.ts +0 -78
  222. package/dist/types/ts3.4/commands/UnsubscribeFromDatasetCommand.d.ts +0 -79
  223. package/dist/types/ts3.4/commands/UpdateRecordsCommand.d.ts +0 -37
  224. package/dist/types/ts3.4/models/models_0.d.ts +0 -1289
  225. package/endpoints.ts +0 -57
  226. package/jest.config.js +0 -4
  227. package/models/models_0.ts +0 -1578
  228. package/protocols/Aws_restJson1.ts +0 -2879
  229. package/runtimeConfig.browser.ts +0 -40
  230. package/runtimeConfig.native.ts +0 -16
  231. package/runtimeConfig.shared.ts +0 -16
  232. package/runtimeConfig.ts +0 -45
  233. package/tsconfig.es.json +0 -10
  234. package/tsconfig.json +0 -31
  235. package/tsconfig.types.json +0 -8
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { DescribeIdentityPoolUsageRequest, DescribeIdentityPoolUsageResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1DescribeIdentityPoolUsageCommand, serializeAws_restJson1DescribeIdentityPoolUsageCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { DescribeIdentityPoolUsageRequest, DescribeIdentityPoolUsageResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1DescribeIdentityPoolUsageCommand, serializeAws_restJson1DescribeIdentityPoolUsageCommand, } from "../protocols/Aws_restJson1";
6
6
  var DescribeIdentityPoolUsageCommand = (function (_super) {
7
7
  __extends(DescribeIdentityPoolUsageCommand, _super);
8
8
  function DescribeIdentityPoolUsageCommand(input) {
@@ -37,4 +37,3 @@ var DescribeIdentityPoolUsageCommand = (function (_super) {
37
37
  return DescribeIdentityPoolUsageCommand;
38
38
  }($Command));
39
39
  export { DescribeIdentityPoolUsageCommand };
40
- //# sourceMappingURL=DescribeIdentityPoolUsageCommand.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { DescribeIdentityUsageRequest, DescribeIdentityUsageResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1DescribeIdentityUsageCommand, serializeAws_restJson1DescribeIdentityUsageCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { DescribeIdentityUsageRequest, DescribeIdentityUsageResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1DescribeIdentityUsageCommand, serializeAws_restJson1DescribeIdentityUsageCommand, } from "../protocols/Aws_restJson1";
6
6
  var DescribeIdentityUsageCommand = (function (_super) {
7
7
  __extends(DescribeIdentityUsageCommand, _super);
8
8
  function DescribeIdentityUsageCommand(input) {
@@ -37,4 +37,3 @@ var DescribeIdentityUsageCommand = (function (_super) {
37
37
  return DescribeIdentityUsageCommand;
38
38
  }($Command));
39
39
  export { DescribeIdentityUsageCommand };
40
- //# sourceMappingURL=DescribeIdentityUsageCommand.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { GetBulkPublishDetailsRequest, GetBulkPublishDetailsResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1GetBulkPublishDetailsCommand, serializeAws_restJson1GetBulkPublishDetailsCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { GetBulkPublishDetailsRequest, GetBulkPublishDetailsResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1GetBulkPublishDetailsCommand, serializeAws_restJson1GetBulkPublishDetailsCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetBulkPublishDetailsCommand = (function (_super) {
7
7
  __extends(GetBulkPublishDetailsCommand, _super);
8
8
  function GetBulkPublishDetailsCommand(input) {
@@ -37,4 +37,3 @@ var GetBulkPublishDetailsCommand = (function (_super) {
37
37
  return GetBulkPublishDetailsCommand;
38
38
  }($Command));
39
39
  export { GetBulkPublishDetailsCommand };
40
- //# sourceMappingURL=GetBulkPublishDetailsCommand.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { GetCognitoEventsRequest, GetCognitoEventsResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1GetCognitoEventsCommand, serializeAws_restJson1GetCognitoEventsCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { GetCognitoEventsRequest, GetCognitoEventsResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1GetCognitoEventsCommand, serializeAws_restJson1GetCognitoEventsCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetCognitoEventsCommand = (function (_super) {
7
7
  __extends(GetCognitoEventsCommand, _super);
8
8
  function GetCognitoEventsCommand(input) {
@@ -37,4 +37,3 @@ var GetCognitoEventsCommand = (function (_super) {
37
37
  return GetCognitoEventsCommand;
38
38
  }($Command));
39
39
  export { GetCognitoEventsCommand };
40
- //# sourceMappingURL=GetCognitoEventsCommand.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { GetIdentityPoolConfigurationRequest, GetIdentityPoolConfigurationResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1GetIdentityPoolConfigurationCommand, serializeAws_restJson1GetIdentityPoolConfigurationCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { GetIdentityPoolConfigurationRequest, GetIdentityPoolConfigurationResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1GetIdentityPoolConfigurationCommand, serializeAws_restJson1GetIdentityPoolConfigurationCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetIdentityPoolConfigurationCommand = (function (_super) {
7
7
  __extends(GetIdentityPoolConfigurationCommand, _super);
8
8
  function GetIdentityPoolConfigurationCommand(input) {
@@ -37,4 +37,3 @@ var GetIdentityPoolConfigurationCommand = (function (_super) {
37
37
  return GetIdentityPoolConfigurationCommand;
38
38
  }($Command));
39
39
  export { GetIdentityPoolConfigurationCommand };
40
- //# sourceMappingURL=GetIdentityPoolConfigurationCommand.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { ListDatasetsRequest, ListDatasetsResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1ListDatasetsCommand, serializeAws_restJson1ListDatasetsCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { ListDatasetsRequest, ListDatasetsResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1ListDatasetsCommand, serializeAws_restJson1ListDatasetsCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListDatasetsCommand = (function (_super) {
7
7
  __extends(ListDatasetsCommand, _super);
8
8
  function ListDatasetsCommand(input) {
@@ -37,4 +37,3 @@ var ListDatasetsCommand = (function (_super) {
37
37
  return ListDatasetsCommand;
38
38
  }($Command));
39
39
  export { ListDatasetsCommand };
40
- //# sourceMappingURL=ListDatasetsCommand.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { ListIdentityPoolUsageRequest, ListIdentityPoolUsageResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1ListIdentityPoolUsageCommand, serializeAws_restJson1ListIdentityPoolUsageCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { ListIdentityPoolUsageRequest, ListIdentityPoolUsageResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1ListIdentityPoolUsageCommand, serializeAws_restJson1ListIdentityPoolUsageCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListIdentityPoolUsageCommand = (function (_super) {
7
7
  __extends(ListIdentityPoolUsageCommand, _super);
8
8
  function ListIdentityPoolUsageCommand(input) {
@@ -37,4 +37,3 @@ var ListIdentityPoolUsageCommand = (function (_super) {
37
37
  return ListIdentityPoolUsageCommand;
38
38
  }($Command));
39
39
  export { ListIdentityPoolUsageCommand };
40
- //# sourceMappingURL=ListIdentityPoolUsageCommand.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { ListRecordsRequest, ListRecordsResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1ListRecordsCommand, serializeAws_restJson1ListRecordsCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { ListRecordsRequest, ListRecordsResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1ListRecordsCommand, serializeAws_restJson1ListRecordsCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListRecordsCommand = (function (_super) {
7
7
  __extends(ListRecordsCommand, _super);
8
8
  function ListRecordsCommand(input) {
@@ -37,4 +37,3 @@ var ListRecordsCommand = (function (_super) {
37
37
  return ListRecordsCommand;
38
38
  }($Command));
39
39
  export { ListRecordsCommand };
40
- //# sourceMappingURL=ListRecordsCommand.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { RegisterDeviceRequest, RegisterDeviceResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1RegisterDeviceCommand, serializeAws_restJson1RegisterDeviceCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { RegisterDeviceRequest, RegisterDeviceResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1RegisterDeviceCommand, serializeAws_restJson1RegisterDeviceCommand, } from "../protocols/Aws_restJson1";
6
6
  var RegisterDeviceCommand = (function (_super) {
7
7
  __extends(RegisterDeviceCommand, _super);
8
8
  function RegisterDeviceCommand(input) {
@@ -37,4 +37,3 @@ var RegisterDeviceCommand = (function (_super) {
37
37
  return RegisterDeviceCommand;
38
38
  }($Command));
39
39
  export { RegisterDeviceCommand };
40
- //# sourceMappingURL=RegisterDeviceCommand.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { SetCognitoEventsRequest } from "../models/models_0";
3
- import { deserializeAws_restJson1SetCognitoEventsCommand, serializeAws_restJson1SetCognitoEventsCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { SetCognitoEventsRequest } from "../models/models_0";
5
+ import { deserializeAws_restJson1SetCognitoEventsCommand, serializeAws_restJson1SetCognitoEventsCommand, } from "../protocols/Aws_restJson1";
6
6
  var SetCognitoEventsCommand = (function (_super) {
7
7
  __extends(SetCognitoEventsCommand, _super);
8
8
  function SetCognitoEventsCommand(input) {
@@ -37,4 +37,3 @@ var SetCognitoEventsCommand = (function (_super) {
37
37
  return SetCognitoEventsCommand;
38
38
  }($Command));
39
39
  export { SetCognitoEventsCommand };
40
- //# sourceMappingURL=SetCognitoEventsCommand.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { SetIdentityPoolConfigurationRequest, SetIdentityPoolConfigurationResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1SetIdentityPoolConfigurationCommand, serializeAws_restJson1SetIdentityPoolConfigurationCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { SetIdentityPoolConfigurationRequest, SetIdentityPoolConfigurationResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1SetIdentityPoolConfigurationCommand, serializeAws_restJson1SetIdentityPoolConfigurationCommand, } from "../protocols/Aws_restJson1";
6
6
  var SetIdentityPoolConfigurationCommand = (function (_super) {
7
7
  __extends(SetIdentityPoolConfigurationCommand, _super);
8
8
  function SetIdentityPoolConfigurationCommand(input) {
@@ -37,4 +37,3 @@ var SetIdentityPoolConfigurationCommand = (function (_super) {
37
37
  return SetIdentityPoolConfigurationCommand;
38
38
  }($Command));
39
39
  export { SetIdentityPoolConfigurationCommand };
40
- //# sourceMappingURL=SetIdentityPoolConfigurationCommand.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { SubscribeToDatasetRequest, SubscribeToDatasetResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1SubscribeToDatasetCommand, serializeAws_restJson1SubscribeToDatasetCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { SubscribeToDatasetRequest, SubscribeToDatasetResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1SubscribeToDatasetCommand, serializeAws_restJson1SubscribeToDatasetCommand, } from "../protocols/Aws_restJson1";
6
6
  var SubscribeToDatasetCommand = (function (_super) {
7
7
  __extends(SubscribeToDatasetCommand, _super);
8
8
  function SubscribeToDatasetCommand(input) {
@@ -37,4 +37,3 @@ var SubscribeToDatasetCommand = (function (_super) {
37
37
  return SubscribeToDatasetCommand;
38
38
  }($Command));
39
39
  export { SubscribeToDatasetCommand };
40
- //# sourceMappingURL=SubscribeToDatasetCommand.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { UnsubscribeFromDatasetRequest, UnsubscribeFromDatasetResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1UnsubscribeFromDatasetCommand, serializeAws_restJson1UnsubscribeFromDatasetCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { UnsubscribeFromDatasetRequest, UnsubscribeFromDatasetResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1UnsubscribeFromDatasetCommand, serializeAws_restJson1UnsubscribeFromDatasetCommand, } from "../protocols/Aws_restJson1";
6
6
  var UnsubscribeFromDatasetCommand = (function (_super) {
7
7
  __extends(UnsubscribeFromDatasetCommand, _super);
8
8
  function UnsubscribeFromDatasetCommand(input) {
@@ -37,4 +37,3 @@ var UnsubscribeFromDatasetCommand = (function (_super) {
37
37
  return UnsubscribeFromDatasetCommand;
38
38
  }($Command));
39
39
  export { UnsubscribeFromDatasetCommand };
40
- //# sourceMappingURL=UnsubscribeFromDatasetCommand.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { UpdateRecordsRequest, UpdateRecordsResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1UpdateRecordsCommand, serializeAws_restJson1UpdateRecordsCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { UpdateRecordsRequest, UpdateRecordsResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1UpdateRecordsCommand, serializeAws_restJson1UpdateRecordsCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateRecordsCommand = (function (_super) {
7
7
  __extends(UpdateRecordsCommand, _super);
8
8
  function UpdateRecordsCommand(input) {
@@ -37,4 +37,3 @@ var UpdateRecordsCommand = (function (_super) {
37
37
  return UpdateRecordsCommand;
38
38
  }($Command));
39
39
  export { UpdateRecordsCommand };
40
- //# sourceMappingURL=UpdateRecordsCommand.js.map
@@ -33,7 +33,7 @@ var partitionHash = {
33
33
  hostname: "cognito-sync.{region}.amazonaws.com.cn",
34
34
  },
35
35
  "aws-iso": {
36
- regions: ["us-iso-east-1"],
36
+ regions: ["us-iso-east-1", "us-iso-west-1"],
37
37
  hostname: "cognito-sync.{region}.c2s.ic.gov",
38
38
  },
39
39
  "aws-iso-b": {
@@ -50,4 +50,3 @@ export var defaultRegionInfoProvider = function (region, options) { return __awa
50
50
  return [2, getRegionInfo(region, __assign(__assign({}, options), { signingService: "cognito-sync", regionHash: regionHash, partitionHash: partitionHash }))];
51
51
  });
52
52
  }); };
53
- //# sourceMappingURL=endpoints.js.map
File without changes
@@ -218,4 +218,3 @@ export var UpdateRecordsResponse;
218
218
  (function (UpdateRecordsResponse) {
219
219
  UpdateRecordsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
220
220
  })(UpdateRecordsResponse || (UpdateRecordsResponse = {}));
221
- //# sourceMappingURL=models_0.js.map
@@ -2875,4 +2875,3 @@ var loadRestJsonErrorCode = function (output, data) {
2875
2875
  }
2876
2876
  return "";
2877
2877
  };
2878
- //# sourceMappingURL=Aws_restJson1.js.map
@@ -1,5 +1,5 @@
1
1
  import { __assign } from "tslib";
2
- import packageInfo from "./package.json";
2
+ import packageInfo from "../package.json";
3
3
  import { Sha256 } from "@aws-crypto/sha256-browser";
4
4
  import { FetchHttpHandler, streamCollector } from "@aws-sdk/fetch-http-handler";
5
5
  import { invalidProvider } from "@aws-sdk/invalid-dependency";
@@ -14,4 +14,3 @@ export var getRuntimeConfig = function (config) {
14
14
  var clientSharedValues = getSharedRuntimeConfig(config);
15
15
  return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "browser", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : (function (_) { return function () { return Promise.reject(new Error("Credential is missing")); }; }), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : DEFAULT_MAX_ATTEMPTS, region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalidProvider("Region is missing"), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new FetchHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (function () { return Promise.resolve(DEFAULT_RETRY_MODE); }), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Sha256, streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, utf8Decoder: (_m = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _m !== void 0 ? _m : fromUtf8, utf8Encoder: (_o = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _o !== void 0 ? _o : toUtf8 });
16
16
  };
17
- //# sourceMappingURL=runtimeConfig.browser.js.map
@@ -1,5 +1,5 @@
1
1
  import { __assign } from "tslib";
2
- import packageInfo from "./package.json";
2
+ import packageInfo from "../package.json";
3
3
  import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts";
4
4
  import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS } from "@aws-sdk/config-resolver";
5
5
  import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
@@ -19,4 +19,3 @@ export var getRuntimeConfig = function (config) {
19
19
  var clientSharedValues = getSharedRuntimeConfig(config);
20
20
  return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "node", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : decorateDefaultCredentialProvider(credentialDefaultProvider), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS), region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new NodeHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : loadNodeConfig(NODE_RETRY_MODE_CONFIG_OPTIONS), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Hash.bind(null, "sha256"), streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, utf8Decoder: (_m = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _m !== void 0 ? _m : fromUtf8, utf8Encoder: (_o = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _o !== void 0 ? _o : toUtf8 });
21
21
  };
22
- //# sourceMappingURL=runtimeConfig.js.map
@@ -6,4 +6,3 @@ export var getRuntimeConfig = function (config) {
6
6
  var browserDefaults = getBrowserRuntimeConfig(config);
7
7
  return __assign(__assign(__assign({}, browserDefaults), config), { runtime: "react-native", sha256: (_a = config === null || config === void 0 ? void 0 : config.sha256) !== null && _a !== void 0 ? _a : Sha256 });
8
8
  };
9
- //# sourceMappingURL=runtimeConfig.native.js.map
@@ -1,5 +1,5 @@
1
- import { defaultRegionInfoProvider } from "./endpoints";
2
1
  import { parseUrl } from "@aws-sdk/url-parser";
2
+ import { defaultRegionInfoProvider } from "./endpoints";
3
3
  export var getRuntimeConfig = function (config) {
4
4
  var _a, _b, _c, _d, _e;
5
5
  return ({
@@ -11,4 +11,3 @@ export var getRuntimeConfig = function (config) {
11
11
  urlParser: (_e = config === null || config === void 0 ? void 0 : config.urlParser) !== null && _e !== void 0 ? _e : parseUrl,
12
12
  });
13
13
  };
14
- //# sourceMappingURL=runtimeConfig.shared.js.map
@@ -1,3 +1,4 @@
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
1
2
  import { CognitoSyncClient } from "./CognitoSyncClient";
2
3
  import { BulkPublishCommandInput, BulkPublishCommandOutput } from "./commands/BulkPublishCommand";
3
4
  import { DeleteDatasetCommandInput, DeleteDatasetCommandOutput } from "./commands/DeleteDatasetCommand";
@@ -16,7 +17,6 @@ import { SetIdentityPoolConfigurationCommandInput, SetIdentityPoolConfigurationC
16
17
  import { SubscribeToDatasetCommandInput, SubscribeToDatasetCommandOutput } from "./commands/SubscribeToDatasetCommand";
17
18
  import { UnsubscribeFromDatasetCommandInput, UnsubscribeFromDatasetCommandOutput } from "./commands/UnsubscribeFromDatasetCommand";
18
19
  import { UpdateRecordsCommandInput, UpdateRecordsCommandOutput } from "./commands/UpdateRecordsCommand";
19
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
20
20
  /**
21
21
  * <fullname>Amazon Cognito Sync</fullname>
22
22
  * <p>Amazon Cognito Sync provides an AWS service and client library that enable cross-device syncing of
@@ -1,3 +1,11 @@
1
+ import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
+ import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
+ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
+ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
+ import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
+ import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
+ import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
1
9
  import { BulkPublishCommandInput, BulkPublishCommandOutput } from "./commands/BulkPublishCommand";
2
10
  import { DeleteDatasetCommandInput, DeleteDatasetCommandOutput } from "./commands/DeleteDatasetCommand";
3
11
  import { DescribeDatasetCommandInput, DescribeDatasetCommandOutput } from "./commands/DescribeDatasetCommand";
@@ -15,14 +23,6 @@ import { SetIdentityPoolConfigurationCommandInput, SetIdentityPoolConfigurationC
15
23
  import { SubscribeToDatasetCommandInput, SubscribeToDatasetCommandOutput } from "./commands/SubscribeToDatasetCommand";
16
24
  import { UnsubscribeFromDatasetCommandInput, UnsubscribeFromDatasetCommandOutput } from "./commands/UnsubscribeFromDatasetCommand";
17
25
  import { UpdateRecordsCommandInput, UpdateRecordsCommandOutput } from "./commands/UpdateRecordsCommand";
18
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
19
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
20
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
21
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
22
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
23
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
24
- import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
25
- import { Provider, RegionInfoProvider, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
26
26
  export declare type ServiceInputTypes = BulkPublishCommandInput | DeleteDatasetCommandInput | DescribeDatasetCommandInput | DescribeIdentityPoolUsageCommandInput | DescribeIdentityUsageCommandInput | GetBulkPublishDetailsCommandInput | GetCognitoEventsCommandInput | GetIdentityPoolConfigurationCommandInput | ListDatasetsCommandInput | ListIdentityPoolUsageCommandInput | ListRecordsCommandInput | RegisterDeviceCommandInput | SetCognitoEventsCommandInput | SetIdentityPoolConfigurationCommandInput | SubscribeToDatasetCommandInput | UnsubscribeFromDatasetCommandInput | UpdateRecordsCommandInput;
27
27
  export declare type ServiceOutputTypes = BulkPublishCommandOutput | DeleteDatasetCommandOutput | DescribeDatasetCommandOutput | DescribeIdentityPoolUsageCommandOutput | DescribeIdentityUsageCommandOutput | GetBulkPublishDetailsCommandOutput | GetCognitoEventsCommandOutput | GetIdentityPoolConfigurationCommandOutput | ListDatasetsCommandOutput | ListIdentityPoolUsageCommandOutput | ListRecordsCommandOutput | RegisterDeviceCommandOutput | SetCognitoEventsCommandOutput | SetIdentityPoolConfigurationCommandOutput | SubscribeToDatasetCommandOutput | UnsubscribeFromDatasetCommandOutput | UpdateRecordsCommandOutput;
28
28
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoSyncClient";
2
4
  import { BulkPublishRequest, BulkPublishResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface BulkPublishCommandInput extends BulkPublishRequest {
6
6
  }
7
7
  export interface BulkPublishCommandOutput extends BulkPublishResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoSyncClient";
2
4
  import { DeleteDatasetRequest, DeleteDatasetResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DeleteDatasetCommandInput extends DeleteDatasetRequest {
6
6
  }
7
7
  export interface DeleteDatasetCommandOutput extends DeleteDatasetResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoSyncClient";
2
4
  import { DescribeDatasetRequest, DescribeDatasetResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DescribeDatasetCommandInput extends DescribeDatasetRequest {
6
6
  }
7
7
  export interface DescribeDatasetCommandOutput extends DescribeDatasetResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoSyncClient";
2
4
  import { DescribeIdentityPoolUsageRequest, DescribeIdentityPoolUsageResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DescribeIdentityPoolUsageCommandInput extends DescribeIdentityPoolUsageRequest {
6
6
  }
7
7
  export interface DescribeIdentityPoolUsageCommandOutput extends DescribeIdentityPoolUsageResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoSyncClient";
2
4
  import { DescribeIdentityUsageRequest, DescribeIdentityUsageResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DescribeIdentityUsageCommandInput extends DescribeIdentityUsageRequest {
6
6
  }
7
7
  export interface DescribeIdentityUsageCommandOutput extends DescribeIdentityUsageResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoSyncClient";
2
4
  import { GetBulkPublishDetailsRequest, GetBulkPublishDetailsResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface GetBulkPublishDetailsCommandInput extends GetBulkPublishDetailsRequest {
6
6
  }
7
7
  export interface GetBulkPublishDetailsCommandOutput extends GetBulkPublishDetailsResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoSyncClient";
2
4
  import { GetCognitoEventsRequest, GetCognitoEventsResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface GetCognitoEventsCommandInput extends GetCognitoEventsRequest {
6
6
  }
7
7
  export interface GetCognitoEventsCommandOutput extends GetCognitoEventsResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoSyncClient";
2
4
  import { GetIdentityPoolConfigurationRequest, GetIdentityPoolConfigurationResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface GetIdentityPoolConfigurationCommandInput extends GetIdentityPoolConfigurationRequest {
6
6
  }
7
7
  export interface GetIdentityPoolConfigurationCommandOutput extends GetIdentityPoolConfigurationResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoSyncClient";
2
4
  import { ListDatasetsRequest, ListDatasetsResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface ListDatasetsCommandInput extends ListDatasetsRequest {
6
6
  }
7
7
  export interface ListDatasetsCommandOutput extends ListDatasetsResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoSyncClient";
2
4
  import { ListIdentityPoolUsageRequest, ListIdentityPoolUsageResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface ListIdentityPoolUsageCommandInput extends ListIdentityPoolUsageRequest {
6
6
  }
7
7
  export interface ListIdentityPoolUsageCommandOutput extends ListIdentityPoolUsageResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoSyncClient";
2
4
  import { ListRecordsRequest, ListRecordsResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface ListRecordsCommandInput extends ListRecordsRequest {
6
6
  }
7
7
  export interface ListRecordsCommandOutput extends ListRecordsResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoSyncClient";
2
4
  import { RegisterDeviceRequest, RegisterDeviceResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface RegisterDeviceCommandInput extends RegisterDeviceRequest {
6
6
  }
7
7
  export interface RegisterDeviceCommandOutput extends RegisterDeviceResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoSyncClient";
2
4
  import { SetCognitoEventsRequest } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface SetCognitoEventsCommandInput extends SetCognitoEventsRequest {
6
6
  }
7
7
  export interface SetCognitoEventsCommandOutput extends __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoSyncClient";
2
4
  import { SetIdentityPoolConfigurationRequest, SetIdentityPoolConfigurationResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface SetIdentityPoolConfigurationCommandInput extends SetIdentityPoolConfigurationRequest {
6
6
  }
7
7
  export interface SetIdentityPoolConfigurationCommandOutput extends SetIdentityPoolConfigurationResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoSyncClient";
2
4
  import { SubscribeToDatasetRequest, SubscribeToDatasetResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface SubscribeToDatasetCommandInput extends SubscribeToDatasetRequest {
6
6
  }
7
7
  export interface SubscribeToDatasetCommandOutput extends SubscribeToDatasetResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoSyncClient";
2
4
  import { UnsubscribeFromDatasetRequest, UnsubscribeFromDatasetResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface UnsubscribeFromDatasetCommandInput extends UnsubscribeFromDatasetRequest {
6
6
  }
7
7
  export interface UnsubscribeFromDatasetCommandOutput extends UnsubscribeFromDatasetResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoSyncClient";
2
4
  import { UpdateRecordsRequest, UpdateRecordsResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface UpdateRecordsCommandInput extends UpdateRecordsRequest {
6
6
  }
7
7
  export interface UpdateRecordsCommandOutput extends UpdateRecordsResponse, __MetadataBearer {
File without changes
File without changes
File without changes
@@ -1,3 +1,5 @@
1
+ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
1
3
  import { BulkPublishCommandInput, BulkPublishCommandOutput } from "../commands/BulkPublishCommand";
2
4
  import { DeleteDatasetCommandInput, DeleteDatasetCommandOutput } from "../commands/DeleteDatasetCommand";
3
5
  import { DescribeDatasetCommandInput, DescribeDatasetCommandOutput } from "../commands/DescribeDatasetCommand";
@@ -15,8 +17,6 @@ import { SetIdentityPoolConfigurationCommandInput, SetIdentityPoolConfigurationC
15
17
  import { SubscribeToDatasetCommandInput, SubscribeToDatasetCommandOutput } from "../commands/SubscribeToDatasetCommand";
16
18
  import { UnsubscribeFromDatasetCommandInput, UnsubscribeFromDatasetCommandOutput } from "../commands/UnsubscribeFromDatasetCommand";
17
19
  import { UpdateRecordsCommandInput, UpdateRecordsCommandOutput } from "../commands/UpdateRecordsCommand";
18
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
19
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
20
20
  export declare const serializeAws_restJson1BulkPublishCommand: (input: BulkPublishCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
21
21
  export declare const serializeAws_restJson1DeleteDatasetCommand: (input: DeleteDatasetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
22
22
  export declare const serializeAws_restJson1DescribeDatasetCommand: (input: DescribeDatasetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: CognitoSyncClientConfig) => {
8
8
  base64Decoder: import("@aws-sdk/types").Decoder;
9
9
  base64Encoder: import("@aws-sdk/types").Encoder;
10
10
  bodyLengthChecker: (body: any) => number | undefined;
11
- credentialDefaultProvider: import("@aws-sdk/client-sts/dist/types/defaultStsRoleAssumers").DefaultCredentialProvider;
11
+ credentialDefaultProvider: import("@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers").DefaultCredentialProvider;
12
12
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
13
13
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
14
14
  region: string | import("@aws-sdk/types").Provider<string>;