@aws-sdk/client-schemas 3.34.0 → 3.37.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +47 -0
- package/{dist/cjs → dist-cjs}/Schemas.js +2 -6
- package/{dist/cjs → dist-cjs}/SchemasClient.js +8 -17
- package/{dist/cjs → dist-cjs}/commands/CreateDiscovererCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/CreateRegistryCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/CreateSchemaCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteDiscovererCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteRegistryCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteResourcePolicyCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteSchemaCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteSchemaVersionCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeCodeBindingCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeDiscovererCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeRegistryCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeSchemaCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ExportSchemaCommand.js +2 -10
- package/{dist/cjs → dist-cjs}/commands/GetCodeBindingSourceCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/GetDiscoveredSchemaCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/GetResourcePolicyCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListDiscoverersCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListRegistriesCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListSchemaVersionsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListSchemasCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/PutCodeBindingCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/PutResourcePolicyCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/SearchSchemasCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/StartDiscovererCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/StopDiscovererCommand.js +2 -27
- 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/UpdateDiscovererCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UpdateRegistryCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UpdateSchemaCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/endpoints.js +1 -2
- 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 -214
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListDiscoverersPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListRegistriesPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListSchemaVersionsPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListSchemasPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/SearchSchemasPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +7 -13
- 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/cjs → dist-cjs}/waiters/waitForCodeBindingExists.js +5 -15
- package/{dist/es → dist-es}/Schemas.js +2 -3
- package/{dist/es → dist-es}/SchemasClient.js +1 -2
- package/{dist/es → dist-es}/commands/CreateDiscovererCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateRegistryCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateSchemaCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteDiscovererCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteRegistryCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteResourcePolicyCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteSchemaCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteSchemaVersionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeCodeBindingCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeDiscovererCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeRegistryCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeSchemaCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ExportSchemaCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetCodeBindingSourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetDiscoveredSchemaCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetResourcePolicyCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListDiscoverersCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListRegistriesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListSchemaVersionsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListSchemasCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/PutCodeBindingCommand.js +2 -3
- package/{dist/es → dist-es}/commands/PutResourcePolicyCommand.js +2 -3
- package/{dist/es → dist-es}/commands/SearchSchemasCommand.js +2 -3
- package/{dist/es → dist-es}/commands/StartDiscovererCommand.js +2 -3
- package/{dist/es → dist-es}/commands/StopDiscovererCommand.js +2 -3
- package/{dist/es → dist-es}/commands/TagResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UntagResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateDiscovererCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateRegistryCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateSchemaCommand.js +2 -3
- 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 -1
- package/dist-es/pagination/Interfaces.js +1 -0
- package/{dist/es → dist-es}/pagination/ListDiscoverersPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/ListRegistriesPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/ListSchemaVersionsPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/ListSchemasPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/SearchSchemasPaginator.js +1 -2
- package/{dist/es → dist-es}/protocols/Aws_restJson1.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -1
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -2
- package/{dist/es → dist-es}/waiters/waitForCodeBindingExists.js +1 -2
- package/{dist/types → dist-types}/Schemas.d.ts +3 -3
- package/{dist/types → dist-types}/SchemasClient.d.ts +9 -9
- package/{dist/types → dist-types}/commands/CreateDiscovererCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/CreateRegistryCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/CreateSchemaCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DeleteDiscovererCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DeleteRegistryCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DeleteResourcePolicyCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DeleteSchemaCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DeleteSchemaVersionCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DescribeCodeBindingCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DescribeDiscovererCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DescribeRegistryCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DescribeSchemaCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ExportSchemaCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GetCodeBindingSourceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GetDiscoveredSchemaCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GetResourcePolicyCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListDiscoverersCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListRegistriesCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListSchemaVersionsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListSchemasCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/PutCodeBindingCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/PutResourcePolicyCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/SearchSchemasCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/StartDiscovererCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/StopDiscovererCommand.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/UpdateDiscovererCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/UpdateRegistryCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/UpdateSchemaCommand.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/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListDiscoverersPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListRegistriesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListSchemaVersionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListSchemasPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/SearchSchemasPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +3 -3
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
- 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/Schemas.d.ts +34 -96
- package/{dist/types → dist-types}/ts3.4/SchemasClient.d.ts +33 -98
- package/{dist/types → dist-types}/ts3.4/commands/CreateDiscovererCommand.d.ts +5 -23
- package/{dist/types → dist-types}/ts3.4/commands/CreateRegistryCommand.d.ts +5 -23
- package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDiscovererCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteRegistryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteSchemaVersionCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/DescribeCodeBindingCommand.d.ts +5 -23
- package/{dist/types → dist-types}/ts3.4/commands/DescribeDiscovererCommand.d.ts +5 -23
- package/{dist/types → dist-types}/ts3.4/commands/DescribeRegistryCommand.d.ts +5 -23
- package/{dist/types → dist-types}/ts3.4/commands/DescribeSchemaCommand.d.ts +5 -23
- package/{dist/types → dist-types}/ts3.4/commands/ExportSchemaCommand.d.ts +4 -6
- package/{dist/types → dist-types}/ts3.4/commands/GetCodeBindingSourceCommand.d.ts +5 -23
- package/{dist/types → dist-types}/ts3.4/commands/GetDiscoveredSchemaCommand.d.ts +5 -23
- package/{dist/types → dist-types}/ts3.4/commands/GetResourcePolicyCommand.d.ts +5 -23
- package/{dist/types → dist-types}/ts3.4/commands/ListDiscoverersCommand.d.ts +5 -23
- package/{dist/types → dist-types}/ts3.4/commands/ListRegistriesCommand.d.ts +5 -23
- package/{dist/types → dist-types}/ts3.4/commands/ListSchemaVersionsCommand.d.ts +5 -23
- package/{dist/types → dist-types}/ts3.4/commands/ListSchemasCommand.d.ts +5 -23
- package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -23
- package/{dist/types → dist-types}/ts3.4/commands/PutCodeBindingCommand.d.ts +5 -23
- package/{dist/types → dist-types}/ts3.4/commands/PutResourcePolicyCommand.d.ts +5 -23
- package/{dist/types → dist-types}/ts3.4/commands/SearchSchemasCommand.d.ts +5 -23
- package/{dist/types → dist-types}/ts3.4/commands/StartDiscovererCommand.d.ts +5 -23
- package/{dist/types → dist-types}/ts3.4/commands/StopDiscovererCommand.d.ts +5 -23
- 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/UpdateDiscovererCommand.d.ts +5 -23
- package/{dist/types → dist-types}/ts3.4/commands/UpdateRegistryCommand.d.ts +5 -23
- package/dist-types/ts3.4/commands/UpdateSchemaCommand.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 → dist-types}/ts3.4/models/models_0.d.ts +286 -858
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListDiscoverersPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListRegistriesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListSchemaVersionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListSchemasPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/SearchSchemasPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
- 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/{dist/types → dist-types}/ts3.4/waiters/waitForCodeBindingExists.d.ts +4 -11
- package/{dist/types → dist-types}/waiters/waitForCodeBindingExists.d.ts +2 -2
- package/package.json +46 -43
- package/Schemas.ts +0 -1119
- package/SchemasClient.ts +0 -346
- package/commands/CreateDiscovererCommand.ts +0 -94
- package/commands/CreateRegistryCommand.ts +0 -94
- package/commands/CreateSchemaCommand.ts +0 -94
- package/commands/DeleteDiscovererCommand.ts +0 -94
- package/commands/DeleteRegistryCommand.ts +0 -94
- package/commands/DeleteResourcePolicyCommand.ts +0 -94
- package/commands/DeleteSchemaCommand.ts +0 -94
- package/commands/DeleteSchemaVersionCommand.ts +0 -94
- package/commands/DescribeCodeBindingCommand.ts +0 -94
- package/commands/DescribeDiscovererCommand.ts +0 -94
- package/commands/DescribeRegistryCommand.ts +0 -94
- package/commands/DescribeSchemaCommand.ts +0 -94
- package/commands/ExportSchemaCommand.ts +0 -77
- package/commands/GetCodeBindingSourceCommand.ts +0 -94
- package/commands/GetDiscoveredSchemaCommand.ts +0 -94
- package/commands/GetResourcePolicyCommand.ts +0 -94
- package/commands/ListDiscoverersCommand.ts +0 -94
- package/commands/ListRegistriesCommand.ts +0 -94
- package/commands/ListSchemaVersionsCommand.ts +0 -94
- package/commands/ListSchemasCommand.ts +0 -94
- package/commands/ListTagsForResourceCommand.ts +0 -94
- package/commands/PutCodeBindingCommand.ts +0 -94
- package/commands/PutResourcePolicyCommand.ts +0 -94
- package/commands/SearchSchemasCommand.ts +0 -94
- package/commands/StartDiscovererCommand.ts +0 -94
- package/commands/StopDiscovererCommand.ts +0 -94
- package/commands/TagResourceCommand.ts +0 -94
- package/commands/UntagResourceCommand.ts +0 -94
- package/commands/UpdateDiscovererCommand.ts +0 -94
- package/commands/UpdateRegistryCommand.ts +0 -94
- package/commands/UpdateSchemaCommand.ts +0 -94
- package/dist/cjs/Schemas.js.map +0 -1
- package/dist/cjs/SchemasClient.js.map +0 -1
- package/dist/cjs/commands/CreateDiscovererCommand.js.map +0 -1
- package/dist/cjs/commands/CreateRegistryCommand.js.map +0 -1
- package/dist/cjs/commands/CreateSchemaCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteDiscovererCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteRegistryCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteResourcePolicyCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteSchemaCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteSchemaVersionCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeCodeBindingCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeDiscovererCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeRegistryCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeSchemaCommand.js.map +0 -1
- package/dist/cjs/commands/ExportSchemaCommand.js.map +0 -1
- package/dist/cjs/commands/GetCodeBindingSourceCommand.js.map +0 -1
- package/dist/cjs/commands/GetDiscoveredSchemaCommand.js.map +0 -1
- package/dist/cjs/commands/GetResourcePolicyCommand.js.map +0 -1
- package/dist/cjs/commands/ListDiscoverersCommand.js.map +0 -1
- package/dist/cjs/commands/ListRegistriesCommand.js.map +0 -1
- package/dist/cjs/commands/ListSchemaVersionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListSchemasCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/PutCodeBindingCommand.js.map +0 -1
- package/dist/cjs/commands/PutResourcePolicyCommand.js.map +0 -1
- package/dist/cjs/commands/SearchSchemasCommand.js.map +0 -1
- package/dist/cjs/commands/StartDiscovererCommand.js.map +0 -1
- package/dist/cjs/commands/StopDiscovererCommand.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/UpdateDiscovererCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateRegistryCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateSchemaCommand.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 -94
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListDiscoverersPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListRegistriesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListSchemaVersionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListSchemasPaginator.js.map +0 -1
- package/dist/cjs/pagination/SearchSchemasPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_restJson1.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/cjs/waiters/waitForCodeBindingExists.js.map +0 -1
- package/dist/es/Schemas.js.map +0 -1
- package/dist/es/SchemasClient.js.map +0 -1
- package/dist/es/commands/CreateDiscovererCommand.js.map +0 -1
- package/dist/es/commands/CreateRegistryCommand.js.map +0 -1
- package/dist/es/commands/CreateSchemaCommand.js.map +0 -1
- package/dist/es/commands/DeleteDiscovererCommand.js.map +0 -1
- package/dist/es/commands/DeleteRegistryCommand.js.map +0 -1
- package/dist/es/commands/DeleteResourcePolicyCommand.js.map +0 -1
- package/dist/es/commands/DeleteSchemaCommand.js.map +0 -1
- package/dist/es/commands/DeleteSchemaVersionCommand.js.map +0 -1
- package/dist/es/commands/DescribeCodeBindingCommand.js.map +0 -1
- package/dist/es/commands/DescribeDiscovererCommand.js.map +0 -1
- package/dist/es/commands/DescribeRegistryCommand.js.map +0 -1
- package/dist/es/commands/DescribeSchemaCommand.js.map +0 -1
- package/dist/es/commands/ExportSchemaCommand.js.map +0 -1
- package/dist/es/commands/GetCodeBindingSourceCommand.js.map +0 -1
- package/dist/es/commands/GetDiscoveredSchemaCommand.js.map +0 -1
- package/dist/es/commands/GetResourcePolicyCommand.js.map +0 -1
- package/dist/es/commands/ListDiscoverersCommand.js.map +0 -1
- package/dist/es/commands/ListRegistriesCommand.js.map +0 -1
- package/dist/es/commands/ListSchemaVersionsCommand.js.map +0 -1
- package/dist/es/commands/ListSchemasCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/PutCodeBindingCommand.js.map +0 -1
- package/dist/es/commands/PutResourcePolicyCommand.js.map +0 -1
- package/dist/es/commands/SearchSchemasCommand.js.map +0 -1
- package/dist/es/commands/StartDiscovererCommand.js.map +0 -1
- package/dist/es/commands/StopDiscovererCommand.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/UpdateDiscovererCommand.js.map +0 -1
- package/dist/es/commands/UpdateRegistryCommand.js.map +0 -1
- package/dist/es/commands/UpdateSchemaCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -42
- 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 -94
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListDiscoverersPaginator.js.map +0 -1
- package/dist/es/pagination/ListRegistriesPaginator.js.map +0 -1
- package/dist/es/pagination/ListSchemaVersionsPaginator.js.map +0 -1
- package/dist/es/pagination/ListSchemasPaginator.js.map +0 -1
- package/dist/es/pagination/SearchSchemasPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_restJson1.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/es/waiters/waitForCodeBindingExists.js.map +0 -1
- package/dist/types/ts3.4/commands/CreateSchemaCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteDiscovererCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteRegistryCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteSchemaCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteSchemaVersionCommand.d.ts +0 -35
- 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/UpdateSchemaCommand.d.ts +0 -35
- package/endpoints.ts +0 -57
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -1901
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListDiscoverersPaginator.ts +0 -58
- package/pagination/ListRegistriesPaginator.ts +0 -58
- package/pagination/ListSchemaVersionsPaginator.ts +0 -58
- package/pagination/ListSchemasPaginator.ts +0 -54
- package/pagination/SearchSchemasPaginator.ts +0 -58
- package/protocols/Aws_restJson1.ts +0 -4747
- 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 -10
- package/tsconfig.json +0 -31
- package/tsconfig.types.json +0 -8
- package/waiters/waitForCodeBindingExists.ts +0 -65
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,53 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** update clients as of 10/15/2021 ([#2902](https://github.com/aws/aws-sdk-js-v3/issues/2902)) ([2730b54](https://github.com/aws/aws-sdk-js-v3/commit/2730b5424377944a5a2ad5e1ad7d3ca4135dae1c))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## [3.36.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.0...v3.36.1) (2021-10-12)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* **clients:** emitDeclarationOnly in tsconfig.types.json ([#2893](https://github.com/aws/aws-sdk-js-v3/issues/2893)) ([6dc3d56](https://github.com/aws/aws-sdk-js-v3/commit/6dc3d56c20809c90cbdc4dd48627eeebc64af99d))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
# [3.36.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.35.0...v3.36.0) (2021-10-08)
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Features
|
|
32
|
+
|
|
33
|
+
* publish files in dist-* only ([#2873](https://github.com/aws/aws-sdk-js-v3/issues/2873)) ([53b4243](https://github.com/aws/aws-sdk-js-v3/commit/53b4243b066f25ff2412d5f0dea1036054b2df32))
|
|
34
|
+
* **codegen:** ts-ignore packageInfo imports in codegen ([#2875](https://github.com/aws/aws-sdk-js-v3/issues/2875)) ([99d9267](https://github.com/aws/aws-sdk-js-v3/commit/99d926762193e83a354edec6e9de2b0543449704))
|
|
35
|
+
* **tsconfig:** remove sourceMap ([#2867](https://github.com/aws/aws-sdk-js-v3/issues/2867)) ([d25f526](https://github.com/aws/aws-sdk-js-v3/commit/d25f526627a02a2ca28675fecce66c76b6c97966))
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
# [3.35.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.34.0...v3.35.0) (2021-10-04)
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
### Features
|
|
45
|
+
|
|
46
|
+
* **clients:** eslint --fix using esprint ([#2849](https://github.com/aws/aws-sdk-js-v3/issues/2849)) ([94d0a2d](https://github.com/aws/aws-sdk-js-v3/commit/94d0a2d8a0579ee0a742337937ad05735cfbc1ba))
|
|
47
|
+
* **clients:** move source files to 'src' folder ([#2845](https://github.com/aws/aws-sdk-js-v3/issues/2845)) ([e0025cd](https://github.com/aws/aws-sdk-js-v3/commit/e0025cddbba244a41ddf1fd1adb761142e15c22d))
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
6
53
|
# [3.34.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.33.0...v3.34.0) (2021-09-24)
|
|
7
54
|
|
|
8
55
|
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.Schemas = void 0;
|
|
4
|
-
const SchemasClient_1 = require("./SchemasClient");
|
|
5
4
|
const CreateDiscovererCommand_1 = require("./commands/CreateDiscovererCommand");
|
|
6
5
|
const CreateRegistryCommand_1 = require("./commands/CreateRegistryCommand");
|
|
7
6
|
const CreateSchemaCommand_1 = require("./commands/CreateSchemaCommand");
|
|
@@ -20,8 +19,8 @@ const GetDiscoveredSchemaCommand_1 = require("./commands/GetDiscoveredSchemaComm
|
|
|
20
19
|
const GetResourcePolicyCommand_1 = require("./commands/GetResourcePolicyCommand");
|
|
21
20
|
const ListDiscoverersCommand_1 = require("./commands/ListDiscoverersCommand");
|
|
22
21
|
const ListRegistriesCommand_1 = require("./commands/ListRegistriesCommand");
|
|
23
|
-
const ListSchemaVersionsCommand_1 = require("./commands/ListSchemaVersionsCommand");
|
|
24
22
|
const ListSchemasCommand_1 = require("./commands/ListSchemasCommand");
|
|
23
|
+
const ListSchemaVersionsCommand_1 = require("./commands/ListSchemaVersionsCommand");
|
|
25
24
|
const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
|
|
26
25
|
const PutCodeBindingCommand_1 = require("./commands/PutCodeBindingCommand");
|
|
27
26
|
const PutResourcePolicyCommand_1 = require("./commands/PutResourcePolicyCommand");
|
|
@@ -33,9 +32,7 @@ const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
|
|
|
33
32
|
const UpdateDiscovererCommand_1 = require("./commands/UpdateDiscovererCommand");
|
|
34
33
|
const UpdateRegistryCommand_1 = require("./commands/UpdateRegistryCommand");
|
|
35
34
|
const UpdateSchemaCommand_1 = require("./commands/UpdateSchemaCommand");
|
|
36
|
-
|
|
37
|
-
* <p>Amazon EventBridge Schema Registry</p>
|
|
38
|
-
*/
|
|
35
|
+
const SchemasClient_1 = require("./SchemasClient");
|
|
39
36
|
class Schemas extends SchemasClient_1.SchemasClient {
|
|
40
37
|
createDiscoverer(args, optionsOrCb, cb) {
|
|
41
38
|
const command = new CreateDiscovererCommand_1.CreateDiscovererCommand(args);
|
|
@@ -473,4 +470,3 @@ class Schemas extends SchemasClient_1.SchemasClient {
|
|
|
473
470
|
}
|
|
474
471
|
}
|
|
475
472
|
exports.Schemas = Schemas;
|
|
476
|
-
//# sourceMappingURL=Schemas.js.map
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.SchemasClient = void 0;
|
|
4
|
-
const runtimeConfig_1 = require("./runtimeConfig");
|
|
5
4
|
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
6
5
|
const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
|
|
7
6
|
const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
|
|
@@ -10,18 +9,16 @@ const middleware_retry_1 = require("@aws-sdk/middleware-retry");
|
|
|
10
9
|
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
11
10
|
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
12
11
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
13
|
-
|
|
14
|
-
* <p>Amazon EventBridge Schema Registry</p>
|
|
15
|
-
*/
|
|
12
|
+
const runtimeConfig_1 = require("./runtimeConfig");
|
|
16
13
|
class SchemasClient extends smithy_client_1.Client {
|
|
17
14
|
constructor(configuration) {
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
15
|
+
const _config_0 = runtimeConfig_1.getRuntimeConfig(configuration);
|
|
16
|
+
const _config_1 = config_resolver_1.resolveRegionConfig(_config_0);
|
|
17
|
+
const _config_2 = config_resolver_1.resolveEndpointsConfig(_config_1);
|
|
18
|
+
const _config_3 = middleware_retry_1.resolveRetryConfig(_config_2);
|
|
19
|
+
const _config_4 = middleware_host_header_1.resolveHostHeaderConfig(_config_3);
|
|
20
|
+
const _config_5 = middleware_signing_1.resolveAwsAuthConfig(_config_4);
|
|
21
|
+
const _config_6 = middleware_user_agent_1.resolveUserAgentConfig(_config_5);
|
|
25
22
|
super(_config_6);
|
|
26
23
|
this.config = _config_6;
|
|
27
24
|
this.middlewareStack.use(middleware_retry_1.getRetryPlugin(this.config));
|
|
@@ -31,14 +28,8 @@ class SchemasClient extends smithy_client_1.Client {
|
|
|
31
28
|
this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(this.config));
|
|
32
29
|
this.middlewareStack.use(middleware_user_agent_1.getUserAgentPlugin(this.config));
|
|
33
30
|
}
|
|
34
|
-
/**
|
|
35
|
-
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
36
|
-
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
37
|
-
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
38
|
-
*/
|
|
39
31
|
destroy() {
|
|
40
32
|
super.destroy();
|
|
41
33
|
}
|
|
42
34
|
}
|
|
43
35
|
exports.SchemasClient = SchemasClient;
|
|
44
|
-
//# sourceMappingURL=SchemasClient.js.map
|
|
@@ -1,39 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateDiscovererCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { SchemasClient, CreateDiscovererCommand } from "@aws-sdk/client-schemas"; // ES Modules import
|
|
14
|
-
* // const { SchemasClient, CreateDiscovererCommand } = require("@aws-sdk/client-schemas"); // CommonJS import
|
|
15
|
-
* const client = new SchemasClient(config);
|
|
16
|
-
* const command = new CreateDiscovererCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link CreateDiscovererCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link CreateDiscovererCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link SchemasClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
25
8
|
class CreateDiscovererCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class CreateDiscovererCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.CreateDiscovererCommand = CreateDiscovererCommand;
|
|
61
|
-
//# sourceMappingURL=CreateDiscovererCommand.js.map
|
|
@@ -1,39 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateRegistryCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { SchemasClient, CreateRegistryCommand } from "@aws-sdk/client-schemas"; // ES Modules import
|
|
14
|
-
* // const { SchemasClient, CreateRegistryCommand } = require("@aws-sdk/client-schemas"); // CommonJS import
|
|
15
|
-
* const client = new SchemasClient(config);
|
|
16
|
-
* const command = new CreateRegistryCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link CreateRegistryCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link CreateRegistryCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link SchemasClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
25
8
|
class CreateRegistryCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class CreateRegistryCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.CreateRegistryCommand = CreateRegistryCommand;
|
|
61
|
-
//# sourceMappingURL=CreateRegistryCommand.js.map
|
|
@@ -1,39 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateSchemaCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { SchemasClient, CreateSchemaCommand } from "@aws-sdk/client-schemas"; // ES Modules import
|
|
14
|
-
* // const { SchemasClient, CreateSchemaCommand } = require("@aws-sdk/client-schemas"); // CommonJS import
|
|
15
|
-
* const client = new SchemasClient(config);
|
|
16
|
-
* const command = new CreateSchemaCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link CreateSchemaCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link CreateSchemaCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link SchemasClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
25
8
|
class CreateSchemaCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class CreateSchemaCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.CreateSchemaCommand = CreateSchemaCommand;
|
|
61
|
-
//# sourceMappingURL=CreateSchemaCommand.js.map
|
|
@@ -1,39 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteDiscovererCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { SchemasClient, DeleteDiscovererCommand } from "@aws-sdk/client-schemas"; // ES Modules import
|
|
14
|
-
* // const { SchemasClient, DeleteDiscovererCommand } = require("@aws-sdk/client-schemas"); // CommonJS import
|
|
15
|
-
* const client = new SchemasClient(config);
|
|
16
|
-
* const command = new DeleteDiscovererCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link DeleteDiscovererCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link DeleteDiscovererCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link SchemasClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
25
8
|
class DeleteDiscovererCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class DeleteDiscovererCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.DeleteDiscovererCommand = DeleteDiscovererCommand;
|
|
61
|
-
//# sourceMappingURL=DeleteDiscovererCommand.js.map
|
|
@@ -1,39 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteRegistryCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { SchemasClient, DeleteRegistryCommand } from "@aws-sdk/client-schemas"; // ES Modules import
|
|
14
|
-
* // const { SchemasClient, DeleteRegistryCommand } = require("@aws-sdk/client-schemas"); // CommonJS import
|
|
15
|
-
* const client = new SchemasClient(config);
|
|
16
|
-
* const command = new DeleteRegistryCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link DeleteRegistryCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link DeleteRegistryCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link SchemasClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
25
8
|
class DeleteRegistryCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class DeleteRegistryCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.DeleteRegistryCommand = DeleteRegistryCommand;
|
|
61
|
-
//# sourceMappingURL=DeleteRegistryCommand.js.map
|
|
@@ -1,39 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteResourcePolicyCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { SchemasClient, DeleteResourcePolicyCommand } from "@aws-sdk/client-schemas"; // ES Modules import
|
|
14
|
-
* // const { SchemasClient, DeleteResourcePolicyCommand } = require("@aws-sdk/client-schemas"); // CommonJS import
|
|
15
|
-
* const client = new SchemasClient(config);
|
|
16
|
-
* const command = new DeleteResourcePolicyCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link DeleteResourcePolicyCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link DeleteResourcePolicyCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link SchemasClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
25
8
|
class DeleteResourcePolicyCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class DeleteResourcePolicyCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.DeleteResourcePolicyCommand = DeleteResourcePolicyCommand;
|
|
61
|
-
//# sourceMappingURL=DeleteResourcePolicyCommand.js.map
|
|
@@ -1,39 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteSchemaCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { SchemasClient, DeleteSchemaCommand } from "@aws-sdk/client-schemas"; // ES Modules import
|
|
14
|
-
* // const { SchemasClient, DeleteSchemaCommand } = require("@aws-sdk/client-schemas"); // CommonJS import
|
|
15
|
-
* const client = new SchemasClient(config);
|
|
16
|
-
* const command = new DeleteSchemaCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link DeleteSchemaCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link DeleteSchemaCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link SchemasClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
25
8
|
class DeleteSchemaCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class DeleteSchemaCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.DeleteSchemaCommand = DeleteSchemaCommand;
|
|
61
|
-
//# sourceMappingURL=DeleteSchemaCommand.js.map
|
|
@@ -1,39 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteSchemaVersionCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { SchemasClient, DeleteSchemaVersionCommand } from "@aws-sdk/client-schemas"; // ES Modules import
|
|
14
|
-
* // const { SchemasClient, DeleteSchemaVersionCommand } = require("@aws-sdk/client-schemas"); // CommonJS import
|
|
15
|
-
* const client = new SchemasClient(config);
|
|
16
|
-
* const command = new DeleteSchemaVersionCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link DeleteSchemaVersionCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link DeleteSchemaVersionCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link SchemasClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
25
8
|
class DeleteSchemaVersionCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class DeleteSchemaVersionCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.DeleteSchemaVersionCommand = DeleteSchemaVersionCommand;
|
|
61
|
-
//# sourceMappingURL=DeleteSchemaVersionCommand.js.map
|
|
@@ -1,39 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DescribeCodeBindingCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { SchemasClient, DescribeCodeBindingCommand } from "@aws-sdk/client-schemas"; // ES Modules import
|
|
14
|
-
* // const { SchemasClient, DescribeCodeBindingCommand } = require("@aws-sdk/client-schemas"); // CommonJS import
|
|
15
|
-
* const client = new SchemasClient(config);
|
|
16
|
-
* const command = new DescribeCodeBindingCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link DescribeCodeBindingCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link DescribeCodeBindingCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link SchemasClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
25
8
|
class DescribeCodeBindingCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class DescribeCodeBindingCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.DescribeCodeBindingCommand = DescribeCodeBindingCommand;
|
|
61
|
-
//# sourceMappingURL=DescribeCodeBindingCommand.js.map
|
|
@@ -1,39 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DescribeDiscovererCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { SchemasClient, DescribeDiscovererCommand } from "@aws-sdk/client-schemas"; // ES Modules import
|
|
14
|
-
* // const { SchemasClient, DescribeDiscovererCommand } = require("@aws-sdk/client-schemas"); // CommonJS import
|
|
15
|
-
* const client = new SchemasClient(config);
|
|
16
|
-
* const command = new DescribeDiscovererCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link DescribeDiscovererCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link DescribeDiscovererCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link SchemasClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
25
8
|
class DescribeDiscovererCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class DescribeDiscovererCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.DescribeDiscovererCommand = DescribeDiscovererCommand;
|
|
61
|
-
//# sourceMappingURL=DescribeDiscovererCommand.js.map
|
|
@@ -1,39 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DescribeRegistryCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { SchemasClient, DescribeRegistryCommand } from "@aws-sdk/client-schemas"; // ES Modules import
|
|
14
|
-
* // const { SchemasClient, DescribeRegistryCommand } = require("@aws-sdk/client-schemas"); // CommonJS import
|
|
15
|
-
* const client = new SchemasClient(config);
|
|
16
|
-
* const command = new DescribeRegistryCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link DescribeRegistryCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link DescribeRegistryCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link SchemasClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
25
8
|
class DescribeRegistryCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class DescribeRegistryCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.DescribeRegistryCommand = DescribeRegistryCommand;
|
|
61
|
-
//# sourceMappingURL=DescribeRegistryCommand.js.map
|