@aws-sdk/client-servicediscovery 3.33.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.
- package/CHANGELOG.md +47 -0
- package/{dist/cjs → dist-cjs}/ServiceDiscovery.js +1 -10
- package/{dist/cjs → dist-cjs}/ServiceDiscoveryClient.js +8 -22
- package/{dist/cjs → dist-cjs}/commands/CreateHttpNamespaceCommand.js +2 -31
- package/dist-cjs/commands/CreatePrivateDnsNamespaceCommand.js +36 -0
- package/dist-cjs/commands/CreatePublicDnsNamespaceCommand.js +36 -0
- package/dist-cjs/commands/CreateServiceCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/DeleteNamespaceCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/DeleteServiceCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/DeregisterInstanceCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/DiscoverInstancesCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/GetInstanceCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/GetInstancesHealthStatusCommand.js +2 -32
- package/{dist/cjs → dist-cjs}/commands/GetNamespaceCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/GetOperationCommand.js +2 -31
- package/{dist/cjs → dist-cjs}/commands/GetServiceCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListInstancesCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListNamespacesCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListOperationsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListServicesCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -27
- package/dist-cjs/commands/RegisterInstanceCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UpdateHttpNamespaceCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/UpdateInstanceCustomHealthStatusCommand.js +2 -31
- package/{dist/cjs → dist-cjs}/commands/UpdatePrivateDnsNamespaceCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/UpdatePublicDnsNamespaceCommand.js +2 -28
- package/dist-cjs/commands/UpdateServiceCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -301
- package/{dist/cjs → dist-cjs}/pagination/GetInstancesHealthStatusPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListInstancesPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListNamespacesPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListOperationsPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListServicesPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -6
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
- package/{dist/es → dist-es}/ServiceDiscovery.js +2 -11
- package/{dist/es → dist-es}/ServiceDiscoveryClient.js +2 -16
- package/{dist/es → dist-es}/commands/CreateHttpNamespaceCommand.js +4 -34
- package/{dist/es → dist-es}/commands/CreatePrivateDnsNamespaceCommand.js +4 -36
- package/{dist/es → dist-es}/commands/CreatePublicDnsNamespaceCommand.js +4 -35
- package/dist-es/commands/CreateServiceCommand.js +39 -0
- package/{dist/es → dist-es}/commands/DeleteNamespaceCommand.js +4 -31
- package/{dist/es → dist-es}/commands/DeleteServiceCommand.js +4 -31
- package/{dist/es → dist-es}/commands/DeregisterInstanceCommand.js +4 -31
- package/{dist/es → dist-es}/commands/DiscoverInstancesCommand.js +4 -32
- package/{dist/es → dist-es}/commands/GetInstanceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetInstancesHealthStatusCommand.js +4 -35
- package/{dist/es → dist-es}/commands/GetNamespaceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetOperationCommand.js +4 -34
- package/{dist/es → dist-es}/commands/GetServiceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListInstancesCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListNamespacesCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListOperationsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListServicesCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +4 -30
- package/dist-es/commands/RegisterInstanceCommand.js +39 -0
- package/{dist/es → dist-es}/commands/TagResourceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/UntagResourceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/UpdateHttpNamespaceCommand.js +4 -31
- package/{dist/es → dist-es}/commands/UpdateInstanceCustomHealthStatusCommand.js +4 -34
- package/{dist/es → dist-es}/commands/UpdatePrivateDnsNamespaceCommand.js +4 -31
- package/{dist/es → dist-es}/commands/UpdatePublicDnsNamespaceCommand.js +4 -31
- package/dist-es/commands/UpdateServiceCommand.js +39 -0
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -301
- package/{dist/es → dist-es}/pagination/GetInstancesHealthStatusPaginator.js +17 -30
- package/dist-es/pagination/Interfaces.js +1 -0
- package/{dist/es → dist-es}/pagination/ListInstancesPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListNamespacesPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListOperationsPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListServicesPaginator.js +17 -30
- package/{dist/es → dist-es}/protocols/Aws_json1_1.js +535 -541
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
- package/{dist/types → dist-types}/ServiceDiscovery.d.ts +2 -2
- package/{dist/types → dist-types}/ServiceDiscoveryClient.d.ts +8 -8
- package/{dist/types → dist-types}/commands/CreateHttpNamespaceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/CreatePrivateDnsNamespaceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/CreatePublicDnsNamespaceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/CreateServiceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DeleteNamespaceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DeleteServiceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DeregisterInstanceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DiscoverInstancesCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GetInstanceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GetInstancesHealthStatusCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GetNamespaceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GetOperationCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GetServiceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListInstancesCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListNamespacesCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListOperationsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListServicesCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/RegisterInstanceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/UpdateHttpNamespaceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/UpdateInstanceCustomHealthStatusCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/UpdatePrivateDnsNamespaceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/UpdatePublicDnsNamespaceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/UpdateServiceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/pagination/GetInstancesHealthStatusPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListInstancesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListNamespacesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListOperationsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListServicesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +2 -2
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.d.ts +2 -4
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/ServiceDiscovery.d.ts +29 -227
- package/{dist/types → dist-types}/ts3.4/ServiceDiscoveryClient.d.ts +32 -102
- package/dist-types/ts3.4/commands/CreateHttpNamespaceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreatePrivateDnsNamespaceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreatePublicDnsNamespaceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeregisterInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DiscoverInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetInstancesHealthStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetNamespaceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetOperationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetServiceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListOperationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -23
- package/dist-types/ts3.4/commands/RegisterInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/UpdateHttpNamespaceCommand.d.ts +5 -24
- package/dist-types/ts3.4/commands/UpdateInstanceCustomHealthStatusCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/UpdatePrivateDnsNamespaceCommand.d.ts +5 -24
- package/{dist/types → dist-types}/ts3.4/commands/UpdatePublicDnsNamespaceCommand.d.ts +5 -24
- package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1216 -0
- package/{dist/types → dist-types}/ts3.4/pagination/GetInstancesHealthStatusPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListInstancesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListNamespacesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListOperationsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListServicesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +3 -7
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +52 -49
- package/ServiceDiscovery.ts +0 -1074
- package/ServiceDiscoveryClient.ts +0 -345
- package/commands/CreateHttpNamespaceCommand.ts +0 -98
- package/commands/CreatePrivateDnsNamespaceCommand.ts +0 -103
- package/commands/CreatePublicDnsNamespaceCommand.ts +0 -99
- package/commands/CreateServiceCommand.ts +0 -134
- package/commands/DeleteNamespaceCommand.ts +0 -95
- package/commands/DeleteServiceCommand.ts +0 -95
- package/commands/DeregisterInstanceCommand.ts +0 -95
- package/commands/DiscoverInstancesCommand.ts +0 -96
- package/commands/GetInstanceCommand.ts +0 -94
- package/commands/GetInstancesHealthStatusCommand.ts +0 -99
- package/commands/GetNamespaceCommand.ts +0 -94
- package/commands/GetOperationCommand.ts +0 -98
- package/commands/GetServiceCommand.ts +0 -94
- package/commands/ListInstancesCommand.ts +0 -94
- package/commands/ListNamespacesCommand.ts +0 -94
- package/commands/ListOperationsCommand.ts +0 -94
- package/commands/ListServicesCommand.ts +0 -94
- package/commands/ListTagsForResourceCommand.ts +0 -94
- package/commands/RegisterInstanceCommand.ts +0 -133
- package/commands/TagResourceCommand.ts +0 -94
- package/commands/UntagResourceCommand.ts +0 -94
- package/commands/UpdateHttpNamespaceCommand.ts +0 -95
- package/commands/UpdateInstanceCustomHealthStatusCommand.ts +0 -104
- package/commands/UpdatePrivateDnsNamespaceCommand.ts +0 -98
- package/commands/UpdatePublicDnsNamespaceCommand.ts +0 -95
- package/commands/UpdateServiceCommand.ts +0 -118
- package/dist/cjs/ServiceDiscovery.js.map +0 -1
- package/dist/cjs/ServiceDiscoveryClient.js.map +0 -1
- package/dist/cjs/commands/CreateHttpNamespaceCommand.js.map +0 -1
- package/dist/cjs/commands/CreatePrivateDnsNamespaceCommand.js +0 -67
- package/dist/cjs/commands/CreatePrivateDnsNamespaceCommand.js.map +0 -1
- package/dist/cjs/commands/CreatePublicDnsNamespaceCommand.js +0 -66
- package/dist/cjs/commands/CreatePublicDnsNamespaceCommand.js.map +0 -1
- package/dist/cjs/commands/CreateServiceCommand.js +0 -101
- package/dist/cjs/commands/CreateServiceCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteNamespaceCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteServiceCommand.js.map +0 -1
- package/dist/cjs/commands/DeregisterInstanceCommand.js.map +0 -1
- package/dist/cjs/commands/DiscoverInstancesCommand.js.map +0 -1
- package/dist/cjs/commands/GetInstanceCommand.js.map +0 -1
- package/dist/cjs/commands/GetInstancesHealthStatusCommand.js.map +0 -1
- package/dist/cjs/commands/GetNamespaceCommand.js.map +0 -1
- package/dist/cjs/commands/GetOperationCommand.js.map +0 -1
- package/dist/cjs/commands/GetServiceCommand.js.map +0 -1
- package/dist/cjs/commands/ListInstancesCommand.js.map +0 -1
- package/dist/cjs/commands/ListNamespacesCommand.js.map +0 -1
- package/dist/cjs/commands/ListOperationsCommand.js.map +0 -1
- package/dist/cjs/commands/ListServicesCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/RegisterInstanceCommand.js +0 -100
- package/dist/cjs/commands/RegisterInstanceCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateHttpNamespaceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateInstanceCustomHealthStatusCommand.js.map +0 -1
- package/dist/cjs/commands/UpdatePrivateDnsNamespaceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdatePublicDnsNamespaceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateServiceCommand.js +0 -85
- package/dist/cjs/commands/UpdateServiceCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -93
- package/dist/cjs/pagination/GetInstancesHealthStatusPaginator.js.map +0 -1
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListInstancesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListNamespacesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListOperationsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListServicesPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/ServiceDiscovery.js.map +0 -1
- package/dist/es/ServiceDiscoveryClient.js.map +0 -1
- package/dist/es/commands/CreateHttpNamespaceCommand.js.map +0 -1
- package/dist/es/commands/CreatePrivateDnsNamespaceCommand.js.map +0 -1
- package/dist/es/commands/CreatePublicDnsNamespaceCommand.js.map +0 -1
- package/dist/es/commands/CreateServiceCommand.js +0 -105
- package/dist/es/commands/CreateServiceCommand.js.map +0 -1
- package/dist/es/commands/DeleteNamespaceCommand.js.map +0 -1
- package/dist/es/commands/DeleteServiceCommand.js.map +0 -1
- package/dist/es/commands/DeregisterInstanceCommand.js.map +0 -1
- package/dist/es/commands/DiscoverInstancesCommand.js.map +0 -1
- package/dist/es/commands/GetInstanceCommand.js.map +0 -1
- package/dist/es/commands/GetInstancesHealthStatusCommand.js.map +0 -1
- package/dist/es/commands/GetNamespaceCommand.js.map +0 -1
- package/dist/es/commands/GetOperationCommand.js.map +0 -1
- package/dist/es/commands/GetServiceCommand.js.map +0 -1
- package/dist/es/commands/ListInstancesCommand.js.map +0 -1
- package/dist/es/commands/ListNamespacesCommand.js.map +0 -1
- package/dist/es/commands/ListOperationsCommand.js.map +0 -1
- package/dist/es/commands/ListServicesCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/RegisterInstanceCommand.js +0 -104
- package/dist/es/commands/RegisterInstanceCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateHttpNamespaceCommand.js.map +0 -1
- package/dist/es/commands/UpdateInstanceCustomHealthStatusCommand.js.map +0 -1
- package/dist/es/commands/UpdatePrivateDnsNamespaceCommand.js.map +0 -1
- package/dist/es/commands/UpdatePublicDnsNamespaceCommand.js.map +0 -1
- package/dist/es/commands/UpdateServiceCommand.js +0 -89
- package/dist/es/commands/UpdateServiceCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -36
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -93
- package/dist/es/pagination/GetInstancesHealthStatusPaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListInstancesPaginator.js.map +0 -1
- package/dist/es/pagination/ListNamespacesPaginator.js.map +0 -1
- package/dist/es/pagination/ListOperationsPaginator.js.map +0 -1
- package/dist/es/pagination/ListServicesPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_json1_1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/ts3.4/commands/CreateHttpNamespaceCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/CreatePrivateDnsNamespaceCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/CreatePublicDnsNamespaceCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/CreateServiceCommand.d.ts +0 -75
- package/dist/types/ts3.4/commands/DeleteNamespaceCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteServiceCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeregisterInstanceCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DiscoverInstancesCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/GetInstanceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetInstancesHealthStatusCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/GetNamespaceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetOperationCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/GetServiceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListInstancesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListNamespacesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListOperationsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListServicesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/RegisterInstanceCommand.d.ts +0 -74
- package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateInstanceCustomHealthStatusCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/UpdateServiceCommand.d.ts +0 -59
- package/dist/types/ts3.4/models/models_0.d.ts +0 -3082
- package/endpoints.ts +0 -63
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -3606
- package/pagination/GetInstancesHealthStatusPaginator.ts +0 -58
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListInstancesPaginator.ts +0 -58
- package/pagination/ListNamespacesPaginator.ts +0 -58
- package/pagination/ListOperationsPaginator.ts +0 -58
- package/pagination/ListServicesPaginator.ts +0 -58
- package/protocols/Aws_json1_1.ts +0 -3936
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -12
- package/tsconfig.json +0 -32
|
@@ -1,41 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DeleteServiceRequest, DeleteServiceResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DeleteServiceCommand, serializeAws_json1_1DeleteServiceCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* @example
|
|
10
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
11
|
-
* ```javascript
|
|
12
|
-
* import { ServiceDiscoveryClient, DeleteServiceCommand } from "@aws-sdk/client-servicediscovery"; // ES Modules import
|
|
13
|
-
* // const { ServiceDiscoveryClient, DeleteServiceCommand } = require("@aws-sdk/client-servicediscovery"); // CommonJS import
|
|
14
|
-
* const client = new ServiceDiscoveryClient(config);
|
|
15
|
-
* const command = new DeleteServiceCommand(input);
|
|
16
|
-
* const response = await client.send(command);
|
|
17
|
-
* ```
|
|
18
|
-
*
|
|
19
|
-
* @see {@link DeleteServiceCommandInput} for command's `input` shape.
|
|
20
|
-
* @see {@link DeleteServiceCommandOutput} for command's `response` shape.
|
|
21
|
-
* @see {@link ServiceDiscoveryClientResolvedConfig | config} for command's `input` shape.
|
|
22
|
-
*
|
|
23
|
-
*/
|
|
24
|
-
var DeleteServiceCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { DeleteServiceRequest, DeleteServiceResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DeleteServiceCommand, serializeAws_json1_1DeleteServiceCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var DeleteServiceCommand = (function (_super) {
|
|
25
7
|
__extends(DeleteServiceCommand, _super);
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
8
|
function DeleteServiceCommand(input) {
|
|
29
|
-
var _this =
|
|
30
|
-
// Start section: command_constructor
|
|
31
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
32
10
|
_this.input = input;
|
|
33
11
|
return _this;
|
|
34
|
-
// End section: command_constructor
|
|
35
12
|
}
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
13
|
DeleteServiceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
40
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
41
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -63,4 +37,3 @@ var DeleteServiceCommand = /** @class */ (function (_super) {
|
|
|
63
37
|
return DeleteServiceCommand;
|
|
64
38
|
}($Command));
|
|
65
39
|
export { DeleteServiceCommand };
|
|
66
|
-
//# sourceMappingURL=DeleteServiceCommand.js.map
|
|
@@ -1,41 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DeregisterInstanceRequest, DeregisterInstanceResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DeregisterInstanceCommand, serializeAws_json1_1DeregisterInstanceCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* @example
|
|
10
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
11
|
-
* ```javascript
|
|
12
|
-
* import { ServiceDiscoveryClient, DeregisterInstanceCommand } from "@aws-sdk/client-servicediscovery"; // ES Modules import
|
|
13
|
-
* // const { ServiceDiscoveryClient, DeregisterInstanceCommand } = require("@aws-sdk/client-servicediscovery"); // CommonJS import
|
|
14
|
-
* const client = new ServiceDiscoveryClient(config);
|
|
15
|
-
* const command = new DeregisterInstanceCommand(input);
|
|
16
|
-
* const response = await client.send(command);
|
|
17
|
-
* ```
|
|
18
|
-
*
|
|
19
|
-
* @see {@link DeregisterInstanceCommandInput} for command's `input` shape.
|
|
20
|
-
* @see {@link DeregisterInstanceCommandOutput} for command's `response` shape.
|
|
21
|
-
* @see {@link ServiceDiscoveryClientResolvedConfig | config} for command's `input` shape.
|
|
22
|
-
*
|
|
23
|
-
*/
|
|
24
|
-
var DeregisterInstanceCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { DeregisterInstanceRequest, DeregisterInstanceResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DeregisterInstanceCommand, serializeAws_json1_1DeregisterInstanceCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var DeregisterInstanceCommand = (function (_super) {
|
|
25
7
|
__extends(DeregisterInstanceCommand, _super);
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
8
|
function DeregisterInstanceCommand(input) {
|
|
29
|
-
var _this =
|
|
30
|
-
// Start section: command_constructor
|
|
31
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
32
10
|
_this.input = input;
|
|
33
11
|
return _this;
|
|
34
|
-
// End section: command_constructor
|
|
35
12
|
}
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
13
|
DeregisterInstanceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
40
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
41
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -63,4 +37,3 @@ var DeregisterInstanceCommand = /** @class */ (function (_super) {
|
|
|
63
37
|
return DeregisterInstanceCommand;
|
|
64
38
|
}($Command));
|
|
65
39
|
export { DeregisterInstanceCommand };
|
|
66
|
-
//# sourceMappingURL=DeregisterInstanceCommand.js.map
|
|
@@ -1,42 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DiscoverInstancesRequest, DiscoverInstancesResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DiscoverInstancesCommand, serializeAws_json1_1DiscoverInstancesCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* to discover instances.</p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { ServiceDiscoveryClient, DiscoverInstancesCommand } from "@aws-sdk/client-servicediscovery"; // ES Modules import
|
|
14
|
-
* // const { ServiceDiscoveryClient, DiscoverInstancesCommand } = require("@aws-sdk/client-servicediscovery"); // CommonJS import
|
|
15
|
-
* const client = new ServiceDiscoveryClient(config);
|
|
16
|
-
* const command = new DiscoverInstancesCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link DiscoverInstancesCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link DiscoverInstancesCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link ServiceDiscoveryClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
|
-
var DiscoverInstancesCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { DiscoverInstancesRequest, DiscoverInstancesResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DiscoverInstancesCommand, serializeAws_json1_1DiscoverInstancesCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var DiscoverInstancesCommand = (function (_super) {
|
|
26
7
|
__extends(DiscoverInstancesCommand, _super);
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
8
|
function DiscoverInstancesCommand(input) {
|
|
30
|
-
var _this =
|
|
31
|
-
// Start section: command_constructor
|
|
32
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
33
10
|
_this.input = input;
|
|
34
11
|
return _this;
|
|
35
|
-
// End section: command_constructor
|
|
36
12
|
}
|
|
37
|
-
/**
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
40
13
|
DiscoverInstancesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
41
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
42
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -64,4 +37,3 @@ var DiscoverInstancesCommand = /** @class */ (function (_super) {
|
|
|
64
37
|
return DiscoverInstancesCommand;
|
|
65
38
|
}($Command));
|
|
66
39
|
export { DiscoverInstancesCommand };
|
|
67
|
-
//# sourceMappingURL=DiscoverInstancesCommand.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { GetInstanceRequest, GetInstanceResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1GetInstanceCommand, serializeAws_json1_1GetInstanceCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { ServiceDiscoveryClient, GetInstanceCommand } from "@aws-sdk/client-servicediscovery"; // ES Modules import
|
|
12
|
-
* // const { ServiceDiscoveryClient, GetInstanceCommand } = require("@aws-sdk/client-servicediscovery"); // CommonJS import
|
|
13
|
-
* const client = new ServiceDiscoveryClient(config);
|
|
14
|
-
* const command = new GetInstanceCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link GetInstanceCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link GetInstanceCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link ServiceDiscoveryClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var GetInstanceCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { GetInstanceRequest, GetInstanceResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1GetInstanceCommand, serializeAws_json1_1GetInstanceCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var GetInstanceCommand = (function (_super) {
|
|
24
7
|
__extends(GetInstanceCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function GetInstanceCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
GetInstanceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -62,4 +37,3 @@ var GetInstanceCommand = /** @class */ (function (_super) {
|
|
|
62
37
|
return GetInstanceCommand;
|
|
63
38
|
}($Command));
|
|
64
39
|
export { GetInstanceCommand };
|
|
65
|
-
//# sourceMappingURL=GetInstanceCommand.js.map
|
|
@@ -1,45 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { GetInstancesHealthStatusRequest, GetInstancesHealthStatusResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1GetInstancesHealthStatusCommand, serializeAws_json1_1GetInstancesHealthStatusCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* <note>
|
|
10
|
-
* <p>There's a brief delay between when you register an instance and when the health status for the instance is
|
|
11
|
-
* available. </p>
|
|
12
|
-
* </note>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { ServiceDiscoveryClient, GetInstancesHealthStatusCommand } from "@aws-sdk/client-servicediscovery"; // ES Modules import
|
|
17
|
-
* // const { ServiceDiscoveryClient, GetInstancesHealthStatusCommand } = require("@aws-sdk/client-servicediscovery"); // CommonJS import
|
|
18
|
-
* const client = new ServiceDiscoveryClient(config);
|
|
19
|
-
* const command = new GetInstancesHealthStatusCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link GetInstancesHealthStatusCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link GetInstancesHealthStatusCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link ServiceDiscoveryClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
28
|
-
var GetInstancesHealthStatusCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { GetInstancesHealthStatusRequest, GetInstancesHealthStatusResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1GetInstancesHealthStatusCommand, serializeAws_json1_1GetInstancesHealthStatusCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var GetInstancesHealthStatusCommand = (function (_super) {
|
|
29
7
|
__extends(GetInstancesHealthStatusCommand, _super);
|
|
30
|
-
// Start section: command_properties
|
|
31
|
-
// End section: command_properties
|
|
32
8
|
function GetInstancesHealthStatusCommand(input) {
|
|
33
|
-
var _this =
|
|
34
|
-
// Start section: command_constructor
|
|
35
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
36
10
|
_this.input = input;
|
|
37
11
|
return _this;
|
|
38
|
-
// End section: command_constructor
|
|
39
12
|
}
|
|
40
|
-
/**
|
|
41
|
-
* @internal
|
|
42
|
-
*/
|
|
43
13
|
GetInstancesHealthStatusCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
44
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
45
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -67,4 +37,3 @@ var GetInstancesHealthStatusCommand = /** @class */ (function (_super) {
|
|
|
67
37
|
return GetInstancesHealthStatusCommand;
|
|
68
38
|
}($Command));
|
|
69
39
|
export { GetInstancesHealthStatusCommand };
|
|
70
|
-
//# sourceMappingURL=GetInstancesHealthStatusCommand.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { GetNamespaceRequest, GetNamespaceResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1GetNamespaceCommand, serializeAws_json1_1GetNamespaceCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { ServiceDiscoveryClient, GetNamespaceCommand } from "@aws-sdk/client-servicediscovery"; // ES Modules import
|
|
12
|
-
* // const { ServiceDiscoveryClient, GetNamespaceCommand } = require("@aws-sdk/client-servicediscovery"); // CommonJS import
|
|
13
|
-
* const client = new ServiceDiscoveryClient(config);
|
|
14
|
-
* const command = new GetNamespaceCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link GetNamespaceCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link GetNamespaceCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link ServiceDiscoveryClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var GetNamespaceCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { GetNamespaceRequest, GetNamespaceResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1GetNamespaceCommand, serializeAws_json1_1GetNamespaceCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var GetNamespaceCommand = (function (_super) {
|
|
24
7
|
__extends(GetNamespaceCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function GetNamespaceCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
GetNamespaceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -62,4 +37,3 @@ var GetNamespaceCommand = /** @class */ (function (_super) {
|
|
|
62
37
|
return GetNamespaceCommand;
|
|
63
38
|
}($Command));
|
|
64
39
|
export { GetNamespaceCommand };
|
|
65
|
-
//# sourceMappingURL=GetNamespaceCommand.js.map
|
|
@@ -1,44 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { GetOperationRequest, GetOperationResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1GetOperationCommand, serializeAws_json1_1GetOperationCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* <note>
|
|
10
|
-
* <p>To get a list of operations that match specified criteria, see <a href="https://docs.aws.amazon.com/cloud-map/latest/api/API_ListOperations.html">ListOperations</a>.</p>
|
|
11
|
-
* </note>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { ServiceDiscoveryClient, GetOperationCommand } from "@aws-sdk/client-servicediscovery"; // ES Modules import
|
|
16
|
-
* // const { ServiceDiscoveryClient, GetOperationCommand } = require("@aws-sdk/client-servicediscovery"); // CommonJS import
|
|
17
|
-
* const client = new ServiceDiscoveryClient(config);
|
|
18
|
-
* const command = new GetOperationCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link GetOperationCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link GetOperationCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ServiceDiscoveryClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
|
-
var GetOperationCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { GetOperationRequest, GetOperationResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1GetOperationCommand, serializeAws_json1_1GetOperationCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var GetOperationCommand = (function (_super) {
|
|
28
7
|
__extends(GetOperationCommand, _super);
|
|
29
|
-
// Start section: command_properties
|
|
30
|
-
// End section: command_properties
|
|
31
8
|
function GetOperationCommand(input) {
|
|
32
|
-
var _this =
|
|
33
|
-
// Start section: command_constructor
|
|
34
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
35
10
|
_this.input = input;
|
|
36
11
|
return _this;
|
|
37
|
-
// End section: command_constructor
|
|
38
12
|
}
|
|
39
|
-
/**
|
|
40
|
-
* @internal
|
|
41
|
-
*/
|
|
42
13
|
GetOperationCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
43
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
44
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -66,4 +37,3 @@ var GetOperationCommand = /** @class */ (function (_super) {
|
|
|
66
37
|
return GetOperationCommand;
|
|
67
38
|
}($Command));
|
|
68
39
|
export { GetOperationCommand };
|
|
69
|
-
//# sourceMappingURL=GetOperationCommand.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { GetServiceRequest, GetServiceResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1GetServiceCommand, serializeAws_json1_1GetServiceCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { ServiceDiscoveryClient, GetServiceCommand } from "@aws-sdk/client-servicediscovery"; // ES Modules import
|
|
12
|
-
* // const { ServiceDiscoveryClient, GetServiceCommand } = require("@aws-sdk/client-servicediscovery"); // CommonJS import
|
|
13
|
-
* const client = new ServiceDiscoveryClient(config);
|
|
14
|
-
* const command = new GetServiceCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link GetServiceCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link GetServiceCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link ServiceDiscoveryClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var GetServiceCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { GetServiceRequest, GetServiceResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1GetServiceCommand, serializeAws_json1_1GetServiceCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var GetServiceCommand = (function (_super) {
|
|
24
7
|
__extends(GetServiceCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function GetServiceCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
GetServiceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -62,4 +37,3 @@ var GetServiceCommand = /** @class */ (function (_super) {
|
|
|
62
37
|
return GetServiceCommand;
|
|
63
38
|
}($Command));
|
|
64
39
|
export { GetServiceCommand };
|
|
65
|
-
//# sourceMappingURL=GetServiceCommand.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ListInstancesRequest, ListInstancesResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1ListInstancesCommand, serializeAws_json1_1ListInstancesCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { ServiceDiscoveryClient, ListInstancesCommand } from "@aws-sdk/client-servicediscovery"; // ES Modules import
|
|
12
|
-
* // const { ServiceDiscoveryClient, ListInstancesCommand } = require("@aws-sdk/client-servicediscovery"); // CommonJS import
|
|
13
|
-
* const client = new ServiceDiscoveryClient(config);
|
|
14
|
-
* const command = new ListInstancesCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link ListInstancesCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link ListInstancesCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link ServiceDiscoveryClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var ListInstancesCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { ListInstancesRequest, ListInstancesResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1ListInstancesCommand, serializeAws_json1_1ListInstancesCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var ListInstancesCommand = (function (_super) {
|
|
24
7
|
__extends(ListInstancesCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function ListInstancesCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
ListInstancesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -62,4 +37,3 @@ var ListInstancesCommand = /** @class */ (function (_super) {
|
|
|
62
37
|
return ListInstancesCommand;
|
|
63
38
|
}($Command));
|
|
64
39
|
export { ListInstancesCommand };
|
|
65
|
-
//# sourceMappingURL=ListInstancesCommand.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ListNamespacesRequest, ListNamespacesResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1ListNamespacesCommand, serializeAws_json1_1ListNamespacesCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { ServiceDiscoveryClient, ListNamespacesCommand } from "@aws-sdk/client-servicediscovery"; // ES Modules import
|
|
12
|
-
* // const { ServiceDiscoveryClient, ListNamespacesCommand } = require("@aws-sdk/client-servicediscovery"); // CommonJS import
|
|
13
|
-
* const client = new ServiceDiscoveryClient(config);
|
|
14
|
-
* const command = new ListNamespacesCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link ListNamespacesCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link ListNamespacesCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link ServiceDiscoveryClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var ListNamespacesCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { ListNamespacesRequest, ListNamespacesResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1ListNamespacesCommand, serializeAws_json1_1ListNamespacesCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var ListNamespacesCommand = (function (_super) {
|
|
24
7
|
__extends(ListNamespacesCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function ListNamespacesCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
ListNamespacesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -62,4 +37,3 @@ var ListNamespacesCommand = /** @class */ (function (_super) {
|
|
|
62
37
|
return ListNamespacesCommand;
|
|
63
38
|
}($Command));
|
|
64
39
|
export { ListNamespacesCommand };
|
|
65
|
-
//# sourceMappingURL=ListNamespacesCommand.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ListOperationsRequest, ListOperationsResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1ListOperationsCommand, serializeAws_json1_1ListOperationsCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { ServiceDiscoveryClient, ListOperationsCommand } from "@aws-sdk/client-servicediscovery"; // ES Modules import
|
|
12
|
-
* // const { ServiceDiscoveryClient, ListOperationsCommand } = require("@aws-sdk/client-servicediscovery"); // CommonJS import
|
|
13
|
-
* const client = new ServiceDiscoveryClient(config);
|
|
14
|
-
* const command = new ListOperationsCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link ListOperationsCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link ListOperationsCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link ServiceDiscoveryClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var ListOperationsCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { ListOperationsRequest, ListOperationsResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1ListOperationsCommand, serializeAws_json1_1ListOperationsCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var ListOperationsCommand = (function (_super) {
|
|
24
7
|
__extends(ListOperationsCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function ListOperationsCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
ListOperationsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -62,4 +37,3 @@ var ListOperationsCommand = /** @class */ (function (_super) {
|
|
|
62
37
|
return ListOperationsCommand;
|
|
63
38
|
}($Command));
|
|
64
39
|
export { ListOperationsCommand };
|
|
65
|
-
//# sourceMappingURL=ListOperationsCommand.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ListServicesRequest, ListServicesResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1ListServicesCommand, serializeAws_json1_1ListServicesCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { ServiceDiscoveryClient, ListServicesCommand } from "@aws-sdk/client-servicediscovery"; // ES Modules import
|
|
12
|
-
* // const { ServiceDiscoveryClient, ListServicesCommand } = require("@aws-sdk/client-servicediscovery"); // CommonJS import
|
|
13
|
-
* const client = new ServiceDiscoveryClient(config);
|
|
14
|
-
* const command = new ListServicesCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link ListServicesCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link ListServicesCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link ServiceDiscoveryClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var ListServicesCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { ListServicesRequest, ListServicesResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1ListServicesCommand, serializeAws_json1_1ListServicesCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var ListServicesCommand = (function (_super) {
|
|
24
7
|
__extends(ListServicesCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function ListServicesCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
ListServicesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -62,4 +37,3 @@ var ListServicesCommand = /** @class */ (function (_super) {
|
|
|
62
37
|
return ListServicesCommand;
|
|
63
38
|
}($Command));
|
|
64
39
|
export { ListServicesCommand };
|
|
65
|
-
//# sourceMappingURL=ListServicesCommand.js.map
|