aws-sdk-elasticinference 1.46.0 → 1.48.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1658d1227d3e15d2d8bd56763e5309fd90f9f6cbc31302dbd7f5e1f32ae2b126
4
- data.tar.gz: 6d451413061a719372f5bc323a5a30c6a0519c2abd2d522e768cfa0eeb608d38
3
+ metadata.gz: 5cb8df8bf6ad18a575da00b4d8755d3f91df9566e57aba2efb0823478a7308b4
4
+ data.tar.gz: 6a0c1cd2c261ff82ef4dd1170ff4a6da1d5f193ace21ed0d9e5c1e2189c1b9c1
5
5
  SHA512:
6
- metadata.gz: '0653138c2e7c20d4d265ca967ed54ee9e20586ec5771dd2745eea8c542d878e1c87ca580e26c788e93a14aed7f8d17d210644191be0b56b56366dd6c6abb4a22'
7
- data.tar.gz: 10cbf748eec0e4bcd788bf97496e1ff878dd8c11592a5d05aebfb5e6c3854cd1e2e9148bd8b9601f927b0c392c3ee54b5695163fa9bcd4bbdcda71c7d2c09f3f
6
+ metadata.gz: 9cc2d6600c16b6630ae29a34389935708342585217f49315da717ac410bdd3b82d561258c34e36636a0ea5543c7612c44bd01183db593babffa7b63d7fbc34a0
7
+ data.tar.gz: 96dc4707fed660039038e4bfc056b1fa50954994461a7fc380426235f37a1a22931445ad4571cc97b3879343bcde160b3049e57e82d7d908bc776ce8e9c44603
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.47.0 (2024-09-24)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.46.0 (2024-09-23)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.46.0
1
+ 1.48.0
@@ -36,8 +36,6 @@ require 'aws-sdk-core/plugins/telemetry.rb'
36
36
  require 'aws-sdk-core/plugins/sign.rb'
37
37
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
38
38
 
39
- Aws::Plugins::GlobalConfiguration.add_identifier(:elasticinference)
40
-
41
39
  module Aws::ElasticInference
42
40
  # An API client for ElasticInference. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -449,18 +447,13 @@ module Aws::ElasticInference
449
447
 
450
448
  # @!group API Operations
451
449
 
450
+ # <note markdown="1"> Amazon Elastic Inference is no longer available.
451
+ #
452
+ # </note>
453
+ #
452
454
  # Describes the locations in which a given accelerator type or set of
453
455
  # types is present in a given region.
454
456
  #
455
- # February 15, 2023: Starting April 15, 2023, AWS will not onboard new
456
- # customers to Amazon Elastic Inference (EI), and will help current
457
- # customers migrate their workloads to options that offer better price
458
- # and performance. After April 15, 2023, new customers will not be able
459
- # to launch instances with Amazon EI accelerators in Amazon SageMaker,
460
- # Amazon ECS, or Amazon EC2. However, customers who have used Amazon EI
461
- # at least once during the past 30-day period are considered current
462
- # customers and will be able to continue using the service.
463
- #
464
457
  # @option params [required, String] :location_type
465
458
  # The location type that you want to describe accelerator type offerings
466
459
  # for. It can assume the following values: region: will return the
@@ -499,18 +492,13 @@ module Aws::ElasticInference
499
492
  req.send_request(options)
500
493
  end
501
494
 
495
+ # <note markdown="1"> Amazon Elastic Inference is no longer available.
496
+ #
497
+ # </note>
498
+ #
502
499
  # Describes the accelerator types available in a given region, as well
503
500
  # as their characteristics, such as memory and throughput.
504
501
  #
505
- # February 15, 2023: Starting April 15, 2023, AWS will not onboard new
506
- # customers to Amazon Elastic Inference (EI), and will help current
507
- # customers migrate their workloads to options that offer better price
508
- # and performance. After April 15, 2023, new customers will not be able
509
- # to launch instances with Amazon EI accelerators in Amazon SageMaker,
510
- # Amazon ECS, or Amazon EC2. However, customers who have used Amazon EI
511
- # at least once during the past 30-day period are considered current
512
- # customers and will be able to continue using the service.
513
- #
514
502
  # @return [Types::DescribeAcceleratorTypesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
515
503
  #
516
504
  # * {Types::DescribeAcceleratorTypesResponse#accelerator_types #accelerator_types} => Array&lt;Types::AcceleratorType&gt;
@@ -533,18 +521,13 @@ module Aws::ElasticInference
533
521
  req.send_request(options)
534
522
  end
535
523
 
524
+ # <note markdown="1"> Amazon Elastic Inference is no longer available.
525
+ #
526
+ # </note>
527
+ #
536
528
  # Describes information over a provided set of accelerators belonging to
537
529
  # an account.
538
530
  #
