aws-sdk 2.1423.0 → 2.1425.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 (35) hide show
  1. package/CHANGELOG.md +16 -1
  2. package/README.md +1 -1
  3. package/apis/application-insights-2018-11-25.min.json +228 -43
  4. package/apis/application-insights-2018-11-25.paginators.json +5 -0
  5. package/apis/autoscaling-2011-01-01.examples.json +54 -16
  6. package/apis/autoscaling-2011-01-01.min.json +3 -0
  7. package/apis/autoscaling-2011-01-01.paginators.json +6 -0
  8. package/apis/cloudformation-2010-05-15.min.json +95 -80
  9. package/apis/cloudfront-2020-05-31.min.json +4 -1
  10. package/apis/ebs-2019-11-02.min.json +2 -1
  11. package/apis/ec2-2016-11-15.min.json +795 -780
  12. package/apis/ec2-2016-11-15.waiters2.json +25 -0
  13. package/apis/kafka-2018-11-14.min.json +237 -52
  14. package/apis/kafka-2018-11-14.paginators.json +6 -0
  15. package/apis/pinpoint-2016-12-01.examples.json +6 -12
  16. package/apis/pinpoint-2016-12-01.min.json +286 -243
  17. package/apis/sagemaker-2017-07-24.min.json +3 -0
  18. package/clients/applicationinsights.d.ts +342 -2
  19. package/clients/autoscaling.d.ts +7 -7
  20. package/clients/cloudformation.d.ts +21 -0
  21. package/clients/cloudfront.d.ts +14 -10
  22. package/clients/connect.d.ts +1 -1
  23. package/clients/ebs.d.ts +17 -12
  24. package/clients/ec2.d.ts +29 -0
  25. package/clients/eks.d.ts +1 -1
  26. package/clients/kafka.d.ts +204 -0
  27. package/clients/pinpoint.d.ts +69 -5
  28. package/clients/sagemaker.d.ts +1 -0
  29. package/clients/sqs.d.ts +9 -9
  30. package/dist/aws-sdk-core-react-native.js +1 -1
  31. package/dist/aws-sdk-react-native.js +14 -14
  32. package/dist/aws-sdk.js +931 -864
  33. package/dist/aws-sdk.min.js +98 -98
  34. package/lib/core.js +1 -1
  35. package/package.json +1 -1
@@ -461,14 +461,16 @@
461
461
  "output": {
462
462
  "AutoScalingGroups": [
463
463
  {
464
- "AutoScalingGroupARN": "arn:aws:autoscaling:us-west-2:123456789012:autoScalingGroup:930d940e-891e-4781-a11a-7b0acd480f03:autoScalingGroupName/my-auto-scaling-group",
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": "2013-08-19T20:53:25.584Z",
471
+ "CreatedTime": "2023-03-09T22:15:11.611Z",
470
472
  "DefaultCooldown": 300,
471
- "DesiredCapacity": 1,
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-4ba0837f",
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": 1,
492
- "MinSize": 0,
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
- "VPCZoneIdentifier": "subnet-12345678"
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-4ba0837f"
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-4ba0837f",
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": 5,
582
- "PercentageComplete": 0,
583
- "StartTime": "2020-06-02T18:11:27Z",
584
- "Status": "InProgress"
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": "2020-06-02T16:53:37Z",
589
- "InstanceRefreshId": "dd7728d0-5bc4-4575-96a3-1b2c52bf8bb1",
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
- "StartTime": "2020-06-02T16:43:19Z",
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",
@@ -1757,6 +1757,9 @@
1757
1757
  "RollbackInstanceRefresh": {
1758
1758
  "input": {
1759
1759
  "type": "structure",
1760
+ "required": [
1761
+ "AutoScalingGroupName"
1762
+ ],
1760
1763
  "members": {
1761
1764
  "AutoScalingGroupName": {}
1762
1765
  }
@@ -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
  }