@aws-sdk/client-m2 3.296.0 → 3.298.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-cjs/commands/CancelBatchJobExecutionCommand.js +2 -3
- package/dist-cjs/commands/CreateApplicationCommand.js +2 -3
- package/dist-cjs/commands/CreateDataSetImportTaskCommand.js +2 -3
- package/dist-cjs/commands/CreateDeploymentCommand.js +2 -3
- package/dist-cjs/commands/CreateEnvironmentCommand.js +2 -3
- package/dist-cjs/commands/DeleteApplicationCommand.js +2 -3
- package/dist-cjs/commands/DeleteApplicationFromEnvironmentCommand.js +2 -3
- package/dist-cjs/commands/DeleteEnvironmentCommand.js +2 -3
- package/dist-cjs/commands/GetApplicationCommand.js +2 -3
- package/dist-cjs/commands/GetApplicationVersionCommand.js +2 -3
- package/dist-cjs/commands/GetBatchJobExecutionCommand.js +2 -3
- package/dist-cjs/commands/GetDataSetDetailsCommand.js +2 -3
- package/dist-cjs/commands/GetDataSetImportTaskCommand.js +2 -3
- package/dist-cjs/commands/GetDeploymentCommand.js +2 -3
- package/dist-cjs/commands/GetEnvironmentCommand.js +2 -3
- package/dist-cjs/commands/ListApplicationVersionsCommand.js +2 -3
- package/dist-cjs/commands/ListApplicationsCommand.js +2 -3
- package/dist-cjs/commands/ListBatchJobDefinitionsCommand.js +2 -3
- package/dist-cjs/commands/ListBatchJobExecutionsCommand.js +2 -3
- package/dist-cjs/commands/ListDataSetImportHistoryCommand.js +2 -3
- package/dist-cjs/commands/ListDataSetsCommand.js +2 -3
- package/dist-cjs/commands/ListDeploymentsCommand.js +2 -3
- package/dist-cjs/commands/ListEngineVersionsCommand.js +2 -3
- package/dist-cjs/commands/ListEnvironmentsCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/StartApplicationCommand.js +2 -3
- package/dist-cjs/commands/StartBatchJobCommand.js +2 -3
- package/dist-cjs/commands/StopApplicationCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateApplicationCommand.js +2 -3
- package/dist-cjs/commands/UpdateEnvironmentCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -471
- package/dist-es/commands/CancelBatchJobExecutionCommand.js +2 -3
- package/dist-es/commands/CreateApplicationCommand.js +2 -3
- package/dist-es/commands/CreateDataSetImportTaskCommand.js +2 -3
- package/dist-es/commands/CreateDeploymentCommand.js +2 -3
- package/dist-es/commands/CreateEnvironmentCommand.js +2 -3
- package/dist-es/commands/DeleteApplicationCommand.js +2 -3
- package/dist-es/commands/DeleteApplicationFromEnvironmentCommand.js +2 -3
- package/dist-es/commands/DeleteEnvironmentCommand.js +2 -3
- package/dist-es/commands/GetApplicationCommand.js +2 -3
- package/dist-es/commands/GetApplicationVersionCommand.js +2 -3
- package/dist-es/commands/GetBatchJobExecutionCommand.js +2 -3
- package/dist-es/commands/GetDataSetDetailsCommand.js +2 -3
- package/dist-es/commands/GetDataSetImportTaskCommand.js +2 -3
- package/dist-es/commands/GetDeploymentCommand.js +2 -3
- package/dist-es/commands/GetEnvironmentCommand.js +2 -3
- package/dist-es/commands/ListApplicationVersionsCommand.js +2 -3
- package/dist-es/commands/ListApplicationsCommand.js +2 -3
- package/dist-es/commands/ListBatchJobDefinitionsCommand.js +2 -3
- package/dist-es/commands/ListBatchJobExecutionsCommand.js +2 -3
- package/dist-es/commands/ListDataSetImportHistoryCommand.js +2 -3
- package/dist-es/commands/ListDataSetsCommand.js +2 -3
- package/dist-es/commands/ListDeploymentsCommand.js +2 -3
- package/dist-es/commands/ListEngineVersionsCommand.js +2 -3
- package/dist-es/commands/ListEnvironmentsCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/StartApplicationCommand.js +2 -3
- package/dist-es/commands/StartBatchJobCommand.js +2 -3
- package/dist-es/commands/StopApplicationCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateApplicationCommand.js +2 -3
- package/dist-es/commands/UpdateEnvironmentCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -366
- package/dist-types/M2.d.ts +33 -0
- package/dist-types/M2Client.d.ts +24 -4
- package/dist-types/commands/CancelBatchJobExecutionCommand.d.ts +16 -0
- package/dist-types/commands/CreateApplicationCommand.d.ts +16 -0
- package/dist-types/commands/CreateDataSetImportTaskCommand.d.ts +16 -0
- package/dist-types/commands/CreateDeploymentCommand.d.ts +16 -0
- package/dist-types/commands/CreateEnvironmentCommand.d.ts +16 -0
- package/dist-types/commands/DeleteApplicationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteApplicationFromEnvironmentCommand.d.ts +16 -0
- package/dist-types/commands/DeleteEnvironmentCommand.d.ts +16 -0
- package/dist-types/commands/GetApplicationCommand.d.ts +16 -0
- package/dist-types/commands/GetApplicationVersionCommand.d.ts +16 -0
- package/dist-types/commands/GetBatchJobExecutionCommand.d.ts +16 -0
- package/dist-types/commands/GetDataSetDetailsCommand.d.ts +16 -0
- package/dist-types/commands/GetDataSetImportTaskCommand.d.ts +16 -0
- package/dist-types/commands/GetDeploymentCommand.d.ts +16 -0
- package/dist-types/commands/GetEnvironmentCommand.d.ts +16 -0
- package/dist-types/commands/ListApplicationVersionsCommand.d.ts +16 -0
- package/dist-types/commands/ListApplicationsCommand.d.ts +16 -0
- package/dist-types/commands/ListBatchJobDefinitionsCommand.d.ts +16 -0
- package/dist-types/commands/ListBatchJobExecutionsCommand.d.ts +16 -0
- package/dist-types/commands/ListDataSetImportHistoryCommand.d.ts +16 -0
- package/dist-types/commands/ListDataSetsCommand.d.ts +16 -0
- package/dist-types/commands/ListDeploymentsCommand.d.ts +16 -0
- package/dist-types/commands/ListEngineVersionsCommand.d.ts +16 -0
- package/dist-types/commands/ListEnvironmentsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/StartApplicationCommand.d.ts +16 -0
- package/dist-types/commands/StartBatchJobCommand.d.ts +16 -0
- package/dist-types/commands/StopApplicationCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateApplicationCommand.d.ts +16 -0
- package/dist-types/commands/UpdateEnvironmentCommand.d.ts +16 -0
- package/dist-types/models/M2ServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +291 -408
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListApplicationVersionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListApplicationsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListBatchJobDefinitionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListBatchJobExecutionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDataSetImportHistoryPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDataSetsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDeploymentsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListEngineVersionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListEnvironmentsPaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -296
- package/package.json +4 -3
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListApplicationVersionsCommandInput, ListApplicationVersionsCommandOutput } from "../commands/ListApplicationVersionsCommand";
|
|
3
3
|
import { M2PaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListApplicationVersions(config: M2PaginationConfiguration, input: ListApplicationVersionsCommandInput, ...additionalArguments: any): Paginator<ListApplicationVersionsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListApplicationsCommandInput, ListApplicationsCommandOutput } from "../commands/ListApplicationsCommand";
|
|
3
3
|
import { M2PaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListApplications(config: M2PaginationConfiguration, input: ListApplicationsCommandInput, ...additionalArguments: any): Paginator<ListApplicationsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListBatchJobDefinitionsCommandInput, ListBatchJobDefinitionsCommandOutput } from "../commands/ListBatchJobDefinitionsCommand";
|
|
3
3
|
import { M2PaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListBatchJobDefinitions(config: M2PaginationConfiguration, input: ListBatchJobDefinitionsCommandInput, ...additionalArguments: any): Paginator<ListBatchJobDefinitionsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListBatchJobExecutionsCommandInput, ListBatchJobExecutionsCommandOutput } from "../commands/ListBatchJobExecutionsCommand";
|
|
3
3
|
import { M2PaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListBatchJobExecutions(config: M2PaginationConfiguration, input: ListBatchJobExecutionsCommandInput, ...additionalArguments: any): Paginator<ListBatchJobExecutionsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListDataSetImportHistoryCommandInput, ListDataSetImportHistoryCommandOutput } from "../commands/ListDataSetImportHistoryCommand";
|
|
3
3
|
import { M2PaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListDataSetImportHistory(config: M2PaginationConfiguration, input: ListDataSetImportHistoryCommandInput, ...additionalArguments: any): Paginator<ListDataSetImportHistoryCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListDataSetsCommandInput, ListDataSetsCommandOutput } from "../commands/ListDataSetsCommand";
|
|
3
3
|
import { M2PaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListDataSets(config: M2PaginationConfiguration, input: ListDataSetsCommandInput, ...additionalArguments: any): Paginator<ListDataSetsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListDeploymentsCommandInput, ListDeploymentsCommandOutput } from "../commands/ListDeploymentsCommand";
|
|
3
3
|
import { M2PaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListDeployments(config: M2PaginationConfiguration, input: ListDeploymentsCommandInput, ...additionalArguments: any): Paginator<ListDeploymentsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListEngineVersionsCommandInput, ListEngineVersionsCommandOutput } from "../commands/ListEngineVersionsCommand";
|
|
3
3
|
import { M2PaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListEngineVersions(config: M2PaginationConfiguration, input: ListEngineVersionsCommandInput, ...additionalArguments: any): Paginator<ListEngineVersionsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput } from "../commands/ListEnvironmentsCommand";
|
|
3
3
|
import { M2PaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListEnvironments(config: M2PaginationConfiguration, input: ListEnvironmentsCommandInput, ...additionalArguments: any): Paginator<ListEnvironmentsCommandOutput>;
|
|
@@ -836,299 +836,3 @@ export interface UntagResourceRequest {
|
|
|
836
836
|
tagKeys: string[] | undefined;
|
|
837
837
|
}
|
|
838
838
|
export interface UntagResourceResponse {}
|
|
839
|
-
export declare const AlternateKeyFilterSensitiveLog: (obj: AlternateKey) => any;
|
|
840
|
-
export declare const CancelBatchJobExecutionRequestFilterSensitiveLog: (
|
|
841
|
-
obj: CancelBatchJobExecutionRequest
|
|
842
|
-
) => any;
|
|
843
|
-
export declare const CancelBatchJobExecutionResponseFilterSensitiveLog: (
|
|
844
|
-
obj: CancelBatchJobExecutionResponse
|
|
845
|
-
) => any;
|
|
846
|
-
export declare const ValidationExceptionFieldFilterSensitiveLog: (
|
|
847
|
-
obj: ValidationExceptionField
|
|
848
|
-
) => any;
|
|
849
|
-
export declare const DefinitionFilterSensitiveLog: (obj: Definition) => any;
|
|
850
|
-
export declare const CreateApplicationRequestFilterSensitiveLog: (
|
|
851
|
-
obj: CreateApplicationRequest
|
|
852
|
-
) => any;
|
|
853
|
-
export declare const CreateApplicationResponseFilterSensitiveLog: (
|
|
854
|
-
obj: CreateApplicationResponse
|
|
855
|
-
) => any;
|
|
856
|
-
export declare const GdgAttributesFilterSensitiveLog: (
|
|
857
|
-
obj: GdgAttributes
|
|
858
|
-
) => any;
|
|
859
|
-
export declare const PrimaryKeyFilterSensitiveLog: (obj: PrimaryKey) => any;
|
|
860
|
-
export declare const VsamAttributesFilterSensitiveLog: (
|
|
861
|
-
obj: VsamAttributes
|
|
862
|
-
) => any;
|
|
863
|
-
export declare const DatasetOrgAttributesFilterSensitiveLog: (
|
|
864
|
-
obj: DatasetOrgAttributes
|
|
865
|
-
) => any;
|
|
866
|
-
export declare const RecordLengthFilterSensitiveLog: (obj: RecordLength) => any;
|
|
867
|
-
export declare const DataSetFilterSensitiveLog: (obj: DataSet) => any;
|
|
868
|
-
export declare const ExternalLocationFilterSensitiveLog: (
|
|
869
|
-
obj: ExternalLocation
|
|
870
|
-
) => any;
|
|
871
|
-
export declare const DataSetImportItemFilterSensitiveLog: (
|
|
872
|
-
obj: DataSetImportItem
|
|
873
|
-
) => any;
|
|
874
|
-
export declare const DataSetImportConfigFilterSensitiveLog: (
|
|
875
|
-
obj: DataSetImportConfig
|
|
876
|
-
) => any;
|
|
877
|
-
export declare const CreateDataSetImportTaskRequestFilterSensitiveLog: (
|
|
878
|
-
obj: CreateDataSetImportTaskRequest
|
|
879
|
-
) => any;
|
|
880
|
-
export declare const CreateDataSetImportTaskResponseFilterSensitiveLog: (
|
|
881
|
-
obj: CreateDataSetImportTaskResponse
|
|
882
|
-
) => any;
|
|
883
|
-
export declare const CreateDeploymentRequestFilterSensitiveLog: (
|
|
884
|
-
obj: CreateDeploymentRequest
|
|
885
|
-
) => any;
|
|
886
|
-
export declare const CreateDeploymentResponseFilterSensitiveLog: (
|
|
887
|
-
obj: CreateDeploymentResponse
|
|
888
|
-
) => any;
|
|
889
|
-
export declare const DeleteApplicationRequestFilterSensitiveLog: (
|
|
890
|
-
obj: DeleteApplicationRequest
|
|
891
|
-
) => any;
|
|
892
|
-
export declare const DeleteApplicationResponseFilterSensitiveLog: (
|
|
893
|
-
obj: DeleteApplicationResponse
|
|
894
|
-
) => any;
|
|
895
|
-
export declare const DeleteApplicationFromEnvironmentRequestFilterSensitiveLog: (
|
|
896
|
-
obj: DeleteApplicationFromEnvironmentRequest
|
|
897
|
-
) => any;
|
|
898
|
-
export declare const DeleteApplicationFromEnvironmentResponseFilterSensitiveLog: (
|
|
899
|
-
obj: DeleteApplicationFromEnvironmentResponse
|
|
900
|
-
) => any;
|
|
901
|
-
export declare const GetApplicationRequestFilterSensitiveLog: (
|
|
902
|
-
obj: GetApplicationRequest
|
|
903
|
-
) => any;
|
|
904
|
-
export declare const DeployedVersionSummaryFilterSensitiveLog: (
|
|
905
|
-
obj: DeployedVersionSummary
|
|
906
|
-
) => any;
|
|
907
|
-
export declare const ApplicationVersionSummaryFilterSensitiveLog: (
|
|
908
|
-
obj: ApplicationVersionSummary
|
|
909
|
-
) => any;
|
|
910
|
-
export declare const LogGroupSummaryFilterSensitiveLog: (
|
|
911
|
-
obj: LogGroupSummary
|
|
912
|
-
) => any;
|
|
913
|
-
export declare const GetApplicationResponseFilterSensitiveLog: (
|
|
914
|
-
obj: GetApplicationResponse
|
|
915
|
-
) => any;
|
|
916
|
-
export declare const GetApplicationVersionRequestFilterSensitiveLog: (
|
|
917
|
-
obj: GetApplicationVersionRequest
|
|
918
|
-
) => any;
|
|
919
|
-
export declare const GetApplicationVersionResponseFilterSensitiveLog: (
|
|
920
|
-
obj: GetApplicationVersionResponse
|
|
921
|
-
) => any;
|
|
922
|
-
export declare const GetBatchJobExecutionRequestFilterSensitiveLog: (
|
|
923
|
-
obj: GetBatchJobExecutionRequest
|
|
924
|
-
) => any;
|
|
925
|
-
export declare const FileBatchJobIdentifierFilterSensitiveLog: (
|
|
926
|
-
obj: FileBatchJobIdentifier
|
|
927
|
-
) => any;
|
|
928
|
-
export declare const ScriptBatchJobIdentifierFilterSensitiveLog: (
|
|
929
|
-
obj: ScriptBatchJobIdentifier
|
|
930
|
-
) => any;
|
|
931
|
-
export declare const BatchJobIdentifierFilterSensitiveLog: (
|
|
932
|
-
obj: BatchJobIdentifier
|
|
933
|
-
) => any;
|
|
934
|
-
export declare const GetBatchJobExecutionResponseFilterSensitiveLog: (
|
|
935
|
-
obj: GetBatchJobExecutionResponse
|
|
936
|
-
) => any;
|
|
937
|
-
export declare const GetDataSetDetailsRequestFilterSensitiveLog: (
|
|
938
|
-
obj: GetDataSetDetailsRequest
|
|
939
|
-
) => any;
|
|
940
|
-
export declare const GdgDetailAttributesFilterSensitiveLog: (
|
|
941
|
-
obj: GdgDetailAttributes
|
|
942
|
-
) => any;
|
|
943
|
-
export declare const VsamDetailAttributesFilterSensitiveLog: (
|
|
944
|
-
obj: VsamDetailAttributes
|
|
945
|
-
) => any;
|
|
946
|
-
export declare const DatasetDetailOrgAttributesFilterSensitiveLog: (
|
|
947
|
-
obj: DatasetDetailOrgAttributes
|
|
948
|
-
) => any;
|
|
949
|
-
export declare const GetDataSetDetailsResponseFilterSensitiveLog: (
|
|
950
|
-
obj: GetDataSetDetailsResponse
|
|
951
|
-
) => any;
|
|
952
|
-
export declare const GetDataSetImportTaskRequestFilterSensitiveLog: (
|
|
953
|
-
obj: GetDataSetImportTaskRequest
|
|
954
|
-
) => any;
|
|
955
|
-
export declare const DataSetImportSummaryFilterSensitiveLog: (
|
|
956
|
-
obj: DataSetImportSummary
|
|
957
|
-
) => any;
|
|
958
|
-
export declare const GetDataSetImportTaskResponseFilterSensitiveLog: (
|
|
959
|
-
obj: GetDataSetImportTaskResponse
|
|
960
|
-
) => any;
|
|
961
|
-
export declare const GetDeploymentRequestFilterSensitiveLog: (
|
|
962
|
-
obj: GetDeploymentRequest
|
|
963
|
-
) => any;
|
|
964
|
-
export declare const GetDeploymentResponseFilterSensitiveLog: (
|
|
965
|
-
obj: GetDeploymentResponse
|
|
966
|
-
) => any;
|
|
967
|
-
export declare const ListApplicationsRequestFilterSensitiveLog: (
|
|
968
|
-
obj: ListApplicationsRequest
|
|
969
|
-
) => any;
|
|
970
|
-
export declare const ApplicationSummaryFilterSensitiveLog: (
|
|
971
|
-
obj: ApplicationSummary
|
|
972
|
-
) => any;
|
|
973
|
-
export declare const ListApplicationsResponseFilterSensitiveLog: (
|
|
974
|
-
obj: ListApplicationsResponse
|
|
975
|
-
) => any;
|
|
976
|
-
export declare const ListApplicationVersionsRequestFilterSensitiveLog: (
|
|
977
|
-
obj: ListApplicationVersionsRequest
|
|
978
|
-
) => any;
|
|
979
|
-
export declare const ListApplicationVersionsResponseFilterSensitiveLog: (
|
|
980
|
-
obj: ListApplicationVersionsResponse
|
|
981
|
-
) => any;
|
|
982
|
-
export declare const ListBatchJobDefinitionsRequestFilterSensitiveLog: (
|
|
983
|
-
obj: ListBatchJobDefinitionsRequest
|
|
984
|
-
) => any;
|
|
985
|
-
export declare const FileBatchJobDefinitionFilterSensitiveLog: (
|
|
986
|
-
obj: FileBatchJobDefinition
|
|
987
|
-
) => any;
|
|
988
|
-
export declare const ScriptBatchJobDefinitionFilterSensitiveLog: (
|
|
989
|
-
obj: ScriptBatchJobDefinition
|
|
990
|
-
) => any;
|
|
991
|
-
export declare const BatchJobDefinitionFilterSensitiveLog: (
|
|
992
|
-
obj: BatchJobDefinition
|
|
993
|
-
) => any;
|
|
994
|
-
export declare const ListBatchJobDefinitionsResponseFilterSensitiveLog: (
|
|
995
|
-
obj: ListBatchJobDefinitionsResponse
|
|
996
|
-
) => any;
|
|
997
|
-
export declare const ListBatchJobExecutionsRequestFilterSensitiveLog: (
|
|
998
|
-
obj: ListBatchJobExecutionsRequest
|
|
999
|
-
) => any;
|
|
1000
|
-
export declare const BatchJobExecutionSummaryFilterSensitiveLog: (
|
|
1001
|
-
obj: BatchJobExecutionSummary
|
|
1002
|
-
) => any;
|
|
1003
|
-
export declare const ListBatchJobExecutionsResponseFilterSensitiveLog: (
|
|
1004
|
-
obj: ListBatchJobExecutionsResponse
|
|
1005
|
-
) => any;
|
|
1006
|
-
export declare const ListDataSetImportHistoryRequestFilterSensitiveLog: (
|
|
1007
|
-
obj: ListDataSetImportHistoryRequest
|
|
1008
|
-
) => any;
|
|
1009
|
-
export declare const DataSetImportTaskFilterSensitiveLog: (
|
|
1010
|
-
obj: DataSetImportTask
|
|
1011
|
-
) => any;
|
|
1012
|
-
export declare const ListDataSetImportHistoryResponseFilterSensitiveLog: (
|
|
1013
|
-
obj: ListDataSetImportHistoryResponse
|
|
1014
|
-
) => any;
|
|
1015
|
-
export declare const ListDataSetsRequestFilterSensitiveLog: (
|
|
1016
|
-
obj: ListDataSetsRequest
|
|
1017
|
-
) => any;
|
|
1018
|
-
export declare const DataSetSummaryFilterSensitiveLog: (
|
|
1019
|
-
obj: DataSetSummary
|
|
1020
|
-
) => any;
|
|
1021
|
-
export declare const ListDataSetsResponseFilterSensitiveLog: (
|
|
1022
|
-
obj: ListDataSetsResponse
|
|
1023
|
-
) => any;
|
|
1024
|
-
export declare const ListDeploymentsRequestFilterSensitiveLog: (
|
|
1025
|
-
obj: ListDeploymentsRequest
|
|
1026
|
-
) => any;
|
|
1027
|
-
export declare const DeploymentSummaryFilterSensitiveLog: (
|
|
1028
|
-
obj: DeploymentSummary
|
|
1029
|
-
) => any;
|
|
1030
|
-
export declare const ListDeploymentsResponseFilterSensitiveLog: (
|
|
1031
|
-
obj: ListDeploymentsResponse
|
|
1032
|
-
) => any;
|
|
1033
|
-
export declare const StartApplicationRequestFilterSensitiveLog: (
|
|
1034
|
-
obj: StartApplicationRequest
|
|
1035
|
-
) => any;
|
|
1036
|
-
export declare const StartApplicationResponseFilterSensitiveLog: (
|
|
1037
|
-
obj: StartApplicationResponse
|
|
1038
|
-
) => any;
|
|
1039
|
-
export declare const StartBatchJobRequestFilterSensitiveLog: (
|
|
1040
|
-
obj: StartBatchJobRequest
|
|
1041
|
-
) => any;
|
|
1042
|
-
export declare const StartBatchJobResponseFilterSensitiveLog: (
|
|
1043
|
-
obj: StartBatchJobResponse
|
|
1044
|
-
) => any;
|
|
1045
|
-
export declare const StopApplicationRequestFilterSensitiveLog: (
|
|
1046
|
-
obj: StopApplicationRequest
|
|
1047
|
-
) => any;
|
|
1048
|
-
export declare const StopApplicationResponseFilterSensitiveLog: (
|
|
1049
|
-
obj: StopApplicationResponse
|
|
1050
|
-
) => any;
|
|
1051
|
-
export declare const UpdateApplicationRequestFilterSensitiveLog: (
|
|
1052
|
-
obj: UpdateApplicationRequest
|
|
1053
|
-
) => any;
|
|
1054
|
-
export declare const UpdateApplicationResponseFilterSensitiveLog: (
|
|
1055
|
-
obj: UpdateApplicationResponse
|
|
1056
|
-
) => any;
|
|
1057
|
-
export declare const HighAvailabilityConfigFilterSensitiveLog: (
|
|
1058
|
-
obj: HighAvailabilityConfig
|
|
1059
|
-
) => any;
|
|
1060
|
-
export declare const EfsStorageConfigurationFilterSensitiveLog: (
|
|
1061
|
-
obj: EfsStorageConfiguration
|
|
1062
|
-
) => any;
|
|
1063
|
-
export declare const FsxStorageConfigurationFilterSensitiveLog: (
|
|
1064
|
-
obj: FsxStorageConfiguration
|
|
1065
|
-
) => any;
|
|
1066
|
-
export declare const StorageConfigurationFilterSensitiveLog: (
|
|
1067
|
-
obj: StorageConfiguration
|
|
1068
|
-
) => any;
|
|
1069
|
-
export declare const CreateEnvironmentRequestFilterSensitiveLog: (
|
|
1070
|
-
obj: CreateEnvironmentRequest
|
|
1071
|
-
) => any;
|
|
1072
|
-
export declare const CreateEnvironmentResponseFilterSensitiveLog: (
|
|
1073
|
-
obj: CreateEnvironmentResponse
|
|
1074
|
-
) => any;
|
|
1075
|
-
export declare const DeleteEnvironmentRequestFilterSensitiveLog: (
|
|
1076
|
-
obj: DeleteEnvironmentRequest
|
|
1077
|
-
) => any;
|
|
1078
|
-
export declare const DeleteEnvironmentResponseFilterSensitiveLog: (
|
|
1079
|
-
obj: DeleteEnvironmentResponse
|
|
1080
|
-
) => any;
|
|
1081
|
-
export declare const GetEnvironmentRequestFilterSensitiveLog: (
|
|
1082
|
-
obj: GetEnvironmentRequest
|
|
1083
|
-
) => any;
|
|
1084
|
-
export declare const MaintenanceScheduleFilterSensitiveLog: (
|
|
1085
|
-
obj: MaintenanceSchedule
|
|
1086
|
-
) => any;
|
|
1087
|
-
export declare const PendingMaintenanceFilterSensitiveLog: (
|
|
1088
|
-
obj: PendingMaintenance
|
|
1089
|
-
) => any;
|
|
1090
|
-
export declare const GetEnvironmentResponseFilterSensitiveLog: (
|
|
1091
|
-
obj: GetEnvironmentResponse
|
|
1092
|
-
) => any;
|
|
1093
|
-
export declare const ListEnvironmentsRequestFilterSensitiveLog: (
|
|
1094
|
-
obj: ListEnvironmentsRequest
|
|
1095
|
-
) => any;
|
|
1096
|
-
export declare const EnvironmentSummaryFilterSensitiveLog: (
|
|
1097
|
-
obj: EnvironmentSummary
|
|
1098
|
-
) => any;
|
|
1099
|
-
export declare const ListEnvironmentsResponseFilterSensitiveLog: (
|
|
1100
|
-
obj: ListEnvironmentsResponse
|
|
1101
|
-
) => any;
|
|
1102
|
-
export declare const UpdateEnvironmentRequestFilterSensitiveLog: (
|
|
1103
|
-
obj: UpdateEnvironmentRequest
|
|
1104
|
-
) => any;
|
|
1105
|
-
export declare const UpdateEnvironmentResponseFilterSensitiveLog: (
|
|
1106
|
-
obj: UpdateEnvironmentResponse
|
|
1107
|
-
) => any;
|
|
1108
|
-
export declare const ListEngineVersionsRequestFilterSensitiveLog: (
|
|
1109
|
-
obj: ListEngineVersionsRequest
|
|
1110
|
-
) => any;
|
|
1111
|
-
export declare const EngineVersionsSummaryFilterSensitiveLog: (
|
|
1112
|
-
obj: EngineVersionsSummary
|
|
1113
|
-
) => any;
|
|
1114
|
-
export declare const ListEngineVersionsResponseFilterSensitiveLog: (
|
|
1115
|
-
obj: ListEngineVersionsResponse
|
|
1116
|
-
) => any;
|
|
1117
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
1118
|
-
obj: ListTagsForResourceRequest
|
|
1119
|
-
) => any;
|
|
1120
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
1121
|
-
obj: ListTagsForResourceResponse
|
|
1122
|
-
) => any;
|
|
1123
|
-
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
1124
|
-
obj: TagResourceRequest
|
|
1125
|
-
) => any;
|
|
1126
|
-
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
1127
|
-
obj: TagResourceResponse
|
|
1128
|
-
) => any;
|
|
1129
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
1130
|
-
obj: UntagResourceRequest
|
|
1131
|
-
) => any;
|
|
1132
|
-
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
1133
|
-
obj: UntagResourceResponse
|
|
1134
|
-
) => any;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-m2",
|
|
3
3
|
"description": "AWS SDK for JavaScript M2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.298.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
+
"extract:docs": "api-extractor run --local",
|
|
14
15
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo m2"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -20,9 +21,9 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.298.0",
|
|
24
25
|
"@aws-sdk/config-resolver": "3.296.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.298.0",
|
|
26
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|