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.
Files changed (64) hide show
  1. package/CHANGELOG.md +40 -1
  2. package/README.md +1 -1
  3. package/apis/accessanalyzer-2019-11-01.min.json +70 -48
  4. package/apis/amplify-2017-07-25.min.json +58 -46
  5. package/apis/budgets-2016-10-20.min.json +411 -0
  6. package/apis/budgets-2016-10-20.paginators.json +18 -0
  7. package/apis/ce-2017-10-25.min.json +119 -87
  8. package/apis/dms-2016-01-01.min.json +15 -3
  9. package/apis/ec2-2016-11-15.min.json +33 -7
  10. package/apis/elasticache-2015-02-02.min.json +425 -106
  11. package/apis/elasticache-2015-02-02.paginators.json +12 -0
  12. package/apis/eventbridge-2015-10-07.min.json +20 -3
  13. package/apis/events-2015-10-07.min.json +20 -3
  14. package/apis/groundstation-2019-05-23.min.json +1 -0
  15. package/apis/iot-2015-05-28.min.json +4 -1
  16. package/apis/macie2-2020-01-01.min.json +159 -22
  17. package/apis/medialive-2017-10-14.min.json +366 -194
  18. package/apis/mediapackage-2017-10-12.min.json +214 -93
  19. package/apis/rds-2014-10-31.min.json +20 -2
  20. package/apis/rekognition-2016-06-27.min.json +206 -76
  21. package/apis/servicecatalog-2015-12-10.min.json +60 -30
  22. package/apis/servicecatalog-2015-12-10.paginators.json +5 -0
  23. package/apis/snowball-2016-06-30.min.json +61 -9
  24. package/apis/ssm-2014-11-06.min.json +147 -126
  25. package/apis/transfer-2018-11-05.min.json +32 -28
  26. package/apis/workmail-2017-10-01.min.json +93 -30
  27. package/apis/xray-2016-04-12.min.json +11 -5
  28. package/apis/xray-2016-04-12.paginators.json +0 -15
  29. package/clients/accessanalyzer.d.ts +26 -4
  30. package/clients/amplify.d.ts +17 -0
  31. package/clients/budgets.d.ts +358 -0
  32. package/clients/cloudwatchevents.d.ts +27 -0
  33. package/clients/computeoptimizer.d.ts +15 -15
  34. package/clients/costexplorer.d.ts +64 -12
  35. package/clients/dms.d.ts +26 -2
  36. package/clients/ec2.d.ts +28 -8
  37. package/clients/eks.d.ts +2 -2
  38. package/clients/elasticache.d.ts +416 -4
  39. package/clients/eventbridge.d.ts +27 -0
  40. package/clients/glue.d.ts +1 -1
  41. package/clients/groundstation.d.ts +5 -1
  42. package/clients/iot.d.ts +10 -6
  43. package/clients/macie2.d.ts +182 -62
  44. package/clients/medialive.d.ts +206 -4
  45. package/clients/mediapackage.d.ts +58 -0
  46. package/clients/rds.d.ts +26 -14
  47. package/clients/rekognition.d.ts +155 -14
  48. package/clients/sagemaker.d.ts +5 -5
  49. package/clients/servicecatalog.d.ts +66 -21
  50. package/clients/snowball.d.ts +122 -52
  51. package/clients/sns.d.ts +1 -1
  52. package/clients/ssm.d.ts +63 -11
  53. package/clients/transfer.d.ts +77 -71
  54. package/clients/workmail.d.ts +91 -1
  55. package/clients/workspaces.d.ts +12 -12
  56. package/clients/xray.d.ts +29 -21
  57. package/dist/aws-sdk-core-react-native.js +1 -1
  58. package/dist/aws-sdk-react-native.js +27 -27
  59. package/dist/aws-sdk.js +1087 -483
  60. package/dist/aws-sdk.min.js +78 -78
  61. package/lib/config-base.d.ts +3 -0
  62. package/lib/core.d.ts +1 -1
  63. package/lib/core.js +1 -1
  64. 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
- * Query a list of all parameters used by the AWS account.
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
- * Query a list of all parameters used by the AWS account.
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 a parameter you want to query.
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 (this is different than the Microsoft Knowledge Base ID).
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 (for example, Windows).
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 (for example, WindowsServer2016).
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 (for example, SecurityUpdates, Updates, CriticalUpdates).
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 (for example Critical, Important, Moderate).
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[];