@aws-sdk/client-schemas 3.32.0 → 3.36.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 +44 -0
- package/{dist/cjs → dist-cjs}/Schemas.js +2 -3
- package/{dist/cjs → dist-cjs}/SchemasClient.js +8 -9
- package/{dist/cjs → dist-cjs}/commands/CreateDiscovererCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateRegistryCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateSchemaCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteDiscovererCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteRegistryCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteResourcePolicyCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteSchemaCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteSchemaVersionCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeCodeBindingCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeDiscovererCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeRegistryCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeSchemaCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ExportSchemaCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetCodeBindingSourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetDiscoveredSchemaCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetResourcePolicyCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListDiscoverersCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListRegistriesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListSchemaVersionsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListSchemasCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/PutCodeBindingCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/PutResourcePolicyCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/SearchSchemasCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/StartDiscovererCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/StopDiscovererCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateDiscovererCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateRegistryCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateSchemaCommand.js +2 -3
- 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 -1
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListDiscoverersPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/ListRegistriesPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/ListSchemaVersionsPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/ListSchemasPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/SearchSchemasPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +7 -8
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +2 -2
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +2 -2
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -1
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -2
- package/{dist/cjs → dist-cjs}/waiters/waitForCodeBindingExists.js +5 -6
- package/{dist/es → dist-es}/Schemas.js +3 -7
- package/{dist/es → dist-es}/SchemasClient.js +2 -11
- package/{dist/es → dist-es}/commands/CreateDiscovererCommand.js +4 -30
- package/{dist/es → dist-es}/commands/CreateRegistryCommand.js +4 -30
- package/{dist/es → dist-es}/commands/CreateSchemaCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteDiscovererCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteRegistryCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteResourcePolicyCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteSchemaCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteSchemaVersionCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeCodeBindingCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeDiscovererCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeRegistryCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeSchemaCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ExportSchemaCommand.js +4 -13
- package/{dist/es → dist-es}/commands/GetCodeBindingSourceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetDiscoveredSchemaCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetResourcePolicyCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListDiscoverersCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListRegistriesCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListSchemaVersionsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListSchemasCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/PutCodeBindingCommand.js +4 -30
- package/{dist/es → dist-es}/commands/PutResourcePolicyCommand.js +4 -30
- package/{dist/es → dist-es}/commands/SearchSchemasCommand.js +4 -30
- package/{dist/es → dist-es}/commands/StartDiscovererCommand.js +4 -30
- package/{dist/es → dist-es}/commands/StopDiscovererCommand.js +4 -30
- 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/UpdateDiscovererCommand.js +4 -30
- package/{dist/es → dist-es}/commands/UpdateRegistryCommand.js +4 -30
- package/{dist/es → dist-es}/commands/UpdateSchemaCommand.js +4 -30
- 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 -214
- package/dist-es/pagination/Interfaces.js +1 -0
- package/{dist/es → dist-es}/pagination/ListDiscoverersPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListRegistriesPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListSchemaVersionsPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListSchemasPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/SearchSchemasPaginator.js +17 -30
- package/{dist/es → dist-es}/protocols/Aws_restJson1.js +990 -996
- 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/es → dist-es}/waiters/waitForCodeBindingExists.js +12 -22
- 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 +1 -0
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.native.d.ts +36 -35
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/Schemas.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/SchemasClient.d.ts +9 -9
- package/{dist/types → dist-types}/ts3.4/commands/CreateDiscovererCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/CreateRegistryCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/CreateSchemaCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/DeleteDiscovererCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/DeleteRegistryCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/DeleteSchemaCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/DeleteSchemaVersionCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/DescribeCodeBindingCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/DescribeDiscovererCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/DescribeRegistryCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/DescribeSchemaCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/ExportSchemaCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/GetCodeBindingSourceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/GetDiscoveredSchemaCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/GetResourcePolicyCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/ListDiscoverersCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/ListRegistriesCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/ListSchemaVersionsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/ListSchemasCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/PutCodeBindingCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/PutResourcePolicyCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/SearchSchemasCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/StartDiscovererCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/StopDiscovererCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/TagResourceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/UntagResourceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/UpdateDiscovererCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/UpdateRegistryCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/UpdateSchemaCommand.d.ts +3 -3
- 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 +0 -0
- 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 -0
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.native.d.ts +36 -35
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/waiters/waitForCodeBindingExists.d.ts +2 -2
- package/{dist/types → dist-types}/waiters/waitForCodeBindingExists.d.ts +2 -2
- package/package.json +53 -50
- 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/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 -12
- package/tsconfig.json +0 -32
- package/waiters/waitForCodeBindingExists.ts +0 -65
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,50 @@
|
|
|
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.36.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.35.0...v3.36.0) (2021-10-08)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* 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))
|
|
12
|
+
* **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))
|
|
13
|
+
* **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))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
# [3.35.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.34.0...v3.35.0) (2021-10-04)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Features
|
|
23
|
+
|
|
24
|
+
* **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))
|
|
25
|
+
* **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))
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
# [3.34.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.33.0...v3.34.0) (2021-09-24)
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
### Features
|
|
35
|
+
|
|
36
|
+
* **clients:** remove comments from transpiled JS files ([#2817](https://github.com/aws/aws-sdk-js-v3/issues/2817)) ([d01420b](https://github.com/aws/aws-sdk-js-v3/commit/d01420b247966c8ec84c1dd0a1b42512ede10c90))
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
# [3.33.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.32.0...v3.33.0) (2021-09-21)
|
|
43
|
+
|
|
44
|
+
**Note:** Version bump only for package @aws-sdk/client-schemas
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
6
50
|
# [3.32.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.31.0...v3.32.0) (2021-09-17)
|
|
7
51
|
|
|
8
52
|
**Note:** Version bump only for package @aws-sdk/client-schemas
|
|
@@ -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,6 +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");
|
|
35
|
+
const SchemasClient_1 = require("./SchemasClient");
|
|
36
36
|
/**
|
|
37
37
|
* <p>Amazon EventBridge Schema Registry</p>
|
|
38
38
|
*/
|
|
@@ -473,4 +473,3 @@ class Schemas extends SchemasClient_1.SchemasClient {
|
|
|
473
473
|
}
|
|
474
474
|
}
|
|
475
475
|
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,19 @@ 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");
|
|
12
|
+
const runtimeConfig_1 = require("./runtimeConfig");
|
|
13
13
|
/**
|
|
14
14
|
* <p>Amazon EventBridge Schema Registry</p>
|
|
15
15
|
*/
|
|
16
16
|
class SchemasClient extends smithy_client_1.Client {
|
|
17
17
|
constructor(configuration) {
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
18
|
+
const _config_0 = runtimeConfig_1.getRuntimeConfig(configuration);
|
|
19
|
+
const _config_1 = config_resolver_1.resolveRegionConfig(_config_0);
|
|
20
|
+
const _config_2 = config_resolver_1.resolveEndpointsConfig(_config_1);
|
|
21
|
+
const _config_3 = middleware_retry_1.resolveRetryConfig(_config_2);
|
|
22
|
+
const _config_4 = middleware_host_header_1.resolveHostHeaderConfig(_config_3);
|
|
23
|
+
const _config_5 = middleware_signing_1.resolveAwsAuthConfig(_config_4);
|
|
24
|
+
const _config_6 = middleware_user_agent_1.resolveUserAgentConfig(_config_5);
|
|
25
25
|
super(_config_6);
|
|
26
26
|
this.config = _config_6;
|
|
27
27
|
this.middlewareStack.use(middleware_retry_1.getRetryPlugin(this.config));
|
|
@@ -41,4 +41,3 @@ class SchemasClient extends smithy_client_1.Client {
|
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
43
|
exports.SchemasClient = SchemasClient;
|
|
44
|
-
//# sourceMappingURL=SchemasClient.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
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");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Creates a discoverer.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class CreateDiscovererCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.CreateDiscovererCommand = CreateDiscovererCommand;
|
|
61
|
-
//# sourceMappingURL=CreateDiscovererCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
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");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Creates a registry.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class CreateRegistryCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.CreateRegistryCommand = CreateRegistryCommand;
|
|
61
|
-
//# sourceMappingURL=CreateRegistryCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
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");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Creates a schema definition.</p> <note><p>Inactive schemas will be deleted after two years.</p></note>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class CreateSchemaCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.CreateSchemaCommand = CreateSchemaCommand;
|
|
61
|
-
//# sourceMappingURL=CreateSchemaCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
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");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Deletes a discoverer.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class DeleteDiscovererCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.DeleteDiscovererCommand = DeleteDiscovererCommand;
|
|
61
|
-
//# sourceMappingURL=DeleteDiscovererCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
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");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Deletes a Registry.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class DeleteRegistryCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.DeleteRegistryCommand = DeleteRegistryCommand;
|
|
61
|
-
//# sourceMappingURL=DeleteRegistryCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
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");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Delete the resource-based policy attached to the specified registry.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class DeleteResourcePolicyCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.DeleteResourcePolicyCommand = DeleteResourcePolicyCommand;
|
|
61
|
-
//# sourceMappingURL=DeleteResourcePolicyCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
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");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Delete a schema definition.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class DeleteSchemaCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.DeleteSchemaCommand = DeleteSchemaCommand;
|
|
61
|
-
//# sourceMappingURL=DeleteSchemaCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
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");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Delete the schema version definition</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class DeleteSchemaVersionCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.DeleteSchemaVersionCommand = DeleteSchemaVersionCommand;
|
|
61
|
-
//# sourceMappingURL=DeleteSchemaVersionCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
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");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Describe the code binding URI.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class DescribeCodeBindingCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.DescribeCodeBindingCommand = DescribeCodeBindingCommand;
|
|
61
|
-
//# sourceMappingURL=DescribeCodeBindingCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
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");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Describes the discoverer.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class DescribeDiscovererCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.DescribeDiscovererCommand = DescribeDiscovererCommand;
|
|
61
|
-
//# sourceMappingURL=DescribeDiscovererCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
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");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Describes the registry.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class DescribeRegistryCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.DescribeRegistryCommand = DescribeRegistryCommand;
|
|
61
|
-
//# sourceMappingURL=DescribeRegistryCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DescribeSchemaCommand = 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");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Retrieve the schema definition.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class DescribeSchemaCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.DescribeSchemaCommand = DescribeSchemaCommand;
|
|
61
|
-
//# sourceMappingURL=DescribeSchemaCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ExportSchemaCommand = 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");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
class ExportSchemaCommand extends smithy_client_1.Command {
|
|
9
9
|
// Start section: command_properties
|
|
10
10
|
// End section: command_properties
|
|
@@ -41,4 +41,3 @@ class ExportSchemaCommand extends smithy_client_1.Command {
|
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
43
|
exports.ExportSchemaCommand = ExportSchemaCommand;
|
|
44
|
-
//# sourceMappingURL=ExportSchemaCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GetCodeBindingSourceCommand = 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");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Get the code binding source URI.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class GetCodeBindingSourceCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.GetCodeBindingSourceCommand = GetCodeBindingSourceCommand;
|
|
61
|
-
//# sourceMappingURL=GetCodeBindingSourceCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GetDiscoveredSchemaCommand = 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");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Get the discovered schema that was generated based on sampled events.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class GetDiscoveredSchemaCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.GetDiscoveredSchemaCommand = GetDiscoveredSchemaCommand;
|
|
61
|
-
//# sourceMappingURL=GetDiscoveredSchemaCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GetResourcePolicyCommand = 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");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Retrieves the resource-based policy attached to a given registry.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class GetResourcePolicyCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.GetResourcePolicyCommand = GetResourcePolicyCommand;
|
|
61
|
-
//# sourceMappingURL=GetResourcePolicyCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListDiscoverersCommand = 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");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>List the discoverers.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class ListDiscoverersCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.ListDiscoverersCommand = ListDiscoverersCommand;
|
|
61
|
-
//# sourceMappingURL=ListDiscoverersCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListRegistriesCommand = 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");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>List the registries.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class ListRegistriesCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.ListRegistriesCommand = ListRegistriesCommand;
|
|
61
|
-
//# sourceMappingURL=ListRegistriesCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListSchemaVersionsCommand = 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");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Provides a list of the schema versions and related information.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class ListSchemaVersionsCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.ListSchemaVersionsCommand = ListSchemaVersionsCommand;
|
|
61
|
-
//# sourceMappingURL=ListSchemaVersionsCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListSchemasCommand = 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");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>List the schemas.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class ListSchemasCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.ListSchemasCommand = ListSchemasCommand;
|
|
61
|
-
//# sourceMappingURL=ListSchemasCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListTagsForResourceCommand = 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");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Get tags for resource.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
61
|
-
//# sourceMappingURL=ListTagsForResourceCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.PutCodeBindingCommand = 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");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Put code binding URI</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class PutCodeBindingCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.PutCodeBindingCommand = PutCodeBindingCommand;
|
|
61
|
-
//# sourceMappingURL=PutCodeBindingCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.PutResourcePolicyCommand = 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");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>The name of the policy.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class PutResourcePolicyCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.PutResourcePolicyCommand = PutResourcePolicyCommand;
|
|
61
|
-
//# sourceMappingURL=PutResourcePolicyCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.SearchSchemasCommand = 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");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Search the schemas</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class SearchSchemasCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.SearchSchemasCommand = SearchSchemasCommand;
|
|
61
|
-
//# sourceMappingURL=SearchSchemasCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.StartDiscovererCommand = 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");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Starts the discoverer</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class StartDiscovererCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.StartDiscovererCommand = StartDiscovererCommand;
|
|
61
|
-
//# sourceMappingURL=StartDiscovererCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.StopDiscovererCommand = 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");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Stops the discoverer</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class StopDiscovererCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.StopDiscovererCommand = StopDiscovererCommand;
|
|
61
|
-
//# sourceMappingURL=StopDiscovererCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.TagResourceCommand = 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");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Add tags to a resource.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class TagResourceCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.TagResourceCommand = TagResourceCommand;
|
|
61
|
-
//# sourceMappingURL=TagResourceCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UntagResourceCommand = 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");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Removes tags from a resource.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class UntagResourceCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
61
|
-
//# sourceMappingURL=UntagResourceCommand.js.map
|