Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aws-sdk/client-servicediscovery

Package Overview
Dependencies
Maintainers
0
Versions
433
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/client-servicediscovery - npm Package Compare versions

Comparing version 3.721.0 to 3.723.0

81

dist-es/models/models_0.js
import { ServiceDiscoveryServiceException as __BaseException } from "./ServiceDiscoveryServiceException";
export class DuplicateRequest extends __BaseException {
name = "DuplicateRequest";
$fault = "client";
Message;
DuplicateOperationId;
constructor(opts) {

@@ -9,4 +13,2 @@ super({

});
this.name = "DuplicateRequest";
this.$fault = "client";
Object.setPrototypeOf(this, DuplicateRequest.prototype);

@@ -18,2 +20,5 @@ this.Message = opts.Message;

export class InvalidInput extends __BaseException {
name = "InvalidInput";
$fault = "client";
Message;
constructor(opts) {

@@ -25,4 +30,2 @@ super({

});
this.name = "InvalidInput";
this.$fault = "client";
Object.setPrototypeOf(this, InvalidInput.prototype);

@@ -33,2 +36,7 @@ this.Message = opts.Message;

export class NamespaceAlreadyExists extends __BaseException {
name = "NamespaceAlreadyExists";
$fault = "client";
Message;
CreatorRequestId;
NamespaceId;
constructor(opts) {

@@ -40,4 +48,2 @@ super({

});
this.name = "NamespaceAlreadyExists";
this.$fault = "client";
Object.setPrototypeOf(this, NamespaceAlreadyExists.prototype);

@@ -50,2 +56,5 @@ this.Message = opts.Message;

export class ResourceLimitExceeded extends __BaseException {
name = "ResourceLimitExceeded";
$fault = "client";
Message;
constructor(opts) {

@@ -57,4 +66,2 @@ super({

});
this.name = "ResourceLimitExceeded";
this.$fault = "client";
Object.setPrototypeOf(this, ResourceLimitExceeded.prototype);

@@ -65,2 +72,6 @@ this.Message = opts.Message;

export class TooManyTagsException extends __BaseException {
name = "TooManyTagsException";
$fault = "client";
Message;
ResourceName;
constructor(opts) {

@@ -72,4 +83,2 @@ super({

});
this.name = "TooManyTagsException";
this.$fault = "client";
Object.setPrototypeOf(this, TooManyTagsException.prototype);

@@ -104,2 +113,5 @@ this.Message = opts.Message;

export class NamespaceNotFound extends __BaseException {
name = "NamespaceNotFound";
$fault = "client";
Message;
constructor(opts) {

@@ -111,4 +123,2 @@ super({

});
this.name = "NamespaceNotFound";
this.$fault = "client";
Object.setPrototypeOf(this, NamespaceNotFound.prototype);

@@ -119,2 +129,7 @@ this.Message = opts.Message;

export class ServiceAlreadyExists extends __BaseException {
name = "ServiceAlreadyExists";
$fault = "client";
Message;
CreatorRequestId;
ServiceId;
constructor(opts) {

@@ -126,4 +141,2 @@ super({

});
this.name = "ServiceAlreadyExists";
this.$fault = "client";
Object.setPrototypeOf(this, ServiceAlreadyExists.prototype);

@@ -136,2 +149,5 @@ this.Message = opts.Message;

export class CustomHealthNotFound extends __BaseException {
name = "CustomHealthNotFound";
$fault = "client";
Message;
constructor(opts) {

@@ -143,4 +159,2 @@ super({

});
this.name = "CustomHealthNotFound";
this.$fault = "client";
Object.setPrototypeOf(this, CustomHealthNotFound.prototype);

@@ -155,2 +169,5 @@ this.Message = opts.Message;

export class ResourceInUse extends __BaseException {
name = "ResourceInUse";
$fault = "client";
Message;
constructor(opts) {

@@ -162,4 +179,2 @@ super({

});
this.name = "ResourceInUse";
this.$fault = "client";
Object.setPrototypeOf(this, ResourceInUse.prototype);

@@ -170,2 +185,5 @@ this.Message = opts.Message;

export class ServiceNotFound extends __BaseException {
name = "ServiceNotFound";
$fault = "client";
Message;
constructor(opts) {

@@ -177,4 +195,2 @@ super({

});
this.name = "ServiceNotFound";
this.$fault = "client";
Object.setPrototypeOf(this, ServiceNotFound.prototype);

@@ -185,2 +201,5 @@ this.Message = opts.Message;

export class InstanceNotFound extends __BaseException {
name = "InstanceNotFound";
$fault = "client";
Message;
constructor(opts) {

@@ -192,4 +211,2 @@ super({

});
this.name = "InstanceNotFound";
this.$fault = "client";
Object.setPrototypeOf(this, InstanceNotFound.prototype);

@@ -211,2 +228,5 @@ this.Message = opts.Message;

export class RequestLimitExceeded extends __BaseException {
name = "RequestLimitExceeded";
$fault = "client";
Message;
constructor(opts) {

@@ -218,4 +238,2 @@ super({

});
this.name = "RequestLimitExceeded";
this.$fault = "client";
Object.setPrototypeOf(this, RequestLimitExceeded.prototype);

@@ -256,2 +274,5 @@ this.Message = opts.Message;

export class OperationNotFound extends __BaseException {
name = "OperationNotFound";
$fault = "client";
Message;
constructor(opts) {

@@ -263,4 +284,2 @@ super({

});
this.name = "OperationNotFound";
this.$fault = "client";
Object.setPrototypeOf(this, OperationNotFound.prototype);

@@ -286,2 +305,5 @@ this.Message = opts.Message;

export class ResourceNotFoundException extends __BaseException {
name = "ResourceNotFoundException";
$fault = "client";
Message;
constructor(opts) {

@@ -293,4 +315,2 @@ super({

});
this.name = "ResourceNotFoundException";
this.$fault = "client";
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);

@@ -301,2 +321,5 @@ this.Message = opts.Message;

export class ServiceAttributesLimitExceededException extends __BaseException {
name = "ServiceAttributesLimitExceededException";
$fault = "client";
Message;
constructor(opts) {

@@ -308,4 +331,2 @@ super({

});
this.name = "ServiceAttributesLimitExceededException";
this.$fault = "client";
Object.setPrototypeOf(this, ServiceAttributesLimitExceededException.prototype);

@@ -312,0 +333,0 @@ this.Message = opts.Message;

@@ -17,2 +17,3 @@ import { getHostHeaderPlugin, resolveHostHeaderConfig, } from "@aws-sdk/middleware-host-header";

export class ServiceDiscoveryClient extends __Client {
config;
constructor(...[configuration]) {

@@ -19,0 +20,0 @@ const _config_0 = __getRuntimeConfig(configuration || {});

@@ -10,3 +10,3 @@ import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler";

bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;

@@ -13,0 +13,0 @@ maxAttempts: number | import("@smithy/types").Provider<number>;

@@ -10,3 +10,3 @@ import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler";

bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
credentialDefaultProvider: (init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>;
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>);
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;

@@ -13,0 +13,0 @@ maxAttempts: number | import("@smithy/types").Provider<number>;

@@ -25,3 +25,3 @@ import { ServiceDiscoveryClientConfig } from "./ServiceDiscoveryClient";

defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
maxAttempts: number | import("@smithy/types").Provider<number>;

@@ -35,3 +35,3 @@ retryMode: string | import("@smithy/types").Provider<string>;

retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
endpoint?: string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2> | undefined;
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {

@@ -38,0 +38,0 @@ logger?: import("@smithy/types").Logger | undefined;

@@ -11,5 +11,7 @@ import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler";

bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
credentialDefaultProvider: (
input: any
) => import("@smithy/types").AwsCredentialIdentityProvider;
credentialDefaultProvider:
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
| ((
_: unknown
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
defaultUserAgentProvider: (

@@ -16,0 +18,0 @@ config?:

@@ -11,9 +11,11 @@ import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler";

bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
credentialDefaultProvider: (
init?:
| import("@aws-sdk/credential-provider-node").DefaultProviderInit
| undefined
) => import("@smithy/types").MemoizedProvider<
import("@smithy/types").AwsCredentialIdentity
>;
credentialDefaultProvider:
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
| ((
init?:
| import("@aws-sdk/credential-provider-node").DefaultProviderInit
| undefined
) => import("@smithy/types").MemoizedProvider<
import("@smithy/types").AwsCredentialIdentity
>);
defaultUserAgentProvider: (

@@ -20,0 +22,0 @@ config?:

@@ -33,5 +33,7 @@ import { ServiceDiscoveryClientConfig } from "./ServiceDiscoveryClient";

) => Promise<import("@smithy/types").UserAgent>;
credentialDefaultProvider: (
input: any
) => import("@smithy/types").AwsCredentialIdentityProvider;
credentialDefaultProvider:
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
| ((
_: unknown
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
maxAttempts: number | import("@smithy/types").Provider<number>;

@@ -56,7 +58,17 @@ retryMode: string | import("@smithy/types").Provider<string>;

endpoint?:
| string
| import("@smithy/types").Endpoint
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
| import("@smithy/types").EndpointV2
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
| ((
| string
| import("@smithy/types").Endpoint
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
| import("@smithy/types").EndpointV2
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
) &
(
| string
| import("@smithy/types").Provider<string>
| import("@smithy/types").Endpoint
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
| import("@smithy/types").EndpointV2
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
))
| undefined;

@@ -63,0 +75,0 @@ endpointProvider: (

{
"name": "@aws-sdk/client-servicediscovery",
"description": "AWS SDK for JavaScript Servicediscovery Client for Node.js, Browser and React Native",
"version": "3.721.0",
"version": "3.723.0",
"scripts": {

@@ -23,40 +23,40 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",

"@aws-crypto/sha256-js": "5.2.0",
"@aws-sdk/client-sso-oidc": "3.721.0",
"@aws-sdk/client-sts": "3.721.0",
"@aws-sdk/core": "3.716.0",
"@aws-sdk/credential-provider-node": "3.721.0",
"@aws-sdk/middleware-host-header": "3.714.0",
"@aws-sdk/middleware-logger": "3.714.0",
"@aws-sdk/middleware-recursion-detection": "3.714.0",
"@aws-sdk/middleware-user-agent": "3.721.0",
"@aws-sdk/region-config-resolver": "3.714.0",
"@aws-sdk/types": "3.714.0",
"@aws-sdk/util-endpoints": "3.714.0",
"@aws-sdk/util-user-agent-browser": "3.714.0",
"@aws-sdk/util-user-agent-node": "3.721.0",
"@smithy/config-resolver": "^3.0.13",
"@smithy/core": "^2.5.5",
"@smithy/fetch-http-handler": "^4.1.2",
"@smithy/hash-node": "^3.0.11",
"@smithy/invalid-dependency": "^3.0.11",
"@smithy/middleware-content-length": "^3.0.13",
"@smithy/middleware-endpoint": "^3.2.6",
"@smithy/middleware-retry": "^3.0.31",
"@smithy/middleware-serde": "^3.0.11",
"@smithy/middleware-stack": "^3.0.11",
"@smithy/node-config-provider": "^3.1.12",
"@smithy/node-http-handler": "^3.3.2",
"@smithy/protocol-http": "^4.1.8",
"@smithy/smithy-client": "^3.5.1",
"@smithy/types": "^3.7.2",
"@smithy/url-parser": "^3.0.11",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
"@smithy/util-defaults-mode-browser": "^3.0.31",
"@smithy/util-defaults-mode-node": "^3.0.31",
"@smithy/util-endpoints": "^2.1.7",
"@smithy/util-middleware": "^3.0.11",
"@smithy/util-retry": "^3.0.11",
"@smithy/util-utf8": "^3.0.0",
"@aws-sdk/client-sso-oidc": "3.723.0",
"@aws-sdk/client-sts": "3.723.0",
"@aws-sdk/core": "3.723.0",
"@aws-sdk/credential-provider-node": "3.723.0",
"@aws-sdk/middleware-host-header": "3.723.0",
"@aws-sdk/middleware-logger": "3.723.0",
"@aws-sdk/middleware-recursion-detection": "3.723.0",
"@aws-sdk/middleware-user-agent": "3.723.0",
"@aws-sdk/region-config-resolver": "3.723.0",
"@aws-sdk/types": "3.723.0",
"@aws-sdk/util-endpoints": "3.723.0",
"@aws-sdk/util-user-agent-browser": "3.723.0",
"@aws-sdk/util-user-agent-node": "3.723.0",
"@smithy/config-resolver": "^4.0.0",
"@smithy/core": "^3.0.0",
"@smithy/fetch-http-handler": "^5.0.0",
"@smithy/hash-node": "^4.0.0",
"@smithy/invalid-dependency": "^4.0.0",
"@smithy/middleware-content-length": "^4.0.0",
"@smithy/middleware-endpoint": "^4.0.0",
"@smithy/middleware-retry": "^4.0.0",
"@smithy/middleware-serde": "^4.0.0",
"@smithy/middleware-stack": "^4.0.0",
"@smithy/node-config-provider": "^4.0.0",
"@smithy/node-http-handler": "^4.0.0",
"@smithy/protocol-http": "^5.0.0",
"@smithy/smithy-client": "^4.0.0",
"@smithy/types": "^4.0.0",
"@smithy/url-parser": "^4.0.0",
"@smithy/util-base64": "^4.0.0",
"@smithy/util-body-length-browser": "^4.0.0",
"@smithy/util-body-length-node": "^4.0.0",
"@smithy/util-defaults-mode-browser": "^4.0.0",
"@smithy/util-defaults-mode-node": "^4.0.0",
"@smithy/util-endpoints": "^3.0.0",
"@smithy/util-middleware": "^4.0.0",
"@smithy/util-retry": "^4.0.0",
"@smithy/util-utf8": "^4.0.0",
"@types/uuid": "^9.0.1",

@@ -67,11 +67,11 @@ "tslib": "^2.6.2",

"devDependencies": {
"@tsconfig/node16": "16.1.3",
"@types/node": "^16.18.96",
"@tsconfig/node18": "18.2.4",
"@types/node": "^18.19.69",
"concurrently": "7.0.0",
"downlevel-dts": "0.10.1",
"rimraf": "3.0.2",
"typescript": "~4.9.5"
"typescript": "~5.2.2"
},
"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
},

@@ -78,0 +78,0 @@ "typesVersions": {

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc