aws-sdk 2.624.0 → 2.628.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 (38) hide show
  1. package/CHANGELOG.md +24 -1
  2. package/README.md +1 -1
  3. package/apis/ec2-2016-11-15.min.json +1 -0
  4. package/apis/eventbridge-2015-10-07.min.json +8 -5
  5. package/apis/events-2015-10-07.min.json +8 -5
  6. package/apis/fsx-2018-03-01.min.json +28 -19
  7. package/apis/globalaccelerator-2018-08-08.min.json +235 -30
  8. package/apis/kafka-2018-11-14.min.json +118 -37
  9. package/apis/lightsail-2016-11-28.min.json +368 -110
  10. package/apis/outposts-2019-12-03.min.json +44 -0
  11. package/apis/sagemaker-2017-07-24.min.json +163 -147
  12. package/apis/securityhub-2018-10-26.min.json +19 -15
  13. package/apis/snowball-2016-06-30.min.json +36 -13
  14. package/apis/states-2016-11-23.min.json +3 -0
  15. package/apis/transcribe-2017-10-26.min.json +23 -2
  16. package/clients/cloudwatchevents.d.ts +115 -111
  17. package/clients/docdb.d.ts +5 -5
  18. package/clients/ec2.d.ts +7 -7
  19. package/clients/eventbridge.d.ts +117 -113
  20. package/clients/fsx.d.ts +30 -7
  21. package/clients/globalaccelerator.d.ts +240 -23
  22. package/clients/iotevents.d.ts +22 -22
  23. package/clients/kafka.d.ts +25 -0
  24. package/clients/lightsail.d.ts +492 -130
  25. package/clients/outposts.d.ts +26 -0
  26. package/clients/sagemaker.d.ts +47 -28
  27. package/clients/secretsmanager.d.ts +7 -1
  28. package/clients/securityhub.d.ts +31 -25
  29. package/clients/snowball.d.ts +32 -3
  30. package/clients/stepfunctions.d.ts +36 -38
  31. package/clients/transcribeservice.d.ts +33 -5
  32. package/dist/aws-sdk-core-react-native.js +1 -1
  33. package/dist/aws-sdk-react-native.js +15 -15
  34. package/dist/aws-sdk.js +13 -9
  35. package/dist/aws-sdk.min.js +45 -45
  36. package/lib/core.js +1 -1
  37. package/lib/s3/managed_upload.js +1 -1
  38. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,7 +1,30 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.624.0-->
2
+ <!--LATEST=2.628.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.628.0
6
+ * feature: GlobalAccelerator: This release adds support for adding tags to accelerators and bringing your own IP address to AWS Global Accelerator (BYOIP).
7
+ * feature: Lightsail: Adds support to create notification contacts in Amazon Lightsail, and to create instance, database, and load balancer metric alarms that notify you based on the value of a metric relative to a threshold that you specify.
8
+
9
+ ## 2.627.0
10
+ * feature: EC2: This release changes the RunInstances CLI and SDK's so that if you do not specify a client token, a randomly generated token is used for the request to ensure idempotency.
11
+ * feature: SageMaker: SageMaker UpdateEndpoint API now supports retained variant properties, e.g., instance count, variant weight. SageMaker ListTrials API filter by TrialComponentName. Make ExperimentConfig name length limits consistent with CreateExperiment, CreateTrial, and CreateTrialComponent APIs.
12
+ * feature: SecurityHub: Security Hub has added to the DescribeProducts API operation a new response field called IntegrationTypes. The IntegrationTypes field lists the types of actions that a product performs relative to Security Hub such as send findings to Security Hub and receive findings from Security Hub.
13
+ * feature: TranscribeService: Amazon Transcribe's Automatic Content Redaction feature enables you to automatically redact sensitive personally identifiable information (PII) from transcription results. It replaces each instance of an identified PII utterance with a [PII] tag in the transcript.
14
+
15
+ ## 2.626.0
16
+ * feature: Kafka: Amazon MSK has added support for Broker Log delivery to CloudWatch, S3, and Firehose.
17
+ * feature: Outposts: This release adds DeleteSite and DeleteOutpost.
18
+ * feature: SecretsManager: This release increases the maximum allowed size of SecretString or SecretBinary from 10KB to 64KB in the CreateSecret, UpdateSecret, PutSecretValue and GetSecretValue APIs.
19
+ * feature: StepFunctions: This release adds support for CloudWatch Logs for Standard Workflows.
20
+
21
+ ## 2.625.0
22
+ * bugfix: Access Point: Avoid mixing up S3 client config set by ManagedUpload with user-set client config
23
+ * feature: CloudWatchEvents: This release allows you to create and manage tags for event buses.
24
+ * feature: EventBridge: This release allows you to create and manage tags for event buses.
25
+ * feature: FSx: Announcing persistent file systems for Amazon FSx for Lustre that are ideal for longer-term storage and workloads, and a new generation of scratch file systems that offer higher burst throughput for spiky workloads.
26
+ * feature: Snowball: AWS Snowball adds a field for entering your GSTIN when creating AWS Snowball jobs in the Asia Pacific (Mumbai) region.
27
+
5
28
  ## 2.624.0
