aws-sdk-efs 1.71.0 → 1.72.0

Sign up to get free protection for your applications and to get access to all the features.
data/sig/errors.rbs ADDED
@@ -0,0 +1,146 @@
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 EFS
10
+ module Errors
11
+ class ServiceError < ::Aws::Errors::ServiceError
12
+ end
13
+
14
+ class AccessPointAlreadyExists < ::Aws::Errors::ServiceError
15
+ def error_code: () -> ::String
16
+ def message: () -> ::String
17
+ def access_point_id: () -> ::String
18
+ end
19
+ class AccessPointLimitExceeded < ::Aws::Errors::ServiceError
20
+ def error_code: () -> ::String
21
+ def message: () -> ::String
22
+ end
23
+ class AccessPointNotFound < ::Aws::Errors::ServiceError
24
+ def error_code: () -> ::String
25
+ def message: () -> ::String
26
+ end
27
+ class AvailabilityZonesMismatch < ::Aws::Errors::ServiceError
28
+ def error_code: () -> ::String
29
+ def message: () -> ::String
30
+ end
31
+ class BadRequest < ::Aws::Errors::ServiceError
32
+ def error_code: () -> ::String
33
+ def message: () -> ::String
34
+ end
35
+ class ConflictException < ::Aws::Errors::ServiceError
36
+ def error_code: () -> ::String
37
+ def message: () -> ::String
38
+ end
39
+ class DependencyTimeout < ::Aws::Errors::ServiceError
40
+ def error_code: () -> ::String
41
+ def message: () -> ::String
42
+ end
43
+ class FileSystemAlreadyExists < ::Aws::Errors::ServiceError
44
+ def error_code: () -> ::String
45
+ def message: () -> ::String
46
+ def file_system_id: () -> ::String
47
+ end
48
+ class FileSystemInUse < ::Aws::Errors::ServiceError
49
+ def error_code: () -> ::String
50
+ def message: () -> ::String
51
+ end
52
+ class FileSystemLimitExceeded < ::Aws::Errors::ServiceError
53
+ def error_code: () -> ::String
54
+ def message: () -> ::String
55
+ end
56
+ class FileSystemNotFound < ::Aws::Errors::ServiceError
57
+ def error_code: () -> ::String
58
+ def message: () -> ::String
59
+ end
60
+ class IncorrectFileSystemLifeCycleState < ::Aws::Errors::ServiceError
61
+ def error_code: () -> ::String
62
+ def message: () -> ::String
63
+ end
64
+ class IncorrectMountTargetState < ::Aws::Errors::ServiceError
65
+ def error_code: () -> ::String
66
+ def message: () -> ::String
67
+ end
68
+ class InsufficientThroughputCapacity < ::Aws::Errors::ServiceError
69
+ def error_code: () -> ::String
70
+ def message: () -> ::String
71
+ end
72
+ class InternalServerError < ::Aws::Errors::ServiceError
73
+ def error_code: () -> ::String
74
+ def message: () -> ::String
75
+ end
76
+ class InvalidPolicyException < ::Aws::Errors::ServiceError
77
+ def error_code: () -> ::String
78
+ def message: () -> ::String
79
+ end
80
+ class IpAddressInUse < ::Aws::Errors::ServiceError
81
+ def error_code: () -> ::String
82
+ def message: () -> ::String
83
+ end
84
+ class MountTargetConflict < ::Aws::Errors::ServiceError
85
+ def error_code: () -> ::String
86
+ def message: () -> ::String
87
+ end
88
+ class MountTargetNotFound < ::Aws::Errors::ServiceError
89
+ def error_code: () -> ::String
90
+ def message: () -> ::String
91
+ end
92
+ class NetworkInterfaceLimitExceeded < ::Aws::Errors::ServiceError
93
+ def error_code: () -> ::String
94
+ def message: () -> ::String
95
+ end
96
+ class NoFreeAddressesInSubnet < ::Aws::Errors::ServiceError
97
+ def error_code: () -> ::String
98
+ def message: () -> ::String
99
+ end
100
+ class PolicyNotFound < ::Aws::Errors::ServiceError
101
+ def error_code: () -> ::String
102
+ def message: () -> ::String
103
+ end
104
+ class ReplicationAlreadyExists < ::Aws::Errors::ServiceError
105
+ def error_code: () -> ::String
106
+ def message: () -> ::String
107
+ end
108
+ class ReplicationNotFound < ::Aws::Errors::ServiceError
109
+ def error_code: () -> ::String
110
+ def message: () -> ::String
111
+ end
112
+ class SecurityGroupLimitExceeded < ::Aws::Errors::ServiceError
113
+ def error_code: () -> ::String
114
+ def message: () -> ::String
115
+ end
116
+ class SecurityGroupNotFound < ::Aws::Errors::ServiceError
117
+ def error_code: () -> ::String
118
+ def message: () -> ::String
119
+ end
120
+ class SubnetNotFound < ::Aws::Errors::ServiceError
121
+ def error_code: () -> ::String
122
+ def message: () -> ::String
123
+ end
124
+ class ThrottlingException < ::Aws::Errors::ServiceError
125
+ def error_code: () -> ::String
126
+ def message: () -> ::String
127
+ end
128
+ class ThroughputLimitExceeded < ::Aws::Errors::ServiceError
129
+ def error_code: () -> ::String
130
+ def message: () -> ::String
131
+ end
132
+ class TooManyRequests < ::Aws::Errors::ServiceError
133
+ def error_code: () -> ::String
134
+ def message: () -> ::String
135
+ end
136
+ class UnsupportedAvailabilityZone < ::Aws::Errors::ServiceError
137
+ def error_code: () -> ::String
138
+ def message: () -> ::String
139
+ end
140
+ class ValidationException < ::Aws::Errors::ServiceError
141
+ def error_code: () -> ::String
142
+ def message: () -> ::String
143
+ end
144
+ end
145
+ end
146
+ end
data/sig/resource.rbs ADDED
@@ -0,0 +1,79 @@
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 EFS
10
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EFS/Resource.html
11
+ class Resource
12
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EFS/Resource.html#initialize-instance_method
13
+ def initialize: (
14
+ ?client: Client,
15
+ ?credentials: untyped,
16
+ ?region: String,
17
+ ?access_key_id: String,
18
+ ?active_endpoint_cache: bool,
19
+ ?adaptive_retry_wait_to_fill: bool,
20
+ ?client_side_monitoring: bool,
21
+ ?client_side_monitoring_client_id: String,
22
+ ?client_side_monitoring_host: String,
23
+ ?client_side_monitoring_port: Integer,
24
+ ?client_side_monitoring_publisher: untyped,
25
+ ?convert_params: bool,
26
+ ?correct_clock_skew: bool,
27
+ ?defaults_mode: String,
28
+ ?disable_host_prefix_injection: bool,
29
+ ?disable_request_compression: bool,
30
+ ?endpoint: String,
31
+ ?endpoint_cache_max_entries: Integer,
32
+ ?endpoint_cache_max_threads: Integer,
33
+ ?endpoint_cache_poll_interval: Integer,
34
+ ?endpoint_discovery: bool,
35
+ ?ignore_configured_endpoint_urls: bool,
36
+ ?log_formatter: untyped,
37
+ ?log_level: Symbol,
38
+ ?logger: untyped,
39
+ ?max_attempts: Integer,
40
+ ?profile: String,
41
+ ?request_min_compression_size_bytes: Integer,
42
+ ?retry_backoff: Proc,
43
+ ?retry_base_delay: Float,
44
+ ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
45
+ ?retry_limit: Integer,
46
+ ?retry_max_delay: Integer,
47
+ ?retry_mode: ("legacy" | "standard" | "adaptive"),
48
+ ?sdk_ua_app_id: String,
49
+ ?secret_access_key: String,
50
+ ?session_token: String,
51
+ ?stub_responses: untyped,
52
+ ?token_provider: untyped,
53
+ ?use_dualstack_endpoint: bool,
54
+ ?use_fips_endpoint: bool,
55
+ ?validate_params: bool,
56
+ ?endpoint_provider: untyped,
57
+ ?http_proxy: String,
58
+ ?http_open_timeout: (Float | Integer),
59
+ ?http_read_timeout: (Float | Integer),
60
+ ?http_idle_timeout: (Float | Integer),
61
+ ?http_continue_timeout: (Float | Integer),
62
+ ?ssl_timeout: (Float | Integer | nil),
63
+ ?http_wire_trace: bool,
64
+ ?ssl_verify_peer: bool,
65
+ ?ssl_ca_bundle: String,
66
+ ?ssl_ca_directory: String,
67
+ ?ssl_ca_store: String,
68
+ ?on_chunk_received: Proc,
69
+ ?on_chunk_sent: Proc,
70
+ ?raise_response_errors: bool
71
+ ) -> void
72
+ | (?Hash[Symbol, untyped]) -> void
73
+
74
+ def client: () -> Client
75
+
76
+
77
+ end
78
+ end
79
+ end