aws-sdk 2.1423.0 → 2.1424.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 +8 -1
- package/README.md +1 -1
- package/apis/autoscaling-2011-01-01.examples.json +54 -16
- package/apis/autoscaling-2011-01-01.min.json +3 -0
- package/apis/autoscaling-2011-01-01.paginators.json +6 -0
- package/apis/ebs-2019-11-02.min.json +2 -1
- package/apis/ec2-2016-11-15.min.json +795 -780
- package/apis/ec2-2016-11-15.waiters2.json +25 -0
- package/apis/sagemaker-2017-07-24.min.json +3 -0
- package/clients/autoscaling.d.ts +7 -7
- package/clients/ebs.d.ts +17 -12
- package/clients/ec2.d.ts +29 -0
- package/clients/eks.d.ts +1 -1
- package/clients/sagemaker.d.ts +1 -0
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +7 -7
- package/dist/aws-sdk.js +832 -783
- package/dist/aws-sdk.min.js +98 -98
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,7 +1,14 @@
|
|
1
1
|
# Changelog for AWS SDK for JavaScript
|
2
|
-
<!--LATEST=2.
|
2
|
+
<!--LATEST=2.1424.0-->
|
3
3
|
<!--ENTRYINSERT-->
|
4
4
|
|
5
|
+
## 2.1424.0
|
6
|
+
* feature: AutoScaling: This release updates validation for instance types used in the AllowedInstanceTypes and ExcludedInstanceTypes parameters of the InstanceRequirements property of a MixedInstancesPolicy.
|
7
|
+
* feature: EBS: SDK and documentation updates for Amazon Elastic Block Store API
|
8
|
+
* feature: EC2: SDK and documentation updates for Amazon Elastic Block Store APIs
|
9
|
+
* feature: EKS: Add multiple customer error code to handle customer caused failure when managing EKS node groups
|
10
|
+
* feature: SageMaker: Expose ProfilerConfig attribute in SageMaker Search API response.
|
11
|
+
|
5
12
|
## 2.1423.0
|
6
13
|
* feature: EntityResolution: AWS Entity Resolution can effectively match a source record from a customer relationship management (CRM) system with a source record from a marketing system containing campaign information.
|
7
14
|
* feature: Glue: Release Glue Studio Snowflake Connector Node for SDK/CLI
|
package/README.md
CHANGED
@@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
|
|
71
71
|
To use the SDK in the browser, simply add the following script tag to your
|
72
72
|
HTML pages:
|
73
73
|
|
74
|
-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.
|
74
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1424.0.min.js"></script>
|
75
75
|
|
76
76
|
You can also build a custom browser SDK with your specified set of AWS services.
|
77
77
|
This can allow you to reduce the SDK's size, specify different API versions of
|
@@ -461,14 +461,16 @@
|
|
461
461
|
"output": {
|
462
462
|
"AutoScalingGroups": [
|
463
463
|
{
|
464
|
-
"AutoScalingGroupARN": "arn:aws:autoscaling:us-west-
|
464
|
+
"AutoScalingGroupARN": "arn:aws:autoscaling:us-west-1:123456789012:autoScalingGroup:12345678-1234-1234-1234-123456789012:autoScalingGroupName/my-auto-scaling-group",
|
465
465
|
"AutoScalingGroupName": "my-auto-scaling-group",
|
466
466
|
"AvailabilityZones": [
|
467
|
+
"us-west-2a",
|
468
|
+
"us-west-2b",
|
467
469
|
"us-west-2c"
|
468
470
|
],
|
469
|
-
"CreatedTime": "
|
471
|
+
"CreatedTime": "2023-03-09T22:15:11.611Z",
|
470
472
|
"DefaultCooldown": 300,
|
471
|
-
"DesiredCapacity":
|
473
|
+
"DesiredCapacity": 2,
|
472
474
|
"EnabledMetrics": [
|
473
475
|
|
474
476
|
],
|
@@ -478,7 +480,17 @@
|
|
478
480
|
{
|
479
481
|
"AvailabilityZone": "us-west-2c",
|
480
482
|
"HealthStatus": "Healthy",
|
481
|
-
"InstanceId": "i-
|
483
|
+
"InstanceId": "i-05b4f7d5be44822a6",
|
484
|
+
"InstanceType": "t3.micro",
|
485
|
+
"LaunchConfigurationName": "my-launch-config",
|
486
|
+
"LifecycleState": "InService",
|
487
|
+
"ProtectedFromScaleIn": false
|
488
|
+
},
|
489
|
+
{
|
490
|
+
"AvailabilityZone": "us-west-2b",
|
491
|
+
"HealthStatus": "Healthy",
|
492
|
+
"InstanceId": "i-0c20ac468fa3049e8",
|
493
|
+
"InstanceType": "t3.micro",
|
482
494
|
"LaunchConfigurationName": "my-launch-config",
|
483
495
|
"LifecycleState": "InService",
|
484
496
|
"ProtectedFromScaleIn": false
|
@@ -488,19 +500,26 @@
|
|
488
500
|
"LoadBalancerNames": [
|
489
501
|
|
490
502
|
],
|
491
|
-
"MaxSize":
|
492
|
-
"MinSize":
|
503
|
+
"MaxSize": 5,
|
504
|
+
"MinSize": 1,
|
493
505
|
"NewInstancesProtectedFromScaleIn": false,
|
506
|
+
"ServiceLinkedRoleARN": "arn:aws:iam::123456789012:role/aws-service-role/autoscaling.amazonaws.com/AWSServiceRoleForAutoScaling",
|
494
507
|
"SuspendedProcesses": [
|
495
508
|
|
496
509
|
],
|
497
510
|
"Tags": [
|
498
511
|
|
512
|
+
],
|
513
|
+
"TargetGroupARNs": [
|
514
|
+
|
499
515
|
],
|
500
516
|
"TerminationPolicies": [
|
501
517
|
"Default"
|
502
518
|
],
|
503
|
-
"
|
519
|
+
"TrafficSources": [
|
520
|
+
|
521
|
+
],
|
522
|
+
"VPCZoneIdentifier": "subnet-5ea0c127,subnet-6194ea3b,subnet-c934b782"
|
504
523
|
}
|
505
524
|
]
|
506
525
|
},
|
@@ -519,7 +538,7 @@
|
|
519
538
|
{
|
520
539
|
"input": {
|
521
540
|
"InstanceIds": [
|
522
|
-
"i-
|
541
|
+
"i-05b4f7d5be44822a6"
|
523
542
|
]
|
524
543
|
},
|
525
544
|
"output": {
|
@@ -528,7 +547,8 @@
|
|
528
547
|
"AutoScalingGroupName": "my-auto-scaling-group",
|
529
548
|
"AvailabilityZone": "us-west-2c",
|
530
549
|
"HealthStatus": "HEALTHY",
|
531
|
-
"InstanceId": "i-
|
550
|
+
"InstanceId": "i-05b4f7d5be44822a6",
|
551
|
+
"InstanceType": "t3.micro",
|
532
552
|
"LaunchConfigurationName": "my-launch-config",
|
533
553
|
"LifecycleState": "InService",
|
534
554
|
"ProtectedFromScaleIn": false
|
@@ -578,18 +598,35 @@
|
|
578
598
|
{
|
579
599
|
"AutoScalingGroupName": "my-auto-scaling-group",
|
580
600
|
"InstanceRefreshId": "08b91cf7-8fa6-48af-b6a6-d227f40f1b9b",
|
581
|
-
"InstancesToUpdate":
|
582
|
-
"PercentageComplete":
|
583
|
-
"
|
584
|
-
|
601
|
+
"InstancesToUpdate": 0,
|
602
|
+
"PercentageComplete": 50,
|
603
|
+
"Preferences": {
|
604
|
+
"AutoRollback": true,
|
605
|
+
"InstanceWarmup": 60,
|
606
|
+
"MinHealthyPercentage": 90,
|
607
|
+
"ScaleInProtectedInstances": "Ignore",
|
608
|
+
"SkipMatching": false,
|
609
|
+
"StandbyInstances": "Ignore"
|
610
|
+
},
|
611
|
+
"StartTime": "2023-06-13T16:46:52+00:00",
|
612
|
+
"Status": "InProgress",
|
613
|
+
"StatusReason": "Waiting for instances to warm up before continuing. For example: i-0645704820a8e83ff is warming up."
|
585
614
|
},
|
586
615
|
{
|
587
616
|
"AutoScalingGroupName": "my-auto-scaling-group",
|
588
|
-
"EndTime": "
|
589
|
-
"InstanceRefreshId": "
|
617
|
+
"EndTime": "2023-06-02T13:59:45+00:00",
|
618
|
+
"InstanceRefreshId": "0e151305-1e57-4a32-a256-1fd14157c5ec",
|
590
619
|
"InstancesToUpdate": 0,
|
591
620
|
"PercentageComplete": 100,
|
592
|
-
"
|
621
|
+
"Preferences": {
|
622
|
+
"AutoRollback": true,
|
623
|
+
"InstanceWarmup": 60,
|
624
|
+
"MinHealthyPercentage": 90,
|
625
|
+
"ScaleInProtectedInstances": "Ignore",
|
626
|
+
"SkipMatching": false,
|
627
|
+
"StandbyInstances": "Ignore"
|
628
|
+
},
|
629
|
+
"StartTime": "2023-06-02T13:53:37+00:00",
|
593
630
|
"Status": "Successful"
|
594
631
|
}
|
595
632
|
]
|
@@ -871,6 +908,7 @@
|
|
871
908
|
"Activities": [
|
872
909
|
{
|
873
910
|
"ActivityId": "f9f2d65b-f1f2-43e7-b46d-d86756459699",
|
911
|
+
"AutoScalingGroupARN": "arn:aws:autoscaling:us-east-1:123456789012:autoScalingGroup:12345678-1234-1234-1234-123456789012:autoScalingGroupName/my-auto-scaling-group",
|
874
912
|
"AutoScalingGroupName": "my-auto-scaling-group",
|
875
913
|
"Cause": "At 2013-08-19T20:53:25Z a user request created an AutoScalingGroup changing the desired capacity from 0 to 1. At 2013-08-19T20:53:29Z an instance was started in response to a difference between desired and actual capacity, increasing the capacity from 0 to 1.",
|
876
914
|
"Description": "Launching a new EC2 instance: i-4ba0837f",
|
@@ -52,6 +52,12 @@
|
|
52
52
|
"input_token": "NextToken",
|
53
53
|
"limit_key": "MaxRecords",
|
54
54
|
"output_token": "NextToken"
|
55
|
+
},
|
56
|
+
"DescribeWarmPool": {
|
57
|
+
"input_token": "NextToken",
|
58
|
+
"limit_key": "MaxRecords",
|
59
|
+
"output_token": "NextToken",
|
60
|
+
"result_key": "Instances"
|
55
61
|
}
|
56
62
|
}
|
57
63
|
}
|