aws-sdk-apigatewaymanagementapi 1.64.0 → 1.65.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: 153e09b939e07e6d5015267348a982bceaebe0e74d7cb424d140fc07b5139fb3
4
- data.tar.gz: ed33648f95fbc3f481a14d5ae3f27b14fed47819938ea9dc21814076f989011c
3
+ metadata.gz: 7623c0c531ec3cca268711bd58f7bb437a9e9c97e367f3c52907876063093f81
4
+ data.tar.gz: e9b8f846ee97db377a3f6df6fed1979440861de6b7c3d7ee46ec342711ce258e
5
5
  SHA512:
6
- metadata.gz: f7766825456b3768fedba9a6745b84a3821acf895069a8d30d1c693884f20039634e661cb05a8f2a39fd627ef3d58f98aa57ff39795a7e8694f1dc1e58526ba4
7
- data.tar.gz: 41048659cc5bf21a74ee683dcbbdc4afdf0ec32fbce9b804688dbdb213b7e933c2564a009071e8e9e6c7544251ee5f545138aca84468d7877fb6a28a6d199af2
6
+ metadata.gz: d045064dcd3795c4b0e518c1faccf91528322a51ccfe27d9402564a3418202927edb69f7025aac4e0576947404eac551ed6142275342d28013ab1283a9d63efd
7
+ data.tar.gz: df0e1727f76c41fa252de332434d81e5b15cc77ca03c1148d53e4d3255bc5d25e0a6357e1b4f3aaf2a21347fcf43453902f70ed73930f0a8d1cc44884c5656b1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.65.0 (2025-08-21)
5
+ ------------------
6
+
7
+ * Feature - Remove incorrect endpoint tests
8
+
4
9
  1.64.0 (2025-08-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.64.0
1
+ 1.65.0
@@ -566,7 +566,7 @@ module Aws::ApiGatewayManagementApi
566
566
  tracer: tracer
567
567
  )
568
568
  context[:gem_name] = 'aws-sdk-apigatewaymanagementapi'
569
- context[:gem_version] = '1.64.0'
569
+ context[:gem_version] = '1.65.0'
570
570
  Seahorse::Client::Request.new(handlers, context)
571
571
  end
572
572
 
@@ -65,6 +65,7 @@ module Aws::ApiGatewayManagementApi
65
65
 
66
66
  api.metadata = {
67
67
  "apiVersion" => "2018-11-29",
68
+ "auth" => ["aws.auth#sigv4"],
68
69
  "endpointPrefix" => "execute-api",
69
70
  "jsonVersion" => "1.1",
70
71
  "protocol" => "rest-json",
@@ -28,7 +28,7 @@ module Aws::ApiGatewayManagementApi
28
28
  raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
29
29
  end
30
30
  if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true)
31
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
31
+ if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
32
32
  return Aws::Endpoints::Endpoint.new(url: "https://execute-api-fips.#{parameters.region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
33
33
  end
34
34
  raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
@@ -54,7 +54,7 @@ module Aws::ApiGatewayManagementApi
54
54
  autoload :EndpointProvider, 'aws-sdk-apigatewaymanagementapi/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-apigatewaymanagementapi/endpoints'
56
56
 
57
- GEM_VERSION = '1.64.0'
57
+ GEM_VERSION = '1.65.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-apigatewaymanagementapi
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.64.0
4
+ version: 1.65.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -35,14 +35,14 @@ dependencies:
35
35
  requirements:
36
36
  - - "~>"
37
37
  - !ruby/object:Gem::Version
38
- version: '1.1'
38
+ version: '1.5'
39
39
  type: :runtime
40
40
  prerelease: false
41
41
  version_requirements: !ruby/object:Gem::Requirement
42
42
  requirements:
43
43
  - - "~>"
44
44
  - !ruby/object:Gem::Version
45
- version: '1.1'
45
+ version: '1.5'
46
46
  description: Official AWS Ruby gem for AmazonApiGatewayManagementApi. This gem is
47
47
  part of the AWS SDK for Ruby.
48
48
  email: