aws-sdk-elasticinference 1.47.0 → 1.48.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bf238a8e753b95338999b2ed1d2221206a813cd165e7a19252f940d55a1faec0
4
- data.tar.gz: 86ec08519dd7856f99d53e767273c361b2fa0de3e2e06d7ad46abe6515fd18fc
3
+ metadata.gz: 5cb8df8bf6ad18a575da00b4d8755d3f91df9566e57aba2efb0823478a7308b4
4
+ data.tar.gz: 6a0c1cd2c261ff82ef4dd1170ff4a6da1d5f193ace21ed0d9e5c1e2189c1b9c1
5
5
  SHA512:
6
- metadata.gz: d4365f0a0cae0e763c0e1d03dc272ba3ae460cd9eddd4a2cdc9f0246a606dd4bf71634369024858ba2c34da4625f934db0bd13b894bdf35b7f62ff0b039a146e
7
- data.tar.gz: d4a1ba470c9daa49f7fcfed2ff2e52bf4a206d6ae99f80acdf8255e08a7ba211eb886c5859ad363d50325552320b04adddd4fb35217eff18b2e3ceb8eb0ca4ac
6
+ metadata.gz: 9cc2d6600c16b6630ae29a34389935708342585217f49315da717ac410bdd3b82d561258c34e36636a0ea5543c7612c44bd01183db593babffa7b63d7fbc34a0
7
+ data.tar.gz: 96dc4707fed660039038e4bfc056b1fa50954994461a7fc380426235f37a1a22931445ad4571cc97b3879343bcde160b3049e57e82d7d908bc776ce8e9c44603
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.48.0 (2024-10-10)
5
+ ------------------
6
+
7
+ * Feature - Elastic Inference - Documentation update to add service shutdown notice.
8
+
4
9
  1.47.0 (2024-09-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.47.0
1
+ 1.48.0
@@ -447,18 +447,13 @@ module Aws::ElasticInference
447
447
 
448
448
  # @!group API Operations
449
449
 
450
+ # <note markdown="1"> Amazon Elastic Inference is no longer available.
451
+ #
452
+ # </note>
453
+ #
450
454
  # Describes the locations in which a given accelerator type or set of
451
455
  # types is present in a given region.
452
456
  #
453
- # February 15, 2023: Starting April 15, 2023, AWS will not onboard new
454
- # customers to Amazon Elastic Inference (EI), and will help current
455
- # customers migrate their workloads to options that offer better price
456
- # and performance. After April 15, 2023, new customers will not be able
457
- # to launch instances with Amazon EI accelerators in Amazon SageMaker,
458
- # Amazon ECS, or Amazon EC2. However, customers who have used Amazon EI
459
- # at least once during the past 30-day period are considered current
460
- # customers and will be able to continue using the service.
461
- #
462
457
  # @option params [required, String] :location_type
463
458
  # The location type that you want to describe accelerator type offerings
464
459
  # for. It can assume the following values: region: will return the
@@ -497,18 +492,13 @@ module Aws::ElasticInference
497
492
  req.send_request(options)
498
493
  end
499
494
 
495
+ # <note markdown="1"> Amazon Elastic Inference is no longer available.
496
+ #
497
+ # </note>
498
+ #
500
499
  # Describes the accelerator types available in a given region, as well
501
500
  # as their characteristics, such as memory and throughput.
502
501
  #
503
- # February 15, 2023: Starting April 15, 2023, AWS will not onboard new
504
- # customers to Amazon Elastic Inference (EI), and will help current
505
- # customers migrate their workloads to options that offer better price
506
- # and performance. After April 15, 2023, new customers will not be able
507
- # to launch instances with Amazon EI accelerators in Amazon SageMaker,
508
- # Amazon ECS, or Amazon EC2. However, customers who have used Amazon EI
509
- # at least once during the past 30-day period are considered current
510
- # customers and will be able to continue using the service.
511
- #
512
502
  # @return [Types::DescribeAcceleratorTypesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
513
503
  #
514
504
  # * {Types::DescribeAcceleratorTypesResponse#accelerator_types #accelerator_types} => Array&lt;Types::AcceleratorType&gt;
@@ -531,18 +521,13 @@ module Aws::ElasticInference
531
521
  req.send_request(options)
532
522
  end
533
523
 
524
+ # <note markdown="1"> Amazon Elastic Inference is no longer available.
525
+ #
526
+ # </note>
527
+ #
534
528
  # Describes information over a provided set of accelerators belonging to
535
529
  # an account.
536
530
  #
537
- # February 15, 2023: Starting April 15, 2023, AWS will not onboard new
538
- # customers to Amazon Elastic Inference (EI), and will help current
539
- # customers migrate their workloads to options that offer better price
540
- # and performance. After April 15, 2023, new customers will not be able
541
- # to launch instances with Amazon EI accelerators in Amazon SageMaker,
542
- # Amazon ECS, or Amazon EC2. However, customers who have used Amazon EI
543
- # at least once during the past 30-day period are considered current
544
- # customers and will be able to continue using the service.
545
- #
546
531
  # @option params [Array<String>] :accelerator_ids
547
532
  # The IDs of the accelerators to describe.
548
533
  #
@@ -604,16 +589,11 @@ module Aws::ElasticInference
604
589
  req.send_request(options)
605
590
  end
606
591
 
607
- # Returns all tags of an Elastic Inference Accelerator.
592
+ # <note markdown="1"> Amazon Elastic Inference is no longer available.
593
+ #
594
+ # </note>
608
595
  #
609
- # February 15, 2023: Starting April 15, 2023, AWS will not onboard new
610
- # customers to Amazon Elastic Inference (EI), and will help current
611
- # customers migrate their workloads to options that offer better price
612
- # and performance. After April 15, 2023, new customers will not be able
613
- # to launch instances with Amazon EI accelerators in Amazon SageMaker,
614
- # Amazon ECS, or Amazon EC2. However, customers who have used Amazon EI
615
- # at least once during the past 30-day period are considered current
616
- # customers and will be able to continue using the service.
596
+ # Returns all tags of an Elastic Inference Accelerator.
617
597
  #
618
598
  # @option params [required, String] :resource_arn
619
599
  # The ARN of the Elastic Inference Accelerator to list the tags for.
@@ -642,16 +622,11 @@ module Aws::ElasticInference
642
622
  req.send_request(options)
643
623
  end
644
624
 
645
- # Adds the specified tags to an Elastic Inference Accelerator.
625
+ # <note markdown="1"> Amazon Elastic Inference is no longer available.
646
626
  #
647
- # February 15, 2023: Starting April 15, 2023, AWS will not onboard new
648
- # customers to Amazon Elastic Inference (EI), and will help current
649
- # customers migrate their workloads to options that offer better price
650
- # and performance. After April 15, 2023, new customers will not be able
651
- # to launch instances with Amazon EI accelerators in Amazon SageMaker,
652
- # Amazon ECS, or Amazon EC2. However, customers who have used Amazon EI
653
- # at least once during the past 30-day period are considered current
654
- # customers and will be able to continue using the service.
627
+ # </note>
628
+ #
629
+ # Adds the specified tags to an Elastic Inference Accelerator.
655
630
  #
656
631
  # @option params [required, String] :resource_arn
657
632
  # The ARN of the Elastic Inference Accelerator to tag.
@@ -679,16 +654,11 @@ module Aws::ElasticInference
679
654
  req.send_request(options)
680
655
  end
681
656
 
682
- # Removes the specified tags from an Elastic Inference Accelerator.
657
+ # <note markdown="1"> Amazon Elastic Inference is no longer available.
683
658
  #
684
- # February 15, 2023: Starting April 15, 2023, AWS will not onboard new
685
- # customers to Amazon Elastic Inference (EI), and will help current
686
- # customers migrate their workloads to options that offer better price
687
- # and performance. After April 15, 2023, new customers will not be able
688
- # to launch instances with Amazon EI accelerators in Amazon SageMaker,
689
- # Amazon ECS, or Amazon EC2. However, customers who have used Amazon EI
690
- # at least once during the past 30-day period are considered current
691
- # customers and will be able to continue using the service.
659
+ # </note>
660
+ #
661
+ # Removes the specified tags from an Elastic Inference Accelerator.
692
662
  #
693
663
  # @option params [required, String] :resource_arn
694
664
  # The ARN of the Elastic Inference Accelerator to untag.
@@ -732,7 +702,7 @@ module Aws::ElasticInference
732
702
  tracer: tracer
733
703
  )
734
704
  context[:gem_name] = 'aws-sdk-elasticinference'
735
- context[:gem_version] = '1.47.0'
705
+ context[:gem_version] = '1.48.0'
736
706
  Seahorse::Client::Request.new(handlers, context)
737
707
  end
738
708
 
@@ -32,7 +32,7 @@ module Aws::ElasticInference
32
32
  raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
33
33
  end
34
34
  if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
35
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
35
+ if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
36
36
  return Aws::Endpoints::Endpoint.new(url: "https://api.elastic-inference-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
37
37
  end
38
38
  raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
@@ -54,7 +54,7 @@ module Aws::ElasticInference
54
54
  autoload :EndpointProvider, 'aws-sdk-elasticinference/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-elasticinference/endpoints'
56
56
 
57
- GEM_VERSION = '1.47.0'
57
+ GEM_VERSION = '1.48.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-elasticinference
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.47.0
4
+ version: 1.48.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-09-24 00:00:00.000000000 Z
11
+ date: 2024-10-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core