aws-sdk-uxc 1.0.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.
@@ -0,0 +1,242 @@
1
+ # frozen_string_literal: true
2
+
3
+ # WARNING ABOUT GENERATED CODE
4
+ #
5
+ # This file is generated. See the contributing guide for more information:
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
+ #
8
+ # WARNING ABOUT GENERATED CODE
9
+
10
+ module Aws::Uxc
11
+ module Types
12
+
13
+ # You don't have sufficient access to perform this operation. Verify
14
+ # that your IAM policy includes the required `uxc:` permissions for the
15
+ # operation that you are calling. For more information on IAM
16
+ # permissions, see [Amazon Web Services managed policies for Amazon Web
17
+ # Services Management Console][1].
18
+ #
19
+ #
20
+ #
21
+ # [1]: https://docs.aws.amazon.com/awsconsolehelpdocs/latest/gsg/security-iam-awsmanpol.html
22
+ #
23
+ # @!attribute [rw] message
24
+ # @return [String]
25
+ #
26
+ # @see http://docs.aws.amazon.com/goto/WebAPI/uxc-2024-07-01/AccessDeniedException AWS API Documentation
27
+ #
28
+ class AccessDeniedException < Struct.new(
29
+ :message)
30
+ SENSITIVE = []
31
+ include Aws::Structure
32
+ end
33
+
34
+ # @api private
35
+ #
36
+ # @see http://docs.aws.amazon.com/goto/WebAPI/uxc-2024-07-01/GetAccountCustomizationsInput AWS API Documentation
37
+ #
38
+ class GetAccountCustomizationsInput < Aws::EmptyStructure; end
39
+
40
+ # @!attribute [rw] account_color
41
+ # The account color preference. A value of `none` indicates that you
42
+ # have not set a color.
43
+ # @return [String]
44
+ #
45
+ # @!attribute [rw] visible_services
46
+ # The list of Amazon Web Services service identifiers that are visible
47
+ # to the account in the Amazon Web Services Management Console. A
48
+ # value of `null` indicates that you have not configured this feature
49
+ # and all services are visible. For valid service identifiers, call
50
+ # [ListServices][1].
51
+ #
52
+ #
53
+ #
54
+ # [1]: https://docs.aws.amazon.com/awsconsolehelpdocs/latest/APIReference/API_ListServices.html
55
+ # @return [Array<String>]
56
+ #
57
+ # @!attribute [rw] visible_regions
58
+ # The list of Amazon Web Services Region codes that are visible to the
59
+ # account in the Amazon Web Services Management Console. A value of
60
+ # `null` indicates that you have not configured this feature and all
61
+ # Regions are visible. For a list of valid Region codes, see [Amazon
62
+ # Web Services Regions][1].
63
+ #
64
+ #
65
+ #
66
+ # [1]: https://docs.aws.amazon.com/global-infrastructure/latest/regions/aws-regions.html
67
+ # @return [Array<String>]
68
+ #
69
+ # @see http://docs.aws.amazon.com/goto/WebAPI/uxc-2024-07-01/GetAccountCustomizationsOutput AWS API Documentation
70
+ #
71
+ class GetAccountCustomizationsOutput < Struct.new(
72
+ :account_color,
73
+ :visible_services,
74
+ :visible_regions)
75
+ SENSITIVE = []
76
+ include Aws::Structure
77
+ end
78
+
79
+ # The service encountered an internal error. Try your request again
80
+ # later.
81
+ #
82
+ # @!attribute [rw] message
83
+ # @return [String]
84
+ #
85
+ # @see http://docs.aws.amazon.com/goto/WebAPI/uxc-2024-07-01/InternalServerException AWS API Documentation
86
+ #
87
+ class InternalServerException < Struct.new(
88
+ :message)
89
+ SENSITIVE = []
90
+ include Aws::Structure
91
+ end
92
+
93
+ # @!attribute [rw] next_token
94
+ # The token for retrieving the next page of results. Use the
95
+ # `nextToken` value from a previous response.
96
+ # @return [String]
97
+ #
98
+ # @!attribute [rw] max_results
99
+ # The maximum number of results to return per page.
100
+ # @return [Integer]
101
+ #
102
+ # @see http://docs.aws.amazon.com/goto/WebAPI/uxc-2024-07-01/ListServicesInput AWS API Documentation
103
+ #
104
+ class ListServicesInput < Struct.new(
105
+ :next_token,
106
+ :max_results)
107
+ SENSITIVE = []
108
+ include Aws::Structure
109
+ end
110
+
111
+ # @!attribute [rw] next_token
112
+ # The token for retrieving the next page of results. This value is
113
+ # `null` when no more results are available.
114
+ # @return [String]
115
+ #
116
+ # @!attribute [rw] services
117
+ # The list of available Amazon Web Services service identifiers.
118
+ # @return [Array<String>]
119
+ #
120
+ # @see http://docs.aws.amazon.com/goto/WebAPI/uxc-2024-07-01/ListServicesOutput AWS API Documentation
121
+ #
122
+ class ListServicesOutput < Struct.new(
123
+ :next_token,
124
+ :services)
125
+ SENSITIVE = []
126
+ include Aws::Structure
127
+ end
128
+
129
+ # The request was denied because of request throttling. Reduce the
130
+ # frequency of your requests.
131
+ #
132
+ # @!attribute [rw] message
133
+ # @return [String]
134
+ #
135
+ # @see http://docs.aws.amazon.com/goto/WebAPI/uxc-2024-07-01/ThrottlingException AWS API Documentation
136
+ #
137
+ class ThrottlingException < Struct.new(
138
+ :message)
139
+ SENSITIVE = []
140
+ include Aws::Structure
141
+ end
142
+
143
+ # @!attribute [rw] account_color
144
+ # The account color preference to set. Set to `none` to reset to the
145
+ # default (no color).
146
+ # @return [String]
147
+ #
148
+ # @!attribute [rw] visible_services
149
+ # The list of Amazon Web Services service identifiers to make visible
150
+ # in the Amazon Web Services Management Console. Set to `null` to
151
+ # reset to the default, which makes all services visible. For valid
152
+ # service identifiers, call [ListServices][1].
153
+ #
154
+ #
155
+ #
156
+ # [1]: https://docs.aws.amazon.com/awsconsolehelpdocs/latest/APIReference/API_ListServices.html
157
+ # @return [Array<String>]
158
+ #
159
+ # @!attribute [rw] visible_regions
160
+ # The list of Amazon Web Services Region codes to make visible in the
161
+ # Amazon Web Services Management Console. Set to `null` to reset to
162
+ # the default, which makes all Regions visible. For a list of valid
163
+ # Region codes, see [Amazon Web Services Regions][1].
164
+ #
165
+ #
166
+ #
167
+ # [1]: https://docs.aws.amazon.com/global-infrastructure/latest/regions/aws-regions.html
168
+ # @return [Array<String>]
169
+ #
170
+ # @see http://docs.aws.amazon.com/goto/WebAPI/uxc-2024-07-01/UpdateAccountCustomizationsInput AWS API Documentation
171
+ #
172
+ class UpdateAccountCustomizationsInput < Struct.new(
173
+ :account_color,
174
+ :visible_services,
175
+ :visible_regions)
176
+ SENSITIVE = []
177
+ include Aws::Structure
178
+ end
179
+
180
+ # @!attribute [rw] account_color
181
+ # The current account color preference after the update.
182
+ # @return [String]
183
+ #
184
+ # @!attribute [rw] visible_services
185
+ # The current list of visible service identifiers after the update.
186
+ # @return [Array<String>]
187
+ #
188
+ # @!attribute [rw] visible_regions
189
+ # The current list of visible Region codes after the update.
190
+ # @return [Array<String>]
191
+ #
192
+ # @see http://docs.aws.amazon.com/goto/WebAPI/uxc-2024-07-01/UpdateAccountCustomizationsOutput AWS API Documentation
193
+ #
194
+ class UpdateAccountCustomizationsOutput < Struct.new(
195
+ :account_color,
196
+ :visible_services,
197
+ :visible_regions)
198
+ SENSITIVE = []
199
+ include Aws::Structure
200
+ end
201
+
202
+ # The input fails to satisfy the constraints specified by an Amazon Web
203
+ # Services service.
204
+ #
205
+ # @!attribute [rw] message
206
+ # @return [String]
207
+ #
208
+ # @!attribute [rw] field_list
209
+ # The list of fields that are invalid.
210
+ # @return [Array<Types::ValidationExceptionField>]
211
+ #
212
+ # @see http://docs.aws.amazon.com/goto/WebAPI/uxc-2024-07-01/ValidationException AWS API Documentation
213
+ #
214
+ class ValidationException < Struct.new(
215
+ :message,
216
+ :field_list)
217
+ SENSITIVE = []
218
+ include Aws::Structure
219
+ end
220
+
221
+ # Describes a validation exception for a specific field.
222
+ #
223
+ # @!attribute [rw] path
224
+ # The field name with the validation exception.
225
+ # @return [String]
226
+ #
227
+ # @!attribute [rw] message
228
+ # A message describing the validation exception.
229
+ # @return [String]
230
+ #
231
+ # @see http://docs.aws.amazon.com/goto/WebAPI/uxc-2024-07-01/ValidationExceptionField AWS API Documentation
232
+ #
233
+ class ValidationExceptionField < Struct.new(
234
+ :path,
235
+ :message)
236
+ SENSITIVE = []
237
+ include Aws::Structure
238
+ end
239
+
240
+ end
241
+ end
242
+
@@ -0,0 +1,15 @@
1
+ # frozen_string_literal: true
2
+
3
+ # WARNING ABOUT GENERATED CODE
4
+ #
5
+ # This file is generated. See the contributing guide for more information:
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
+ #
8
+ # WARNING ABOUT GENERATED CODE
9
+
10
+ require 'aws-sdk-core/waiters'
11
+
12
+ module Aws::Uxc
13
+ module Waiters
14
+ end
15
+ end
@@ -0,0 +1,62 @@
1
+ # frozen_string_literal: true
2
+
3
+ # WARNING ABOUT GENERATED CODE
4
+ #
5
+ # This file is generated. See the contributing guide for more information:
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
+ #
8
+ # WARNING ABOUT GENERATED CODE
9
+
10
+
11
+ require 'aws-sdk-core'
12
+ require 'aws-sigv4'
13
+
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:uxc)
15
+
16
+ # This module provides support for AWS User Experience Customization. This module is available in the
17
+ # `aws-sdk-uxc` gem.
18
+ #
19
+ # # Client
20
+ #
21
+ # The {Client} class provides one method for each API operation. Operation
22
+ # methods each accept a hash of request parameters and return a response
23
+ # structure.
24
+ #
25
+ # uxc = Aws::Uxc::Client.new
26
+ # resp = uxc.get_account_customizations(params)
27
+ #
28
+ # See {Client} for more information.
29
+ #
30
+ # # Errors
31
+ #
32
+ # Errors returned from AWS User Experience Customization are defined in the
33
+ # {Errors} module and all extend {Errors::ServiceError}.
34
+ #
35
+ # begin
36
+ # # do stuff
37
+ # rescue Aws::Uxc::Errors::ServiceError
38
+ # # rescues all AWS User Experience Customization API errors
39
+ # end
40
+ #
41
+ # See {Errors} for more information.
42
+ #
43
+ # @!group service
44
+ module Aws::Uxc
45
+ autoload :Types, 'aws-sdk-uxc/types'
46
+ autoload :ClientApi, 'aws-sdk-uxc/client_api'
47
+ module Plugins
48
+ autoload :Endpoints, 'aws-sdk-uxc/plugins/endpoints.rb'
49
+ end
50
+ autoload :Client, 'aws-sdk-uxc/client'
51
+ autoload :Errors, 'aws-sdk-uxc/errors'
52
+ autoload :Waiters, 'aws-sdk-uxc/waiters'
53
+ autoload :Resource, 'aws-sdk-uxc/resource'
54
+ autoload :EndpointParameters, 'aws-sdk-uxc/endpoint_parameters'
55
+ autoload :EndpointProvider, 'aws-sdk-uxc/endpoint_provider'
56
+ autoload :Endpoints, 'aws-sdk-uxc/endpoints'
57
+
58
+ GEM_VERSION = '1.0.0'
59
+
60
+ end
61
+
62
+ require_relative 'aws-sdk-uxc/customizations'
data/sig/client.rbs ADDED
@@ -0,0 +1,120 @@
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 Uxc
10
+ class Client < ::Seahorse::Client::Base
11
+ include ::Aws::ClientStubs
12
+
13
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Uxc/Client.html#initialize-instance_method
14
+ def self.new: (
15
+ ?credentials: untyped,
16
+ ?region: String,
17
+ ?access_key_id: String,
18
+ ?account_id: String,
19
+ ?active_endpoint_cache: bool,
20
+ ?adaptive_retry_wait_to_fill: bool,
21
+ ?auth_scheme_preference: Array[String],
22
+ ?client_side_monitoring: bool,
23
+ ?client_side_monitoring_client_id: String,
24
+ ?client_side_monitoring_host: String,
25
+ ?client_side_monitoring_port: Integer,
26
+ ?client_side_monitoring_publisher: untyped,
27
+ ?convert_params: bool,
28
+ ?correct_clock_skew: bool,
29
+ ?defaults_mode: String,
30
+ ?disable_host_prefix_injection: bool,
31
+ ?disable_request_compression: bool,
32
+ ?endpoint: String,
33
+ ?endpoint_cache_max_entries: Integer,
34
+ ?endpoint_cache_max_threads: Integer,
35
+ ?endpoint_cache_poll_interval: Integer,
36
+ ?endpoint_discovery: bool,
37
+ ?ignore_configured_endpoint_urls: bool,
38
+ ?log_formatter: untyped,
39
+ ?log_level: Symbol,
40
+ ?logger: untyped,
41
+ ?max_attempts: Integer,
42
+ ?profile: String,
43
+ ?request_checksum_calculation: String,
44
+ ?request_min_compression_size_bytes: Integer,
45
+ ?response_checksum_validation: String,
46
+ ?retry_backoff: Proc,
47
+ ?retry_base_delay: Float,
48
+ ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
49
+ ?retry_limit: Integer,
50
+ ?retry_max_delay: Integer,
51
+ ?retry_mode: ("legacy" | "standard" | "adaptive"),
52
+ ?sdk_ua_app_id: String,
53
+ ?secret_access_key: String,
54
+ ?session_token: String,
55
+ ?sigv4a_signing_region_set: Array[String],
56
+ ?stub_responses: untyped,
57
+ ?telemetry_provider: Aws::Telemetry::TelemetryProviderBase,
58
+ ?token_provider: untyped,
59
+ ?use_dualstack_endpoint: bool,
60
+ ?use_fips_endpoint: bool,
61
+ ?validate_params: bool,
62
+ ?endpoint_provider: untyped,
63
+ ?http_proxy: String,
64
+ ?http_open_timeout: (Float | Integer),
65
+ ?http_read_timeout: (Float | Integer),
66
+ ?http_idle_timeout: (Float | Integer),
67
+ ?http_continue_timeout: (Float | Integer),
68
+ ?ssl_timeout: (Float | Integer | nil),
69
+ ?http_wire_trace: bool,
70
+ ?ssl_verify_peer: bool,
71
+ ?ssl_ca_bundle: String,
72
+ ?ssl_ca_directory: String,
73
+ ?ssl_ca_store: String,
74
+ ?on_chunk_received: Proc,
75
+ ?on_chunk_sent: Proc,
76
+ ?raise_response_errors: bool
77
+ ) -> instance
78
+ | (?Hash[Symbol, untyped]) -> instance
79
+
80
+
81
+ interface _GetAccountCustomizationsResponseSuccess
82
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetAccountCustomizationsOutput]
83
+ def account_color: () -> ("none" | "pink" | "purple" | "darkBlue" | "lightBlue" | "teal" | "green" | "yellow" | "orange" | "red")
84
+ def visible_services: () -> ::Array[::String]
85
+ def visible_regions: () -> ::Array[::String]
86
+ end
87
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Uxc/Client.html#get_account_customizations-instance_method
88
+ def get_account_customizations: (
89
+ ) -> _GetAccountCustomizationsResponseSuccess
90
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetAccountCustomizationsResponseSuccess
91
+
92
+ interface _ListServicesResponseSuccess
93
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListServicesOutput]
94
+ def next_token: () -> ::String
95
+ def services: () -> ::Array[::String]
96
+ end
97
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Uxc/Client.html#list_services-instance_method
98
+ def list_services: (
99
+ ?next_token: ::String,
100
+ ?max_results: ::Integer
101
+ ) -> _ListServicesResponseSuccess
102
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListServicesResponseSuccess
103
+
104
+ interface _UpdateAccountCustomizationsResponseSuccess
105
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateAccountCustomizationsOutput]
106
+ def account_color: () -> ("none" | "pink" | "purple" | "darkBlue" | "lightBlue" | "teal" | "green" | "yellow" | "orange" | "red")
107
+ def visible_services: () -> ::Array[::String]
108
+ def visible_regions: () -> ::Array[::String]
109
+ end
110
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Uxc/Client.html#update_account_customizations-instance_method
111
+ def update_account_customizations: (
112
+ ?account_color: ("none" | "pink" | "purple" | "darkBlue" | "lightBlue" | "teal" | "green" | "yellow" | "orange" | "red"),
113
+ ?visible_services: Array[::String],
114
+ ?visible_regions: Array[::String]
115
+ ) -> _UpdateAccountCustomizationsResponseSuccess
116
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateAccountCustomizationsResponseSuccess
117
+ end
118
+ end
119
+ end
120
+
data/sig/errors.rbs ADDED
@@ -0,0 +1,29 @@
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 Uxc
10
+ module Errors
11
+ class ServiceError < ::Aws::Errors::ServiceError
12
+ end
13
+
14
+ class AccessDeniedException < ::Aws::Errors::ServiceError
15
+ def message: () -> ::String
16
+ end
17
+ class InternalServerException < ::Aws::Errors::ServiceError
18
+ def message: () -> ::String
19
+ end
20
+ class ThrottlingException < ::Aws::Errors::ServiceError
21
+ def message: () -> ::String
22
+ end
23
+ class ValidationException < ::Aws::Errors::ServiceError
24
+ def message: () -> ::String
25
+ def field_list: () -> ::String
26
+ end
27
+ end
28
+ end
29
+ end
data/sig/resource.rbs ADDED
@@ -0,0 +1,85 @@
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 Uxc
10
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Uxc/Resource.html
11
+ class Resource
12
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Uxc/Resource.html#initialize-instance_method
13
+ def initialize: (
14
+ ?client: Client,
15
+ ?credentials: untyped,
16
+ ?region: String,
17
+ ?access_key_id: String,
18
+ ?account_id: String,
19
+ ?active_endpoint_cache: bool,
20
+ ?adaptive_retry_wait_to_fill: bool,
21
+ ?auth_scheme_preference: Array[String],
22
+ ?client_side_monitoring: bool,
23
+ ?client_side_monitoring_client_id: String,
24
+ ?client_side_monitoring_host: String,
25
+ ?client_side_monitoring_port: Integer,
26
+ ?client_side_monitoring_publisher: untyped,
27
+ ?convert_params: bool,
28
+ ?correct_clock_skew: bool,
29
+ ?defaults_mode: String,
30
+ ?disable_host_prefix_injection: bool,
31
+ ?disable_request_compression: bool,
32
+ ?endpoint: String,
33
+ ?endpoint_cache_max_entries: Integer,
34
+ ?endpoint_cache_max_threads: Integer,
35
+ ?endpoint_cache_poll_interval: Integer,
36
+ ?endpoint_discovery: bool,
37
+ ?ignore_configured_endpoint_urls: bool,
38
+ ?log_formatter: untyped,
39
+ ?log_level: Symbol,
40
+ ?logger: untyped,
41
+ ?max_attempts: Integer,
42
+ ?profile: String,
43
+ ?request_checksum_calculation: String,
44
+ ?request_min_compression_size_bytes: Integer,
45
+ ?response_checksum_validation: String,
46
+ ?retry_backoff: Proc,
47
+ ?retry_base_delay: Float,
48
+ ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
49
+ ?retry_limit: Integer,
50
+ ?retry_max_delay: Integer,
51
+ ?retry_mode: ("legacy" | "standard" | "adaptive"),
52
+ ?sdk_ua_app_id: String,
53
+ ?secret_access_key: String,
54
+ ?session_token: String,
55
+ ?sigv4a_signing_region_set: Array[String],
56
+ ?stub_responses: untyped,
57
+ ?telemetry_provider: Aws::Telemetry::TelemetryProviderBase,
58
+ ?token_provider: untyped,
59
+ ?use_dualstack_endpoint: bool,
60
+ ?use_fips_endpoint: bool,
61
+ ?validate_params: bool,
62
+ ?endpoint_provider: untyped,
63
+ ?http_proxy: String,
64
+ ?http_open_timeout: (Float | Integer),
65
+ ?http_read_timeout: (Float | Integer),
66
+ ?http_idle_timeout: (Float | Integer),
67
+ ?http_continue_timeout: (Float | Integer),
68
+ ?ssl_timeout: (Float | Integer | nil),
69
+ ?http_wire_trace: bool,
70
+ ?ssl_verify_peer: bool,
71
+ ?ssl_ca_bundle: String,
72
+ ?ssl_ca_directory: String,
73
+ ?ssl_ca_store: String,
74
+ ?on_chunk_received: Proc,
75
+ ?on_chunk_sent: Proc,
76
+ ?raise_response_errors: bool
77
+ ) -> void
78
+ | (?Hash[Symbol, untyped]) -> void
79
+
80
+ def client: () -> Client
81
+
82
+
83
+ end
84
+ end
85
+ end
data/sig/types.rbs ADDED
@@ -0,0 +1,74 @@
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::Uxc
9
+ module Types
10
+
11
+ class AccessDeniedException
12
+ attr_accessor message: ::String
13
+ SENSITIVE: []
14
+ end
15
+
16
+ class GetAccountCustomizationsInput < Aws::EmptyStructure
17
+ end
18
+
19
+ class GetAccountCustomizationsOutput
20
+ attr_accessor account_color: ("none" | "pink" | "purple" | "darkBlue" | "lightBlue" | "teal" | "green" | "yellow" | "orange" | "red")
21
+ attr_accessor visible_services: ::Array[::String]
22
+ attr_accessor visible_regions: ::Array[::String]
23
+ SENSITIVE: []
24
+ end
25
+
26
+ class InternalServerException
27
+ attr_accessor message: ::String
28
+ SENSITIVE: []
29
+ end
30
+
31
+ class ListServicesInput
32
+ attr_accessor next_token: ::String
33
+ attr_accessor max_results: ::Integer
34
+ SENSITIVE: []
35
+ end
36
+
37
+ class ListServicesOutput
38
+ attr_accessor next_token: ::String
39
+ attr_accessor services: ::Array[::String]
40
+ SENSITIVE: []
41
+ end
42
+
43
+ class ThrottlingException
44
+ attr_accessor message: ::String
45
+ SENSITIVE: []
46
+ end
47
+
48
+ class UpdateAccountCustomizationsInput
49
+ attr_accessor account_color: ("none" | "pink" | "purple" | "darkBlue" | "lightBlue" | "teal" | "green" | "yellow" | "orange" | "red")
50
+ attr_accessor visible_services: ::Array[::String]
51
+ attr_accessor visible_regions: ::Array[::String]
52
+ SENSITIVE: []
53
+ end
54
+
55
+ class UpdateAccountCustomizationsOutput
56
+ attr_accessor account_color: ("none" | "pink" | "purple" | "darkBlue" | "lightBlue" | "teal" | "green" | "yellow" | "orange" | "red")
57
+ attr_accessor visible_services: ::Array[::String]
58
+ attr_accessor visible_regions: ::Array[::String]
59
+ SENSITIVE: []
60
+ end
61
+
62
+ class ValidationException
63
+ attr_accessor message: ::String
64
+ attr_accessor field_list: ::Array[Types::ValidationExceptionField]
65
+ SENSITIVE: []
66
+ end
67
+
68
+ class ValidationExceptionField
69
+ attr_accessor path: ::String
70
+ attr_accessor message: ::String
71
+ SENSITIVE: []
72
+ end
73
+ end
74
+ 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 Uxc
10
+ module Waiters
11
+ end
12
+ end
13
+ end