@aws-sdk/client-rtbfabric 3.927.0 → 3.929.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (55) hide show
  1. package/dist-cjs/index.js +1115 -1418
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/RTBFabricClient.js +2 -0
  4. package/dist-es/commands/AcceptLinkCommand.js +3 -9
  5. package/dist-es/commands/CreateInboundExternalLinkCommand.js +3 -9
  6. package/dist-es/commands/CreateLinkCommand.js +3 -9
  7. package/dist-es/commands/CreateOutboundExternalLinkCommand.js +3 -9
  8. package/dist-es/commands/CreateRequesterGatewayCommand.js +3 -9
  9. package/dist-es/commands/CreateResponderGatewayCommand.js +3 -10
  10. package/dist-es/commands/DeleteInboundExternalLinkCommand.js +3 -9
  11. package/dist-es/commands/DeleteLinkCommand.js +3 -9
  12. package/dist-es/commands/DeleteOutboundExternalLinkCommand.js +3 -9
  13. package/dist-es/commands/DeleteRequesterGatewayCommand.js +3 -9
  14. package/dist-es/commands/DeleteResponderGatewayCommand.js +3 -9
  15. package/dist-es/commands/GetInboundExternalLinkCommand.js +3 -9
  16. package/dist-es/commands/GetLinkCommand.js +3 -9
  17. package/dist-es/commands/GetOutboundExternalLinkCommand.js +3 -9
  18. package/dist-es/commands/GetRequesterGatewayCommand.js +3 -9
  19. package/dist-es/commands/GetResponderGatewayCommand.js +3 -10
  20. package/dist-es/commands/ListLinksCommand.js +3 -9
  21. package/dist-es/commands/ListRequesterGatewaysCommand.js +3 -9
  22. package/dist-es/commands/ListResponderGatewaysCommand.js +3 -9
  23. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  24. package/dist-es/commands/RejectLinkCommand.js +3 -9
  25. package/dist-es/commands/TagResourceCommand.js +3 -9
  26. package/dist-es/commands/UntagResourceCommand.js +3 -9
  27. package/dist-es/commands/UpdateLinkCommand.js +3 -9
  28. package/dist-es/commands/UpdateLinkModuleFlowCommand.js +3 -9
  29. package/dist-es/commands/UpdateRequesterGatewayCommand.js +3 -9
  30. package/dist-es/commands/UpdateResponderGatewayCommand.js +3 -10
  31. package/dist-es/models/models_0.js +0 -44
  32. package/dist-es/runtimeConfig.shared.js +2 -0
  33. package/dist-es/schemas/schemas_0.js +1051 -0
  34. package/dist-types/RTBFabricClient.d.ts +10 -1
  35. package/dist-types/commands/CreateInboundExternalLinkCommand.d.ts +17 -1
  36. package/dist-types/commands/CreateOutboundExternalLinkCommand.d.ts +29 -0
  37. package/dist-types/commands/GetInboundExternalLinkCommand.d.ts +8 -0
  38. package/dist-types/commands/GetOutboundExternalLinkCommand.d.ts +8 -0
  39. package/dist-types/models/models_0.d.ts +25 -24
  40. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  41. package/dist-types/runtimeConfig.d.ts +1 -0
  42. package/dist-types/runtimeConfig.native.d.ts +1 -0
  43. package/dist-types/runtimeConfig.shared.d.ts +2 -5
  44. package/dist-types/schemas/schemas_0.d.ts +127 -0
  45. package/dist-types/ts3.4/RTBFabricClient.d.ts +4 -0
  46. package/dist-types/ts3.4/models/models_0.d.ts +5 -18
  47. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  48. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  49. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  50. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  51. package/dist-types/ts3.4/schemas/schemas_0.d.ts +133 -0
  52. package/package.json +5 -6
  53. package/dist-es/protocols/Aws_restJson1.js +0 -1163
  54. package/dist-types/protocols/Aws_restJson1.d.ts +0 -245
  55. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -329
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-rtbfabric",
3
3
  "description": "AWS SDK for JavaScript Rtbfabric Client for Node.js, Browser and React Native",
4
- "version": "3.927.0",
4
+ "version": "3.929.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-rtbfabric",
@@ -20,17 +20,17 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.927.0",
24
- "@aws-sdk/credential-provider-node": "3.927.0",
23
+ "@aws-sdk/core": "3.928.0",
24
+ "@aws-sdk/credential-provider-node": "3.929.0",
25
25
  "@aws-sdk/middleware-host-header": "3.922.0",
26
26
  "@aws-sdk/middleware-logger": "3.922.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.922.0",
28
- "@aws-sdk/middleware-user-agent": "3.927.0",
28
+ "@aws-sdk/middleware-user-agent": "3.928.0",
29
29
  "@aws-sdk/region-config-resolver": "3.925.0",
30
30
  "@aws-sdk/types": "3.922.0",
31
31
  "@aws-sdk/util-endpoints": "3.922.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.922.0",
33
- "@aws-sdk/util-user-agent-node": "3.927.0",
33
+ "@aws-sdk/util-user-agent-node": "3.928.0",
34
34
  "@smithy/config-resolver": "^4.4.2",
35
35
  "@smithy/core": "^3.17.2",
36
36
  "@smithy/fetch-http-handler": "^5.3.5",
@@ -57,7 +57,6 @@
57
57
  "@smithy/util-retry": "^4.2.4",
58
58
  "@smithy/util-utf8": "^4.2.0",
59
59
  "@smithy/util-waiter": "^4.2.4",
60
- "@smithy/uuid": "^1.1.0",
61
60
  "tslib": "^2.6.2"
62
61
  },
63
62
  "devDependencies": {