@aws-sdk/client-datazone 3.933.0 → 3.935.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/README.md +24 -0
- package/dist-cjs/index.js +837 -648
- package/dist-es/DataZone.js +6 -0
- package/dist-es/commands/BatchGetAttributesMetadataCommand.js +16 -0
- package/dist-es/commands/BatchPutAttributesMetadataCommand.js +16 -0
- package/dist-es/commands/UpdateRootDomainUnitOwnerCommand.js +16 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +569 -0
- package/dist-es/models/errors.js +99 -0
- package/dist-es/models/models_0.js +1 -446
- package/dist-es/models/models_1.js +1 -174
- package/dist-es/models/models_2.js +1 -43
- package/dist-es/schemas/schemas_0.js +150 -6
- package/dist-types/DataZone.d.ts +21 -0
- package/dist-types/DataZoneClient.d.ts +5 -2
- package/dist-types/commands/BatchGetAttributesMetadataCommand.d.ts +117 -0
- package/dist-types/commands/BatchPutAttributesMetadataCommand.d.ts +122 -0
- package/dist-types/commands/CreateProjectCommand.d.ts +1 -2
- package/dist-types/commands/CreateProjectMembershipCommand.d.ts +1 -1
- package/dist-types/commands/CreateProjectProfileCommand.d.ts +1 -1
- package/dist-types/commands/CreateRuleCommand.d.ts +12 -2
- package/dist-types/commands/CreateSubscriptionGrantCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubscriptionRequestCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubscriptionTargetCommand.d.ts +1 -1
- package/dist-types/commands/CreateUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDataProductCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRuleCommand.d.ts +1 -1
- package/dist-types/commands/GetDataProductCommand.d.ts +1 -1
- package/dist-types/commands/GetMetadataGenerationRunCommand.d.ts +1 -1
- package/dist-types/commands/GetRuleCommand.d.ts +7 -2
- package/dist-types/commands/ListMetadataGenerationRunsCommand.d.ts +1 -1
- package/dist-types/commands/ListRulesCommand.d.ts +3 -3
- package/dist-types/commands/ListSubscriptionGrantsCommand.d.ts +1 -2
- package/dist-types/commands/ListSubscriptionRequestsCommand.d.ts +1 -1
- package/dist-types/commands/ListSubscriptionTargetsCommand.d.ts +1 -1
- package/dist-types/commands/ListSubscriptionsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListTimeSeriesDataPointsCommand.d.ts +1 -1
- package/dist-types/commands/PostLineageEventCommand.d.ts +1 -1
- package/dist-types/commands/PostTimeSeriesDataPointsCommand.d.ts +1 -1
- package/dist-types/commands/RejectPredictionsCommand.d.ts +1 -1
- package/dist-types/commands/RejectSubscriptionRequestCommand.d.ts +1 -1
- package/dist-types/commands/RemoveEntityOwnerCommand.d.ts +1 -1
- package/dist-types/commands/RemovePolicyGrantCommand.d.ts +1 -1
- package/dist-types/commands/RevokeSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/SearchCommand.d.ts +2 -1
- package/dist-types/commands/SearchGroupProfilesCommand.d.ts +1 -1
- package/dist-types/commands/SearchListingsCommand.d.ts +2 -1
- package/dist-types/commands/SearchTypesCommand.d.ts +2 -1
- package/dist-types/commands/SearchUserProfilesCommand.d.ts +1 -1
- package/dist-types/commands/StartMetadataGenerationRunCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccountPoolCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConnectionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEnvironmentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRootDomainUnitOwnerCommand.d.ts +96 -0
- package/dist-types/commands/UpdateRuleCommand.d.ts +12 -2
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/index.d.ts +5 -1
- package/dist-types/models/enums.d.ts +1297 -0
- package/dist-types/models/errors.d.ts +100 -0
- package/dist-types/models/models_0.d.ts +1716 -820
- package/dist-types/models/models_1.d.ts +5037 -4324
- package/dist-types/models/models_2.d.ts +33 -2816
- package/dist-types/schemas/schemas_0.d.ts +21 -1
- package/dist-types/ts3.4/DataZone.d.ts +51 -0
- package/dist-types/ts3.4/DataZoneClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/BatchGetAttributesMetadataCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/BatchPutAttributesMetadataCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/CreateProjectMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateProjectProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSubscriptionGrantCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSubscriptionRequestCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSubscriptionTargetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateUserProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDataProductCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDataProductCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetMetadataGenerationRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMetadataGenerationRunsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSubscriptionGrantsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListSubscriptionRequestsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSubscriptionTargetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSubscriptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTimeSeriesDataPointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PostLineageEventCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PostTimeSeriesDataPointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectPredictionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectSubscriptionRequestCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RemoveEntityOwnerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RemovePolicyGrantCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RevokeSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/SearchGroupProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchListingsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/SearchTypesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/SearchUserProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartMetadataGenerationRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAccountPoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRootDomainUnitOwnerCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/index.d.ts +5 -1
- package/dist-types/ts3.4/models/enums.d.ts +728 -0
- package/dist-types/ts3.4/models/errors.d.ts +58 -0
- package/dist-types/ts3.4/models/models_0.d.ts +560 -490
- package/dist-types/ts3.4/models/models_1.d.ts +845 -788
- package/dist-types/ts3.4/models/models_2.d.ts +31 -810
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +21 -1
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -3
- package/dist-types/models/index.d.ts +0 -3
- package/dist-types/ts3.4/models/index.d.ts +0 -3
|
@@ -83,6 +83,8 @@ export declare var AssociateGovernedTermsOutput: StaticStructureSchema;
|
|
|
83
83
|
export declare var AthenaPropertiesInput: StaticStructureSchema;
|
|
84
84
|
export declare var AthenaPropertiesOutput: StaticStructureSchema;
|
|
85
85
|
export declare var AthenaPropertiesPatch: StaticStructureSchema;
|
|
86
|
+
export declare var AttributeError: StaticStructureSchema;
|
|
87
|
+
export declare var AttributeInput: StaticStructureSchema;
|
|
86
88
|
export declare var AuthenticationConfiguration: StaticStructureSchema;
|
|
87
89
|
export declare var AuthenticationConfigurationInput: StaticStructureSchema;
|
|
88
90
|
export declare var AuthenticationConfigurationPatch: StaticStructureSchema;
|
|
@@ -90,6 +92,12 @@ export declare var AuthorizationCodeProperties: StaticStructureSchema;
|
|
|
90
92
|
export declare var AwsConsoleLinkParameters: StaticStructureSchema;
|
|
91
93
|
export declare var AwsLocation: StaticStructureSchema;
|
|
92
94
|
export declare var BasicAuthenticationCredentials: StaticStructureSchema;
|
|
95
|
+
export declare var BatchGetAttributeOutput: StaticStructureSchema;
|
|
96
|
+
export declare var BatchGetAttributesMetadataInput: StaticStructureSchema;
|
|
97
|
+
export declare var BatchGetAttributesMetadataOutput: StaticStructureSchema;
|
|
98
|
+
export declare var BatchPutAttributeOutput: StaticStructureSchema;
|
|
99
|
+
export declare var BatchPutAttributesMetadataInput: StaticStructureSchema;
|
|
100
|
+
export declare var BatchPutAttributesMetadataOutput: StaticStructureSchema;
|
|
93
101
|
export declare var BusinessNameGenerationConfiguration: StaticStructureSchema;
|
|
94
102
|
export declare var CancelMetadataGenerationRunInput: StaticStructureSchema;
|
|
95
103
|
export declare var CancelMetadataGenerationRunOutput: StaticStructureSchema;
|
|
@@ -332,6 +340,7 @@ export declare var GetUserProfileInput: StaticStructureSchema;
|
|
|
332
340
|
export declare var GetUserProfileOutput: StaticStructureSchema;
|
|
333
341
|
export declare var GlossaryItem: StaticStructureSchema;
|
|
334
342
|
export declare var GlossaryItemAdditionalAttributes: StaticStructureSchema;
|
|
343
|
+
export declare var GlossaryTermEnforcementDetail: StaticStructureSchema;
|
|
335
344
|
export declare var GlossaryTermItem: StaticStructureSchema;
|
|
336
345
|
export declare var GlossaryTermItemAdditionalAttributes: StaticStructureSchema;
|
|
337
346
|
export declare var GlueConnection: StaticStructureSchema;
|
|
@@ -575,7 +584,7 @@ export declare var TimeSeriesDataPointFormOutput: StaticStructureSchema;
|
|
|
575
584
|
export declare var TimeSeriesDataPointSummaryFormOutput: StaticStructureSchema;
|
|
576
585
|
export declare var Topic: StaticStructureSchema;
|
|
577
586
|
export declare var UnauthorizedException: StaticErrorSchema;
|
|
578
|
-
export declare var
|
|
587
|
+
export declare var Unit_n0: StaticStructureSchema;
|
|
579
588
|
export declare var UntagResourceRequest: StaticStructureSchema;
|
|
580
589
|
export declare var UntagResourceResponse: StaticStructureSchema;
|
|
581
590
|
export declare var UpdateAccountPoolInput: StaticStructureSchema;
|
|
@@ -608,6 +617,8 @@ export declare var UpdateProjectInput: StaticStructureSchema;
|
|
|
608
617
|
export declare var UpdateProjectOutput: StaticStructureSchema;
|
|
609
618
|
export declare var UpdateProjectProfileInput: StaticStructureSchema;
|
|
610
619
|
export declare var UpdateProjectProfileOutput: StaticStructureSchema;
|
|
620
|
+
export declare var UpdateRootDomainUnitOwnerInput: StaticStructureSchema;
|
|
621
|
+
export declare var UpdateRootDomainUnitOwnerOutput: StaticStructureSchema;
|
|
611
622
|
export declare var UpdateRuleInput: StaticStructureSchema;
|
|
612
623
|
export declare var UpdateRuleOutput: StaticStructureSchema;
|
|
613
624
|
export declare var UpdateSubscriptionGrantStatusInput: StaticStructureSchema;
|
|
@@ -640,8 +651,13 @@ export declare var AssetPermissions: StaticListSchema;
|
|
|
640
651
|
export declare var AssetRevisions: StaticListSchema;
|
|
641
652
|
export declare var AssetTargetNames: StaticListSchema;
|
|
642
653
|
export declare var AssetTypeIdentifiers: number;
|
|
654
|
+
export declare var Attributes: StaticListSchema;
|
|
655
|
+
export declare var AttributesErrors: StaticListSchema;
|
|
656
|
+
export declare var AttributesList: number;
|
|
643
657
|
export declare var AuthorizedPrincipalIdentifiers: number;
|
|
644
658
|
export declare var AwsRegionList: number;
|
|
659
|
+
export declare var BatchGetAttributeItems: StaticListSchema;
|
|
660
|
+
export declare var BatchPutAttributeItems: StaticListSchema;
|
|
645
661
|
export declare var ColumnNameList: number;
|
|
646
662
|
export declare var ComputeEnvironmentsList: number;
|
|
647
663
|
export declare var ConfigurableActionParameterList: StaticListSchema;
|
|
@@ -677,6 +693,7 @@ export declare var FilterIds: number;
|
|
|
677
693
|
export declare var FilterList: StaticListSchema;
|
|
678
694
|
export declare var FormInputList: StaticListSchema;
|
|
679
695
|
export declare var FormOutputList: StaticListSchema;
|
|
696
|
+
export declare var GlossaryTermIdentifiers: number;
|
|
680
697
|
export declare var GlossaryTerms: number;
|
|
681
698
|
export declare var GlossaryUsageRestrictions: number;
|
|
682
699
|
export declare var GovernedGlossaryTerms: number;
|
|
@@ -813,6 +830,8 @@ export declare var AddEntityOwner: StaticOperationSchema;
|
|
|
813
830
|
export declare var AddPolicyGrant: StaticOperationSchema;
|
|
814
831
|
export declare var AssociateEnvironmentRole: StaticOperationSchema;
|
|
815
832
|
export declare var AssociateGovernedTerms: StaticOperationSchema;
|
|
833
|
+
export declare var BatchGetAttributesMetadata: StaticOperationSchema;
|
|
834
|
+
export declare var BatchPutAttributesMetadata: StaticOperationSchema;
|
|
816
835
|
export declare var CancelMetadataGenerationRun: StaticOperationSchema;
|
|
817
836
|
export declare var CancelSubscription: StaticOperationSchema;
|
|
818
837
|
export declare var CreateAccountPool: StaticOperationSchema;
|
|
@@ -971,6 +990,7 @@ export declare var UpdateGlossaryTerm: StaticOperationSchema;
|
|
|
971
990
|
export declare var UpdateGroupProfile: StaticOperationSchema;
|
|
972
991
|
export declare var UpdateProject: StaticOperationSchema;
|
|
973
992
|
export declare var UpdateProjectProfile: StaticOperationSchema;
|
|
993
|
+
export declare var UpdateRootDomainUnitOwner: StaticOperationSchema;
|
|
974
994
|
export declare var UpdateRule: StaticOperationSchema;
|
|
975
995
|
export declare var UpdateSubscriptionGrantStatus: StaticOperationSchema;
|
|
976
996
|
export declare var UpdateSubscriptionRequest: StaticOperationSchema;
|
|
@@ -23,6 +23,14 @@ import {
|
|
|
23
23
|
AssociateGovernedTermsCommandInput,
|
|
24
24
|
AssociateGovernedTermsCommandOutput,
|
|
25
25
|
} from "./commands/AssociateGovernedTermsCommand";
|
|
26
|
+
import {
|
|
27
|
+
BatchGetAttributesMetadataCommandInput,
|
|
28
|
+
BatchGetAttributesMetadataCommandOutput,
|
|
29
|
+
} from "./commands/BatchGetAttributesMetadataCommand";
|
|
30
|
+
import {
|
|
31
|
+
BatchPutAttributesMetadataCommandInput,
|
|
32
|
+
BatchPutAttributesMetadataCommandOutput,
|
|
33
|
+
} from "./commands/BatchPutAttributesMetadataCommand";
|
|
26
34
|
import {
|
|
27
35
|
CancelMetadataGenerationRunCommandInput,
|
|
28
36
|
CancelMetadataGenerationRunCommandOutput,
|
|
@@ -655,6 +663,10 @@ import {
|
|
|
655
663
|
UpdateProjectProfileCommandInput,
|
|
656
664
|
UpdateProjectProfileCommandOutput,
|
|
657
665
|
} from "./commands/UpdateProjectProfileCommand";
|
|
666
|
+
import {
|
|
667
|
+
UpdateRootDomainUnitOwnerCommandInput,
|
|
668
|
+
UpdateRootDomainUnitOwnerCommandOutput,
|
|
669
|
+
} from "./commands/UpdateRootDomainUnitOwnerCommand";
|
|
658
670
|
import {
|
|
659
671
|
UpdateRuleCommandInput,
|
|
660
672
|
UpdateRuleCommandOutput,
|
|
@@ -755,6 +767,32 @@ export interface DataZone {
|
|
|
755
767
|
options: __HttpHandlerOptions,
|
|
756
768
|
cb: (err: any, data?: AssociateGovernedTermsCommandOutput) => void
|
|
757
769
|
): void;
|
|
770
|
+
batchGetAttributesMetadata(
|
|
771
|
+
args: BatchGetAttributesMetadataCommandInput,
|
|
772
|
+
options?: __HttpHandlerOptions
|
|
773
|
+
): Promise<BatchGetAttributesMetadataCommandOutput>;
|
|
774
|
+
batchGetAttributesMetadata(
|
|
775
|
+
args: BatchGetAttributesMetadataCommandInput,
|
|
776
|
+
cb: (err: any, data?: BatchGetAttributesMetadataCommandOutput) => void
|
|
777
|
+
): void;
|
|
778
|
+
batchGetAttributesMetadata(
|
|
779
|
+
args: BatchGetAttributesMetadataCommandInput,
|
|
780
|
+
options: __HttpHandlerOptions,
|
|
781
|
+
cb: (err: any, data?: BatchGetAttributesMetadataCommandOutput) => void
|
|
782
|
+
): void;
|
|
783
|
+
batchPutAttributesMetadata(
|
|
784
|
+
args: BatchPutAttributesMetadataCommandInput,
|
|
785
|
+
options?: __HttpHandlerOptions
|
|
786
|
+
): Promise<BatchPutAttributesMetadataCommandOutput>;
|
|
787
|
+
batchPutAttributesMetadata(
|
|
788
|
+
args: BatchPutAttributesMetadataCommandInput,
|
|
789
|
+
cb: (err: any, data?: BatchPutAttributesMetadataCommandOutput) => void
|
|
790
|
+
): void;
|
|
791
|
+
batchPutAttributesMetadata(
|
|
792
|
+
args: BatchPutAttributesMetadataCommandInput,
|
|
793
|
+
options: __HttpHandlerOptions,
|
|
794
|
+
cb: (err: any, data?: BatchPutAttributesMetadataCommandOutput) => void
|
|
795
|
+
): void;
|
|
758
796
|
cancelMetadataGenerationRun(
|
|
759
797
|
args: CancelMetadataGenerationRunCommandInput,
|
|
760
798
|
options?: __HttpHandlerOptions
|
|
@@ -2834,6 +2872,19 @@ export interface DataZone {
|
|
|
2834
2872
|
options: __HttpHandlerOptions,
|
|
2835
2873
|
cb: (err: any, data?: UpdateProjectProfileCommandOutput) => void
|
|
2836
2874
|
): void;
|
|
2875
|
+
updateRootDomainUnitOwner(
|
|
2876
|
+
args: UpdateRootDomainUnitOwnerCommandInput,
|
|
2877
|
+
options?: __HttpHandlerOptions
|
|
2878
|
+
): Promise<UpdateRootDomainUnitOwnerCommandOutput>;
|
|
2879
|
+
updateRootDomainUnitOwner(
|
|
2880
|
+
args: UpdateRootDomainUnitOwnerCommandInput,
|
|
2881
|
+
cb: (err: any, data?: UpdateRootDomainUnitOwnerCommandOutput) => void
|
|
2882
|
+
): void;
|
|
2883
|
+
updateRootDomainUnitOwner(
|
|
2884
|
+
args: UpdateRootDomainUnitOwnerCommandInput,
|
|
2885
|
+
options: __HttpHandlerOptions,
|
|
2886
|
+
cb: (err: any, data?: UpdateRootDomainUnitOwnerCommandOutput) => void
|
|
2887
|
+
): void;
|
|
2837
2888
|
updateRule(
|
|
2838
2889
|
args: UpdateRuleCommandInput,
|
|
2839
2890
|
options?: __HttpHandlerOptions
|
|
@@ -72,6 +72,14 @@ import {
|
|
|
72
72
|
AssociateGovernedTermsCommandInput,
|
|
73
73
|
AssociateGovernedTermsCommandOutput,
|
|
74
74
|
} from "./commands/AssociateGovernedTermsCommand";
|
|
75
|
+
import {
|
|
76
|
+
BatchGetAttributesMetadataCommandInput,
|
|
77
|
+
BatchGetAttributesMetadataCommandOutput,
|
|
78
|
+
} from "./commands/BatchGetAttributesMetadataCommand";
|
|
79
|
+
import {
|
|
80
|
+
BatchPutAttributesMetadataCommandInput,
|
|
81
|
+
BatchPutAttributesMetadataCommandOutput,
|
|
82
|
+
} from "./commands/BatchPutAttributesMetadataCommand";
|
|
75
83
|
import {
|
|
76
84
|
CancelMetadataGenerationRunCommandInput,
|
|
77
85
|
CancelMetadataGenerationRunCommandOutput,
|
|
@@ -704,6 +712,10 @@ import {
|
|
|
704
712
|
UpdateProjectProfileCommandInput,
|
|
705
713
|
UpdateProjectProfileCommandOutput,
|
|
706
714
|
} from "./commands/UpdateProjectProfileCommand";
|
|
715
|
+
import {
|
|
716
|
+
UpdateRootDomainUnitOwnerCommandInput,
|
|
717
|
+
UpdateRootDomainUnitOwnerCommandOutput,
|
|
718
|
+
} from "./commands/UpdateRootDomainUnitOwnerCommand";
|
|
707
719
|
import {
|
|
708
720
|
UpdateRuleCommandInput,
|
|
709
721
|
UpdateRuleCommandOutput,
|
|
@@ -738,6 +750,8 @@ export type ServiceInputTypes =
|
|
|
738
750
|
| AddPolicyGrantCommandInput
|
|
739
751
|
| AssociateEnvironmentRoleCommandInput
|
|
740
752
|
| AssociateGovernedTermsCommandInput
|
|
753
|
+
| BatchGetAttributesMetadataCommandInput
|
|
754
|
+
| BatchPutAttributesMetadataCommandInput
|
|
741
755
|
| CancelMetadataGenerationRunCommandInput
|
|
742
756
|
| CancelSubscriptionCommandInput
|
|
743
757
|
| CreateAccountPoolCommandInput
|
|
@@ -896,6 +910,7 @@ export type ServiceInputTypes =
|
|
|
896
910
|
| UpdateGroupProfileCommandInput
|
|
897
911
|
| UpdateProjectCommandInput
|
|
898
912
|
| UpdateProjectProfileCommandInput
|
|
913
|
+
| UpdateRootDomainUnitOwnerCommandInput
|
|
899
914
|
| UpdateRuleCommandInput
|
|
900
915
|
| UpdateSubscriptionGrantStatusCommandInput
|
|
901
916
|
| UpdateSubscriptionRequestCommandInput
|
|
@@ -908,6 +923,8 @@ export type ServiceOutputTypes =
|
|
|
908
923
|
| AddPolicyGrantCommandOutput
|
|
909
924
|
| AssociateEnvironmentRoleCommandOutput
|
|
910
925
|
| AssociateGovernedTermsCommandOutput
|
|
926
|
+
| BatchGetAttributesMetadataCommandOutput
|
|
927
|
+
| BatchPutAttributesMetadataCommandOutput
|
|
911
928
|
| CancelMetadataGenerationRunCommandOutput
|
|
912
929
|
| CancelSubscriptionCommandOutput
|
|
913
930
|
| CreateAccountPoolCommandOutput
|
|
@@ -1066,6 +1083,7 @@ export type ServiceOutputTypes =
|
|
|
1066
1083
|
| UpdateGroupProfileCommandOutput
|
|
1067
1084
|
| UpdateProjectCommandOutput
|
|
1068
1085
|
| UpdateProjectProfileCommandOutput
|
|
1086
|
+
| UpdateRootDomainUnitOwnerCommandOutput
|
|
1069
1087
|
| UpdateRuleCommandOutput
|
|
1070
1088
|
| UpdateSubscriptionGrantStatusCommandOutput
|
|
1071
1089
|
| UpdateSubscriptionRequestCommandOutput
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DataZoneClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../DataZoneClient";
|
|
8
|
+
import {
|
|
9
|
+
BatchGetAttributesMetadataInput,
|
|
10
|
+
BatchGetAttributesMetadataOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface BatchGetAttributesMetadataCommandInput
|
|
15
|
+
extends BatchGetAttributesMetadataInput {}
|
|
16
|
+
export interface BatchGetAttributesMetadataCommandOutput
|
|
17
|
+
extends BatchGetAttributesMetadataOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const BatchGetAttributesMetadataCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: BatchGetAttributesMetadataCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
BatchGetAttributesMetadataCommandInput,
|
|
24
|
+
BatchGetAttributesMetadataCommandOutput,
|
|
25
|
+
DataZoneClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: BatchGetAttributesMetadataCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
BatchGetAttributesMetadataCommandInput,
|
|
33
|
+
BatchGetAttributesMetadataCommandOutput,
|
|
34
|
+
DataZoneClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class BatchGetAttributesMetadataCommand extends BatchGetAttributesMetadataCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: BatchGetAttributesMetadataInput;
|
|
44
|
+
output: BatchGetAttributesMetadataOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: BatchGetAttributesMetadataCommandInput;
|
|
48
|
+
output: BatchGetAttributesMetadataCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DataZoneClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../DataZoneClient";
|
|
8
|
+
import {
|
|
9
|
+
BatchPutAttributesMetadataInput,
|
|
10
|
+
BatchPutAttributesMetadataOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface BatchPutAttributesMetadataCommandInput
|
|
15
|
+
extends BatchPutAttributesMetadataInput {}
|
|
16
|
+
export interface BatchPutAttributesMetadataCommandOutput
|
|
17
|
+
extends BatchPutAttributesMetadataOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const BatchPutAttributesMetadataCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: BatchPutAttributesMetadataCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
BatchPutAttributesMetadataCommandInput,
|
|
24
|
+
BatchPutAttributesMetadataCommandOutput,
|
|
25
|
+
DataZoneClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: BatchPutAttributesMetadataCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
BatchPutAttributesMetadataCommandInput,
|
|
33
|
+
BatchPutAttributesMetadataCommandOutput,
|
|
34
|
+
DataZoneClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class BatchPutAttributesMetadataCommand extends BatchPutAttributesMetadataCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: BatchPutAttributesMetadataInput;
|
|
44
|
+
output: BatchPutAttributesMetadataOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: BatchPutAttributesMetadataCommandInput;
|
|
48
|
+
output: BatchPutAttributesMetadataCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -5,8 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DataZoneClient";
|
|
8
|
-
import { CreateProjectInput } from "../models/models_0";
|
|
9
|
-
import { CreateProjectOutput } from "../models/models_1";
|
|
8
|
+
import { CreateProjectInput, CreateProjectOutput } from "../models/models_0";
|
|
10
9
|
export { __MetadataBearer };
|
|
11
10
|
export { $Command };
|
|
12
11
|
export interface CreateProjectCommandInput extends CreateProjectInput {}
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DataZoneClient";
|
|
8
|
-
import { CreateRuleInput, CreateRuleOutput } from "../models/
|
|
8
|
+
import { CreateRuleInput, CreateRuleOutput } from "../models/models_0";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface CreateRuleCommandInput extends CreateRuleInput {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
CreateSubscriptionRequestInput,
|
|
10
10
|
CreateSubscriptionRequestOutput,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_0";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface CreateSubscriptionRequestCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
CreateSubscriptionTargetInput,
|
|
10
10
|
CreateSubscriptionTargetOutput,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_0";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface CreateSubscriptionTargetCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
CreateUserProfileInput,
|
|
10
10
|
CreateUserProfileOutput,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_0";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface CreateUserProfileCommandInput extends CreateUserProfileInput {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
DeleteDataProductInput,
|
|
10
10
|
DeleteDataProductOutput,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_0";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface DeleteDataProductCommandInput extends DeleteDataProductInput {}
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DataZoneClient";
|
|
8
|
-
import { DeleteRuleInput, DeleteRuleOutput } from "../models/
|
|
8
|
+
import { DeleteRuleInput, DeleteRuleOutput } from "../models/models_1";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface DeleteRuleCommandInput extends DeleteRuleInput {}
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DataZoneClient";
|
|
8
|
-
import { GetDataProductInput, GetDataProductOutput } from "../models/
|
|
8
|
+
import { GetDataProductInput, GetDataProductOutput } from "../models/models_0";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface GetDataProductCommandInput extends GetDataProductInput {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
GetMetadataGenerationRunInput,
|
|
10
10
|
GetMetadataGenerationRunOutput,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface GetMetadataGenerationRunCommandInput
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DataZoneClient";
|
|
8
|
-
import { GetRuleInput, GetRuleOutput } from "../models/
|
|
8
|
+
import { GetRuleInput, GetRuleOutput } from "../models/models_1";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface GetRuleCommandInput extends GetRuleInput {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ListMetadataGenerationRunsInput,
|
|
10
10
|
ListMetadataGenerationRunsOutput,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ListMetadataGenerationRunsCommandInput
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DataZoneClient";
|
|
8
|
-
import { ListRulesInput, ListRulesOutput } from "../models/
|
|
8
|
+
import { ListRulesInput, ListRulesOutput } from "../models/models_1";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface ListRulesCommandInput extends ListRulesInput {}
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DataZoneClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
ListSubscriptionGrantsInput,
|
|
10
|
+
ListSubscriptionGrantsOutput,
|
|
11
|
+
} from "../models/models_1";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface ListSubscriptionGrantsCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ListSubscriptionRequestsInput,
|
|
10
10
|
ListSubscriptionRequestsOutput,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ListSubscriptionRequestsCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ListSubscriptionsInput,
|
|
10
10
|
ListSubscriptionsOutput,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ListSubscriptionsCommandInput extends ListSubscriptionsInput {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ListTimeSeriesDataPointsInput,
|
|
10
10
|
ListTimeSeriesDataPointsOutput,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ListTimeSeriesDataPointsCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
PostTimeSeriesDataPointsInput,
|
|
10
10
|
PostTimeSeriesDataPointsOutput,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface PostTimeSeriesDataPointsCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
RejectPredictionsInput,
|
|
10
10
|
RejectPredictionsOutput,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface RejectPredictionsCommandInput extends RejectPredictionsInput {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
RejectSubscriptionRequestInput,
|
|
10
10
|
RejectSubscriptionRequestOutput,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface RejectSubscriptionRequestCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
RemoveEntityOwnerInput,
|
|
10
10
|
RemoveEntityOwnerOutput,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface RemoveEntityOwnerCommandInput extends RemoveEntityOwnerInput {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
RemovePolicyGrantInput,
|
|
10
10
|
RemovePolicyGrantOutput,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface RemovePolicyGrantCommandInput extends RemovePolicyGrantInput {}
|
|
@@ -5,7 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DataZoneClient";
|
|
8
|
-
import {
|
|
8
|
+
import { SearchOutput } from "../models/models_1";
|
|
9
|
+
import { SearchInput } from "../models/models_2";
|
|
9
10
|
export { __MetadataBearer };
|
|
10
11
|
export { $Command };
|
|
11
12
|
export interface SearchCommandInput extends SearchInput {}
|
|
@@ -5,7 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DataZoneClient";
|
|
8
|
-
import {
|
|
8
|
+
import { SearchListingsOutput } from "../models/models_1";
|
|
9
|
+
import { SearchListingsInput } from "../models/models_2";
|
|
9
10
|
export { __MetadataBearer };
|
|
10
11
|
export { $Command };
|
|
11
12
|
export interface SearchListingsCommandInput extends SearchListingsInput {}
|