539
- # February 15, 2023: Starting April 15, 2023, AWS will not onboard new
540
- # customers to Amazon Elastic Inference (EI), and will help current
541
- # customers migrate their workloads to options that offer better price
542
- # and performance. After April 15, 2023, new customers will not be able
543
- # to launch instances with Amazon EI accelerators in Amazon SageMaker,
544
- # Amazon ECS, or Amazon EC2. However, customers who have used Amazon EI
545
- # at least once during the past 30-day period are considered current
546
- # customers and will be able to continue using the service.
547
- #
548
531
  # @option params [Array<String>] :accelerator_ids
549
532
  # The IDs of the accelerators to describe.
550
533
  #
@@ -606,16 +589,11 @@ module Aws::ElasticInference
606
589
  req.send_request(options)
607
590
  end
608
591
 
609
- # Returns all tags of an Elastic Inference Accelerator.
592
+ # <note markdown="1"> Amazon Elastic Inference is no longer available.
593
+ #
594
+ # </note>
610
595
  #
611
- # February 15, 2023: Starting April 15, 2023, AWS will not onboard new
612
- # customers to Amazon Elastic Inference (EI), and will help current
613
- # customers migrate their workloads to options that offer better price
614
- # and performance. After April 15, 2023, new customers will not be able
615
- # to launch instances with Amazon EI accelerators in Amazon SageMaker,
616
- # Amazon ECS, or Amazon EC2. However, customers who have used Amazon EI
617
- # at least once during the past 30-day period are considered current
618
- # customers and will be able to continue using the service.
596
+ # Returns all tags of an Elastic Inference Accelerator.
619
597
  #
620
598
  # @option params [required, String] :resource_arn
621
599
  # The ARN of the Elastic Inference Accelerator to list the tags for.
@@ -644,16 +622,11 @@ module Aws::ElasticInference
644
622
  req.send_request(options)
645
623
  end
646
624
 
647
- # Adds the specified tags to an Elastic Inference Accelerator.
625
+ # <note markdown="1"> Amazon Elastic Inference is no longer available.
648
626
  #
649
- # February 15, 2023: Starting April 15, 2023, AWS will not onboard new
650
- # customers to Amazon Elastic Inference (EI), and will help current
651
- # customers migrate their workloads to options that offer better price
652
- # and performance. After April 15, 2023, new customers will not be able
653
- # to launch instances with Amazon EI accelerators in Amazon SageMaker,
654
- # Amazon ECS, or Amazon EC2. However, customers who have used Amazon EI
655
- # at least once during the past 30-day period are considered current
656
- # customers and will be able to continue using the service.
627
+ # </note>
628
+ #
629
+ # Adds the specified tags to an Elastic Inference Accelerator.
657
630
  #
658
631
  # @option params [required, String] :resource_arn
659
632
  # The ARN of the Elastic Inference Accelerator to tag.
@@ -681,16 +654,11 @@ module Aws::ElasticInference
681
654
  req.send_request(options)
682
655
  end
683
656
 
684
- # Removes the specified tags from an Elastic Inference Accelerator.
657
+ # <note markdown="1"> Amazon Elastic Inference is no longer available.
685
658
  #
686
- # February 15, 2023: Starting April 15, 2023, AWS will not onboard new
687
- # customers to Amazon Elastic Inference (EI), and will help current
688
- # customers migrate their workloads to options that offer better price
689
- # and performance. After April 15, 2023, new customers will not be able
690
- # to launch instances with Amazon EI accelerators in Amazon SageMaker,
691
- # Amazon ECS, or Amazon EC2. However, customers who have used Amazon EI
692
- # at least once during the past 30-day period are considered current
693
- # customers and will be able to continue using the service.
659
+ # </note>
660
+ #
661
+ # Removes the specified tags from an Elastic Inference Accelerator.
694
662
  #
695
663
  # @option params [required, String] :resource_arn
696
664
  # The ARN of the Elastic Inference Accelerator to untag.
@@ -734,7 +702,7 @@ module Aws::ElasticInference
734
702
  tracer: tracer
735
703
  )
736
704
  context[:gem_name] = 'aws-sdk-elasticinference'
737
- context[:gem_version] = '1.46.0'
705
+ context[:gem_version] = '1.48.0'
738
706
  Seahorse::Client::Request.new(handlers, context)
739
707
  end
740
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"
@@ -11,6 +11,8 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:elasticinference)
15
+
14
16
  # This module provides support for Amazon Elastic Inference. This module is available in the
15
17
  # `aws-sdk-elasticinference` gem.
16
18
  #
@@ -52,7 +54,7 @@ module Aws::ElasticInference
52
54
  autoload :EndpointProvider, 'aws-sdk-elasticinference/endpoint_provider'
53
55
  autoload :Endpoints, 'aws-sdk-elasticinference/endpoints'
54
56
 
55
- GEM_VERSION = '1.46.0'
57
+ GEM_VERSION = '1.48.0'
56
58
 
57
59
  end
58
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.46.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-23 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