aws-sdk-cloudfront 1.114.0 → 1.115.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,14 @@
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.115.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: 2025-03-07 00:00:00.000000000 Z
11
+ date: 2025-04-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core