aws-sdk-elasticinference 1.23.0 → 1.26.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: 82482e555d0f83d6b86a4faa80b4af743a3ebca622702292e43b340aa6a05f73
4
- data.tar.gz: 2d0f7884a25e5c535f1ea9d0dae524d0f1b6753da26d82e7087b7876a0d974f4
3
+ metadata.gz: 8598a6e45fb87b699bbf1a1410d75f617f7e80c47cb631556b41fb658e2578a2
4
+ data.tar.gz: 15256b4d483ae4ac20a2f884a8f1493d9ed522523554544ad4401ae3c581fe89
5
5
  SHA512:
6
- metadata.gz: a96cecff93be58dcdeb130307dc60c246fc6fcdf741916ffc30bf3386b9882162c650c746af92ef930760acdfba2386e3930e2442b9837a09a5b2aa9cf542a4d
7
- data.tar.gz: cbfe4b0e4ba3f0df520ac168b19e4ee2185b03ae849ec48728f425775a3663919896fa6a3bb89e09103653ae6a3877ac8ab8848259e578548569b57627683f36
6
+ metadata.gz: bc822c540a845df1f8d0c236dd404feb2b598b519afcb5e72842f62f24cf6cac57c3de170418aa91c66e4b28033bde11a09e7eadde4d1e45903f379fa9d09707
7
+ data.tar.gz: b6bc31e4ca00343995322bcdffa1da8b31be456ef4f663630a9933e7e5ec45dbb92125b487a6b9487ef7d12faca3079c63455eb113c07a6dbcc17ea5c721a1c8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.26.0 (2023-05-31)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.25.0 (2023-04-04)
10
+ ------------------
11
+
12
+ * Feature - Updated public documentation for the Describe and Tagging APIs.
13
+
14
+ 1.24.0 (2023-04-04)
15
+ ------------------
16
+
17
+ * Feature - Updated public documentation for the Describe and Tagging APIs.
18
+
4
19
  1.23.0 (2023-01-18)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.23.0
1
+ 1.26.0
@@ -275,6 +275,11 @@ module Aws::ElasticInference
275
275
  # in the future.
276
276
  #
277
277
  #
278
+ # @option options [String] :sdk_ua_app_id
279
+ # A unique and opaque application ID that is appended to the
280
+ # User-Agent header as app/<sdk_ua_app_id>. It should have a
281
+ # maximum length of 50.
282
+ #
278
283
  # @option options [String] :secret_access_key
279
284
  #
280
285
  # @option options [String] :session_token
@@ -371,6 +376,15 @@ module Aws::ElasticInference
371
376
  # Describes the locations in which a given accelerator type or set of
372
377
  # types is present in a given region.
373
378
  #
379
+ # February 15, 2023: Starting April 15, 2023, AWS will not onboard new
380
+ # customers to Amazon Elastic Inference (EI), and will help current
381
+ # customers migrate their workloads to options that offer better price
382
+ # and performance. After April 15, 2023, new customers will not be able
383
+ # to launch instances with Amazon EI accelerators in Amazon SageMaker,
384
+ # Amazon ECS, or Amazon EC2. However, customers who have used Amazon EI
385
+ # at least once during the past 30-day period are considered current
386
+ # customers and will be able to continue using the service.
387
+ #
374
388
  # @option params [required, String] :location_type
375
389
  # The location type that you want to describe accelerator type offerings
376
390
  # for. It can assume the following values: region: will return the
@@ -412,6 +426,15 @@ module Aws::ElasticInference
412
426
  # Describes the accelerator types available in a given region, as well
413
427
  # as their characteristics, such as memory and throughput.
414
428
  #
429
+ # February 15, 2023: Starting April 15, 2023, AWS will not onboard new
430
+ # customers to Amazon Elastic Inference (EI), and will help current
431
+ # customers migrate their workloads to options that offer better price
432
+ # and performance. After April 15, 2023, new customers will not be able
433
+ # to launch instances with Amazon EI accelerators in Amazon SageMaker,
434
+ # Amazon ECS, or Amazon EC2. However, customers who have used Amazon EI
435
+ # at least once during the past 30-day period are considered current
436
+ # customers and will be able to continue using the service.
437
+ #
415
438
  # @return [Types::DescribeAcceleratorTypesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
416
439
  #
417
440
  # * {Types::DescribeAcceleratorTypesResponse#accelerator_types #accelerator_types} => Array&lt;Types::AcceleratorType&gt;
@@ -437,6 +460,15 @@ module Aws::ElasticInference
437
460
  # Describes information over a provided set of accelerators belonging to
438
461
  # an account.
439
462
  #
463
+ # February 15, 2023: Starting April 15, 2023, AWS will not onboard new
464
+ # customers to Amazon Elastic Inference (EI), and will help current
465
+ # customers migrate their workloads to options that offer better price
466
+ # and performance. After April 15, 2023, new customers will not be able
467
+ # to launch instances with Amazon EI accelerators in Amazon SageMaker,
468
+ # Amazon ECS, or Amazon EC2. However, customers who have used Amazon EI
469
+ # at least once during the past 30-day period are considered current
470
+ # customers and will be able to continue using the service.
471
+ #
440
472
  # @option params [Array<String>] :accelerator_ids
441
473
  # The IDs of the accelerators to describe.
442
474
  #
@@ -500,6 +532,15 @@ module Aws::ElasticInference
500
532
 
501
533
  # Returns all tags of an Elastic Inference Accelerator.
502
534
  #
