@aws-sdk/client-appfabric 3.361.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 (191) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +421 -0
  3. package/dist-cjs/AppFabric.js +63 -0
  4. package/dist-cjs/AppFabricClient.js +41 -0
  5. package/dist-cjs/commands/BatchGetUserAccessTasksCommand.js +47 -0
  6. package/dist-cjs/commands/ConnectAppAuthorizationCommand.js +47 -0
  7. package/dist-cjs/commands/CreateAppAuthorizationCommand.js +47 -0
  8. package/dist-cjs/commands/CreateAppBundleCommand.js +46 -0
  9. package/dist-cjs/commands/CreateIngestionCommand.js +46 -0
  10. package/dist-cjs/commands/CreateIngestionDestinationCommand.js +46 -0
  11. package/dist-cjs/commands/DeleteAppAuthorizationCommand.js +46 -0
  12. package/dist-cjs/commands/DeleteAppBundleCommand.js +46 -0
  13. package/dist-cjs/commands/DeleteIngestionCommand.js +46 -0
  14. package/dist-cjs/commands/DeleteIngestionDestinationCommand.js +46 -0
  15. package/dist-cjs/commands/GetAppAuthorizationCommand.js +46 -0
  16. package/dist-cjs/commands/GetAppBundleCommand.js +46 -0
  17. package/dist-cjs/commands/GetIngestionCommand.js +46 -0
  18. package/dist-cjs/commands/GetIngestionDestinationCommand.js +46 -0
  19. package/dist-cjs/commands/ListAppAuthorizationsCommand.js +46 -0
  20. package/dist-cjs/commands/ListAppBundlesCommand.js +46 -0
  21. package/dist-cjs/commands/ListIngestionDestinationsCommand.js +46 -0
  22. package/dist-cjs/commands/ListIngestionsCommand.js +46 -0
  23. package/dist-cjs/commands/ListTagsForResourceCommand.js +46 -0
  24. package/dist-cjs/commands/StartIngestionCommand.js +46 -0
  25. package/dist-cjs/commands/StartUserAccessTasksCommand.js +47 -0
  26. package/dist-cjs/commands/StopIngestionCommand.js +46 -0
  27. package/dist-cjs/commands/TagResourceCommand.js +46 -0
  28. package/dist-cjs/commands/UntagResourceCommand.js +46 -0
  29. package/dist-cjs/commands/UpdateAppAuthorizationCommand.js +47 -0
  30. package/dist-cjs/commands/UpdateIngestionDestinationCommand.js +46 -0
  31. package/dist-cjs/commands/index.js +29 -0
  32. package/dist-cjs/endpoint/EndpointParameters.js +12 -0
  33. package/dist-cjs/endpoint/endpointResolver.js +12 -0
  34. package/dist-cjs/endpoint/ruleset.js +7 -0
  35. package/dist-cjs/index.js +11 -0
  36. package/dist-cjs/models/AppFabricServiceException.js +12 -0
  37. package/dist-cjs/models/index.js +4 -0
  38. package/dist-cjs/models/models_0.js +255 -0
  39. package/dist-cjs/pagination/Interfaces.js +2 -0
  40. package/dist-cjs/pagination/ListAppAuthorizationsPaginator.js +29 -0
  41. package/dist-cjs/pagination/ListAppBundlesPaginator.js +29 -0
  42. package/dist-cjs/pagination/ListIngestionDestinationsPaginator.js +29 -0
  43. package/dist-cjs/pagination/ListIngestionsPaginator.js +29 -0
  44. package/dist-cjs/pagination/index.js +8 -0
  45. package/dist-cjs/protocols/Aws_restJson1.js +1988 -0
  46. package/dist-cjs/runtimeConfig.browser.js +39 -0
  47. package/dist-cjs/runtimeConfig.js +48 -0
  48. package/dist-cjs/runtimeConfig.native.js +15 -0
  49. package/dist-cjs/runtimeConfig.shared.js +21 -0
  50. package/dist-es/AppFabric.js +59 -0
  51. package/dist-es/AppFabricClient.js +37 -0
  52. package/dist-es/commands/BatchGetUserAccessTasksCommand.js +43 -0
  53. package/dist-es/commands/ConnectAppAuthorizationCommand.js +43 -0
  54. package/dist-es/commands/CreateAppAuthorizationCommand.js +43 -0
  55. package/dist-es/commands/CreateAppBundleCommand.js +42 -0
  56. package/dist-es/commands/CreateIngestionCommand.js +42 -0
  57. package/dist-es/commands/CreateIngestionDestinationCommand.js +42 -0
  58. package/dist-es/commands/DeleteAppAuthorizationCommand.js +42 -0
  59. package/dist-es/commands/DeleteAppBundleCommand.js +42 -0
  60. package/dist-es/commands/DeleteIngestionCommand.js +42 -0
  61. package/dist-es/commands/DeleteIngestionDestinationCommand.js +42 -0
  62. package/dist-es/commands/GetAppAuthorizationCommand.js +42 -0
  63. package/dist-es/commands/GetAppBundleCommand.js +42 -0
  64. package/dist-es/commands/GetIngestionCommand.js +42 -0
  65. package/dist-es/commands/GetIngestionDestinationCommand.js +42 -0
  66. package/dist-es/commands/ListAppAuthorizationsCommand.js +42 -0
  67. package/dist-es/commands/ListAppBundlesCommand.js +42 -0
  68. package/dist-es/commands/ListIngestionDestinationsCommand.js +42 -0
  69. package/dist-es/commands/ListIngestionsCommand.js +42 -0
  70. package/dist-es/commands/ListTagsForResourceCommand.js +42 -0
  71. package/dist-es/commands/StartIngestionCommand.js +42 -0
  72. package/dist-es/commands/StartUserAccessTasksCommand.js +43 -0
  73. package/dist-es/commands/StopIngestionCommand.js +42 -0
  74. package/dist-es/commands/TagResourceCommand.js +42 -0
  75. package/dist-es/commands/UntagResourceCommand.js +42 -0
  76. package/dist-es/commands/UpdateAppAuthorizationCommand.js +43 -0
  77. package/dist-es/commands/UpdateIngestionDestinationCommand.js +42 -0
  78. package/dist-es/commands/index.js +26 -0
  79. package/dist-es/endpoint/EndpointParameters.js +8 -0
  80. package/dist-es/endpoint/endpointResolver.js +8 -0
  81. package/dist-es/endpoint/ruleset.js +4 -0
  82. package/dist-es/index.js +6 -0
  83. package/dist-es/models/AppFabricServiceException.js +8 -0
  84. package/dist-es/models/index.js +1 -0
  85. package/dist-es/models/models_0.js +235 -0
  86. package/dist-es/pagination/Interfaces.js +1 -0
  87. package/dist-es/pagination/ListAppAuthorizationsPaginator.js +25 -0
  88. package/dist-es/pagination/ListAppBundlesPaginator.js +25 -0
  89. package/dist-es/pagination/ListIngestionDestinationsPaginator.js +25 -0
  90. package/dist-es/pagination/ListIngestionsPaginator.js +25 -0
  91. package/dist-es/pagination/index.js +5 -0
  92. package/dist-es/protocols/Aws_restJson1.js +1932 -0
  93. package/dist-es/runtimeConfig.browser.js +34 -0
  94. package/dist-es/runtimeConfig.js +43 -0
  95. package/dist-es/runtimeConfig.native.js +11 -0
  96. package/dist-es/runtimeConfig.shared.js +17 -0
  97. package/dist-types/AppFabric.d.ts +200 -0
  98. package/dist-types/AppFabricClient.d.ts +196 -0
  99. package/dist-types/commands/BatchGetUserAccessTasksCommand.d.ts +112 -0
  100. package/dist-types/commands/ConnectAppAuthorizationCommand.d.ts +105 -0
  101. package/dist-types/commands/CreateAppAuthorizationCommand.d.ts +132 -0
  102. package/dist-types/commands/CreateAppBundleCommand.d.ts +102 -0
  103. package/dist-types/commands/CreateIngestionCommand.d.ts +111 -0
  104. package/dist-types/commands/CreateIngestionDestinationCommand.d.ts +146 -0
  105. package/dist-types/commands/DeleteAppAuthorizationCommand.d.ts +89 -0
  106. package/dist-types/commands/DeleteAppBundleCommand.d.ts +88 -0
  107. package/dist-types/commands/DeleteIngestionCommand.d.ts +89 -0
  108. package/dist-types/commands/DeleteIngestionDestinationCommand.d.ts +93 -0
  109. package/dist-types/commands/GetAppAuthorizationCommand.d.ts +104 -0
  110. package/dist-types/commands/GetAppBundleCommand.d.ts +92 -0
  111. package/dist-types/commands/GetIngestionCommand.d.ts +99 -0
  112. package/dist-types/commands/GetIngestionDestinationCommand.d.ts +117 -0
  113. package/dist-types/commands/ListAppAuthorizationsCommand.d.ts +104 -0
  114. package/dist-types/commands/ListAppBundlesCommand.d.ts +92 -0
  115. package/dist-types/commands/ListIngestionDestinationsCommand.d.ts +97 -0
  116. package/dist-types/commands/ListIngestionsCommand.d.ts +99 -0
  117. package/dist-types/commands/ListTagsForResourceCommand.d.ts +94 -0
  118. package/dist-types/commands/StartIngestionCommand.d.ts +91 -0
  119. package/dist-types/commands/StartUserAccessTasksCommand.d.ts +102 -0
  120. package/dist-types/commands/StopIngestionCommand.d.ts +91 -0
  121. package/dist-types/commands/TagResourceCommand.d.ts +93 -0
  122. package/dist-types/commands/UntagResourceCommand.d.ts +90 -0
  123. package/dist-types/commands/UpdateAppAuthorizationCommand.d.ts +120 -0
  124. package/dist-types/commands/UpdateIngestionDestinationCommand.d.ts +137 -0
  125. package/dist-types/commands/index.d.ts +26 -0
  126. package/dist-types/endpoint/EndpointParameters.d.ts +20 -0
  127. package/dist-types/endpoint/endpointResolver.d.ts +5 -0
  128. package/dist-types/endpoint/ruleset.d.ts +2 -0
  129. package/dist-types/index.d.ts +19 -0
  130. package/dist-types/models/AppFabricServiceException.d.ts +13 -0
  131. package/dist-types/models/index.d.ts +1 -0
  132. package/dist-types/models/models_0.d.ts +1860 -0
  133. package/dist-types/pagination/Interfaces.d.ts +8 -0
  134. package/dist-types/pagination/ListAppAuthorizationsPaginator.d.ts +7 -0
  135. package/dist-types/pagination/ListAppBundlesPaginator.d.ts +7 -0
  136. package/dist-types/pagination/ListIngestionDestinationsPaginator.d.ts +7 -0
  137. package/dist-types/pagination/ListIngestionsPaginator.d.ts +7 -0
  138. package/dist-types/pagination/index.d.ts +5 -0
  139. package/dist-types/protocols/Aws_restJson1.d.ts +236 -0
  140. package/dist-types/runtimeConfig.browser.d.ts +42 -0
  141. package/dist-types/runtimeConfig.d.ts +42 -0
  142. package/dist-types/runtimeConfig.native.d.ts +41 -0
  143. package/dist-types/runtimeConfig.shared.d.ts +18 -0
  144. package/dist-types/ts3.4/AppFabric.d.ts +447 -0
  145. package/dist-types/ts3.4/AppFabricClient.d.ts +270 -0
  146. package/dist-types/ts3.4/commands/BatchGetUserAccessTasksCommand.d.ts +42 -0
  147. package/dist-types/ts3.4/commands/ConnectAppAuthorizationCommand.d.ts +42 -0
  148. package/dist-types/ts3.4/commands/CreateAppAuthorizationCommand.d.ts +42 -0
  149. package/dist-types/ts3.4/commands/CreateAppBundleCommand.d.ts +38 -0
  150. package/dist-types/ts3.4/commands/CreateIngestionCommand.d.ts +38 -0
  151. package/dist-types/ts3.4/commands/CreateIngestionDestinationCommand.d.ts +42 -0
  152. package/dist-types/ts3.4/commands/DeleteAppAuthorizationCommand.d.ts +42 -0
  153. package/dist-types/ts3.4/commands/DeleteAppBundleCommand.d.ts +38 -0
  154. package/dist-types/ts3.4/commands/DeleteIngestionCommand.d.ts +38 -0
  155. package/dist-types/ts3.4/commands/DeleteIngestionDestinationCommand.d.ts +42 -0
  156. package/dist-types/ts3.4/commands/GetAppAuthorizationCommand.d.ts +39 -0
  157. package/dist-types/ts3.4/commands/GetAppBundleCommand.d.ts +35 -0
  158. package/dist-types/ts3.4/commands/GetIngestionCommand.d.ts +35 -0
  159. package/dist-types/ts3.4/commands/GetIngestionDestinationCommand.d.ts +42 -0
  160. package/dist-types/ts3.4/commands/ListAppAuthorizationsCommand.d.ts +42 -0
  161. package/dist-types/ts3.4/commands/ListAppBundlesCommand.d.ts +38 -0
  162. package/dist-types/ts3.4/commands/ListIngestionDestinationsCommand.d.ts +42 -0
  163. package/dist-types/ts3.4/commands/ListIngestionsCommand.d.ts +38 -0
  164. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +39 -0
  165. package/dist-types/ts3.4/commands/StartIngestionCommand.d.ts +38 -0
  166. package/dist-types/ts3.4/commands/StartUserAccessTasksCommand.d.ts +42 -0
  167. package/dist-types/ts3.4/commands/StopIngestionCommand.d.ts +38 -0
  168. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +35 -0
  169. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +38 -0
  170. package/dist-types/ts3.4/commands/UpdateAppAuthorizationCommand.d.ts +42 -0
  171. package/dist-types/ts3.4/commands/UpdateIngestionDestinationCommand.d.ts +42 -0
  172. package/dist-types/ts3.4/commands/index.d.ts +26 -0
  173. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +32 -0
  174. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  175. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  176. package/dist-types/ts3.4/index.d.ts +6 -0
  177. package/dist-types/ts3.4/models/AppFabricServiceException.d.ts +8 -0
  178. package/dist-types/ts3.4/models/index.d.ts +1 -0
  179. package/dist-types/ts3.4/models/models_0.d.ts +551 -0
  180. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  181. package/dist-types/ts3.4/pagination/ListAppAuthorizationsPaginator.d.ts +11 -0
  182. package/dist-types/ts3.4/pagination/ListAppBundlesPaginator.d.ts +11 -0
  183. package/dist-types/ts3.4/pagination/ListIngestionDestinationsPaginator.d.ts +11 -0
  184. package/dist-types/ts3.4/pagination/ListIngestionsPaginator.d.ts +11 -0
  185. package/dist-types/ts3.4/pagination/index.d.ts +5 -0
  186. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +317 -0
  187. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +94 -0
  188. package/dist-types/ts3.4/runtimeConfig.d.ts +91 -0
  189. package/dist-types/ts3.4/runtimeConfig.native.d.ts +85 -0
  190. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +18 -0
  191. package/package.json +101 -0
