aws-sdk-cloudfront 1.114.0 → 1.116.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.
data/sig/waiters.rbs CHANGED
@@ -30,6 +30,17 @@ module Aws
30
30
  | (Hash[Symbol, untyped]) -> Client::_GetInvalidationResponseSuccess
31
31
  end
32
32
 
33
+ class InvalidationForDistributionTenantCompleted
34
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
35
+ | (?Hash[Symbol, untyped]) -> void
36
+
37
+ def wait: (
38
+ distribution_tenant_id: ::String,
39
+ id: ::String
40
+ ) -> Client::_GetInvalidationForDistributionTenantResponseSuccess
41
+ | (Hash[Symbol, untyped]) -> Client::_GetInvalidationForDistributionTenantResponseSuccess
42
+ end
43
+
33
44
  class StreamingDistributionDeployed
34
45
  def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
35
46
  | (?Hash[Symbol, untyped]) -> void
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudfront
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.114.0
4
+ version: 1.116.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-03-07 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: aws-sdk-core
@@ -81,7 +80,6 @@ licenses:
81
80
  metadata:
82
81
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-cloudfront
83
82
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-cloudfront/CHANGELOG.md
84
- post_install_message:
85
83
  rdoc_options: []
86
84
  require_paths:
87
85
  - lib
@@ -96,8 +94,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
96
94
  - !ruby/object:Gem::Version
97
95
  version: '0'
98
96
  requirements: []
99
- rubygems_version: 3.4.10
100
- signing_key:
97
+ rubygems_version: 3.6.7
101
98
  specification_version: 4
102
99
  summary: AWS SDK for Ruby - CloudFront
103
100
  test_files: []