535
+ # February 15, 2023: Starting April 15, 2023, AWS will not onboard new
536
+ # customers to Amazon Elastic Inference (EI), and will help current
537
+ # customers migrate their workloads to options that offer better price
538
+ # and performance. After April 15, 2023, new customers will not be able
539
+ # to launch instances with Amazon EI accelerators in Amazon SageMaker,
540
+ # Amazon ECS, or Amazon EC2. However, customers who have used Amazon EI
541
+ # at least once during the past 30-day period are considered current
542
+ # customers and will be able to continue using the service.
543
+ #
503
544
  # @option params [required, String] :resource_arn
504
545
  # The ARN of the Elastic Inference Accelerator to list the tags for.
505
546
  #
@@ -529,6 +570,15 @@ module Aws::ElasticInference
529
570
 
530
571
  # Adds the specified tags to an Elastic Inference Accelerator.
531
572
  #
573
+ # February 15, 2023: Starting April 15, 2023, AWS will not onboard new
574
+ # customers to Amazon Elastic Inference (EI), and will help current
575
+ # customers migrate their workloads to options that offer better price
576
+ # and performance. After April 15, 2023, new customers will not be able
577
+ # to launch instances with Amazon EI accelerators in Amazon SageMaker,
578
+ # Amazon ECS, or Amazon EC2. However, customers who have used Amazon EI
579
+ # at least once during the past 30-day period are considered current
580
+ # customers and will be able to continue using the service.
581
+ #
532
582
  # @option params [required, String] :resource_arn
533
583
  # The ARN of the Elastic Inference Accelerator to tag.
534
584
  #
@@ -557,6 +607,15 @@ module Aws::ElasticInference
557
607
 
558
608
  # Removes the specified tags from an Elastic Inference Accelerator.
559
609
  #
610
+ # February 15, 2023: Starting April 15, 2023, AWS will not onboard new
611
+ # customers to Amazon Elastic Inference (EI), and will help current
612
+ # customers migrate their workloads to options that offer better price
613
+ # and performance. After April 15, 2023, new customers will not be able
614
+ # to launch instances with Amazon EI accelerators in Amazon SageMaker,
615
+ # Amazon ECS, or Amazon EC2. However, customers who have used Amazon EI
616
+ # at least once during the past 30-day period are considered current
617
+ # customers and will be able to continue using the service.
618
+ #
560
619
  # @option params [required, String] :resource_arn
561
620
  # The ARN of the Elastic Inference Accelerator to untag.
562
621
  #
@@ -594,7 +653,7 @@ module Aws::ElasticInference
594
653
  params: params,
595
654
  config: config)
596
655
  context[:gem_name] = 'aws-sdk-elasticinference'
597
- context[:gem_version] = '1.23.0'
656
+ context[:gem_version] = '1.26.0'
598
657
  Seahorse::Client::Request.new(handlers, context)
599
658
  end
600
659
 
@@ -14,36 +14,39 @@ module Aws::ElasticInference
14
14
  use_dual_stack = parameters.use_dual_stack
15
15
  use_fips = parameters.use_fips
16
16
  endpoint = parameters.endpoint
17
- if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
18
- if Aws::Endpoints::Matchers.set?(endpoint) && (url = Aws::Endpoints::Matchers.parse_url(endpoint))
19
- if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
20
- raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
21
- end
22
- if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
23
- raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
24
- end
25
- return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
26
- end
27
- if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
28
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
29
- return Aws::Endpoints::Endpoint.new(url: "https://api.elastic-inference-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
30
- end
31
- raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
32
- end
17
+ if Aws::Endpoints::Matchers.set?(endpoint)
33
18
  if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
34
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
35
- return Aws::Endpoints::Endpoint.new(url: "https://api.elastic-inference-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
36
- end
37
- raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
19
+ raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
38
20
  end
39
21
  if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
40
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
41
- return Aws::Endpoints::Endpoint.new(url: "https://api.elastic-inference.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
22
+ raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
23
+ end
24
+ return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
25
+ end
26
+ if Aws::Endpoints::Matchers.set?(region)
27
+ if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
28
+ if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
29
+ if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
30
+ return Aws::Endpoints::Endpoint.new(url: "https://api.elastic-inference-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
31
+ end
32
+ raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
33
+ end
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"))
36
+ return Aws::Endpoints::Endpoint.new(url: "https://api.elastic-inference-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
37
+ end
38
+ raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
39
+ end
40
+ if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
41
+ if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
42
+ return Aws::Endpoints::Endpoint.new(url: "https://api.elastic-inference.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
43
+ end
44
+ raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
42
45
  end
43
- raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
46
+ return Aws::Endpoints::Endpoint.new(url: "https://api.elastic-inference.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
44
47
  end
45
- return Aws::Endpoints::Endpoint.new(url: "https://api.elastic-inference.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
46
48
  end
49
+ raise ArgumentError, "Invalid Configuration: Missing Region"
47
50
  raise ArgumentError, 'No endpoint could be resolved'
48
51
 
49
52
  end
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-elasticinference/customizations'
52
52
  # @!group service
53
53
  module Aws::ElasticInference
54
54
 
55
- GEM_VERSION = '1.23.0'
55
+ GEM_VERSION = '1.26.0'
56
56
 
57
57
  end
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.23.0
4
+ version: 1.26.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: 2023-01-18 00:00:00.000000000 Z
11
+ date: 2023-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.165.0
22
+ version: 3.174.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.165.0
32
+ version: 3.174.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement