aws-sdk 2.768.0 → 2.772.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +40 -1
- package/README.md +1 -1
- package/apis/accessanalyzer-2019-11-01.min.json +70 -48
- package/apis/amplify-2017-07-25.min.json +58 -46
- package/apis/budgets-2016-10-20.min.json +411 -0
- package/apis/budgets-2016-10-20.paginators.json +18 -0
- package/apis/ce-2017-10-25.min.json +119 -87
- package/apis/dms-2016-01-01.min.json +15 -3
- package/apis/ec2-2016-11-15.min.json +33 -7
- package/apis/elasticache-2015-02-02.min.json +425 -106
- package/apis/elasticache-2015-02-02.paginators.json +12 -0
- package/apis/eventbridge-2015-10-07.min.json +20 -3
- package/apis/events-2015-10-07.min.json +20 -3
- package/apis/groundstation-2019-05-23.min.json +1 -0
- package/apis/iot-2015-05-28.min.json +4 -1
- package/apis/macie2-2020-01-01.min.json +159 -22
- package/apis/medialive-2017-10-14.min.json +366 -194
- package/apis/mediapackage-2017-10-12.min.json +214 -93
- package/apis/rds-2014-10-31.min.json +20 -2
- package/apis/rekognition-2016-06-27.min.json +206 -76
- package/apis/servicecatalog-2015-12-10.min.json +60 -30
- package/apis/servicecatalog-2015-12-10.paginators.json +5 -0
- package/apis/snowball-2016-06-30.min.json +61 -9
- package/apis/ssm-2014-11-06.min.json +147 -126
- package/apis/transfer-2018-11-05.min.json +32 -28
- package/apis/workmail-2017-10-01.min.json +93 -30
- package/apis/xray-2016-04-12.min.json +11 -5
- package/apis/xray-2016-04-12.paginators.json +0 -15
- package/clients/accessanalyzer.d.ts +26 -4
- package/clients/amplify.d.ts +17 -0
- package/clients/budgets.d.ts +358 -0
- package/clients/cloudwatchevents.d.ts +27 -0
- package/clients/computeoptimizer.d.ts +15 -15
- package/clients/costexplorer.d.ts +64 -12
- package/clients/dms.d.ts +26 -2
- package/clients/ec2.d.ts +28 -8
- package/clients/eks.d.ts +2 -2
- package/clients/elasticache.d.ts +416 -4
- package/clients/eventbridge.d.ts +27 -0
- package/clients/glue.d.ts +1 -1
- package/clients/groundstation.d.ts +5 -1
- package/clients/iot.d.ts +10 -6
- package/clients/macie2.d.ts +182 -62
- package/clients/medialive.d.ts +206 -4
- package/clients/mediapackage.d.ts +58 -0
- package/clients/rds.d.ts +26 -14
- package/clients/rekognition.d.ts +155 -14
- package/clients/sagemaker.d.ts +5 -5
- package/clients/servicecatalog.d.ts +66 -21
- package/clients/snowball.d.ts +122 -52
- package/clients/sns.d.ts +1 -1
- package/clients/ssm.d.ts +63 -11
- package/clients/transfer.d.ts +77 -71
- package/clients/workmail.d.ts +91 -1
- package/clients/workspaces.d.ts +12 -12
- package/clients/xray.d.ts +29 -21
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +27 -27
- package/dist/aws-sdk.js +1087 -483
- package/dist/aws-sdk.min.js +78 -78
- package/lib/config-base.d.ts +3 -0
- package/lib/core.d.ts +1 -1
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/clients/ssm.d.ts
CHANGED
|
@@ -597,11 +597,11 @@ declare class SSM extends Service {
|
|
|
597
597
|
*/
|
|
598
598
|
getParameter(callback?: (err: AWSError, data: SSM.Types.GetParameterResult) => void): Request<SSM.Types.GetParameterResult, AWSError>;
|
|
599
599
|
/**
|
|
600
|
-
*
|
|
600
|
+
* Retrieves the history of all changes to a parameter.
|
|
601
601
|
*/
|
|
602
602
|
getParameterHistory(params: SSM.Types.GetParameterHistoryRequest, callback?: (err: AWSError, data: SSM.Types.GetParameterHistoryResult) => void): Request<SSM.Types.GetParameterHistoryResult, AWSError>;
|
|
603
603
|
/**
|
|
604
|
-
*
|
|
604
|
+
* Retrieves the history of all changes to a parameter.
|
|
605
605
|
*/
|
|
606
606
|
getParameterHistory(callback?: (err: AWSError, data: SSM.Types.GetParameterHistoryResult) => void): Request<SSM.Types.GetParameterHistoryResult, AWSError>;
|
|
607
607
|
/**
|
|
@@ -4586,7 +4586,7 @@ declare namespace SSM {
|
|
|
4586
4586
|
}
|
|
4587
4587
|
export interface GetParameterHistoryRequest {
|
|
4588
4588
|
/**
|
|
4589
|
-
* The name of
|
|
4589
|
+
* The name of the parameter for which you want to review history.
|
|
4590
4590
|
*/
|
|
4591
4591
|
Name: PSParameterName;
|
|
4592
4592
|
/**
|
|
@@ -6644,7 +6644,7 @@ declare namespace SSM {
|
|
|
6644
6644
|
export type ParametersFilterValueList = ParametersFilterValue[];
|
|
6645
6645
|
export interface Patch {
|
|
6646
6646
|
/**
|
|
6647
|
-
* The ID of the patch
|
|
6647
|
+
* The ID of the patch. Applies to Windows patches only. This ID is not the same as the Microsoft Knowledge Base ID.
|
|
6648
6648
|
*/
|
|
6649
6649
|
Id?: PatchId;
|
|
6650
6650
|
/**
|
|
@@ -6668,35 +6668,78 @@ declare namespace SSM {
|
|
|
6668
6668
|
*/
|
|
6669
6669
|
Vendor?: PatchVendor;
|
|
6670
6670
|
/**
|
|
6671
|
-
* The product family the patch is applicable for
|
|
6671
|
+
* The product family the patch is applicable for. For example, Windows or Amazon Linux 2.
|
|
6672
6672
|
*/
|
|
6673
6673
|
ProductFamily?: PatchProductFamily;
|
|
6674
6674
|
/**
|
|
6675
|
-
* The specific product the patch is applicable for
|
|
6675
|
+
* The specific product the patch is applicable for. For example, WindowsServer2016 or AmazonLinux2018.03.
|
|
6676
6676
|
*/
|
|
6677
6677
|
Product?: PatchProduct;
|
|
6678
6678
|
/**
|
|
6679
|
-
* The classification of the patch
|
|
6679
|
+
* The classification of the patch. For example, SecurityUpdates, Updates, or CriticalUpdates.
|
|
6680
6680
|
*/
|
|
6681
6681
|
Classification?: PatchClassification;
|
|
6682
6682
|
/**
|
|
6683
|
-
* The severity of the patch
|
|
6683
|
+
* The severity of the patch, such as Critical, Important, or Moderate. Applies to Windows patches only.
|
|
6684
6684
|
*/
|
|
6685
6685
|
MsrcSeverity?: PatchMsrcSeverity;
|
|
6686
6686
|
/**
|
|
6687
|
-
* The Microsoft Knowledge Base ID of the patch.
|
|
6687
|
+
* The Microsoft Knowledge Base ID of the patch. Applies to Windows patches only.
|
|
6688
6688
|
*/
|
|
6689
6689
|
KbNumber?: PatchKbNumber;
|
|
6690
6690
|
/**
|
|
6691
|
-
* The ID of the MSRC bulletin the patch is related to.
|
|
6691
|
+
* The ID of the Microsoft Security Response Center (MSRC) bulletin the patch is related to. For example, MS14-045. Applies to Windows patches only.
|
|
6692
6692
|
*/
|
|
6693
6693
|
MsrcNumber?: PatchMsrcNumber;
|
|
6694
6694
|
/**
|
|
6695
6695
|
* The language of the patch if it's language-specific.
|
|
6696
6696
|
*/
|
|
6697
6697
|
Language?: PatchLanguage;
|
|
6698
|
+
/**
|
|
6699
|
+
* The Advisory ID of the patch. For example, RHSA-2020:3779. Applies to Linux-based instances only.
|
|
6700
|
+
*/
|
|
6701
|
+
AdvisoryIds?: PatchAdvisoryIdList;
|
|
6702
|
+
/**
|
|
6703
|
+
* The Bugzilla ID of the patch. For example, 1600646. Applies to Linux-based instances only.
|
|
6704
|
+
*/
|
|
6705
|
+
BugzillaIds?: PatchBugzillaIdList;
|
|
6706
|
+
/**
|
|
6707
|
+
* The Common Vulnerabilities and Exposures (CVE) ID of the patch. For example, CVE-1999-0067. Applies to Linux-based instances only.
|
|
6708
|
+
*/
|
|
6709
|
+
CVEIds?: PatchCVEIdList;
|
|
6710
|
+
/**
|
|
6711
|
+
* The name of the patch. Applies to Linux-based instances only.
|
|
6712
|
+
*/
|
|
6713
|
+
Name?: PatchName;
|
|
6714
|
+
/**
|
|
6715
|
+
* The epoch of the patch. For example in pkg-example-EE-20180914-2.2.amzn1.noarch, the epoch value is 20180914-2. Applies to Linux-based instances only.
|
|
6716
|
+
*/
|
|
6717
|
+
Epoch?: PatchEpoch;
|
|
6718
|
+
/**
|
|
6719
|
+
* The version number of the patch. For example, in example-pkg-1.710.10-2.7.abcd.x86_64, the version number is indicated by -1. Applies to Linux-based instances only.
|
|
6720
|
+
*/
|
|
6721
|
+
Version?: PatchVersion;
|
|
6722
|
+
/**
|
|
6723
|
+
* The particular release of a patch. For example, in pkg-example-EE-20180914-2.2.amzn1.noarch, the release is 2.amaz1. Applies to Linux-based instances only.
|
|
6724
|
+
*/
|
|
6725
|
+
Release?: PatchRelease;
|
|
6726
|
+
/**
|
|
6727
|
+
* The architecture of the patch. For example, in example-pkg-0.710.10-2.7.abcd.x86_64, the architecture is indicated by x86_64. Applies to Linux-based instances only.
|
|
6728
|
+
*/
|
|
6729
|
+
Arch?: PatchArch;
|
|
6730
|
+
/**
|
|
6731
|
+
* The severity level of the patch. For example, CRITICAL or MODERATE.
|
|
6732
|
+
*/
|
|
6733
|
+
Severity?: PatchSeverity;
|
|
6734
|
+
/**
|
|
6735
|
+
* The source patch repository for the operating system and version, such as trusty-security for Ubuntu Server 14.04 LTE and focal-security for Ubuntu Server 20.04 LTE. Applies to Linux-based instances only.
|
|
6736
|
+
*/
|
|
6737
|
+
Repository?: PatchRepository;
|
|
6698
6738
|
}
|
|
6699
6739
|
export type PatchAction = "ALLOW_AS_DEPENDENCY"|"BLOCK"|string;
|
|
6740
|
+
export type PatchAdvisoryId = string;
|
|
6741
|
+
export type PatchAdvisoryIdList = PatchAdvisoryId[];
|
|
6742
|
+
export type PatchArch = string;
|
|
6700
6743
|
export interface PatchBaselineIdentity {
|
|
6701
6744
|
/**
|
|
6702
6745
|
* The ID of the patch baseline.
|
|
@@ -6721,6 +6764,10 @@ declare namespace SSM {
|
|
|
6721
6764
|
}
|
|
6722
6765
|
export type PatchBaselineIdentityList = PatchBaselineIdentity[];
|
|
6723
6766
|
export type PatchBaselineMaxResults = number;
|
|
6767
|
+
export type PatchBugzillaId = string;
|
|
6768
|
+
export type PatchBugzillaIdList = PatchBugzillaId[];
|
|
6769
|
+
export type PatchCVEId = string;
|
|
6770
|
+
export type PatchCVEIdList = PatchCVEId[];
|
|
6724
6771
|
export type PatchClassification = string;
|
|
6725
6772
|
export interface PatchComplianceData {
|
|
6726
6773
|
/**
|
|
@@ -6755,6 +6802,7 @@ declare namespace SSM {
|
|
|
6755
6802
|
export type PatchContentUrl = string;
|
|
6756
6803
|
export type PatchDeploymentStatus = "APPROVED"|"PENDING_APPROVAL"|"EXPLICIT_APPROVED"|"EXPLICIT_REJECTED"|string;
|
|
6757
6804
|
export type PatchDescription = string;
|
|
6805
|
+
export type PatchEpoch = number;
|
|
6758
6806
|
export type PatchFailedCount = number;
|
|
6759
6807
|
export interface PatchFilter {
|
|
6760
6808
|
/**
|
|
@@ -6772,7 +6820,7 @@ declare namespace SSM {
|
|
|
6772
6820
|
*/
|
|
6773
6821
|
PatchFilters: PatchFilterList;
|
|
6774
6822
|
}
|
|
6775
|
-
export type PatchFilterKey = "PATCH_SET"|"PRODUCT"|"PRODUCT_FAMILY"|"CLASSIFICATION"|"MSRC_SEVERITY"|"PATCH_ID"|"SECTION"|"PRIORITY"|"SEVERITY"|string;
|
|
6823
|
+
export type PatchFilterKey = "ARCH"|"ADVISORY_ID"|"BUGZILLA_ID"|"PATCH_SET"|"PRODUCT"|"PRODUCT_FAMILY"|"CLASSIFICATION"|"CVE_ID"|"EPOCH"|"MSRC_SEVERITY"|"NAME"|"PATCH_ID"|"SECTION"|"PRIORITY"|"REPOSITORY"|"RELEASE"|"SEVERITY"|"SECURITY"|"VERSION"|string;
|
|
6776
6824
|
export type PatchFilterList = PatchFilter[];
|
|
6777
6825
|
export type PatchFilterValue = string;
|
|
6778
6826
|
export type PatchFilterValueList = PatchFilterValue[];
|
|
@@ -6801,6 +6849,7 @@ declare namespace SSM {
|
|
|
6801
6849
|
export type PatchMissingCount = number;
|
|
6802
6850
|
export type PatchMsrcNumber = string;
|
|
6803
6851
|
export type PatchMsrcSeverity = string;
|
|
6852
|
+
export type PatchName = string;
|
|
6804
6853
|
export type PatchNotApplicableCount = number;
|
|
6805
6854
|
export type PatchOperationType = "Scan"|"Install"|string;
|
|
6806
6855
|
export interface PatchOrchestratorFilter {
|
|
@@ -6822,6 +6871,8 @@ declare namespace SSM {
|
|
|
6822
6871
|
export type PatchPropertiesList = PatchPropertyEntry[];
|
|
6823
6872
|
export type PatchProperty = "PRODUCT"|"PRODUCT_FAMILY"|"CLASSIFICATION"|"MSRC_SEVERITY"|"PRIORITY"|"SEVERITY"|string;
|
|
6824
6873
|
export type PatchPropertyEntry = {[key: string]: AttributeValue};
|
|
6874
|
+
export type PatchRelease = string;
|
|
6875
|
+
export type PatchRepository = string;
|
|
6825
6876
|
export interface PatchRule {
|
|
6826
6877
|
/**
|
|
6827
6878
|
* The patch filter group that defines the criteria for the rule.
|
|
@@ -6890,6 +6941,7 @@ declare namespace SSM {
|
|
|
6890
6941
|
export type PatchTitle = string;
|
|
6891
6942
|
export type PatchUnreportedNotApplicableCount = number;
|
|
6892
6943
|
export type PatchVendor = string;
|
|
6944
|
+
export type PatchVersion = string;
|
|
6893
6945
|
export type PingStatus = "Online"|"ConnectionLost"|"Inactive"|string;
|
|
6894
6946
|
export type PlatformType = "Windows"|"Linux"|string;
|
|
6895
6947
|
export type PlatformTypeList = PlatformType[];
|