@aws-sdk/client-servicediscovery
Advanced tools
Comparing version 3.651.1 to 3.654.0
@@ -106,2 +106,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class CreateHttpNamespaceCommand extends CreateHttpNamespaceCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: CreateHttpNamespaceRequest; | ||
output: CreateHttpNamespaceResponse; | ||
}; | ||
sdk: { | ||
input: CreateHttpNamespaceCommandInput; | ||
output: CreateHttpNamespaceCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -117,2 +117,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class CreatePrivateDnsNamespaceCommand extends CreatePrivateDnsNamespaceCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: CreatePrivateDnsNamespaceRequest; | ||
output: CreatePrivateDnsNamespaceResponse; | ||
}; | ||
sdk: { | ||
input: CreatePrivateDnsNamespaceCommandInput; | ||
output: CreatePrivateDnsNamespaceCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -120,2 +120,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class CreatePublicDnsNamespaceCommand extends CreatePublicDnsNamespaceCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: CreatePublicDnsNamespaceRequest; | ||
output: CreatePublicDnsNamespaceResponse; | ||
}; | ||
sdk: { | ||
input: CreatePublicDnsNamespaceCommandInput; | ||
output: CreatePublicDnsNamespaceCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -219,2 +219,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class CreateServiceCommand extends CreateServiceCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: CreateServiceRequest; | ||
output: CreateServiceResponse; | ||
}; | ||
sdk: { | ||
input: CreateServiceCommandInput; | ||
output: CreateServiceCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -91,2 +91,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class DeleteNamespaceCommand extends DeleteNamespaceCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: DeleteNamespaceRequest; | ||
output: DeleteNamespaceResponse; | ||
}; | ||
sdk: { | ||
input: DeleteNamespaceCommandInput; | ||
output: DeleteNamespaceCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -81,2 +81,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class DeleteServiceCommand extends DeleteServiceCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: DeleteServiceRequest; | ||
output: {}; | ||
}; | ||
sdk: { | ||
input: DeleteServiceCommandInput; | ||
output: DeleteServiceCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -97,2 +97,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class DeregisterInstanceCommand extends DeregisterInstanceCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: DeregisterInstanceRequest; | ||
output: DeregisterInstanceResponse; | ||
}; | ||
sdk: { | ||
input: DeregisterInstanceCommandInput; | ||
output: DeregisterInstanceCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -128,2 +128,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class DiscoverInstancesCommand extends DiscoverInstancesCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: DiscoverInstancesRequest; | ||
output: DiscoverInstancesResponse; | ||
}; | ||
sdk: { | ||
input: DiscoverInstancesCommandInput; | ||
output: DiscoverInstancesCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -93,2 +93,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class DiscoverInstancesRevisionCommand extends DiscoverInstancesRevisionCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: DiscoverInstancesRevisionRequest; | ||
output: DiscoverInstancesRevisionResponse; | ||
}; | ||
sdk: { | ||
input: DiscoverInstancesRevisionCommandInput; | ||
output: DiscoverInstancesRevisionCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -104,2 +104,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class GetInstanceCommand extends GetInstanceCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: GetInstanceRequest; | ||
output: GetInstanceResponse; | ||
}; | ||
sdk: { | ||
input: GetInstanceCommandInput; | ||
output: GetInstanceCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -103,2 +103,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class GetInstancesHealthStatusCommand extends GetInstancesHealthStatusCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: GetInstancesHealthStatusRequest; | ||
output: GetInstancesHealthStatusResponse; | ||
}; | ||
sdk: { | ||
input: GetInstancesHealthStatusCommandInput; | ||
output: GetInstancesHealthStatusCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -117,2 +117,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class GetNamespaceCommand extends GetNamespaceCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: GetNamespaceRequest; | ||
output: GetNamespaceResponse; | ||
}; | ||
sdk: { | ||
input: GetNamespaceCommandInput; | ||
output: GetNamespaceCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -107,2 +107,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class GetOperationCommand extends GetOperationCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: GetOperationRequest; | ||
output: GetOperationResponse; | ||
}; | ||
sdk: { | ||
input: GetOperationCommandInput; | ||
output: GetOperationCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -124,2 +124,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class GetServiceCommand extends GetServiceCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: GetServiceRequest; | ||
output: GetServiceResponse; | ||
}; | ||
sdk: { | ||
input: GetServiceCommandInput; | ||
output: GetServiceCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -101,2 +101,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class ListInstancesCommand extends ListInstancesCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: ListInstancesRequest; | ||
output: ListInstancesResponse; | ||
}; | ||
sdk: { | ||
input: ListInstancesCommandInput; | ||
output: ListInstancesCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -155,2 +155,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class ListNamespacesCommand extends ListNamespacesCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: ListNamespacesRequest; | ||
output: ListNamespacesResponse; | ||
}; | ||
sdk: { | ||
input: ListNamespacesCommandInput; | ||
output: ListNamespacesCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -118,2 +118,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class ListOperationsCommand extends ListOperationsCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: ListOperationsRequest; | ||
output: ListOperationsResponse; | ||
}; | ||
sdk: { | ||
input: ListOperationsCommandInput; | ||
output: ListOperationsCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -134,2 +134,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class ListServicesCommand extends ListServicesCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: ListServicesRequest; | ||
output: ListServicesResponse; | ||
}; | ||
sdk: { | ||
input: ListServicesCommandInput; | ||
output: ListServicesCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -97,2 +97,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: ListTagsForResourceRequest; | ||
output: ListTagsForResourceResponse; | ||
}; | ||
sdk: { | ||
input: ListTagsForResourceCommandInput; | ||
output: ListTagsForResourceCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -143,2 +143,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class RegisterInstanceCommand extends RegisterInstanceCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: RegisterInstanceRequest; | ||
output: RegisterInstanceResponse; | ||
}; | ||
sdk: { | ||
input: RegisterInstanceCommandInput; | ||
output: RegisterInstanceCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -96,2 +96,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class TagResourceCommand extends TagResourceCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: TagResourceRequest; | ||
output: {}; | ||
}; | ||
sdk: { | ||
input: TagResourceCommandInput; | ||
output: TagResourceCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -83,2 +83,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class UntagResourceCommand extends UntagResourceCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: UntagResourceRequest; | ||
output: {}; | ||
}; | ||
sdk: { | ||
input: UntagResourceCommandInput; | ||
output: UntagResourceCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -98,2 +98,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class UpdateHttpNamespaceCommand extends UpdateHttpNamespaceCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: UpdateHttpNamespaceRequest; | ||
output: UpdateHttpNamespaceResponse; | ||
}; | ||
sdk: { | ||
input: UpdateHttpNamespaceCommandInput; | ||
output: UpdateHttpNamespaceCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -92,2 +92,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class UpdateInstanceCustomHealthStatusCommand extends UpdateInstanceCustomHealthStatusCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: UpdateInstanceCustomHealthStatusRequest; | ||
output: {}; | ||
}; | ||
sdk: { | ||
input: UpdateInstanceCustomHealthStatusCommandInput; | ||
output: UpdateInstanceCustomHealthStatusCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -126,2 +126,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class UpdatePrivateDnsNamespaceCommand extends UpdatePrivateDnsNamespaceCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: UpdatePrivateDnsNamespaceRequest; | ||
output: UpdatePrivateDnsNamespaceResponse; | ||
}; | ||
sdk: { | ||
input: UpdatePrivateDnsNamespaceCommandInput; | ||
output: UpdatePrivateDnsNamespaceCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -86,2 +86,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class UpdatePublicDnsNamespaceCommand extends UpdatePublicDnsNamespaceCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: UpdatePublicDnsNamespaceRequest; | ||
output: UpdatePublicDnsNamespaceResponse; | ||
}; | ||
sdk: { | ||
input: UpdatePublicDnsNamespaceCommandInput; | ||
output: UpdatePublicDnsNamespaceCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -141,2 +141,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
export declare class UpdateServiceCommand extends UpdateServiceCommand_base { | ||
/** @internal type navigation helper, not in runtime. */ | ||
protected static __types: { | ||
api: { | ||
input: UpdateServiceRequest; | ||
output: UpdateServiceResponse; | ||
}; | ||
sdk: { | ||
input: UpdateServiceCommandInput; | ||
output: UpdateServiceCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -40,2 +40,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class CreateHttpNamespaceCommand extends CreateHttpNamespaceCommand_base {} | ||
export declare class CreateHttpNamespaceCommand extends CreateHttpNamespaceCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: CreateHttpNamespaceRequest; | ||
output: CreateHttpNamespaceResponse; | ||
}; | ||
sdk: { | ||
input: CreateHttpNamespaceCommandInput; | ||
output: CreateHttpNamespaceCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -40,2 +40,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class CreatePrivateDnsNamespaceCommand extends CreatePrivateDnsNamespaceCommand_base {} | ||
export declare class CreatePrivateDnsNamespaceCommand extends CreatePrivateDnsNamespaceCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: CreatePrivateDnsNamespaceRequest; | ||
output: CreatePrivateDnsNamespaceResponse; | ||
}; | ||
sdk: { | ||
input: CreatePrivateDnsNamespaceCommandInput; | ||
output: CreatePrivateDnsNamespaceCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -40,2 +40,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class CreatePublicDnsNamespaceCommand extends CreatePublicDnsNamespaceCommand_base {} | ||
export declare class CreatePublicDnsNamespaceCommand extends CreatePublicDnsNamespaceCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: CreatePublicDnsNamespaceRequest; | ||
output: CreatePublicDnsNamespaceResponse; | ||
}; | ||
sdk: { | ||
input: CreatePublicDnsNamespaceCommandInput; | ||
output: CreatePublicDnsNamespaceCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -39,2 +39,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class CreateServiceCommand extends CreateServiceCommand_base {} | ||
export declare class CreateServiceCommand extends CreateServiceCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: CreateServiceRequest; | ||
output: CreateServiceResponse; | ||
}; | ||
sdk: { | ||
input: CreateServiceCommandInput; | ||
output: CreateServiceCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -39,2 +39,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class DeleteNamespaceCommand extends DeleteNamespaceCommand_base {} | ||
export declare class DeleteNamespaceCommand extends DeleteNamespaceCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: DeleteNamespaceRequest; | ||
output: DeleteNamespaceResponse; | ||
}; | ||
sdk: { | ||
input: DeleteNamespaceCommandInput; | ||
output: DeleteNamespaceCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -39,2 +39,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class DeleteServiceCommand extends DeleteServiceCommand_base {} | ||
export declare class DeleteServiceCommand extends DeleteServiceCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: DeleteServiceRequest; | ||
output: {}; | ||
}; | ||
sdk: { | ||
input: DeleteServiceCommandInput; | ||
output: DeleteServiceCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -40,2 +40,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class DeregisterInstanceCommand extends DeregisterInstanceCommand_base {} | ||
export declare class DeregisterInstanceCommand extends DeregisterInstanceCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: DeregisterInstanceRequest; | ||
output: DeregisterInstanceResponse; | ||
}; | ||
sdk: { | ||
input: DeregisterInstanceCommandInput; | ||
output: DeregisterInstanceCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -40,2 +40,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class DiscoverInstancesCommand extends DiscoverInstancesCommand_base {} | ||
export declare class DiscoverInstancesCommand extends DiscoverInstancesCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: DiscoverInstancesRequest; | ||
output: DiscoverInstancesResponse; | ||
}; | ||
sdk: { | ||
input: DiscoverInstancesCommandInput; | ||
output: DiscoverInstancesCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -40,2 +40,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class DiscoverInstancesRevisionCommand extends DiscoverInstancesRevisionCommand_base {} | ||
export declare class DiscoverInstancesRevisionCommand extends DiscoverInstancesRevisionCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: DiscoverInstancesRevisionRequest; | ||
output: DiscoverInstancesRevisionResponse; | ||
}; | ||
sdk: { | ||
input: DiscoverInstancesRevisionCommandInput; | ||
output: DiscoverInstancesRevisionCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -36,2 +36,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class GetInstanceCommand extends GetInstanceCommand_base {} | ||
export declare class GetInstanceCommand extends GetInstanceCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: GetInstanceRequest; | ||
output: GetInstanceResponse; | ||
}; | ||
sdk: { | ||
input: GetInstanceCommandInput; | ||
output: GetInstanceCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -40,2 +40,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class GetInstancesHealthStatusCommand extends GetInstancesHealthStatusCommand_base {} | ||
export declare class GetInstancesHealthStatusCommand extends GetInstancesHealthStatusCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: GetInstancesHealthStatusRequest; | ||
output: GetInstancesHealthStatusResponse; | ||
}; | ||
sdk: { | ||
input: GetInstancesHealthStatusCommandInput; | ||
output: GetInstancesHealthStatusCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -36,2 +36,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class GetNamespaceCommand extends GetNamespaceCommand_base {} | ||
export declare class GetNamespaceCommand extends GetNamespaceCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: GetNamespaceRequest; | ||
output: GetNamespaceResponse; | ||
}; | ||
sdk: { | ||
input: GetNamespaceCommandInput; | ||
output: GetNamespaceCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -36,2 +36,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class GetOperationCommand extends GetOperationCommand_base {} | ||
export declare class GetOperationCommand extends GetOperationCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: GetOperationRequest; | ||
output: GetOperationResponse; | ||
}; | ||
sdk: { | ||
input: GetOperationCommandInput; | ||
output: GetOperationCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -36,2 +36,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class GetServiceCommand extends GetServiceCommand_base {} | ||
export declare class GetServiceCommand extends GetServiceCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: GetServiceRequest; | ||
output: GetServiceResponse; | ||
}; | ||
sdk: { | ||
input: GetServiceCommandInput; | ||
output: GetServiceCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -39,2 +39,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class ListInstancesCommand extends ListInstancesCommand_base {} | ||
export declare class ListInstancesCommand extends ListInstancesCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: ListInstancesRequest; | ||
output: ListInstancesResponse; | ||
}; | ||
sdk: { | ||
input: ListInstancesCommandInput; | ||
output: ListInstancesCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -39,2 +39,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class ListNamespacesCommand extends ListNamespacesCommand_base {} | ||
export declare class ListNamespacesCommand extends ListNamespacesCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: ListNamespacesRequest; | ||
output: ListNamespacesResponse; | ||
}; | ||
sdk: { | ||
input: ListNamespacesCommandInput; | ||
output: ListNamespacesCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -39,2 +39,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class ListOperationsCommand extends ListOperationsCommand_base {} | ||
export declare class ListOperationsCommand extends ListOperationsCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: ListOperationsRequest; | ||
output: ListOperationsResponse; | ||
}; | ||
sdk: { | ||
input: ListOperationsCommandInput; | ||
output: ListOperationsCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -36,2 +36,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class ListServicesCommand extends ListServicesCommand_base {} | ||
export declare class ListServicesCommand extends ListServicesCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: ListServicesRequest; | ||
output: ListServicesResponse; | ||
}; | ||
sdk: { | ||
input: ListServicesCommandInput; | ||
output: ListServicesCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -40,2 +40,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {} | ||
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: ListTagsForResourceRequest; | ||
output: ListTagsForResourceResponse; | ||
}; | ||
sdk: { | ||
input: ListTagsForResourceCommandInput; | ||
output: ListTagsForResourceCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -39,2 +39,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class RegisterInstanceCommand extends RegisterInstanceCommand_base {} | ||
export declare class RegisterInstanceCommand extends RegisterInstanceCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: RegisterInstanceRequest; | ||
output: RegisterInstanceResponse; | ||
}; | ||
sdk: { | ||
input: RegisterInstanceCommandInput; | ||
output: RegisterInstanceCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -36,2 +36,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class TagResourceCommand extends TagResourceCommand_base {} | ||
export declare class TagResourceCommand extends TagResourceCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: TagResourceRequest; | ||
output: {}; | ||
}; | ||
sdk: { | ||
input: TagResourceCommandInput; | ||
output: TagResourceCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -39,2 +39,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class UntagResourceCommand extends UntagResourceCommand_base {} | ||
export declare class UntagResourceCommand extends UntagResourceCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: UntagResourceRequest; | ||
output: {}; | ||
}; | ||
sdk: { | ||
input: UntagResourceCommandInput; | ||
output: UntagResourceCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -40,2 +40,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class UpdateHttpNamespaceCommand extends UpdateHttpNamespaceCommand_base {} | ||
export declare class UpdateHttpNamespaceCommand extends UpdateHttpNamespaceCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: UpdateHttpNamespaceRequest; | ||
output: UpdateHttpNamespaceResponse; | ||
}; | ||
sdk: { | ||
input: UpdateHttpNamespaceCommandInput; | ||
output: UpdateHttpNamespaceCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -36,2 +36,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class UpdateInstanceCustomHealthStatusCommand extends UpdateInstanceCustomHealthStatusCommand_base {} | ||
export declare class UpdateInstanceCustomHealthStatusCommand extends UpdateInstanceCustomHealthStatusCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: UpdateInstanceCustomHealthStatusRequest; | ||
output: {}; | ||
}; | ||
sdk: { | ||
input: UpdateInstanceCustomHealthStatusCommandInput; | ||
output: UpdateInstanceCustomHealthStatusCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -40,2 +40,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class UpdatePrivateDnsNamespaceCommand extends UpdatePrivateDnsNamespaceCommand_base {} | ||
export declare class UpdatePrivateDnsNamespaceCommand extends UpdatePrivateDnsNamespaceCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: UpdatePrivateDnsNamespaceRequest; | ||
output: UpdatePrivateDnsNamespaceResponse; | ||
}; | ||
sdk: { | ||
input: UpdatePrivateDnsNamespaceCommandInput; | ||
output: UpdatePrivateDnsNamespaceCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -40,2 +40,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class UpdatePublicDnsNamespaceCommand extends UpdatePublicDnsNamespaceCommand_base {} | ||
export declare class UpdatePublicDnsNamespaceCommand extends UpdatePublicDnsNamespaceCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: UpdatePublicDnsNamespaceRequest; | ||
output: UpdatePublicDnsNamespaceResponse; | ||
}; | ||
sdk: { | ||
input: UpdatePublicDnsNamespaceCommandInput; | ||
output: UpdatePublicDnsNamespaceCommandOutput; | ||
}; | ||
}; | ||
} |
@@ -39,2 +39,13 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
}; | ||
export declare class UpdateServiceCommand extends UpdateServiceCommand_base {} | ||
export declare class UpdateServiceCommand extends UpdateServiceCommand_base { | ||
protected static __types: { | ||
api: { | ||
input: UpdateServiceRequest; | ||
output: UpdateServiceResponse; | ||
}; | ||
sdk: { | ||
input: UpdateServiceCommandInput; | ||
output: UpdateServiceCommandOutput; | ||
}; | ||
}; | ||
} |
{ | ||
"name": "@aws-sdk/client-servicediscovery", | ||
"description": "AWS SDK for JavaScript Servicediscovery Client for Node.js, Browser and React Native", | ||
"version": "3.651.1", | ||
"version": "3.654.0", | ||
"scripts": { | ||
@@ -23,39 +23,39 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", | ||
"@aws-crypto/sha256-js": "5.2.0", | ||
"@aws-sdk/client-sso-oidc": "3.651.1", | ||
"@aws-sdk/client-sts": "3.651.1", | ||
"@aws-sdk/core": "3.651.1", | ||
"@aws-sdk/credential-provider-node": "3.651.1", | ||
"@aws-sdk/middleware-host-header": "3.649.0", | ||
"@aws-sdk/middleware-logger": "3.649.0", | ||
"@aws-sdk/middleware-recursion-detection": "3.649.0", | ||
"@aws-sdk/middleware-user-agent": "3.649.0", | ||
"@aws-sdk/region-config-resolver": "3.649.0", | ||
"@aws-sdk/types": "3.649.0", | ||
"@aws-sdk/util-endpoints": "3.649.0", | ||
"@aws-sdk/util-user-agent-browser": "3.649.0", | ||
"@aws-sdk/util-user-agent-node": "3.649.0", | ||
"@smithy/config-resolver": "^3.0.6", | ||
"@smithy/core": "^2.4.1", | ||
"@smithy/fetch-http-handler": "^3.2.5", | ||
"@smithy/hash-node": "^3.0.4", | ||
"@smithy/invalid-dependency": "^3.0.4", | ||
"@smithy/middleware-content-length": "^3.0.6", | ||
"@smithy/middleware-endpoint": "^3.1.1", | ||
"@smithy/middleware-retry": "^3.0.16", | ||
"@smithy/middleware-serde": "^3.0.4", | ||
"@smithy/middleware-stack": "^3.0.4", | ||
"@smithy/node-config-provider": "^3.1.5", | ||
"@smithy/node-http-handler": "^3.2.0", | ||
"@smithy/protocol-http": "^4.1.1", | ||
"@smithy/smithy-client": "^3.3.0", | ||
"@smithy/types": "^3.4.0", | ||
"@smithy/url-parser": "^3.0.4", | ||
"@aws-sdk/client-sso-oidc": "3.654.0", | ||
"@aws-sdk/client-sts": "3.654.0", | ||
"@aws-sdk/core": "3.654.0", | ||
"@aws-sdk/credential-provider-node": "3.654.0", | ||
"@aws-sdk/middleware-host-header": "3.654.0", | ||
"@aws-sdk/middleware-logger": "3.654.0", | ||
"@aws-sdk/middleware-recursion-detection": "3.654.0", | ||
"@aws-sdk/middleware-user-agent": "3.654.0", | ||
"@aws-sdk/region-config-resolver": "3.654.0", | ||
"@aws-sdk/types": "3.654.0", | ||
"@aws-sdk/util-endpoints": "3.654.0", | ||
"@aws-sdk/util-user-agent-browser": "3.654.0", | ||
"@aws-sdk/util-user-agent-node": "3.654.0", | ||
"@smithy/config-resolver": "^3.0.8", | ||
"@smithy/core": "^2.4.3", | ||
"@smithy/fetch-http-handler": "^3.2.7", | ||
"@smithy/hash-node": "^3.0.6", | ||
"@smithy/invalid-dependency": "^3.0.6", | ||
"@smithy/middleware-content-length": "^3.0.8", | ||
"@smithy/middleware-endpoint": "^3.1.3", | ||
"@smithy/middleware-retry": "^3.0.18", | ||
"@smithy/middleware-serde": "^3.0.6", | ||
"@smithy/middleware-stack": "^3.0.6", | ||
"@smithy/node-config-provider": "^3.1.7", | ||
"@smithy/node-http-handler": "^3.2.2", | ||
"@smithy/protocol-http": "^4.1.3", | ||
"@smithy/smithy-client": "^3.3.2", | ||
"@smithy/types": "^3.4.2", | ||
"@smithy/url-parser": "^3.0.6", | ||
"@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.16", | ||
"@smithy/util-defaults-mode-node": "^3.0.16", | ||
"@smithy/util-endpoints": "^2.1.0", | ||
"@smithy/util-middleware": "^3.0.4", | ||
"@smithy/util-retry": "^3.0.4", | ||
"@smithy/util-defaults-mode-browser": "^3.0.18", | ||
"@smithy/util-defaults-mode-node": "^3.0.18", | ||
"@smithy/util-endpoints": "^2.1.2", | ||
"@smithy/util-middleware": "^3.0.6", | ||
"@smithy/util-retry": "^3.0.6", | ||
"@smithy/util-utf8": "^3.0.0", | ||
@@ -62,0 +62,0 @@ "tslib": "^2.6.2", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
678632
15580
+ Added@aws-sdk/client-sso@3.654.0(transitive)
+ Added@aws-sdk/client-sso-oidc@3.654.0(transitive)
+ Added@aws-sdk/client-sts@3.654.0(transitive)
+ Added@aws-sdk/core@3.654.0(transitive)
+ Added@aws-sdk/credential-provider-env@3.654.0(transitive)
+ Added@aws-sdk/credential-provider-http@3.654.0(transitive)
+ Added@aws-sdk/credential-provider-ini@3.654.0(transitive)
+ Added@aws-sdk/credential-provider-node@3.654.0(transitive)
+ Added@aws-sdk/credential-provider-process@3.654.0(transitive)
+ Added@aws-sdk/credential-provider-sso@3.654.0(transitive)
+ Added@aws-sdk/credential-provider-web-identity@3.654.0(transitive)
+ Added@aws-sdk/middleware-host-header@3.654.0(transitive)
+ Added@aws-sdk/middleware-logger@3.654.0(transitive)
+ Added@aws-sdk/middleware-recursion-detection@3.654.0(transitive)
+ Added@aws-sdk/middleware-user-agent@3.654.0(transitive)
+ Added@aws-sdk/region-config-resolver@3.654.0(transitive)
+ Added@aws-sdk/token-providers@3.654.0(transitive)
+ Added@aws-sdk/types@3.654.0(transitive)
+ Added@aws-sdk/util-endpoints@3.654.0(transitive)
+ Added@aws-sdk/util-user-agent-browser@3.654.0(transitive)
+ Added@aws-sdk/util-user-agent-node@3.654.0(transitive)
- Removed@aws-sdk/client-sso@3.651.1(transitive)
- Removed@aws-sdk/client-sso-oidc@3.651.1(transitive)
- Removed@aws-sdk/client-sts@3.651.1(transitive)
- Removed@aws-sdk/core@3.651.1(transitive)
- Removed@aws-sdk/credential-provider-env@3.649.0(transitive)
- Removed@aws-sdk/credential-provider-http@3.649.0(transitive)
- Removed@aws-sdk/credential-provider-ini@3.651.1(transitive)
- Removed@aws-sdk/credential-provider-node@3.651.1(transitive)
- Removed@aws-sdk/credential-provider-process@3.649.0(transitive)
- Removed@aws-sdk/credential-provider-sso@3.651.1(transitive)
- Removed@aws-sdk/credential-provider-web-identity@3.649.0(transitive)
- Removed@aws-sdk/middleware-host-header@3.649.0(transitive)
- Removed@aws-sdk/middleware-logger@3.649.0(transitive)
- Removed@aws-sdk/middleware-recursion-detection@3.649.0(transitive)
- Removed@aws-sdk/middleware-user-agent@3.649.0(transitive)
- Removed@aws-sdk/region-config-resolver@3.649.0(transitive)
- Removed@aws-sdk/token-providers@3.649.0(transitive)
- Removed@aws-sdk/types@3.649.0(transitive)
- Removed@aws-sdk/util-endpoints@3.649.0(transitive)
- Removed@aws-sdk/util-user-agent-browser@3.649.0(transitive)
- Removed@aws-sdk/util-user-agent-node@3.649.0(transitive)
Updated@aws-sdk/client-sts@3.654.0
Updated@aws-sdk/core@3.654.0
Updated@aws-sdk/types@3.654.0
Updated@smithy/core@^2.4.3
Updated@smithy/hash-node@^3.0.6
Updated@smithy/protocol-http@^4.1.3
Updated@smithy/smithy-client@^3.3.2
Updated@smithy/types@^3.4.2
Updated@smithy/url-parser@^3.0.6
Updated@smithy/util-retry@^3.0.6