6
29
  * feature: Imagebuilder: This release of EC2 Image Builder increases the maximum policy document size for Image Builder resource-based policy APIs.
7
30
  * feature: Redshift: Extend elastic resize to support resizing clusters to different instance types.
package/README.md CHANGED
@@ -25,7 +25,7 @@ version.
25
25
  To use the SDK in the browser, simply add the following script tag to your
26
26
  HTML pages:
27
27
 
28
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.624.0.min.js"></script>
28
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.628.0.min.js"></script>
29
29
 
30
30
  You can also build a custom browser SDK with your specified set of AWS services.
31
31
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -15768,6 +15768,7 @@
15768
15768
  "locationName": "additionalInfo"
15769
15769
  },
15770
15770
  "ClientToken": {
15771
+ "idempotencyToken": true,
15771
15772
  "locationName": "clientToken"
15772
15773
  },
15773
15774
  "DisableApiTermination": {
@@ -31,7 +31,10 @@
31
31
  ],
32
32
  "members": {
33
33
  "Name": {},
34
- "EventSourceName": {}
34
+ "EventSourceName": {},
35
+ "Tags": {
36
+ "shape": "S5"
37
+ }
35
38
  }
36
39
  },
37
40
  "output": {
@@ -429,7 +432,7 @@
429
432
  "type": "structure",
430
433
  "members": {
431
434
  "Tags": {
432
- "shape": "S1u"
435
+ "shape": "S5"
433
436
  }
434
437
  }
435
438
  }
@@ -595,7 +598,7 @@
595
598
  "Description": {},
596
599
  "RoleArn": {},
597
600
  "Tags": {
598
- "shape": "S1u"
601
+ "shape": "S5"
599
602
  },
600
603
  "EventBusName": {}
601
604
  }
@@ -703,7 +706,7 @@
703
706
  "members": {
704
707
  "ResourceARN": {},
705
708
  "Tags": {
706
- "shape": "S1u"
709
+ "shape": "S5"
707
710
  }
708
711
  }
709
712
  },
@@ -755,7 +758,7 @@
755
758
  }
756
759
  },
757
760
  "shapes": {
758
- "S1u": {
761
+ "S5": {
759
762
  "type": "list",
760
763
  "member": {
761
764
  "type": "structure",
@@ -31,7 +31,10 @@
31
31
  ],
32
32
  "members": {
33
33
  "Name": {},
34
- "EventSourceName": {}
34
+ "EventSourceName": {},
35
+ "Tags": {
36
+ "shape": "S5"
37
+ }
35
38
  }
36
39
  },
37
40
  "output": {
@@ -429,7 +432,7 @@
429
432
  "type": "structure",
430
433
  "members": {
431
434
  "Tags": {
432
- "shape": "S1u"
435
+ "shape": "S5"
433
436
  }
434
437
  }
435
438
  }
@@ -595,7 +598,7 @@
595
598
  "Description": {},
596
599
  "RoleArn": {},
597
600
  "Tags": {
598
- "shape": "S1u"
601
+ "shape": "S5"
599
602
  },
600
603
  "EventBusName": {}
601
604
  }
@@ -703,7 +706,7 @@
703
706
  "members": {
704
707
  "ResourceARN": {},
705
708
  "Tags": {
706
- "shape": "S1u"
709
+ "shape": "S5"
707
710
  }
708
711
  }
709
712
  },
@@ -755,7 +758,7 @@
755
758
  }
756
759
  },
