aws-sdk-cloudfront 1.86.1 → 1.87.0

Sign up to get free protection for your applications and to get access to all the features.
data/sig/waiters.rbs ADDED
@@ -0,0 +1,44 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module CloudFront
10
+ module Waiters
11
+
12
+ class DistributionDeployed
13
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
14
+ | (?Hash[Symbol, untyped]) -> void
15
+
16
+ def wait: (
17
+ id: ::String
18
+ ) -> Client::_GetDistributionResponseSuccess
19
+ | (Hash[Symbol, untyped]) -> Client::_GetDistributionResponseSuccess
20
+ end
21
+
22
+ class InvalidationCompleted
23
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
24
+ | (?Hash[Symbol, untyped]) -> void
25
+
26
+ def wait: (
27
+ distribution_id: ::String,
28
+ id: ::String
29
+ ) -> Client::_GetInvalidationResponseSuccess
30
+ | (Hash[Symbol, untyped]) -> Client::_GetInvalidationResponseSuccess
31
+ end
32
+
33
+ class StreamingDistributionDeployed
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
+ id: ::String
39
+ ) -> Client::_GetStreamingDistributionResponseSuccess
40
+ | (Hash[Symbol, untyped]) -> Client::_GetStreamingDistributionResponseSuccess
41
+ end
42
+ end
43
+ end
44
+ end
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.86.1
4
+ version: 1.87.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-01-10 00:00:00.000000000 Z
11
+ date: 2024-01-26 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.188.0
22
+ version: 3.191.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.188.0
32
+ version: 3.191.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -70,6 +70,11 @@ files:
70
70
  - lib/aws-sdk-cloudfront/types.rb
71
71
  - lib/aws-sdk-cloudfront/url_signer.rb
72
72
  - lib/aws-sdk-cloudfront/waiters.rb
73
+ - sig/client.rbs
74
+ - sig/errors.rbs
75
+ - sig/resource.rbs
76
+ - sig/types.rbs
77
+ - sig/waiters.rbs
73
78
  homepage: https://github.com/aws/aws-sdk-ruby
74
79
  licenses:
75
80
  - Apache-2.0