aws-sdk-appregistry 1.34.0 → 1.66.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 +160 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-appregistry/client.rb +125 -59
- data/lib/aws-sdk-appregistry/client_api.rb +13 -10
- data/lib/aws-sdk-appregistry/endpoint_parameters.rb +13 -10
- data/lib/aws-sdk-appregistry/endpoint_provider.rb +14 -18
- data/lib/aws-sdk-appregistry/endpoints.rb +2 -334
- data/lib/aws-sdk-appregistry/plugins/endpoints.rb +19 -60
- data/lib/aws-sdk-appregistry/types.rb +1 -0
- data/lib/aws-sdk-appregistry.rb +15 -11
- data/sig/client.rbs +6 -0
- data/sig/resource.rbs +6 -0
- metadata +8 -11
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 505c4e35c2c4ecd92d7ae7963640996f2684b388f07618302225e9e045a31d14
|
|
4
|
+
data.tar.gz: 5ed0e9b296842b435d079b160959549d834a2054ad3c46517d1026738b3cb559
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b8b393baf7269d4a8bc2e6224780ed85003faac777443563756fdb7072ffc0e0636b032720c6889769d0a5a5865b2ea8cebaa17c6117af579db5407523c7ea77
|
|
7
|
+
data.tar.gz: 36c4a68bf2d2bfe3a150d8c4f6b3cfbb6f698de074036da8cb569f599dc770fe07b59b5ab0859f5731fe971f8af3830d8d2005d79d0ec6b5fec855cf98edf581
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,166 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.66.0 (2026-07-09)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
8
|
+
|
|
9
|
+
1.65.0 (2026-05-21)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Adding new BDD representation of endpoint ruleset
|
|
13
|
+
|
|
14
|
+
1.64.0 (2026-05-13)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
18
|
+
|
|
19
|
+
1.63.0 (2026-03-18)
|
|
20
|
+
------------------
|
|
21
|
+
|
|
22
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
23
|
+
|
|
24
|
+
1.62.0 (2026-01-16)
|
|
25
|
+
------------------
|
|
26
|
+
|
|
27
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
28
|
+
|
|
29
|
+
1.61.0 (2026-01-08)
|
|
30
|
+
------------------
|
|
31
|
+
|
|
32
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
33
|
+
|
|
34
|
+
1.60.0 (2026-01-05)
|
|
35
|
+
------------------
|
|
36
|
+
|
|
37
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
38
|
+
|
|
39
|
+
1.59.0 (2025-11-21)
|
|
40
|
+
------------------
|
|
41
|
+
|
|
42
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
43
|
+
|
|
44
|
+
1.58.0 (2025-10-28)
|
|
45
|
+
------------------
|
|
46
|
+
|
|
47
|
+
* Feature - Update endpoint ruleset parameters casing
|
|
48
|
+
|
|
49
|
+
1.57.0 (2025-10-21)
|
|
50
|
+
------------------
|
|
51
|
+
|
|
52
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
53
|
+
|
|
54
|
+
1.56.0 (2025-08-26)
|
|
55
|
+
------------------
|
|
56
|
+
|
|
57
|
+
* Feature - Remove incorrect endpoint tests
|
|
58
|
+
|
|
59
|
+
1.55.0 (2025-08-04)
|
|
60
|
+
------------------
|
|
61
|
+
|
|
62
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
63
|
+
|
|
64
|
+
1.54.0 (2025-07-31)
|
|
65
|
+
------------------
|
|
66
|
+
|
|
67
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
68
|
+
|
|
69
|
+
1.53.0 (2025-07-21)
|
|
70
|
+
------------------
|
|
71
|
+
|
|
72
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
73
|
+
|
|
74
|
+
1.52.0 (2025-06-02)
|
|
75
|
+
------------------
|
|
76
|
+
|
|
77
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
78
|
+
|
|
79
|
+
1.51.0 (2025-05-12)
|
|
80
|
+
------------------
|
|
81
|
+
|
|
82
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
83
|
+
|
|
84
|
+
1.50.0 (2025-05-01)
|
|
85
|
+
------------------
|
|
86
|
+
|
|
87
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
88
|
+
|
|
89
|
+
1.49.0 (2025-02-18)
|
|
90
|
+
------------------
|
|
91
|
+
|
|
92
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
93
|
+
|
|
94
|
+
1.48.0 (2025-02-06)
|
|
95
|
+
------------------
|
|
96
|
+
|
|
97
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
98
|
+
|
|
99
|
+
1.47.0 (2025-01-15)
|
|
100
|
+
------------------
|
|
101
|
+
|
|
102
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
103
|
+
|
|
104
|
+
1.46.0 (2024-10-18)
|
|
105
|
+
------------------
|
|
106
|
+
|
|
107
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
108
|
+
|
|
109
|
+
1.45.0 (2024-09-24)
|
|
110
|
+
------------------
|
|
111
|
+
|
|
112
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
113
|
+
|
|
114
|
+
1.44.0 (2024-09-23)
|
|
115
|
+
------------------
|
|
116
|
+
|
|
117
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
118
|
+
|
|
119
|
+
1.43.0 (2024-09-20)
|
|
120
|
+
------------------
|
|
121
|
+
|
|
122
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
123
|
+
|
|
124
|
+
1.42.0 (2024-09-11)
|
|
125
|
+
------------------
|
|
126
|
+
|
|
127
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
128
|
+
|
|
129
|
+
1.41.0 (2024-09-10)
|
|
130
|
+
------------------
|
|
131
|
+
|
|
132
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
133
|
+
|
|
134
|
+
1.40.0 (2024-09-03)
|
|
135
|
+
------------------
|
|
136
|
+
|
|
137
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
138
|
+
|
|
139
|
+
1.39.0 (2024-07-02)
|
|
140
|
+
------------------
|
|
141
|
+
|
|
142
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
143
|
+
|
|
144
|
+
1.38.0 (2024-06-28)
|
|
145
|
+
------------------
|
|
146
|
+
|
|
147
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
148
|
+
|
|
149
|
+
1.37.0 (2024-06-25)
|
|
150
|
+
------------------
|
|
151
|
+
|
|
152
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
153
|
+
|
|
154
|
+
1.36.0 (2024-06-24)
|
|
155
|
+
------------------
|
|
156
|
+
|
|
157
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
158
|
+
|
|
159
|
+
1.35.0 (2024-06-05)
|
|
160
|
+
------------------
|
|
161
|
+
|
|
162
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
163
|
+
|
|
4
164
|
1.34.0 (2024-05-13)
|
|
5
165
|
------------------
|
|
6
166
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.66.0
|
|
@@ -7,35 +7,34 @@
|
|
|
7
7
|
#
|
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
|
9
9
|
|
|
10
|
-
require 'seahorse/client/plugins/content_length
|
|
11
|
-
require 'aws-sdk-core/plugins/credentials_configuration
|
|
12
|
-
require 'aws-sdk-core/plugins/logging
|
|
13
|
-
require 'aws-sdk-core/plugins/param_converter
|
|
14
|
-
require 'aws-sdk-core/plugins/param_validator
|
|
15
|
-
require 'aws-sdk-core/plugins/user_agent
|
|
16
|
-
require 'aws-sdk-core/plugins/helpful_socket_errors
|
|
17
|
-
require 'aws-sdk-core/plugins/retry_errors
|
|
18
|
-
require 'aws-sdk-core/plugins/global_configuration
|
|
19
|
-
require 'aws-sdk-core/plugins/regional_endpoint
|
|
20
|
-
require 'aws-sdk-core/plugins/endpoint_discovery
|
|
21
|
-
require 'aws-sdk-core/plugins/endpoint_pattern
|
|
22
|
-
require 'aws-sdk-core/plugins/response_paging
|
|
23
|
-
require 'aws-sdk-core/plugins/stub_responses
|
|
24
|
-
require 'aws-sdk-core/plugins/idempotency_token
|
|
25
|
-
require 'aws-sdk-core/plugins/invocation_id
|
|
26
|
-
require 'aws-sdk-core/plugins/jsonvalue_converter
|
|
27
|
-
require 'aws-sdk-core/plugins/client_metrics_plugin
|
|
28
|
-
require 'aws-sdk-core/plugins/client_metrics_send_plugin
|
|
29
|
-
require 'aws-sdk-core/plugins/transfer_encoding
|
|
30
|
-
require 'aws-sdk-core/plugins/http_checksum
|
|
31
|
-
require 'aws-sdk-core/plugins/checksum_algorithm
|
|
32
|
-
require 'aws-sdk-core/plugins/request_compression
|
|
33
|
-
require 'aws-sdk-core/plugins/defaults_mode
|
|
34
|
-
require 'aws-sdk-core/plugins/recursion_detection
|
|
35
|
-
require 'aws-sdk-core/plugins/
|
|
36
|
-
require 'aws-sdk-core/plugins/
|
|
37
|
-
|
|
38
|
-
Aws::Plugins::GlobalConfiguration.add_identifier(:appregistry)
|
|
10
|
+
require 'seahorse/client/plugins/content_length'
|
|
11
|
+
require 'aws-sdk-core/plugins/credentials_configuration'
|
|
12
|
+
require 'aws-sdk-core/plugins/logging'
|
|
13
|
+
require 'aws-sdk-core/plugins/param_converter'
|
|
14
|
+
require 'aws-sdk-core/plugins/param_validator'
|
|
15
|
+
require 'aws-sdk-core/plugins/user_agent'
|
|
16
|
+
require 'aws-sdk-core/plugins/helpful_socket_errors'
|
|
17
|
+
require 'aws-sdk-core/plugins/retry_errors'
|
|
18
|
+
require 'aws-sdk-core/plugins/global_configuration'
|
|
19
|
+
require 'aws-sdk-core/plugins/regional_endpoint'
|
|
20
|
+
require 'aws-sdk-core/plugins/endpoint_discovery'
|
|
21
|
+
require 'aws-sdk-core/plugins/endpoint_pattern'
|
|
22
|
+
require 'aws-sdk-core/plugins/response_paging'
|
|
23
|
+
require 'aws-sdk-core/plugins/stub_responses'
|
|
24
|
+
require 'aws-sdk-core/plugins/idempotency_token'
|
|
25
|
+
require 'aws-sdk-core/plugins/invocation_id'
|
|
26
|
+
require 'aws-sdk-core/plugins/jsonvalue_converter'
|
|
27
|
+
require 'aws-sdk-core/plugins/client_metrics_plugin'
|
|
28
|
+
require 'aws-sdk-core/plugins/client_metrics_send_plugin'
|
|
29
|
+
require 'aws-sdk-core/plugins/transfer_encoding'
|
|
30
|
+
require 'aws-sdk-core/plugins/http_checksum'
|
|
31
|
+
require 'aws-sdk-core/plugins/checksum_algorithm'
|
|
32
|
+
require 'aws-sdk-core/plugins/request_compression'
|
|
33
|
+
require 'aws-sdk-core/plugins/defaults_mode'
|
|
34
|
+
require 'aws-sdk-core/plugins/recursion_detection'
|
|
35
|
+
require 'aws-sdk-core/plugins/telemetry'
|
|
36
|
+
require 'aws-sdk-core/plugins/sign'
|
|
37
|
+
require 'aws-sdk-core/plugins/protocols/rest_json'
|
|
39
38
|
|
|
40
39
|
module Aws::AppRegistry
|
|
41
40
|
# An API client for AppRegistry. To construct a client, you need to configure a `:region` and `:credentials`.
|
|
@@ -83,15 +82,21 @@ module Aws::AppRegistry
|
|
|
83
82
|
add_plugin(Aws::Plugins::RequestCompression)
|
|
84
83
|
add_plugin(Aws::Plugins::DefaultsMode)
|
|
85
84
|
add_plugin(Aws::Plugins::RecursionDetection)
|
|
85
|
+
add_plugin(Aws::Plugins::Telemetry)
|
|
86
86
|
add_plugin(Aws::Plugins::Sign)
|
|
87
87
|
add_plugin(Aws::Plugins::Protocols::RestJson)
|
|
88
88
|
add_plugin(Aws::AppRegistry::Plugins::Endpoints)
|
|
89
89
|
|
|
90
90
|
# @overload initialize(options)
|
|
91
91
|
# @param [Hash] options
|
|
92
|
+
#
|
|
93
|
+
# @option options [Array<Seahorse::Client::Plugin>] :plugins ([]])
|
|
94
|
+
# A list of plugins to apply to the client. Each plugin is either a
|
|
95
|
+
# class name or an instance of a plugin class.
|
|
96
|
+
#
|
|
92
97
|
# @option options [required, Aws::CredentialProvider] :credentials
|
|
93
|
-
# Your AWS credentials. This can be
|
|
94
|
-
# following classes:
|
|
98
|
+
# Your AWS credentials used for authentication. This can be any class that includes and implements
|
|
99
|
+
# `Aws::CredentialProvider`, or instance of any one of the following classes:
|
|
95
100
|
#
|
|
96
101
|
# * `Aws::Credentials` - Used for configuring static, non-refreshing
|
|
97
102
|
# credentials.
|
|
@@ -119,20 +124,24 @@ module Aws::AppRegistry
|
|
|
119
124
|
# * `Aws::CognitoIdentityCredentials` - Used for loading credentials
|
|
120
125
|
# from the Cognito Identity service.
|
|
121
126
|
#
|
|
122
|
-
# When `:credentials` are not configured directly, the following
|
|
123
|
-
# locations will be searched for credentials:
|
|
127
|
+
# When `:credentials` are not configured directly, the following locations will be searched for credentials:
|
|
124
128
|
#
|
|
125
129
|
# * `Aws.config[:credentials]`
|
|
126
|
-
#
|
|
127
|
-
# *
|
|
130
|
+
#
|
|
131
|
+
# * The `:access_key_id`, `:secret_access_key`, `:session_token`, and
|
|
132
|
+
# `:account_id` options.
|
|
133
|
+
#
|
|
134
|
+
# * `ENV['AWS_ACCESS_KEY_ID']`, `ENV['AWS_SECRET_ACCESS_KEY']`,
|
|
135
|
+
# `ENV['AWS_SESSION_TOKEN']`, and `ENV['AWS_ACCOUNT_ID']`.
|
|
136
|
+
#
|
|
128
137
|
# * `~/.aws/credentials`
|
|
138
|
+
#
|
|
129
139
|
# * `~/.aws/config`
|
|
130
|
-
#
|
|
131
|
-
#
|
|
132
|
-
# `Aws::
|
|
133
|
-
# enable retries and extended timeouts. Instance profile credential
|
|
134
|
-
#
|
|
135
|
-
# to true.
|
|
140
|
+
#
|
|
141
|
+
# * EC2/ECS IMDS instance profile - When used by default, the timeouts are very aggressive.
|
|
142
|
+
# Construct and pass an instance of `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
|
|
143
|
+
# enable retries and extended timeouts. Instance profile credential fetching can be disabled by
|
|
144
|
+
# setting `ENV['AWS_EC2_METADATA_DISABLED']` to `true`.
|
|
136
145
|
#
|
|
137
146
|
# @option options [required, String] :region
|
|
138
147
|
# The AWS region to connect to. The configured `:region` is
|
|
@@ -148,6 +157,8 @@ module Aws::AppRegistry
|
|
|
148
157
|
#
|
|
149
158
|
# @option options [String] :access_key_id
|
|
150
159
|
#
|
|
160
|
+
# @option options [String] :account_id
|
|
161
|
+
#
|
|
151
162
|
# @option options [Boolean] :active_endpoint_cache (false)
|
|
152
163
|
# When set to `true`, a thread polling for endpoints will be running in
|
|
153
164
|
# the background every 60 secs (default). Defaults to `false`.
|
|
@@ -158,6 +169,11 @@ module Aws::AppRegistry
|
|
|
158
169
|
# When false, the request will raise a `RetryCapacityNotAvailableError` and will
|
|
159
170
|
# not retry instead of sleeping.
|
|
160
171
|
#
|
|
172
|
+
# @option options [Array<String>] :auth_scheme_preference
|
|
173
|
+
# A list of preferred authentication schemes to use when making a request. Supported values are:
|
|
174
|
+
# `sigv4`, `sigv4a`, `httpBearerAuth`, and `noAuth`. When set using `ENV['AWS_AUTH_SCHEME_PREFERENCE']` or in
|
|
175
|
+
# shared config as `auth_scheme_preference`, the value should be a comma-separated list.
|
|
176
|
+
#
|
|
161
177
|
# @option options [Boolean] :client_side_monitoring (false)
|
|
162
178
|
# When `true`, client-side metrics will be collected for all API requests from
|
|
163
179
|
# this client.
|
|
@@ -183,7 +199,7 @@ module Aws::AppRegistry
|
|
|
183
199
|
# the required types.
|
|
184
200
|
#
|
|
185
201
|
# @option options [Boolean] :correct_clock_skew (true)
|
|
186
|
-
# Used only in `standard` and adaptive retry modes. Specifies whether to apply
|
|
202
|
+
# Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
|
|
187
203
|
# a clock skew correction and retry requests with skewed client clocks.
|
|
188
204
|
#
|
|
189
205
|
# @option options [String] :defaults_mode ("legacy")
|
|
@@ -191,8 +207,7 @@ module Aws::AppRegistry
|
|
|
191
207
|
# accepted modes and the configuration defaults that are included.
|
|
192
208
|
#
|
|
193
209
|
# @option options [Boolean] :disable_host_prefix_injection (false)
|
|
194
|
-
#
|
|
195
|
-
# to default service endpoint when available.
|
|
210
|
+
# When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
|
|
196
211
|
#
|
|
197
212
|
# @option options [Boolean] :disable_request_compression (false)
|
|
198
213
|
# When set to 'true' the request body will not be compressed
|
|
@@ -209,7 +224,6 @@ module Aws::AppRegistry
|
|
|
209
224
|
# 'https://example.com'
|
|
210
225
|
# 'http://example.com:123'
|
|
211
226
|
#
|
|
212
|
-
#
|
|
213
227
|
# @option options [Integer] :endpoint_cache_max_entries (1000)
|
|
214
228
|
# Used for the maximum size limit of the LRU cache storing endpoints data
|
|
215
229
|
# for endpoint discovery enabled operations. Defaults to 1000.
|
|
@@ -246,14 +260,37 @@ module Aws::AppRegistry
|
|
|
246
260
|
# 4 times. Used in `standard` and `adaptive` retry modes.
|
|
247
261
|
#
|
|
248
262
|
# @option options [String] :profile ("default")
|
|
249
|
-
# Used when loading credentials from the shared credentials file
|
|
250
|
-
#
|
|
263
|
+
# Used when loading credentials from the shared credentials file at `HOME/.aws/credentials`.
|
|
264
|
+
# When not specified, 'default' is used.
|
|
265
|
+
#
|
|
266
|
+
# @option options [String] :request_checksum_calculation ("when_supported")
|
|
267
|
+
# Determines when a checksum will be calculated for request payloads. Values are:
|
|
268
|
+
#
|
|
269
|
+
# * `when_supported` - (default) When set, a checksum will be
|
|
270
|
+
# calculated for all request payloads of operations modeled with the
|
|
271
|
+
# `httpChecksum` trait where `requestChecksumRequired` is `true` and/or a
|
|
272
|
+
# `requestAlgorithmMember` is modeled.
|
|
273
|
+
# * `when_required` - When set, a checksum will only be calculated for
|
|
274
|
+
# request payloads of operations modeled with the `httpChecksum` trait where
|
|
275
|
+
# `requestChecksumRequired` is `true` or where a `requestAlgorithmMember`
|
|
276
|
+
# is modeled and supplied.
|
|
251
277
|
#
|
|
252
278
|
# @option options [Integer] :request_min_compression_size_bytes (10240)
|
|
253
279
|
# The minimum size in bytes that triggers compression for request
|
|
254
280
|
# bodies. The value must be non-negative integer value between 0
|
|
255
281
|
# and 10485780 bytes inclusive.
|
|
256
282
|
#
|
|
283
|
+
# @option options [String] :response_checksum_validation ("when_supported")
|
|
284
|
+
# Determines when checksum validation will be performed on response payloads. Values are:
|
|
285
|
+
#
|
|
286
|
+
# * `when_supported` - (default) When set, checksum validation is performed on all
|
|
287
|
+
# response payloads of operations modeled with the `httpChecksum` trait where
|
|
288
|
+
# `responseAlgorithms` is modeled, except when no modeled checksum algorithms
|
|
289
|
+
# are supported.
|
|
290
|
+
# * `when_required` - When set, checksum validation is not performed on
|
|
291
|
+
# response payloads of operations unless the checksum algorithm is supported and
|
|
292
|
+
# the `requestValidationModeMember` member is set to `ENABLED`.
|
|
293
|
+
#
|
|
257
294
|
# @option options [Proc] :retry_backoff
|
|
258
295
|
# A proc or lambda used for backoff. Defaults to 2**retries * retry_base_delay.
|
|
259
296
|
# This option is only used in the `legacy` retry mode.
|
|
@@ -286,18 +323,15 @@ module Aws::AppRegistry
|
|
|
286
323
|
# @option options [String] :retry_mode ("legacy")
|
|
287
324
|
# Specifies which retry algorithm to use. Values are:
|
|
288
325
|
#
|
|
289
|
-
# * `legacy` - The pre-existing retry behavior.
|
|
290
|
-
# no retry mode is provided.
|
|
326
|
+
# * `legacy` - The pre-existing retry behavior. This is the default
|
|
327
|
+
# value if no retry mode is provided.
|
|
291
328
|
#
|
|
292
329
|
# * `standard` - A standardized set of retry rules across the AWS SDKs.
|
|
293
330
|
# This includes support for retry quotas, which limit the number of
|
|
294
331
|
# unsuccessful retries a client can make.
|
|
295
332
|
#
|
|
296
|
-
# * `adaptive` -
|
|
297
|
-
#
|
|
298
|
-
# throttling. This is a provisional mode that may change behavior
|
|
299
|
-
# in the future.
|
|
300
|
-
#
|
|
333
|
+
# * `adaptive` - A retry mode that includes all the functionality of
|
|
334
|
+
# `standard` mode along with automatic client side throttling.
|
|
301
335
|
#
|
|
302
336
|
# @option options [String] :sdk_ua_app_id
|
|
303
337
|
# A unique and opaque application ID that is appended to the
|
|
@@ -309,6 +343,15 @@ module Aws::AppRegistry
|
|
|
309
343
|
#
|
|
310
344
|
# @option options [String] :session_token
|
|
311
345
|
#
|
|
346
|
+
# @option options [Array] :sigv4a_signing_region_set
|
|
347
|
+
# A list of regions that should be signed with SigV4a signing. When
|
|
348
|
+
# not passed, a default `:sigv4a_signing_region_set` is searched for
|
|
349
|
+
# in the following locations:
|
|
350
|
+
#
|
|
351
|
+
# * `Aws.config[:sigv4a_signing_region_set]`
|
|
352
|
+
# * `ENV['AWS_SIGV4A_SIGNING_REGION_SET']`
|
|
353
|
+
# * `~/.aws/config`
|
|
354
|
+
#
|
|
312
355
|
# @option options [Boolean] :stub_responses (false)
|
|
313
356
|
# Causes the client to return stubbed responses. By default
|
|
314
357
|
# fake responses are generated and returned. You can specify
|
|
@@ -318,9 +361,19 @@ module Aws::AppRegistry
|
|
|
318
361
|
# ** Please note ** When response stubbing is enabled, no HTTP
|
|
319
362
|
# requests are made, and retries are disabled.
|
|
320
363
|
#
|
|
364
|
+
# @option options [Aws::Telemetry::TelemetryProviderBase] :telemetry_provider (Aws::Telemetry::NoOpTelemetryProvider)
|
|
365
|
+
# Allows you to provide a telemetry provider, which is used to
|
|
366
|
+
# emit telemetry data. By default, uses `NoOpTelemetryProvider` which
|
|
367
|
+
# will not record or emit any telemetry data. The SDK supports the
|
|
368
|
+
# following telemetry providers:
|
|
369
|
+
#
|
|
370
|
+
# * OpenTelemetry (OTel) - To use the OTel provider, install and require the
|
|
371
|
+
# `opentelemetry-sdk` gem and then, pass in an instance of a
|
|
372
|
+
# `Aws::Telemetry::OTelProvider` for telemetry provider.
|
|
373
|
+
#
|
|
321
374
|
# @option options [Aws::TokenProvider] :token_provider
|
|
322
|
-
#
|
|
323
|
-
# following classes:
|
|
375
|
+
# Your Bearer token used for authentication. This can be any class that includes and implements
|
|
376
|
+
# `Aws::TokenProvider`, or instance of any one of the following classes:
|
|
324
377
|
#
|
|
325
378
|
# * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
|
|
326
379
|
# tokens.
|
|
@@ -345,7 +398,9 @@ module Aws::AppRegistry
|
|
|
345
398
|
# sending the request.
|
|
346
399
|
#
|
|
347
400
|
# @option options [Aws::AppRegistry::EndpointProvider] :endpoint_provider
|
|
348
|
-
# The endpoint provider used to resolve endpoints. Any object that responds to
|
|
401
|
+
# The endpoint provider used to resolve endpoints. Any object that responds to
|
|
402
|
+
# `#resolve_endpoint(parameters)` where `parameters` is a Struct similar to
|
|
403
|
+
# `Aws::AppRegistry::EndpointParameters`.
|
|
349
404
|
#
|
|
350
405
|
# @option options [Float] :http_continue_timeout (1)
|
|
351
406
|
# The number of seconds to wait for a 100-continue response before sending the
|
|
@@ -401,6 +456,12 @@ module Aws::AppRegistry
|
|
|
401
456
|
# @option options [String] :ssl_ca_store
|
|
402
457
|
# Sets the X509::Store to verify peer certificate.
|
|
403
458
|
#
|
|
459
|
+
# @option options [OpenSSL::X509::Certificate] :ssl_cert
|
|
460
|
+
# Sets a client certificate when creating http connections.
|
|
461
|
+
#
|
|
462
|
+
# @option options [OpenSSL::PKey] :ssl_key
|
|
463
|
+
# Sets a client key when creating http connections.
|
|
464
|
+
#
|
|
404
465
|
# @option options [Float] :ssl_timeout
|
|
405
466
|
# Sets the SSL timeout in seconds
|
|
406
467
|
#
|
|
@@ -1540,14 +1601,19 @@ module Aws::AppRegistry
|
|
|
1540
1601
|
# @api private
|
|
1541
1602
|
def build_request(operation_name, params = {})
|
|
1542
1603
|
handlers = @handlers.for(operation_name)
|
|
1604
|
+
tracer = config.telemetry_provider.tracer_provider.tracer(
|
|
1605
|
+
Aws::Telemetry.module_to_tracer_name('Aws::AppRegistry')
|
|
1606
|
+
)
|
|
1543
1607
|
context = Seahorse::Client::RequestContext.new(
|
|
1544
1608
|
operation_name: operation_name,
|
|
1545
1609
|
operation: config.api.operation(operation_name),
|
|
1546
1610
|
client: self,
|
|
1547
1611
|
params: params,
|
|
1548
|
-
config: config
|
|
1612
|
+
config: config,
|
|
1613
|
+
tracer: tracer
|
|
1614
|
+
)
|
|
1549
1615
|
context[:gem_name] = 'aws-sdk-appregistry'
|
|
1550
|
-
context[:gem_version] = '1.
|
|
1616
|
+
context[:gem_version] = '1.66.0'
|
|
1551
1617
|
Seahorse::Client::Request.new(handlers, context)
|
|
1552
1618
|
end
|
|
1553
1619
|
|
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
#
|
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
|
9
9
|
|
|
10
|
+
|
|
10
11
|
module Aws::AppRegistry
|
|
11
12
|
# @api private
|
|
12
13
|
module ClientApi
|
|
@@ -208,7 +209,7 @@ module Aws::AppRegistry
|
|
|
208
209
|
CreateApplicationRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
|
|
209
210
|
CreateApplicationRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
210
211
|
CreateApplicationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
|
211
|
-
CreateApplicationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
|
212
|
+
CreateApplicationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
212
213
|
CreateApplicationRequest.struct_class = Types::CreateApplicationRequest
|
|
213
214
|
|
|
214
215
|
CreateApplicationResponse.add_member(:application, Shapes::ShapeRef.new(shape: Application, location_name: "application"))
|
|
@@ -218,7 +219,7 @@ module Aws::AppRegistry
|
|
|
218
219
|
CreateAttributeGroupRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
219
220
|
CreateAttributeGroupRequest.add_member(:attributes, Shapes::ShapeRef.new(shape: Attributes, required: true, location_name: "attributes"))
|
|
220
221
|
CreateAttributeGroupRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
|
221
|
-
CreateAttributeGroupRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
|
222
|
+
CreateAttributeGroupRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
222
223
|
CreateAttributeGroupRequest.struct_class = Types::CreateAttributeGroupRequest
|
|
223
224
|
|
|
224
225
|
CreateAttributeGroupResponse.add_member(:attribute_group, Shapes::ShapeRef.new(shape: AttributeGroup, location_name: "attributeGroup"))
|
|
@@ -275,7 +276,7 @@ module Aws::AppRegistry
|
|
|
275
276
|
GetAssociatedResourceRequest.add_member(:resource, Shapes::ShapeRef.new(shape: ResourceSpecifier, required: true, location: "uri", location_name: "resource"))
|
|
276
277
|
GetAssociatedResourceRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
277
278
|
GetAssociatedResourceRequest.add_member(:resource_tag_status, Shapes::ShapeRef.new(shape: GetAssociatedResourceFilter, location: "querystring", location_name: "resourceTagStatus"))
|
|
278
|
-
GetAssociatedResourceRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
|
|
279
|
+
GetAssociatedResourceRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
|
|
279
280
|
GetAssociatedResourceRequest.struct_class = Types::GetAssociatedResourceRequest
|
|
280
281
|
|
|
281
282
|
GetAssociatedResourceResponse.add_member(:resource, Shapes::ShapeRef.new(shape: Resource, location_name: "resource"))
|
|
@@ -308,7 +309,7 @@ module Aws::AppRegistry
|
|
|
308
309
|
InternalServerException.struct_class = Types::InternalServerException
|
|
309
310
|
|
|
310
311
|
ListApplicationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
311
|
-
ListApplicationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
|
|
312
|
+
ListApplicationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
|
|
312
313
|
ListApplicationsRequest.struct_class = Types::ListApplicationsRequest
|
|
313
314
|
|
|
314
315
|
ListApplicationsResponse.add_member(:applications, Shapes::ShapeRef.new(shape: ApplicationSummaries, location_name: "applications"))
|
|
@@ -317,7 +318,7 @@ module Aws::AppRegistry
|
|
|
317
318
|
|
|
318
319
|
ListAssociatedAttributeGroupsRequest.add_member(:application, Shapes::ShapeRef.new(shape: ApplicationSpecifier, required: true, location: "uri", location_name: "application"))
|
|
319
320
|
ListAssociatedAttributeGroupsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
320
|
-
ListAssociatedAttributeGroupsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
|
|
321
|
+
ListAssociatedAttributeGroupsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
|
|
321
322
|
ListAssociatedAttributeGroupsRequest.struct_class = Types::ListAssociatedAttributeGroupsRequest
|
|
322
323
|
|
|
323
324
|
ListAssociatedAttributeGroupsResponse.add_member(:attribute_groups, Shapes::ShapeRef.new(shape: AttributeGroupIds, location_name: "attributeGroups"))
|
|
@@ -326,7 +327,7 @@ module Aws::AppRegistry
|
|
|
326
327
|
|
|
327
328
|
ListAssociatedResourcesRequest.add_member(:application, Shapes::ShapeRef.new(shape: ApplicationSpecifier, required: true, location: "uri", location_name: "application"))
|
|
328
329
|
ListAssociatedResourcesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
329
|
-
ListAssociatedResourcesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
|
|
330
|
+
ListAssociatedResourcesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
|
|
330
331
|
ListAssociatedResourcesRequest.struct_class = Types::ListAssociatedResourcesRequest
|
|
331
332
|
|
|
332
333
|
ListAssociatedResourcesResponse.add_member(:resources, Shapes::ShapeRef.new(shape: Resources, location_name: "resources"))
|
|
@@ -335,7 +336,7 @@ module Aws::AppRegistry
|
|
|
335
336
|
|
|
336
337
|
ListAttributeGroupsForApplicationRequest.add_member(:application, Shapes::ShapeRef.new(shape: ApplicationSpecifier, required: true, location: "uri", location_name: "application"))
|
|
337
338
|
ListAttributeGroupsForApplicationRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
338
|
-
ListAttributeGroupsForApplicationRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
|
|
339
|
+
ListAttributeGroupsForApplicationRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
|
|
339
340
|
ListAttributeGroupsForApplicationRequest.struct_class = Types::ListAttributeGroupsForApplicationRequest
|
|
340
341
|
|
|
341
342
|
ListAttributeGroupsForApplicationResponse.add_member(:attribute_groups_details, Shapes::ShapeRef.new(shape: AttributeGroupDetailsList, location_name: "attributeGroupsDetails"))
|
|
@@ -343,7 +344,7 @@ module Aws::AppRegistry
|
|
|
343
344
|
ListAttributeGroupsForApplicationResponse.struct_class = Types::ListAttributeGroupsForApplicationResponse
|
|
344
345
|
|
|
345
346
|
ListAttributeGroupsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
346
|
-
ListAttributeGroupsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
|
|
347
|
+
ListAttributeGroupsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults", metadata: {"box" => true}))
|
|
347
348
|
ListAttributeGroupsRequest.struct_class = Types::ListAttributeGroupsRequest
|
|
348
349
|
|
|
349
350
|
ListAttributeGroupsResponse.add_member(:attribute_groups, Shapes::ShapeRef.new(shape: AttributeGroupSummaries, location_name: "attributeGroups"))
|
|
@@ -435,7 +436,7 @@ module Aws::AppRegistry
|
|
|
435
436
|
UntagResourceResponse.struct_class = Types::UntagResourceResponse
|
|
436
437
|
|
|
437
438
|
UpdateApplicationRequest.add_member(:application, Shapes::ShapeRef.new(shape: ApplicationSpecifier, required: true, location: "uri", location_name: "application"))
|
|
438
|
-
UpdateApplicationRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, deprecated: true, location_name: "name", metadata: {"deprecatedMessage"=>"Name update for application is deprecated."}))
|
|
439
|
+
UpdateApplicationRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, deprecated: true, location_name: "name", metadata: {"deprecatedMessage" => "Name update for application is deprecated."}))
|
|
439
440
|
UpdateApplicationRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
440
441
|
UpdateApplicationRequest.struct_class = Types::UpdateApplicationRequest
|
|
441
442
|
|
|
@@ -443,7 +444,7 @@ module Aws::AppRegistry
|
|
|
443
444
|
UpdateApplicationResponse.struct_class = Types::UpdateApplicationResponse
|
|
444
445
|
|
|
445
446
|
UpdateAttributeGroupRequest.add_member(:attribute_group, Shapes::ShapeRef.new(shape: AttributeGroupSpecifier, required: true, location: "uri", location_name: "attributeGroup"))
|
|
446
|
-
UpdateAttributeGroupRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, deprecated: true, location_name: "name", metadata: {"deprecatedMessage"=>"Name update for attribute group is deprecated."}))
|
|
447
|
+
UpdateAttributeGroupRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, deprecated: true, location_name: "name", metadata: {"deprecatedMessage" => "Name update for attribute group is deprecated."}))
|
|
447
448
|
UpdateAttributeGroupRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
448
449
|
UpdateAttributeGroupRequest.add_member(:attributes, Shapes::ShapeRef.new(shape: Attributes, location_name: "attributes"))
|
|
449
450
|
UpdateAttributeGroupRequest.struct_class = Types::UpdateAttributeGroupRequest
|
|
@@ -462,9 +463,11 @@ module Aws::AppRegistry
|
|
|
462
463
|
|
|
463
464
|
api.metadata = {
|
|
464
465
|
"apiVersion" => "2020-06-24",
|
|
466
|
+
"auth" => ["aws.auth#sigv4"],
|
|
465
467
|
"endpointPrefix" => "servicecatalog-appregistry",
|
|
466
468
|
"jsonVersion" => "1.1",
|
|
467
469
|
"protocol" => "rest-json",
|
|
470
|
+
"protocols" => ["rest-json"],
|
|
468
471
|
"serviceAbbreviation" => "AppRegistry",
|
|
469
472
|
"serviceFullName" => "AWS Service Catalog App Registry",
|
|
470
473
|
"serviceId" => "Service Catalog AppRegistry",
|
|
@@ -13,22 +13,22 @@ module Aws::AppRegistry
|
|
|
13
13
|
# @!attribute region
|
|
14
14
|
# The AWS region used to dispatch the request.
|
|
15
15
|
#
|
|
16
|
-
# @return [
|
|
16
|
+
# @return [string]
|
|
17
17
|
#
|
|
18
18
|
# @!attribute use_dual_stack
|
|
19
19
|
# When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
|
|
20
20
|
#
|
|
21
|
-
# @return [
|
|
21
|
+
# @return [boolean]
|
|
22
22
|
#
|
|
23
23
|
# @!attribute use_fips
|
|
24
24
|
# When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
|
|
25
25
|
#
|
|
26
|
-
# @return [
|
|
26
|
+
# @return [boolean]
|
|
27
27
|
#
|
|
28
28
|
# @!attribute endpoint
|
|
29
29
|
# Override the endpoint used to send this request
|
|
30
30
|
#
|
|
31
|
-
# @return [
|
|
31
|
+
# @return [string]
|
|
32
32
|
#
|
|
33
33
|
EndpointParameters = Struct.new(
|
|
34
34
|
:region,
|
|
@@ -52,15 +52,18 @@ module Aws::AppRegistry
|
|
|
52
52
|
self[:region] = options[:region]
|
|
53
53
|
self[:use_dual_stack] = options[:use_dual_stack]
|
|
54
54
|
self[:use_dual_stack] = false if self[:use_dual_stack].nil?
|
|
55
|
-
if self[:use_dual_stack].nil?
|
|
56
|
-
raise ArgumentError, "Missing required EndpointParameter: :use_dual_stack"
|
|
57
|
-
end
|
|
58
55
|
self[:use_fips] = options[:use_fips]
|
|
59
56
|
self[:use_fips] = false if self[:use_fips].nil?
|
|
60
|
-
if self[:use_fips].nil?
|
|
61
|
-
raise ArgumentError, "Missing required EndpointParameter: :use_fips"
|
|
62
|
-
end
|
|
63
57
|
self[:endpoint] = options[:endpoint]
|
|
64
58
|
end
|
|
59
|
+
|
|
60
|
+
def self.create(config, options={})
|
|
61
|
+
new({
|
|
62
|
+
region: config.region,
|
|
63
|
+
use_dual_stack: config.use_dualstack_endpoint,
|
|
64
|
+
use_fips: config.use_fips_endpoint,
|
|
65
|
+
endpoint: (config.endpoint.to_s unless config.regional_endpoint),
|
|
66
|
+
}.merge(options))
|
|
67
|
+
end
|
|
65
68
|
end
|
|
66
69
|
end
|