757
760
  "shapes": {
758
- "S1u": {
761
+ "S5": {
759
762
  "type": "list",
760
763
  "member": {
761
764
  "type": "structure",
@@ -68,11 +68,11 @@
68
68
  "members": {
69
69
  "Type": {},
70
70
  "Paths": {
71
- "shape": "S1n"
71
+ "shape": "S1q"
72
72
  },
73
73
  "FileSystemId": {},
74
74
  "Report": {
75
- "shape": "S1p"
75
+ "shape": "S1s"
76
76
  },
77
77
  "ClientRequestToken": {
78
78
  "idempotencyToken": true
@@ -86,7 +86,7 @@
86
86
  "type": "structure",
87
87
  "members": {
88
88
  "DataRepositoryTask": {
89
- "shape": "S1t"
89
+ "shape": "S1w"
90
90
  }
91
91
  }
92
92
  },
@@ -112,14 +112,14 @@
112
112
  "shape": "Su"
113
113
  },
114
114
  "SecurityGroupIds": {
115
- "shape": "S23"
115
+ "shape": "S26"
116
116
  },
117
117
  "Tags": {
118
118
  "shape": "S8"
119
119
  },
120
120
  "KmsKeyId": {},
121
121
  "WindowsConfiguration": {
122
- "shape": "S25"
122
+ "shape": "S28"
123
123
  },
124
124
  "LustreConfiguration": {
125
125
  "type": "structure",
@@ -129,6 +129,10 @@
129
129
  "ExportPath": {},
130
130
  "ImportedFileChunkSize": {
131
131
  "type": "integer"
132
+ },
133
+ "DeploymentType": {},
134
+ "PerUnitStorageThroughput": {
135
+ "type": "integer"
132
136
  }
133
137
  }
134
138
  }
@@ -159,13 +163,13 @@
159
163
  "shape": "Su"
160
164
  },
161
165
  "SecurityGroupIds": {
162
- "shape": "S23"
166
+ "shape": "S26"
163
167
  },
164
168
  "Tags": {
165
169
  "shape": "S8"
166
170
  },
167
171
  "WindowsConfiguration": {
168
- "shape": "S25"
172
+ "shape": "S28"
169
173
  }
170
174
  }
171
175
  },
@@ -315,7 +319,7 @@
315
319
  "DataRepositoryTasks": {
316
320
  "type": "list",
317
321
  "member": {
318
- "shape": "S1t"
322
+ "shape": "S1w"
319
323
  }
320
324
  },
321
325
  "NextToken": {}
@@ -438,7 +442,7 @@
438
442
  "members": {
439
443
  "UserName": {},
440
444
  "Password": {
441
- "shape": "S27"
445
+ "shape": "S2a"
442
446
  },
443
447
  "DnsIps": {
444
448
  "shape": "S16"
@@ -601,7 +605,12 @@
601
605
  "type": "integer"
602
606
  }
603
607
  }
604
- }
608
+ },
609
+ "DeploymentType": {},
610
+ "PerUnitStorageThroughput": {
611
+ "type": "integer"
612
+ },
613
+ "MountName": {}
605
614
  }
606
615
  }
607
616
  }
@@ -614,11 +623,11 @@
614
623
  "type": "list",
615
624
  "member": {}
616
625
  },
617
- "S1n": {
626
+ "S1q": {
618
627
  "type": "list",
619
628
  "member": {}
620
629
  },
621
- "S1p": {
630
+ "S1s": {
622
631
  "type": "structure",
623
632
  "required": [
624
633
  "Enabled"
@@ -632,7 +641,7 @@
632
641
  "Scope": {}
633
642
  }
634
643
  },
635
- "S1t": {
644
+ "S1w": {
636
645
  "type": "structure",
637
646
  "required": [
638
647
  "TaskId",
@@ -660,7 +669,7 @@
660
669
  },
661
670
  "FileSystemId": {},
662
671
  "Paths": {
663
- "shape": "S1n"
672
+ "shape": "S1q"
664
673
  },
665
674
  "FailureDetails": {
666
675
  "type": "structure",
@@ -686,15 +695,15 @@
686
695
  }
687
696
  },
688
697
  "Report": {
689
- "shape": "S1p"
698
+ "shape": "S1s"
690
699
  }
691
700
  }
692
701
  },
693
- "S23": {
702
+ "S26": {
694
703
  "type": "list",
695
704
  "member": {}
696
705
  },
697
- "S25": {
706
+ "S28": {
698
707
  "type": "structure",
699
708
  "required": [
700
709
  "ThroughputCapacity"
@@ -715,7 +724,7 @@
715
724
  "FileSystemAdministratorsGroup": {},
716
725
  "UserName": {},
717
726
  "Password": {
718
- "shape": "S27"
727
+ "shape": "S2a"
719
728
  },
720
729
  "DnsIps": {
721
730
  "shape": "S16"
@@ -737,7 +746,7 @@
737
746
  }
738
747
  }
739
748
  },
740
- "S27": {
749
+ "S2a": {
741
750
  "type": "string",
742
751
  "sensitive": true
743
752
  }