package/package.json ADDED
@@ -0,0 +1,101 @@
1
+ {
2
+ "name": "@aws-sdk/client-appfabric",
3
+ "description": "AWS SDK for JavaScript Appfabric Client for Node.js, Browser and React Native",
4
+ "version": "3.361.0",
5
+ "scripts": {
6
+ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
+ "build:cjs": "tsc -p tsconfig.cjs.json",
8
+ "build:docs": "typedoc",
9
+ "build:es": "tsc -p tsconfig.es.json",
10
+ "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
11
+ "build:types": "tsc -p tsconfig.types.json",
12
+ "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
13
+ "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
14
+ "extract:docs": "api-extractor run --local",
15
+ "generate:client": "node ../../scripts/generate-clients/single-service --solo appfabric"
16
+ },
17
+ "main": "./dist-cjs/index.js",
18
+ "types": "./dist-types/index.d.ts",
19
+ "module": "./dist-es/index.js",
20
+ "sideEffects": false,
21
+ "dependencies": {
22
+ "@aws-crypto/sha256-browser": "3.0.0",
23
+ "@aws-crypto/sha256-js": "3.0.0",
24
+ "@aws-sdk/client-sts": "3.360.0",
25
+ "@aws-sdk/config-resolver": "3.357.0",
26
+ "@aws-sdk/credential-provider-node": "3.360.0",
27
+ "@aws-sdk/fetch-http-handler": "3.357.0",
28
+ "@aws-sdk/hash-node": "3.357.0",
29
+ "@aws-sdk/invalid-dependency": "3.357.0",
30
+ "@aws-sdk/middleware-content-length": "3.357.0",
31
+ "@aws-sdk/middleware-endpoint": "3.357.0",
32
+ "@aws-sdk/middleware-host-header": "3.357.0",
33
+ "@aws-sdk/middleware-logger": "3.357.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.357.0",
35
+ "@aws-sdk/middleware-retry": "3.357.0",
36
+ "@aws-sdk/middleware-serde": "3.357.0",
37
+ "@aws-sdk/middleware-signing": "3.357.0",
38
+ "@aws-sdk/middleware-stack": "3.357.0",
39
+ "@aws-sdk/middleware-user-agent": "3.357.0",
40
+ "@aws-sdk/node-config-provider": "3.357.0",
41
+ "@aws-sdk/node-http-handler": "3.360.0",
42
+ "@aws-sdk/smithy-client": "3.360.0",
43
+ "@aws-sdk/types": "3.357.0",
44
+ "@aws-sdk/url-parser": "3.357.0",
45
+ "@aws-sdk/util-base64": "3.310.0",
46
+ "@aws-sdk/util-body-length-browser": "3.310.0",
47
+ "@aws-sdk/util-body-length-node": "3.310.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.360.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.360.0",
50
+ "@aws-sdk/util-endpoints": "3.357.0",
51
+ "@aws-sdk/util-retry": "3.357.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.357.0",
53
+ "@aws-sdk/util-user-agent-node": "3.357.0",
54
+ "@aws-sdk/util-utf8": "3.310.0",
55
+ "@smithy/protocol-http": "^1.0.1",
56
+ "@smithy/types": "^1.0.0",
57
+ "tslib": "^2.5.0",
58
+ "uuid": "^8.3.2"
59
+ },
60
+ "devDependencies": {
61
+ "@aws-sdk/service-client-documentation-generator": "3.310.0",
62
+ "@tsconfig/node14": "1.0.3",
63
+ "@types/node": "^14.14.31",
64
+ "@types/uuid": "^8.3.0",
65
+ "concurrently": "7.0.0",
66
+ "downlevel-dts": "0.10.1",
67
+ "rimraf": "3.0.2",
68
+ "typedoc": "0.23.23",
69
+ "typescript": "~4.9.5"
70
+ },
71
+ "engines": {
72
+ "node": ">=14.0.0"
73
+ },
74
+ "typesVersions": {
75
+ "<4.0": {
76
+ "dist-types/*": [
77
+ "dist-types/ts3.4/*"
78
+ ]
79
+ }
80
+ },
81
+ "files": [
82
+ "dist-*/**"
83
+ ],
84
+ "author": {
85
+ "name": "AWS SDK for JavaScript Team",
86
+ "url": "https://aws.amazon.com/javascript/"
87
+ },
88
+ "license": "Apache-2.0",
89
+ "browser": {
90
+ "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
91
+ },
92
+ "react-native": {
93
+ "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
94
+ },
95
+ "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-appfabric",
96
+ "repository": {
97
+ "type": "git",
98
+ "url": "https://github.com/aws/aws-sdk-js-v3.git",
99
+ "directory": "clients/client-appfabric"
100
+ }
101
+ }