@aws-sdk/client-servicediscovery 3.36.0 → 3.36.1

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 (74) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/ServiceDiscovery.js +0 -8
  3. package/dist-cjs/ServiceDiscoveryClient.js +0 -13
  4. package/dist-cjs/commands/CreateHttpNamespaceCommand.js +0 -28
  5. package/dist-cjs/commands/CreatePrivateDnsNamespaceCommand.js +0 -30
  6. package/dist-cjs/commands/CreatePublicDnsNamespaceCommand.js +0 -29
  7. package/dist-cjs/commands/CreateServiceCommand.js +0 -64
  8. package/dist-cjs/commands/DeleteNamespaceCommand.js +0 -25
  9. package/dist-cjs/commands/DeleteServiceCommand.js +0 -25
  10. package/dist-cjs/commands/DeregisterInstanceCommand.js +0 -25
  11. package/dist-cjs/commands/DiscoverInstancesCommand.js +0 -26
  12. package/dist-cjs/commands/GetInstanceCommand.js +0 -24
  13. package/dist-cjs/commands/GetInstancesHealthStatusCommand.js +0 -29
  14. package/dist-cjs/commands/GetNamespaceCommand.js +0 -24
  15. package/dist-cjs/commands/GetOperationCommand.js +0 -28
  16. package/dist-cjs/commands/GetServiceCommand.js +0 -24
  17. package/dist-cjs/commands/ListInstancesCommand.js +0 -24
  18. package/dist-cjs/commands/ListNamespacesCommand.js +0 -24
  19. package/dist-cjs/commands/ListOperationsCommand.js +0 -24
  20. package/dist-cjs/commands/ListServicesCommand.js +0 -24
  21. package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -24
  22. package/dist-cjs/commands/RegisterInstanceCommand.js +0 -63
  23. package/dist-cjs/commands/TagResourceCommand.js +0 -24
  24. package/dist-cjs/commands/UntagResourceCommand.js +0 -24
  25. package/dist-cjs/commands/UpdateHttpNamespaceCommand.js +0 -25
  26. package/dist-cjs/commands/UpdateInstanceCustomHealthStatusCommand.js +0 -28
  27. package/dist-cjs/commands/UpdatePrivateDnsNamespaceCommand.js +0 -25
  28. package/dist-cjs/commands/UpdatePublicDnsNamespaceCommand.js +0 -25
  29. package/dist-cjs/commands/UpdateServiceCommand.js +0 -48
  30. package/dist-cjs/models/models_0.js +0 -300
  31. package/dist-cjs/pagination/GetInstancesHealthStatusPaginator.js +0 -10
  32. package/dist-cjs/pagination/ListInstancesPaginator.js +0 -10
  33. package/dist-cjs/pagination/ListNamespacesPaginator.js +0 -10
  34. package/dist-cjs/pagination/ListOperationsPaginator.js +0 -10
  35. package/dist-cjs/pagination/ListServicesPaginator.js +0 -10
  36. package/dist-cjs/protocols/Aws_json1_1.js +0 -5
  37. package/dist-cjs/runtimeConfig.browser.js +1 -5
  38. package/dist-cjs/runtimeConfig.js +1 -5
  39. package/dist-cjs/runtimeConfig.native.js +0 -3
  40. package/dist-cjs/runtimeConfig.shared.js +0 -3
  41. package/dist-types/ts3.4/ServiceDiscovery.d.ts +27 -225
  42. package/dist-types/ts3.4/ServiceDiscoveryClient.d.ts +24 -94
  43. package/dist-types/ts3.4/commands/CreateHttpNamespaceCommand.d.ts +2 -24
  44. package/dist-types/ts3.4/commands/CreatePrivateDnsNamespaceCommand.d.ts +2 -26
  45. package/dist-types/ts3.4/commands/CreatePublicDnsNamespaceCommand.d.ts +2 -25
  46. package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +2 -60
  47. package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +2 -21
  48. package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +2 -21
  49. package/dist-types/ts3.4/commands/DeregisterInstanceCommand.d.ts +2 -21
  50. package/dist-types/ts3.4/commands/DiscoverInstancesCommand.d.ts +2 -22
  51. package/dist-types/ts3.4/commands/GetInstanceCommand.d.ts +2 -20
  52. package/dist-types/ts3.4/commands/GetInstancesHealthStatusCommand.d.ts +2 -25
  53. package/dist-types/ts3.4/commands/GetNamespaceCommand.d.ts +2 -20
  54. package/dist-types/ts3.4/commands/GetOperationCommand.d.ts +2 -24
  55. package/dist-types/ts3.4/commands/GetServiceCommand.d.ts +2 -20
  56. package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +2 -20
  57. package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +2 -20
  58. package/dist-types/ts3.4/commands/ListOperationsCommand.d.ts +2 -20
  59. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +2 -20
  60. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -20
  61. package/dist-types/ts3.4/commands/RegisterInstanceCommand.d.ts +2 -59
  62. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -20
  63. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
  64. package/dist-types/ts3.4/commands/UpdateHttpNamespaceCommand.d.ts +2 -21
  65. package/dist-types/ts3.4/commands/UpdateInstanceCustomHealthStatusCommand.d.ts +2 -24
  66. package/dist-types/ts3.4/commands/UpdatePrivateDnsNamespaceCommand.d.ts +2 -21
  67. package/dist-types/ts3.4/commands/UpdatePublicDnsNamespaceCommand.d.ts +2 -21
  68. package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +2 -44
  69. package/dist-types/ts3.4/models/models_0.d.ts +363 -2229
  70. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
  71. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  72. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
  73. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
  74. package/package.json +3 -3
