aws-sdk-oam 1.11.0 → 1.12.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-oam/client.rb +1 -1
- data/lib/aws-sdk-oam/plugins/endpoints.rb +1 -0
- data/lib/aws-sdk-oam.rb +1 -1
- data/sig/client.rbs +266 -0
- data/sig/errors.rbs +46 -0
- data/sig/resource.rbs +79 -0
- data/sig/types.rbs +265 -0
- data/sig/waiters.rbs +13 -0
- metadata +13 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: afa19d5e1defd6b0ec04daa7db9bb1a7fe0c805db57b039e11f7553b5463b28e
|
|
4
|
+
data.tar.gz: c479bd50f5f7aadc426f9b967349e6ed8bb8ee0bdb969071fbb7f13aabc7a7eb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b25b9e825baa68e309d657c0e0666e059577455628303ba41c8367565b030197381413f78ddcbb9b2bc48af66e81cc8f13e526796afc9159f178e09ae96f1f9e
|
|
7
|
+
data.tar.gz: 23e1e98323bdb2f5ef1a99494ae140b1d4d5f8f34cb2926ec73aa959c5ac2136255e3b52b64a1ee8a72c1f5bf572d65d2573760b1c1396ac109995d5c00bfd6e
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.12.0
|
data/lib/aws-sdk-oam/client.rb
CHANGED
|
@@ -14,6 +14,7 @@ module Aws::OAM
|
|
|
14
14
|
option(
|
|
15
15
|
:endpoint_provider,
|
|
16
16
|
doc_type: 'Aws::OAM::EndpointProvider',
|
|
17
|
+
rbs_type: 'untyped',
|
|
17
18
|
docstring: 'The endpoint provider used to resolve endpoints. Any '\
|
|
18
19
|
'object that responds to `#resolve_endpoint(parameters)` '\
|
|
19
20
|
'where `parameters` is a Struct similar to '\
|
data/lib/aws-sdk-oam.rb
CHANGED
data/sig/client.rbs
ADDED
|
@@ -0,0 +1,266 @@
|
|
|
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 OAM
|
|
10
|
+
class Client < ::Seahorse::Client::Base
|
|
11
|
+
include ::Aws::ClientStubs
|
|
12
|
+
|
|
13
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OAM/Client.html#initialize-instance_method
|
|
14
|
+
def self.new: (
|
|
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
|
+
) -> instance
|
|
72
|
+
| (?Hash[Symbol, untyped]) -> instance
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
interface _CreateLinkResponseSuccess
|
|
76
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateLinkOutput]
|
|
77
|
+
def arn: () -> ::String
|
|
78
|
+
def id: () -> ::String
|
|
79
|
+
def label: () -> ::String
|
|
80
|
+
def label_template: () -> ::String
|
|
81
|
+
def resource_types: () -> ::Array[::String]
|
|
82
|
+
def sink_arn: () -> ::String
|
|
83
|
+
def tags: () -> ::Hash[::String, ::String]
|
|
84
|
+
end
|
|
85
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OAM/Client.html#create_link-instance_method
|
|
86
|
+
def create_link: (
|
|
87
|
+
label_template: ::String,
|
|
88
|
+
resource_types: Array[("AWS::CloudWatch::Metric" | "AWS::Logs::LogGroup" | "AWS::XRay::Trace" | "AWS::ApplicationInsights::Application")],
|
|
89
|
+
sink_identifier: ::String,
|
|
90
|
+
?tags: Hash[::String, ::String]
|
|
91
|
+
) -> _CreateLinkResponseSuccess
|
|
92
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateLinkResponseSuccess
|
|
93
|
+
|
|
94
|
+
interface _CreateSinkResponseSuccess
|
|
95
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateSinkOutput]
|
|
96
|
+
def arn: () -> ::String
|
|
97
|
+
def id: () -> ::String
|
|
98
|
+
def name: () -> ::String
|
|
99
|
+
def tags: () -> ::Hash[::String, ::String]
|
|
100
|
+
end
|
|
101
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OAM/Client.html#create_sink-instance_method
|
|
102
|
+
def create_sink: (
|
|
103
|
+
name: ::String,
|
|
104
|
+
?tags: Hash[::String, ::String]
|
|
105
|
+
) -> _CreateSinkResponseSuccess
|
|
106
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateSinkResponseSuccess
|
|
107
|
+
|
|
108
|
+
interface _DeleteLinkResponseSuccess
|
|
109
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteLinkOutput]
|
|
110
|
+
end
|
|
111
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OAM/Client.html#delete_link-instance_method
|
|
112
|
+
def delete_link: (
|
|
113
|
+
identifier: ::String
|
|
114
|
+
) -> _DeleteLinkResponseSuccess
|
|
115
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteLinkResponseSuccess
|
|
116
|
+
|
|
117
|
+
interface _DeleteSinkResponseSuccess
|
|
118
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteSinkOutput]
|
|
119
|
+
end
|
|
120
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OAM/Client.html#delete_sink-instance_method
|
|
121
|
+
def delete_sink: (
|
|
122
|
+
identifier: ::String
|
|
123
|
+
) -> _DeleteSinkResponseSuccess
|
|
124
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteSinkResponseSuccess
|
|
125
|
+
|
|
126
|
+
interface _GetLinkResponseSuccess
|
|
127
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetLinkOutput]
|
|
128
|
+
def arn: () -> ::String
|
|
129
|
+
def id: () -> ::String
|
|
130
|
+
def label: () -> ::String
|
|
131
|
+
def label_template: () -> ::String
|
|
132
|
+
def resource_types: () -> ::Array[::String]
|
|
133
|
+
def sink_arn: () -> ::String
|
|
134
|
+
def tags: () -> ::Hash[::String, ::String]
|
|
135
|
+
end
|
|
136
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OAM/Client.html#get_link-instance_method
|
|
137
|
+
def get_link: (
|
|
138
|
+
identifier: ::String
|
|
139
|
+
) -> _GetLinkResponseSuccess
|
|
140
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetLinkResponseSuccess
|
|
141
|
+
|
|
142
|
+
interface _GetSinkResponseSuccess
|
|
143
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetSinkOutput]
|
|
144
|
+
def arn: () -> ::String
|
|
145
|
+
def id: () -> ::String
|
|
146
|
+
def name: () -> ::String
|
|
147
|
+
def tags: () -> ::Hash[::String, ::String]
|
|
148
|
+
end
|
|
149
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OAM/Client.html#get_sink-instance_method
|
|
150
|
+
def get_sink: (
|
|
151
|
+
identifier: ::String
|
|
152
|
+
) -> _GetSinkResponseSuccess
|
|
153
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetSinkResponseSuccess
|
|
154
|
+
|
|
155
|
+
interface _GetSinkPolicyResponseSuccess
|
|
156
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetSinkPolicyOutput]
|
|
157
|
+
def sink_arn: () -> ::String
|
|
158
|
+
def sink_id: () -> ::String
|
|
159
|
+
def policy: () -> ::String
|
|
160
|
+
end
|
|
161
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OAM/Client.html#get_sink_policy-instance_method
|
|
162
|
+
def get_sink_policy: (
|
|
163
|
+
sink_identifier: ::String
|
|
164
|
+
) -> _GetSinkPolicyResponseSuccess
|
|
165
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetSinkPolicyResponseSuccess
|
|
166
|
+
|
|
167
|
+
interface _ListAttachedLinksResponseSuccess
|
|
168
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListAttachedLinksOutput]
|
|
169
|
+
def items: () -> ::Array[Types::ListAttachedLinksItem]
|
|
170
|
+
def next_token: () -> ::String
|
|
171
|
+
end
|
|
172
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OAM/Client.html#list_attached_links-instance_method
|
|
173
|
+
def list_attached_links: (
|
|
174
|
+
?max_results: ::Integer,
|
|
175
|
+
?next_token: ::String,
|
|
176
|
+
sink_identifier: ::String
|
|
177
|
+
) -> _ListAttachedLinksResponseSuccess
|
|
178
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListAttachedLinksResponseSuccess
|
|
179
|
+
|
|
180
|
+
interface _ListLinksResponseSuccess
|
|
181
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListLinksOutput]
|
|
182
|
+
def items: () -> ::Array[Types::ListLinksItem]
|
|
183
|
+
def next_token: () -> ::String
|
|
184
|
+
end
|
|
185
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OAM/Client.html#list_links-instance_method
|
|
186
|
+
def list_links: (
|
|
187
|
+
?max_results: ::Integer,
|
|
188
|
+
?next_token: ::String
|
|
189
|
+
) -> _ListLinksResponseSuccess
|
|
190
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListLinksResponseSuccess
|
|
191
|
+
|
|
192
|
+
interface _ListSinksResponseSuccess
|
|
193
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListSinksOutput]
|
|
194
|
+
def items: () -> ::Array[Types::ListSinksItem]
|
|
195
|
+
def next_token: () -> ::String
|
|
196
|
+
end
|
|
197
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OAM/Client.html#list_sinks-instance_method
|
|
198
|
+
def list_sinks: (
|
|
199
|
+
?max_results: ::Integer,
|
|
200
|
+
?next_token: ::String
|
|
201
|
+
) -> _ListSinksResponseSuccess
|
|
202
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListSinksResponseSuccess
|
|
203
|
+
|
|
204
|
+
interface _ListTagsForResourceResponseSuccess
|
|
205
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListTagsForResourceOutput]
|
|
206
|
+
def tags: () -> ::Hash[::String, ::String]
|
|
207
|
+
end
|
|
208
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OAM/Client.html#list_tags_for_resource-instance_method
|
|
209
|
+
def list_tags_for_resource: (
|
|
210
|
+
resource_arn: ::String
|
|
211
|
+
) -> _ListTagsForResourceResponseSuccess
|
|
212
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForResourceResponseSuccess
|
|
213
|
+
|
|
214
|
+
interface _PutSinkPolicyResponseSuccess
|
|
215
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::PutSinkPolicyOutput]
|
|
216
|
+
def sink_arn: () -> ::String
|
|
217
|
+
def sink_id: () -> ::String
|
|
218
|
+
def policy: () -> ::String
|
|
219
|
+
end
|
|
220
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OAM/Client.html#put_sink_policy-instance_method
|
|
221
|
+
def put_sink_policy: (
|
|
222
|
+
sink_identifier: ::String,
|
|
223
|
+
policy: ::String
|
|
224
|
+
) -> _PutSinkPolicyResponseSuccess
|
|
225
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutSinkPolicyResponseSuccess
|
|
226
|
+
|
|
227
|
+
interface _TagResourceResponseSuccess
|
|
228
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::TagResourceOutput]
|
|
229
|
+
end
|
|
230
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OAM/Client.html#tag_resource-instance_method
|
|
231
|
+
def tag_resource: (
|
|
232
|
+
resource_arn: ::String,
|
|
233
|
+
tags: Hash[::String, ::String]
|
|
234
|
+
) -> _TagResourceResponseSuccess
|
|
235
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
|
|
236
|
+
|
|
237
|
+
interface _UntagResourceResponseSuccess
|
|
238
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UntagResourceOutput]
|
|
239
|
+
end
|
|
240
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OAM/Client.html#untag_resource-instance_method
|
|
241
|
+
def untag_resource: (
|
|
242
|
+
resource_arn: ::String,
|
|
243
|
+
tag_keys: Array[::String]
|
|
244
|
+
) -> _UntagResourceResponseSuccess
|
|
245
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UntagResourceResponseSuccess
|
|
246
|
+
|
|
247
|
+
interface _UpdateLinkResponseSuccess
|
|
248
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateLinkOutput]
|
|
249
|
+
def arn: () -> ::String
|
|
250
|
+
def id: () -> ::String
|
|
251
|
+
def label: () -> ::String
|
|
252
|
+
def label_template: () -> ::String
|
|
253
|
+
def resource_types: () -> ::Array[::String]
|
|
254
|
+
def sink_arn: () -> ::String
|
|
255
|
+
def tags: () -> ::Hash[::String, ::String]
|
|
256
|
+
end
|
|
257
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OAM/Client.html#update_link-instance_method
|
|
258
|
+
def update_link: (
|
|
259
|
+
identifier: ::String,
|
|
260
|
+
resource_types: Array[("AWS::CloudWatch::Metric" | "AWS::Logs::LogGroup" | "AWS::XRay::Trace" | "AWS::ApplicationInsights::Application")]
|
|
261
|
+
) -> _UpdateLinkResponseSuccess
|
|
262
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateLinkResponseSuccess
|
|
263
|
+
end
|
|
264
|
+
end
|
|
265
|
+
end
|
|
266
|
+
|
data/sig/errors.rbs
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
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 OAM
|
|
10
|
+
module Errors
|
|
11
|
+
class ServiceError < ::Aws::Errors::ServiceError
|
|
12
|
+
end
|
|
13
|
+
|
|
14
|
+
class ConflictException < ::Aws::Errors::ServiceError
|
|
15
|
+
def message: () -> ::String
|
|
16
|
+
def amzn_error_type: () -> ::String
|
|
17
|
+
end
|
|
18
|
+
class InternalServiceFault < ::Aws::Errors::ServiceError
|
|
19
|
+
def message: () -> ::String
|
|
20
|
+
def amzn_error_type: () -> ::String
|
|
21
|
+
end
|
|
22
|
+
class InvalidParameterException < ::Aws::Errors::ServiceError
|
|
23
|
+
def message: () -> ::String
|
|
24
|
+
def amzn_error_type: () -> ::String
|
|
25
|
+
end
|
|
26
|
+
class MissingRequiredParameterException < ::Aws::Errors::ServiceError
|
|
27
|
+
def message: () -> ::String
|
|
28
|
+
def amzn_error_type: () -> ::String
|
|
29
|
+
end
|
|
30
|
+
class ResourceNotFoundException < ::Aws::Errors::ServiceError
|
|
31
|
+
def message: () -> ::String
|
|
32
|
+
def amzn_error_type: () -> ::String
|
|
33
|
+
end
|
|
34
|
+
class ServiceQuotaExceededException < ::Aws::Errors::ServiceError
|
|
35
|
+
def message: () -> ::String
|
|
36
|
+
def amzn_error_type: () -> ::String
|
|
37
|
+
end
|
|
38
|
+
class TooManyTagsException < ::Aws::Errors::ServiceError
|
|
39
|
+
def message: () -> ::String
|
|
40
|
+
end
|
|
41
|
+
class ValidationException < ::Aws::Errors::ServiceError
|
|
42
|
+
def message: () -> ::String
|
|
43
|
+
end
|
|
44
|
+
end
|
|
45
|
+
end
|
|
46
|
+
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 OAM
|
|
10
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OAM/Resource.html
|
|
11
|
+
class Resource
|
|
12
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OAM/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
|
data/sig/types.rbs
ADDED
|
@@ -0,0 +1,265 @@
|
|
|
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::OAM
|
|
9
|
+
module Types
|
|
10
|
+
|
|
11
|
+
class ConflictException
|
|
12
|
+
attr_accessor message: ::String
|
|
13
|
+
attr_accessor amzn_error_type: ::String
|
|
14
|
+
SENSITIVE: []
|
|
15
|
+
end
|
|
16
|
+
|
|
17
|
+
class CreateLinkInput
|
|
18
|
+
attr_accessor label_template: ::String
|
|
19
|
+
attr_accessor resource_types: ::Array[("AWS::CloudWatch::Metric" | "AWS::Logs::LogGroup" | "AWS::XRay::Trace" | "AWS::ApplicationInsights::Application")]
|
|
20
|
+
attr_accessor sink_identifier: ::String
|
|
21
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
|
22
|
+
SENSITIVE: []
|
|
23
|
+
end
|
|
24
|
+
|
|
25
|
+
class CreateLinkOutput
|
|
26
|
+
attr_accessor arn: ::String
|
|
27
|
+
attr_accessor id: ::String
|
|
28
|
+
attr_accessor label: ::String
|
|
29
|
+
attr_accessor label_template: ::String
|
|
30
|
+
attr_accessor resource_types: ::Array[::String]
|
|
31
|
+
attr_accessor sink_arn: ::String
|
|
32
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
|
33
|
+
SENSITIVE: []
|
|
34
|
+
end
|
|
35
|
+
|
|
36
|
+
class CreateSinkInput
|
|
37
|
+
attr_accessor name: ::String
|
|
38
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
|
39
|
+
SENSITIVE: []
|
|
40
|
+
end
|
|
41
|
+
|
|
42
|
+
class CreateSinkOutput
|
|
43
|
+
attr_accessor arn: ::String
|
|
44
|
+
attr_accessor id: ::String
|
|
45
|
+
attr_accessor name: ::String
|
|
46
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
|
47
|
+
SENSITIVE: []
|
|
48
|
+
end
|
|
49
|
+
|
|
50
|
+
class DeleteLinkInput
|
|
51
|
+
attr_accessor identifier: ::String
|
|
52
|
+
SENSITIVE: []
|
|
53
|
+
end
|
|
54
|
+
|
|
55
|
+
class DeleteLinkOutput < Aws::EmptyStructure
|
|
56
|
+
end
|
|
57
|
+
|
|
58
|
+
class DeleteSinkInput
|
|
59
|
+
attr_accessor identifier: ::String
|
|
60
|
+
SENSITIVE: []
|
|
61
|
+
end
|
|
62
|
+
|
|
63
|
+
class DeleteSinkOutput < Aws::EmptyStructure
|
|
64
|
+
end
|
|
65
|
+
|
|
66
|
+
class GetLinkInput
|
|
67
|
+
attr_accessor identifier: ::String
|
|
68
|
+
SENSITIVE: []
|
|
69
|
+
end
|
|
70
|
+
|
|
71
|
+
class GetLinkOutput
|
|
72
|
+
attr_accessor arn: ::String
|
|
73
|
+
attr_accessor id: ::String
|
|
74
|
+
attr_accessor label: ::String
|
|
75
|
+
attr_accessor label_template: ::String
|
|
76
|
+
attr_accessor resource_types: ::Array[::String]
|
|
77
|
+
attr_accessor sink_arn: ::String
|
|
78
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
|
79
|
+
SENSITIVE: []
|
|
80
|
+
end
|
|
81
|
+
|
|
82
|
+
class GetSinkInput
|
|
83
|
+
attr_accessor identifier: ::String
|
|
84
|
+
SENSITIVE: []
|
|
85
|
+
end
|
|
86
|
+
|
|
87
|
+
class GetSinkOutput
|
|
88
|
+
attr_accessor arn: ::String
|
|
89
|
+
attr_accessor id: ::String
|
|
90
|
+
attr_accessor name: ::String
|
|
91
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
|
92
|
+
SENSITIVE: []
|
|
93
|
+
end
|
|
94
|
+
|
|
95
|
+
class GetSinkPolicyInput
|
|
96
|
+
attr_accessor sink_identifier: ::String
|
|
97
|
+
SENSITIVE: []
|
|
98
|
+
end
|
|
99
|
+
|
|
100
|
+
class GetSinkPolicyOutput
|
|
101
|
+
attr_accessor sink_arn: ::String
|
|
102
|
+
attr_accessor sink_id: ::String
|
|
103
|
+
attr_accessor policy: ::String
|
|
104
|
+
SENSITIVE: []
|
|
105
|
+
end
|
|
106
|
+
|
|
107
|
+
class InternalServiceFault
|
|
108
|
+
attr_accessor message: ::String
|
|
109
|
+
attr_accessor amzn_error_type: ::String
|
|
110
|
+
SENSITIVE: []
|
|
111
|
+
end
|
|
112
|
+
|
|
113
|
+
class InvalidParameterException
|
|
114
|
+
attr_accessor message: ::String
|
|
115
|
+
attr_accessor amzn_error_type: ::String
|
|
116
|
+
SENSITIVE: []
|
|
117
|
+
end
|
|
118
|
+
|
|
119
|
+
class ListAttachedLinksInput
|
|
120
|
+
attr_accessor max_results: ::Integer
|
|
121
|
+
attr_accessor next_token: ::String
|
|
122
|
+
attr_accessor sink_identifier: ::String
|
|
123
|
+
SENSITIVE: []
|
|
124
|
+
end
|
|
125
|
+
|
|
126
|
+
class ListAttachedLinksItem
|
|
127
|
+
attr_accessor label: ::String
|
|
128
|
+
attr_accessor link_arn: ::String
|
|
129
|
+
attr_accessor resource_types: ::Array[::String]
|
|
130
|
+
SENSITIVE: []
|
|
131
|
+
end
|
|
132
|
+
|
|
133
|
+
class ListAttachedLinksOutput
|
|
134
|
+
attr_accessor items: ::Array[Types::ListAttachedLinksItem]
|
|
135
|
+
attr_accessor next_token: ::String
|
|
136
|
+
SENSITIVE: []
|
|
137
|
+
end
|
|
138
|
+
|
|
139
|
+
class ListLinksInput
|
|
140
|
+
attr_accessor max_results: ::Integer
|
|
141
|
+
attr_accessor next_token: ::String
|
|
142
|
+
SENSITIVE: []
|
|
143
|
+
end
|
|
144
|
+
|
|
145
|
+
class ListLinksItem
|
|
146
|
+
attr_accessor arn: ::String
|
|
147
|
+
attr_accessor id: ::String
|
|
148
|
+
attr_accessor label: ::String
|
|
149
|
+
attr_accessor resource_types: ::Array[::String]
|
|
150
|
+
attr_accessor sink_arn: ::String
|
|
151
|
+
SENSITIVE: []
|
|
152
|
+
end
|
|
153
|
+
|
|
154
|
+
class ListLinksOutput
|
|
155
|
+
attr_accessor items: ::Array[Types::ListLinksItem]
|
|
156
|
+
attr_accessor next_token: ::String
|
|
157
|
+
SENSITIVE: []
|
|
158
|
+
end
|
|
159
|
+
|
|
160
|
+
class ListSinksInput
|
|
161
|
+
attr_accessor max_results: ::Integer
|
|
162
|
+
attr_accessor next_token: ::String
|
|
163
|
+
SENSITIVE: []
|
|
164
|
+
end
|
|
165
|
+
|
|
166
|
+
class ListSinksItem
|
|
167
|
+
attr_accessor arn: ::String
|
|
168
|
+
attr_accessor id: ::String
|
|
169
|
+
attr_accessor name: ::String
|
|
170
|
+
SENSITIVE: []
|
|
171
|
+
end
|
|
172
|
+
|
|
173
|
+
class ListSinksOutput
|
|
174
|
+
attr_accessor items: ::Array[Types::ListSinksItem]
|
|
175
|
+
attr_accessor next_token: ::String
|
|
176
|
+
SENSITIVE: []
|
|
177
|
+
end
|
|
178
|
+
|
|
179
|
+
class ListTagsForResourceInput
|
|
180
|
+
attr_accessor resource_arn: ::String
|
|
181
|
+
SENSITIVE: []
|
|
182
|
+
end
|
|
183
|
+
|
|
184
|
+
class ListTagsForResourceOutput
|
|
185
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
|
186
|
+
SENSITIVE: []
|
|
187
|
+
end
|
|
188
|
+
|
|
189
|
+
class MissingRequiredParameterException
|
|
190
|
+
attr_accessor message: ::String
|
|
191
|
+
attr_accessor amzn_error_type: ::String
|
|
192
|
+
SENSITIVE: []
|
|
193
|
+
end
|
|
194
|
+
|
|
195
|
+
class PutSinkPolicyInput
|
|
196
|
+
attr_accessor sink_identifier: ::String
|
|
197
|
+
attr_accessor policy: ::String
|
|
198
|
+
SENSITIVE: []
|
|
199
|
+
end
|
|
200
|
+
|
|
201
|
+
class PutSinkPolicyOutput
|
|
202
|
+
attr_accessor sink_arn: ::String
|
|
203
|
+
attr_accessor sink_id: ::String
|
|
204
|
+
attr_accessor policy: ::String
|
|
205
|
+
SENSITIVE: []
|
|
206
|
+
end
|
|
207
|
+
|
|
208
|
+
class ResourceNotFoundException
|
|
209
|
+
attr_accessor message: ::String
|
|
210
|
+
attr_accessor amzn_error_type: ::String
|
|
211
|
+
SENSITIVE: []
|
|
212
|
+
end
|
|
213
|
+
|
|
214
|
+
class ServiceQuotaExceededException
|
|
215
|
+
attr_accessor message: ::String
|
|
216
|
+
attr_accessor amzn_error_type: ::String
|
|
217
|
+
SENSITIVE: []
|
|
218
|
+
end
|
|
219
|
+
|
|
220
|
+
class TagResourceInput
|
|
221
|
+
attr_accessor resource_arn: ::String
|
|
222
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
|
223
|
+
SENSITIVE: []
|
|
224
|
+
end
|
|
225
|
+
|
|
226
|
+
class TagResourceOutput < Aws::EmptyStructure
|
|
227
|
+
end
|
|
228
|
+
|
|
229
|
+
class TooManyTagsException
|
|
230
|
+
attr_accessor message: ::String
|
|
231
|
+
SENSITIVE: []
|
|
232
|
+
end
|
|
233
|
+
|
|
234
|
+
class UntagResourceInput
|
|
235
|
+
attr_accessor resource_arn: ::String
|
|
236
|
+
attr_accessor tag_keys: ::Array[::String]
|
|
237
|
+
SENSITIVE: []
|
|
238
|
+
end
|
|
239
|
+
|
|
240
|
+
class UntagResourceOutput < Aws::EmptyStructure
|
|
241
|
+
end
|
|
242
|
+
|
|
243
|
+
class UpdateLinkInput
|
|
244
|
+
attr_accessor identifier: ::String
|
|
245
|
+
attr_accessor resource_types: ::Array[("AWS::CloudWatch::Metric" | "AWS::Logs::LogGroup" | "AWS::XRay::Trace" | "AWS::ApplicationInsights::Application")]
|
|
246
|
+
SENSITIVE: []
|
|
247
|
+
end
|
|
248
|
+
|
|
249
|
+
class UpdateLinkOutput
|
|
250
|
+
attr_accessor arn: ::String
|
|
251
|
+
attr_accessor id: ::String
|
|
252
|
+
attr_accessor label: ::String
|
|
253
|
+
attr_accessor label_template: ::String
|
|
254
|
+
attr_accessor resource_types: ::Array[::String]
|
|
255
|
+
attr_accessor sink_arn: ::String
|
|
256
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
|
257
|
+
SENSITIVE: []
|
|
258
|
+
end
|
|
259
|
+
|
|
260
|
+
class ValidationException
|
|
261
|
+
attr_accessor message: ::String
|
|
262
|
+
SENSITIVE: []
|
|
263
|
+
end
|
|
264
|
+
end
|
|
265
|
+
end
|
data/sig/waiters.rbs
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
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 OAM
|
|
10
|
+
module Waiters
|
|
11
|
+
end
|
|
12
|
+
end
|
|
13
|
+
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-oam
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.12.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
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.
|
|
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.
|
|
32
|
+
version: 3.191.0
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: aws-sigv4
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -66,13 +66,18 @@ files:
|
|
|
66
66
|
- lib/aws-sdk-oam/plugins/endpoints.rb
|
|
67
67
|
- lib/aws-sdk-oam/resource.rb
|
|
68
68
|
- lib/aws-sdk-oam/types.rb
|
|
69
|
+
- sig/client.rbs
|
|
70
|
+
- sig/errors.rbs
|
|
71
|
+
- sig/resource.rbs
|
|
72
|
+
- sig/types.rbs
|
|
73
|
+
- sig/waiters.rbs
|
|
69
74
|
homepage: https://github.com/aws/aws-sdk-ruby
|
|
70
75
|
licenses:
|
|
71
76
|
- Apache-2.0
|
|
72
77
|
metadata:
|
|
73
78
|
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-oam
|
|
74
79
|
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-oam/CHANGELOG.md
|
|
75
|
-
post_install_message:
|
|
80
|
+
post_install_message:
|
|
76
81
|
rdoc_options: []
|
|
77
82
|
require_paths:
|
|
78
83
|
- lib
|
|
@@ -87,8 +92,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
87
92
|
- !ruby/object:Gem::Version
|
|
88
93
|
version: '0'
|
|
89
94
|
requirements: []
|
|
90
|
-
rubygems_version: 3.
|
|
91
|
-
signing_key:
|
|
95
|
+
rubygems_version: 3.4.10
|
|
96
|
+
signing_key:
|
|
92
97
|
specification_version: 4
|
|
93
98
|
summary: AWS SDK for Ruby - CloudWatch Observability Access Manager
|
|
94
99
|
test_files: []
|