@aws-sdk/client-opensearch 3.651.1 → 3.658.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/dist-types/commands/AcceptInboundConnectionCommand.d.ts +11 -0
- package/dist-types/commands/AddDataSourceCommand.d.ts +11 -0
- package/dist-types/commands/AddTagsCommand.d.ts +11 -0
- package/dist-types/commands/AssociatePackageCommand.d.ts +11 -0
- package/dist-types/commands/AuthorizeVpcEndpointAccessCommand.d.ts +11 -0
- package/dist-types/commands/CancelDomainConfigChangeCommand.d.ts +11 -0
- package/dist-types/commands/CancelServiceSoftwareUpdateCommand.d.ts +11 -0
- package/dist-types/commands/CreateDomainCommand.d.ts +11 -0
- package/dist-types/commands/CreateOutboundConnectionCommand.d.ts +11 -0
- package/dist-types/commands/CreatePackageCommand.d.ts +11 -0
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDomainCommand.d.ts +11 -0
- package/dist-types/commands/DeleteInboundConnectionCommand.d.ts +11 -0
- package/dist-types/commands/DeleteOutboundConnectionCommand.d.ts +11 -0
- package/dist-types/commands/DeletePackageCommand.d.ts +11 -0
- package/dist-types/commands/DeleteVpcEndpointCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDomainAutoTunesCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDomainChangeProgressCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDomainCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDomainConfigCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDomainHealthCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDomainNodesCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDomainsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDryRunProgressCommand.d.ts +11 -0
- package/dist-types/commands/DescribeInboundConnectionsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeInstanceTypeLimitsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeOutboundConnectionsCommand.d.ts +11 -0
- package/dist-types/commands/DescribePackagesCommand.d.ts +11 -0
- package/dist-types/commands/DescribeReservedInstanceOfferingsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +11 -0
- package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +11 -0
- package/dist-types/commands/DissociatePackageCommand.d.ts +11 -0
- package/dist-types/commands/GetCompatibleVersionsCommand.d.ts +11 -0
- package/dist-types/commands/GetDataSourceCommand.d.ts +11 -0
- package/dist-types/commands/GetDomainMaintenanceStatusCommand.d.ts +11 -0
- package/dist-types/commands/GetPackageVersionHistoryCommand.d.ts +11 -0
- package/dist-types/commands/GetUpgradeHistoryCommand.d.ts +11 -0
- package/dist-types/commands/GetUpgradeStatusCommand.d.ts +11 -0
- package/dist-types/commands/ListDataSourcesCommand.d.ts +11 -0
- package/dist-types/commands/ListDomainMaintenancesCommand.d.ts +11 -0
- package/dist-types/commands/ListDomainNamesCommand.d.ts +11 -0
- package/dist-types/commands/ListDomainsForPackageCommand.d.ts +11 -0
- package/dist-types/commands/ListInstanceTypeDetailsCommand.d.ts +11 -0
- package/dist-types/commands/ListPackagesForDomainCommand.d.ts +11 -0
- package/dist-types/commands/ListScheduledActionsCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsCommand.d.ts +11 -0
- package/dist-types/commands/ListVersionsCommand.d.ts +11 -0
- package/dist-types/commands/ListVpcEndpointAccessCommand.d.ts +11 -0
- package/dist-types/commands/ListVpcEndpointsCommand.d.ts +11 -0
- package/dist-types/commands/ListVpcEndpointsForDomainCommand.d.ts +11 -0
- package/dist-types/commands/PurchaseReservedInstanceOfferingCommand.d.ts +11 -0
- package/dist-types/commands/RejectInboundConnectionCommand.d.ts +11 -0
- package/dist-types/commands/RemoveTagsCommand.d.ts +11 -0
- package/dist-types/commands/RevokeVpcEndpointAccessCommand.d.ts +11 -0
- package/dist-types/commands/StartDomainMaintenanceCommand.d.ts +11 -0
- package/dist-types/commands/StartServiceSoftwareUpdateCommand.d.ts +11 -0
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateDomainConfigCommand.d.ts +11 -0
- package/dist-types/commands/UpdatePackageCommand.d.ts +11 -0
- package/dist-types/commands/UpdateScheduledActionCommand.d.ts +11 -0
- package/dist-types/commands/UpdateVpcEndpointCommand.d.ts +11 -0
- package/dist-types/commands/UpgradeDomainCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/AcceptInboundConnectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AddDataSourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AssociatePackageCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AuthorizeVpcEndpointAccessCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CancelDomainConfigChangeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CancelServiceSoftwareUpdateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateOutboundConnectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreatePackageCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteInboundConnectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteOutboundConnectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteVpcEndpointCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDomainAutoTunesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDomainChangeProgressCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDomainConfigCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDomainHealthCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDomainNodesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDomainsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDryRunProgressCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeInboundConnectionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeInstanceTypeLimitsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeOutboundConnectionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribePackagesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeReservedInstanceOfferingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DissociatePackageCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetCompatibleVersionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDomainMaintenanceStatusCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetPackageVersionHistoryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetUpgradeHistoryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetUpgradeStatusCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDomainMaintenancesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDomainsForPackageCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListInstanceTypeDetailsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListPackagesForDomainCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListScheduledActionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListVersionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListVpcEndpointAccessCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListVpcEndpointsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListVpcEndpointsForDomainCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PurchaseReservedInstanceOfferingCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RejectInboundConnectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RevokeVpcEndpointAccessCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartDomainMaintenanceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartServiceSoftwareUpdateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateDomainConfigCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdatePackageCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateScheduledActionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateVpcEndpointCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpgradeDomainCommand.d.ts +12 -1
- package/package.json +35 -35
|
@@ -88,4 +88,15 @@ declare const ListDataSourcesCommand_base: {
|
|
|
88
88
|
* @public
|
|
89
89
|
*/
|
|
90
90
|
export declare class ListDataSourcesCommand extends ListDataSourcesCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: ListDataSourcesRequest;
|
|
95
|
+
output: ListDataSourcesResponse;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: ListDataSourcesCommandInput;
|
|
99
|
+
output: ListDataSourcesCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -88,4 +88,15 @@ declare const ListDomainMaintenancesCommand_base: {
|
|
|
88
88
|
* @public
|
|
89
89
|
*/
|
|
90
90
|
export declare class ListDomainMaintenancesCommand extends ListDomainMaintenancesCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: ListDomainMaintenancesRequest;
|
|
95
|
+
output: ListDomainMaintenancesResponse;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: ListDomainMaintenancesCommandInput;
|
|
99
|
+
output: ListDomainMaintenancesCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -69,4 +69,15 @@ declare const ListDomainNamesCommand_base: {
|
|
|
69
69
|
* @public
|
|
70
70
|
*/
|
|
71
71
|
export declare class ListDomainNamesCommand extends ListDomainNamesCommand_base {
|
|
72
|
+
/** @internal type navigation helper, not in runtime. */
|
|
73
|
+
protected static __types: {
|
|
74
|
+
api: {
|
|
75
|
+
input: ListDomainNamesRequest;
|
|
76
|
+
output: ListDomainNamesResponse;
|
|
77
|
+
};
|
|
78
|
+
sdk: {
|
|
79
|
+
input: ListDomainNamesCommandInput;
|
|
80
|
+
output: ListDomainNamesCommandOutput;
|
|
81
|
+
};
|
|
82
|
+
};
|
|
72
83
|
}
|
|
@@ -92,4 +92,15 @@ declare const ListDomainsForPackageCommand_base: {
|
|
|
92
92
|
* @public
|
|
93
93
|
*/
|
|
94
94
|
export declare class ListDomainsForPackageCommand extends ListDomainsForPackageCommand_base {
|
|
95
|
+
/** @internal type navigation helper, not in runtime. */
|
|
96
|
+
protected static __types: {
|
|
97
|
+
api: {
|
|
98
|
+
input: ListDomainsForPackageRequest;
|
|
99
|
+
output: ListDomainsForPackageResponse;
|
|
100
|
+
};
|
|
101
|
+
sdk: {
|
|
102
|
+
input: ListDomainsForPackageCommandInput;
|
|
103
|
+
output: ListDomainsForPackageCommandOutput;
|
|
104
|
+
};
|
|
105
|
+
};
|
|
95
106
|
}
|
|
@@ -91,4 +91,15 @@ declare const ListInstanceTypeDetailsCommand_base: {
|
|
|
91
91
|
* @public
|
|
92
92
|
*/
|
|
93
93
|
export declare class ListInstanceTypeDetailsCommand extends ListInstanceTypeDetailsCommand_base {
|
|
94
|
+
/** @internal type navigation helper, not in runtime. */
|
|
95
|
+
protected static __types: {
|
|
96
|
+
api: {
|
|
97
|
+
input: ListInstanceTypeDetailsRequest;
|
|
98
|
+
output: ListInstanceTypeDetailsResponse;
|
|
99
|
+
};
|
|
100
|
+
sdk: {
|
|
101
|
+
input: ListInstanceTypeDetailsCommandInput;
|
|
102
|
+
output: ListInstanceTypeDetailsCommandOutput;
|
|
103
|
+
};
|
|
104
|
+
};
|
|
94
105
|
}
|
|
@@ -92,4 +92,15 @@ declare const ListPackagesForDomainCommand_base: {
|
|
|
92
92
|
* @public
|
|
93
93
|
*/
|
|
94
94
|
export declare class ListPackagesForDomainCommand extends ListPackagesForDomainCommand_base {
|
|
95
|
+
/** @internal type navigation helper, not in runtime. */
|
|
96
|
+
protected static __types: {
|
|
97
|
+
api: {
|
|
98
|
+
input: ListPackagesForDomainRequest;
|
|
99
|
+
output: ListPackagesForDomainResponse;
|
|
100
|
+
};
|
|
101
|
+
sdk: {
|
|
102
|
+
input: ListPackagesForDomainCommandInput;
|
|
103
|
+
output: ListPackagesForDomainCommandOutput;
|
|
104
|
+
};
|
|
105
|
+
};
|
|
95
106
|
}
|
|
@@ -90,4 +90,15 @@ declare const ListScheduledActionsCommand_base: {
|
|
|
90
90
|
* @public
|
|
91
91
|
*/
|
|
92
92
|
export declare class ListScheduledActionsCommand extends ListScheduledActionsCommand_base {
|
|
93
|
+
/** @internal type navigation helper, not in runtime. */
|
|
94
|
+
protected static __types: {
|
|
95
|
+
api: {
|
|
96
|
+
input: ListScheduledActionsRequest;
|
|
97
|
+
output: ListScheduledActionsResponse;
|
|
98
|
+
};
|
|
99
|
+
sdk: {
|
|
100
|
+
input: ListScheduledActionsCommandInput;
|
|
101
|
+
output: ListScheduledActionsCommandOutput;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
93
104
|
}
|
|
@@ -75,4 +75,15 @@ declare const ListTagsCommand_base: {
|
|
|
75
75
|
* @public
|
|
76
76
|
*/
|
|
77
77
|
export declare class ListTagsCommand extends ListTagsCommand_base {
|
|
78
|
+
/** @internal type navigation helper, not in runtime. */
|
|
79
|
+
protected static __types: {
|
|
80
|
+
api: {
|
|
81
|
+
input: ListTagsRequest;
|
|
82
|
+
output: ListTagsResponse;
|
|
83
|
+
};
|
|
84
|
+
sdk: {
|
|
85
|
+
input: ListTagsCommandInput;
|
|
86
|
+
output: ListTagsCommandOutput;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
78
89
|
}
|
|
@@ -74,4 +74,15 @@ declare const ListVersionsCommand_base: {
|
|
|
74
74
|
* @public
|
|
75
75
|
*/
|
|
76
76
|
export declare class ListVersionsCommand extends ListVersionsCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: ListVersionsRequest;
|
|
81
|
+
output: ListVersionsResponse;
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: ListVersionsCommandInput;
|
|
85
|
+
output: ListVersionsCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
77
88
|
}
|
|
@@ -77,4 +77,15 @@ declare const ListVpcEndpointAccessCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class ListVpcEndpointAccessCommand extends ListVpcEndpointAccessCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: ListVpcEndpointAccessRequest;
|
|
84
|
+
output: ListVpcEndpointAccessResponse;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: ListVpcEndpointAccessCommandInput;
|
|
88
|
+
output: ListVpcEndpointAccessCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -74,4 +74,15 @@ declare const ListVpcEndpointsCommand_base: {
|
|
|
74
74
|
* @public
|
|
75
75
|
*/
|
|
76
76
|
export declare class ListVpcEndpointsCommand extends ListVpcEndpointsCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: ListVpcEndpointsRequest;
|
|
81
|
+
output: ListVpcEndpointsResponse;
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: ListVpcEndpointsCommandInput;
|
|
85
|
+
output: ListVpcEndpointsCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
77
88
|
}
|
|
@@ -79,4 +79,15 @@ declare const ListVpcEndpointsForDomainCommand_base: {
|
|
|
79
79
|
* @public
|
|
80
80
|
*/
|
|
81
81
|
export declare class ListVpcEndpointsForDomainCommand extends ListVpcEndpointsForDomainCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: ListVpcEndpointsForDomainRequest;
|
|
86
|
+
output: ListVpcEndpointsForDomainResponse;
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: ListVpcEndpointsForDomainCommandInput;
|
|
90
|
+
output: ListVpcEndpointsForDomainCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
82
93
|
}
|
|
@@ -78,4 +78,15 @@ declare const PurchaseReservedInstanceOfferingCommand_base: {
|
|
|
78
78
|
* @public
|
|
79
79
|
*/
|
|
80
80
|
export declare class PurchaseReservedInstanceOfferingCommand extends PurchaseReservedInstanceOfferingCommand_base {
|
|
81
|
+
/** @internal type navigation helper, not in runtime. */
|
|
82
|
+
protected static __types: {
|
|
83
|
+
api: {
|
|
84
|
+
input: PurchaseReservedInstanceOfferingRequest;
|
|
85
|
+
output: PurchaseReservedInstanceOfferingResponse;
|
|
86
|
+
};
|
|
87
|
+
sdk: {
|
|
88
|
+
input: PurchaseReservedInstanceOfferingCommandInput;
|
|
89
|
+
output: PurchaseReservedInstanceOfferingCommandOutput;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
81
92
|
}
|
|
@@ -85,4 +85,15 @@ declare const RejectInboundConnectionCommand_base: {
|
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class RejectInboundConnectionCommand extends RejectInboundConnectionCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: RejectInboundConnectionRequest;
|
|
92
|
+
output: RejectInboundConnectionResponse;
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: RejectInboundConnectionCommandInput;
|
|
96
|
+
output: RejectInboundConnectionCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -68,4 +68,15 @@ declare const RemoveTagsCommand_base: {
|
|
|
68
68
|
* @public
|
|
69
69
|
*/
|
|
70
70
|
export declare class RemoveTagsCommand extends RemoveTagsCommand_base {
|
|
71
|
+
/** @internal type navigation helper, not in runtime. */
|
|
72
|
+
protected static __types: {
|
|
73
|
+
api: {
|
|
74
|
+
input: RemoveTagsRequest;
|
|
75
|
+
output: {};
|
|
76
|
+
};
|
|
77
|
+
sdk: {
|
|
78
|
+
input: RemoveTagsCommandInput;
|
|
79
|
+
output: RemoveTagsCommandOutput;
|
|
80
|
+
};
|
|
81
|
+
};
|
|
71
82
|
}
|
|
@@ -72,4 +72,15 @@ declare const RevokeVpcEndpointAccessCommand_base: {
|
|
|
72
72
|
* @public
|
|
73
73
|
*/
|
|
74
74
|
export declare class RevokeVpcEndpointAccessCommand extends RevokeVpcEndpointAccessCommand_base {
|
|
75
|
+
/** @internal type navigation helper, not in runtime. */
|
|
76
|
+
protected static __types: {
|
|
77
|
+
api: {
|
|
78
|
+
input: RevokeVpcEndpointAccessRequest;
|
|
79
|
+
output: {};
|
|
80
|
+
};
|
|
81
|
+
sdk: {
|
|
82
|
+
input: RevokeVpcEndpointAccessCommandInput;
|
|
83
|
+
output: RevokeVpcEndpointAccessCommandOutput;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
75
86
|
}
|
|
@@ -75,4 +75,15 @@ declare const StartDomainMaintenanceCommand_base: {
|
|
|
75
75
|
* @public
|
|
76
76
|
*/
|
|
77
77
|
export declare class StartDomainMaintenanceCommand extends StartDomainMaintenanceCommand_base {
|
|
78
|
+
/** @internal type navigation helper, not in runtime. */
|
|
79
|
+
protected static __types: {
|
|
80
|
+
api: {
|
|
81
|
+
input: StartDomainMaintenanceRequest;
|
|
82
|
+
output: StartDomainMaintenanceResponse;
|
|
83
|
+
};
|
|
84
|
+
sdk: {
|
|
85
|
+
input: StartDomainMaintenanceCommandInput;
|
|
86
|
+
output: StartDomainMaintenanceCommandOutput;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
78
89
|
}
|
|
@@ -82,4 +82,15 @@ declare const StartServiceSoftwareUpdateCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class StartServiceSoftwareUpdateCommand extends StartServiceSoftwareUpdateCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: StartServiceSoftwareUpdateRequest;
|
|
89
|
+
output: StartServiceSoftwareUpdateResponse;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: StartServiceSoftwareUpdateCommandInput;
|
|
93
|
+
output: StartServiceSoftwareUpdateCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -84,4 +84,15 @@ declare const UpdateDataSourceCommand_base: {
|
|
|
84
84
|
* @public
|
|
85
85
|
*/
|
|
86
86
|
export declare class UpdateDataSourceCommand extends UpdateDataSourceCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: UpdateDataSourceRequest;
|
|
91
|
+
output: UpdateDataSourceResponse;
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: UpdateDataSourceCommandInput;
|
|
95
|
+
output: UpdateDataSourceCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
87
98
|
}
|
|
@@ -456,4 +456,15 @@ declare const UpdateDomainConfigCommand_base: {
|
|
|
456
456
|
* @public
|
|
457
457
|
*/
|
|
458
458
|
export declare class UpdateDomainConfigCommand extends UpdateDomainConfigCommand_base {
|
|
459
|
+
/** @internal type navigation helper, not in runtime. */
|
|
460
|
+
protected static __types: {
|
|
461
|
+
api: {
|
|
462
|
+
input: UpdateDomainConfigRequest;
|
|
463
|
+
output: UpdateDomainConfigResponse;
|
|
464
|
+
};
|
|
465
|
+
sdk: {
|
|
466
|
+
input: UpdateDomainConfigCommandInput;
|
|
467
|
+
output: UpdateDomainConfigCommandOutput;
|
|
468
|
+
};
|
|
469
|
+
};
|
|
459
470
|
}
|
|
@@ -103,4 +103,15 @@ declare const UpdatePackageCommand_base: {
|
|
|
103
103
|
* @public
|
|
104
104
|
*/
|
|
105
105
|
export declare class UpdatePackageCommand extends UpdatePackageCommand_base {
|
|
106
|
+
/** @internal type navigation helper, not in runtime. */
|
|
107
|
+
protected static __types: {
|
|
108
|
+
api: {
|
|
109
|
+
input: UpdatePackageRequest;
|
|
110
|
+
output: UpdatePackageResponse;
|
|
111
|
+
};
|
|
112
|
+
sdk: {
|
|
113
|
+
input: UpdatePackageCommandInput;
|
|
114
|
+
output: UpdatePackageCommandOutput;
|
|
115
|
+
};
|
|
116
|
+
};
|
|
106
117
|
}
|
|
@@ -95,4 +95,15 @@ declare const UpdateScheduledActionCommand_base: {
|
|
|
95
95
|
* @public
|
|
96
96
|
*/
|
|
97
97
|
export declare class UpdateScheduledActionCommand extends UpdateScheduledActionCommand_base {
|
|
98
|
+
/** @internal type navigation helper, not in runtime. */
|
|
99
|
+
protected static __types: {
|
|
100
|
+
api: {
|
|
101
|
+
input: UpdateScheduledActionRequest;
|
|
102
|
+
output: UpdateScheduledActionResponse;
|
|
103
|
+
};
|
|
104
|
+
sdk: {
|
|
105
|
+
input: UpdateScheduledActionCommandInput;
|
|
106
|
+
output: UpdateScheduledActionCommandOutput;
|
|
107
|
+
};
|
|
108
|
+
};
|
|
98
109
|
}
|
|
@@ -101,4 +101,15 @@ declare const UpdateVpcEndpointCommand_base: {
|
|
|
101
101
|
* @public
|
|
102
102
|
*/
|
|
103
103
|
export declare class UpdateVpcEndpointCommand extends UpdateVpcEndpointCommand_base {
|
|
104
|
+
/** @internal type navigation helper, not in runtime. */
|
|
105
|
+
protected static __types: {
|
|
106
|
+
api: {
|
|
107
|
+
input: UpdateVpcEndpointRequest;
|
|
108
|
+
output: UpdateVpcEndpointResponse;
|
|
109
|
+
};
|
|
110
|
+
sdk: {
|
|
111
|
+
input: UpdateVpcEndpointCommandInput;
|
|
112
|
+
output: UpdateVpcEndpointCommandOutput;
|
|
113
|
+
};
|
|
114
|
+
};
|
|
104
115
|
}
|
|
@@ -95,4 +95,15 @@ declare const UpgradeDomainCommand_base: {
|
|
|
95
95
|
* @public
|
|
96
96
|
*/
|
|
97
97
|
export declare class UpgradeDomainCommand extends UpgradeDomainCommand_base {
|
|
98
|
+
/** @internal type navigation helper, not in runtime. */
|
|
99
|
+
protected static __types: {
|
|
100
|
+
api: {
|
|
101
|
+
input: UpgradeDomainRequest;
|
|
102
|
+
output: UpgradeDomainResponse;
|
|
103
|
+
};
|
|
104
|
+
sdk: {
|
|
105
|
+
input: UpgradeDomainCommandInput;
|
|
106
|
+
output: UpgradeDomainCommandOutput;
|
|
107
|
+
};
|
|
108
|
+
};
|
|
98
109
|
}
|
|
@@ -37,4 +37,15 @@ declare const AcceptInboundConnectionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class AcceptInboundConnectionCommand extends AcceptInboundConnectionCommand_base {
|
|
40
|
+
export declare class AcceptInboundConnectionCommand extends AcceptInboundConnectionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: AcceptInboundConnectionRequest;
|
|
44
|
+
output: AcceptInboundConnectionResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: AcceptInboundConnectionCommandInput;
|
|
48
|
+
output: AcceptInboundConnectionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const AddDataSourceCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class AddDataSourceCommand extends AddDataSourceCommand_base {
|
|
39
|
+
export declare class AddDataSourceCommand extends AddDataSourceCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: AddDataSourceRequest;
|
|
43
|
+
output: AddDataSourceResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: AddDataSourceCommandInput;
|
|
47
|
+
output: AddDataSourceCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -27,4 +27,15 @@ declare const AddTagsCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
29
|
};
|
|
30
|
-
export declare class AddTagsCommand extends AddTagsCommand_base {
|
|
30
|
+
export declare class AddTagsCommand extends AddTagsCommand_base {
|
|
31
|
+
protected static __types: {
|
|
32
|
+
api: {
|
|
33
|
+
input: AddTagsRequest;
|
|
34
|
+
output: {};
|
|
35
|
+
};
|
|
36
|
+
sdk: {
|
|
37
|
+
input: AddTagsCommandInput;
|
|
38
|
+
output: AddTagsCommandOutput;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const AssociatePackageCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class AssociatePackageCommand extends AssociatePackageCommand_base {
|
|
39
|
+
export declare class AssociatePackageCommand extends AssociatePackageCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: AssociatePackageRequest;
|
|
43
|
+
output: AssociatePackageResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: AssociatePackageCommandInput;
|
|
47
|
+
output: AssociatePackageCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const AuthorizeVpcEndpointAccessCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class AuthorizeVpcEndpointAccessCommand extends AuthorizeVpcEndpointAccessCommand_base {
|
|
40
|
+
export declare class AuthorizeVpcEndpointAccessCommand extends AuthorizeVpcEndpointAccessCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: AuthorizeVpcEndpointAccessRequest;
|
|
44
|
+
output: AuthorizeVpcEndpointAccessResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: AuthorizeVpcEndpointAccessCommandInput;
|
|
48
|
+
output: AuthorizeVpcEndpointAccessCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CancelDomainConfigChangeCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CancelDomainConfigChangeCommand extends CancelDomainConfigChangeCommand_base {
|
|
40
|
+
export declare class CancelDomainConfigChangeCommand extends CancelDomainConfigChangeCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CancelDomainConfigChangeRequest;
|
|
44
|
+
output: CancelDomainConfigChangeResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CancelDomainConfigChangeCommandInput;
|
|
48
|
+
output: CancelDomainConfigChangeCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CancelServiceSoftwareUpdateCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CancelServiceSoftwareUpdateCommand extends CancelServiceSoftwareUpdateCommand_base {
|
|
40
|
+
export declare class CancelServiceSoftwareUpdateCommand extends CancelServiceSoftwareUpdateCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CancelServiceSoftwareUpdateRequest;
|
|
44
|
+
output: CancelServiceSoftwareUpdateResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CancelServiceSoftwareUpdateCommandInput;
|
|
48
|
+
output: CancelServiceSoftwareUpdateCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const CreateDomainCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreateDomainCommand extends CreateDomainCommand_base {
|
|
36
|
+
export declare class CreateDomainCommand extends CreateDomainCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateDomainRequest;
|
|
40
|
+
output: CreateDomainResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateDomainCommandInput;
|
|
44
|
+
output: CreateDomainCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateOutboundConnectionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateOutboundConnectionCommand extends CreateOutboundConnectionCommand_base {
|
|
40
|
+
export declare class CreateOutboundConnectionCommand extends CreateOutboundConnectionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateOutboundConnectionRequest;
|
|
44
|
+
output: CreateOutboundConnectionResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateOutboundConnectionCommandInput;
|
|
48
|
+
output: CreateOutboundConnectionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreatePackageCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreatePackageCommand extends CreatePackageCommand_base {
|
|
39
|
+
export declare class CreatePackageCommand extends CreatePackageCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreatePackageRequest;
|
|
43
|
+
output: CreatePackageResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreatePackageCommandInput;
|
|
47
|
+
output: CreatePackageCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateVpcEndpointCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateVpcEndpointCommand extends CreateVpcEndpointCommand_base {
|
|
40
|
+
export declare class CreateVpcEndpointCommand extends CreateVpcEndpointCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateVpcEndpointRequest;
|
|
44
|
+
output: CreateVpcEndpointResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateVpcEndpointCommandInput;
|
|
48
|
+
output: CreateVpcEndpointCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DeleteDataSourceCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeleteDataSourceCommand extends DeleteDataSourceCommand_base {
|
|
39
|
+
export declare class DeleteDataSourceCommand extends DeleteDataSourceCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteDataSourceRequest;
|
|
43
|
+
output: DeleteDataSourceResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteDataSourceCommandInput;
|
|
47
|
+
output: DeleteDataSourceCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeleteDomainCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeleteDomainCommand extends DeleteDomainCommand_base {
|
|
36
|
+
export declare class DeleteDomainCommand extends DeleteDomainCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteDomainRequest;
|
|
40
|
+
output: DeleteDomainResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteDomainCommandInput;
|
|
44
|
+
output: DeleteDomainCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteInboundConnectionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteInboundConnectionCommand extends DeleteInboundConnectionCommand_base {
|
|
40
|
+
export declare class DeleteInboundConnectionCommand extends DeleteInboundConnectionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteInboundConnectionRequest;
|
|
44
|
+
output: DeleteInboundConnectionResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteInboundConnectionCommandInput;
|
|
48
|
+
output: DeleteInboundConnectionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|