@@ -1,8 +1,6 @@
1
1
  import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
2
2
  import { ServiceDiscoveryClientConfig } from "./ServiceDiscoveryClient";
3
- /**
4
- * @internal
5
- */
3
+
6
4
  export declare const getRuntimeConfig: (config: ServiceDiscoveryClientConfig) => {
7
5
  runtime: string;
8
6
  base64Decoder: import("@aws-sdk/types").Decoder;
@@ -1,8 +1,6 @@
1
1
  import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
2
2
  import { ServiceDiscoveryClientConfig } from "./ServiceDiscoveryClient";
3
- /**
4
- * @internal
5
- */
3
+
6
4
  export declare const getRuntimeConfig: (config: ServiceDiscoveryClientConfig) => {
7
5
  runtime: string;
8
6
  base64Decoder: import("@aws-sdk/types").Decoder;
@@ -1,7 +1,5 @@
1
1
  import { ServiceDiscoveryClientConfig } from "./ServiceDiscoveryClient";
2
- /**
3
- * @internal
4
- */
2
+
5
3
  export declare const getRuntimeConfig: (config: ServiceDiscoveryClientConfig) => {
6
4
  runtime: string;
7
5
  sha256: import("@aws-sdk/types").HashConstructor;
@@ -1,8 +1,6 @@
1
1
  import { Logger as __Logger } from "@aws-sdk/types";
2
2
  import { ServiceDiscoveryClientConfig } from "./ServiceDiscoveryClient";
3
- /**
4
- * @internal
5
- */
3
+
6
4
  export declare const getRuntimeConfig: (config: ServiceDiscoveryClientConfig) => {
7
5
  apiVersion: string;
8
6
  disableHostPrefix: boolean;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-servicediscovery",
3
3
  "description": "AWS SDK for JavaScript Servicediscovery Client for Node.js, Browser and React Native",
4
- "version": "3.36.0",
4
+ "version": "3.36.1",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
7
  "build:cjs": "tsc -p tsconfig.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "^1.0.0",
23
23
  "@aws-crypto/sha256-js": "^1.0.0",
24
- "@aws-sdk/client-sts": "3.36.0",
24
+ "@aws-sdk/client-sts": "3.36.1",
25
25
  "@aws-sdk/config-resolver": "3.36.0",
26
- "@aws-sdk/credential-provider-node": "3.36.0",
26
+ "@aws-sdk/credential-provider-node": "3.36.1",
27
27
  "@aws-sdk/fetch-http-handler": "3.36.0",
28
28
  "@aws-sdk/hash-node": "3.36.0",
29
29
  "@aws-sdk/invalid-dependency": "3.36.0",