aws-sdk-appconfigdata 1.18.0 → 1.19.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: adb9cdce14f81fca84d3eb2e03fca5569e89bcbb89cd75a955b55952210775a0
4
- data.tar.gz: 611a8a8d02726fecc80fc5036202e516f1564463559455073ea92136b8487333
3
+ metadata.gz: b7d91ed170ee5df5495f108a5955a7218001e5e682c830ff3b292475a5d2830f
4
+ data.tar.gz: aa2b5df8bb0c41228e13d9c47c18c6122f821c24118196f67487212c0e705e4b
5
5
  SHA512:
6
- metadata.gz: 1765c16cf6c5fb997935df86717b4bd79bd3c1025e4beabe25fea108b936a4b0207f918b9359a78b3b542d08e13b585dd780f3cf267e0536d9109315ba1a5753
7
- data.tar.gz: fbf39511d4a7e2e5db735b00fb51b0bb09ff62bb136cd174715481f5045017c50747e2ef7f252fad7dc9a9cdf9faeca82560e07312141721d7299217ddb51f67
6
+ metadata.gz: 5ad03b4a32c95185f19f762b7aecf10eec0197c6f6d1204fbb596b857e113c78c0dd3e72a2ba02cad4ef90971da49df18ac5e22eb2b538964e18453e9491cc04
7
+ data.tar.gz: 3f8f330ba87d51032a11c2912df0659b15b41fbf086efaccaa8376fb906a492bbcf8c1409dbf19b95b5bcb8eda4c485262b146137ec27baf11ecb5d84a617ac7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.19.0 (2024-01-26)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.18.0 (2024-01-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.18.0
1
+ 1.19.0
@@ -518,7 +518,7 @@ module Aws::AppConfigData
518
518
  params: params,
519
519
  config: config)
520
520
  context[:gem_name] = 'aws-sdk-appconfigdata'
521
- context[:gem_version] = '1.18.0'
521
+ context[:gem_version] = '1.19.0'
522
522
  Seahorse::Client::Request.new(handlers, context)
523
523
  end
524
524
 
@@ -14,6 +14,7 @@ module Aws::AppConfigData
14
14
  option(
15
15
  :endpoint_provider,
16
16
  doc_type: 'Aws::AppConfigData::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 '\
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-appconfigdata/customizations'
52
52
  # @!group service
53
53
  module Aws::AppConfigData
54
54
 
55
- GEM_VERSION = '1.18.0'
55
+ GEM_VERSION = '1.19.0'
56
56
 
57
57
  end
data/sig/client.rbs ADDED
@@ -0,0 +1,104 @@
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 AppConfigData
10
+ class Client < ::Seahorse::Client::Base
11
+ include ::Aws::ClientStubs
12
+
13
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AppConfigData/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 _GetLatestConfigurationResponseSuccess
76
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetLatestConfigurationResponse]
77
+ def next_poll_configuration_token: () -> ::String
78
+ def next_poll_interval_in_seconds: () -> ::Integer
79
+ def content_type: () -> ::String
80
+ def configuration: () -> ::String
81
+ def version_label: () -> ::String
82
+ end
83
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AppConfigData/Client.html#get_latest_configuration-instance_method
84
+ def get_latest_configuration: (
85
+ configuration_token: ::String
86
+ ) -> _GetLatestConfigurationResponseSuccess
87
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetLatestConfigurationResponseSuccess
88
+
89
+ interface _StartConfigurationSessionResponseSuccess
90
+ include ::Seahorse::Client::_ResponseSuccess[Types::StartConfigurationSessionResponse]
91
+ def initial_configuration_token: () -> ::String
92
+ end
93
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AppConfigData/Client.html#start_configuration_session-instance_method
94
+ def start_configuration_session: (
95
+ application_identifier: ::String,
96
+ environment_identifier: ::String,
97
+ configuration_profile_identifier: ::String,
98
+ ?required_minimum_poll_interval_in_seconds: ::Integer
99
+ ) -> _StartConfigurationSessionResponseSuccess
100
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartConfigurationSessionResponseSuccess
101
+ end
102
+ end
103
+ end
104
+
data/sig/errors.rbs ADDED
@@ -0,0 +1,32 @@
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 AppConfigData
10
+ module Errors
11
+ class ServiceError < ::Aws::Errors::ServiceError
12
+ end
13
+
14
+ class BadRequestException < ::Aws::Errors::ServiceError
15
+ def message: () -> ::String
16
+ def reason: () -> ::String
17
+ def details: () -> ::String
18
+ end
19
+ class InternalServerException < ::Aws::Errors::ServiceError
20
+ def message: () -> ::String
21
+ end
22
+ class ResourceNotFoundException < ::Aws::Errors::ServiceError
23
+ def message: () -> ::String
24
+ def resource_type: () -> ::String
25
+ def referenced_by: () -> ::String
26
+ end
27
+ class ThrottlingException < ::Aws::Errors::ServiceError
28
+ def message: () -> ::String
29
+ end
30
+ end
31
+ end
32
+ 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 AppConfigData
10
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AppConfigData/Resource.html
11
+ class Resource
12
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AppConfigData/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,78 @@
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::AppConfigData
9
+ module Types
10
+
11
+ class BadRequestDetails
12
+ attr_accessor invalid_parameters: ::Hash[::String, Types::InvalidParameterDetail]
13
+ attr_accessor unknown: untyped
14
+ SENSITIVE: []
15
+
16
+ class InvalidParameters < BadRequestDetails
17
+ end
18
+ class Unknown < BadRequestDetails
19
+ end
20
+ end
21
+
22
+ class BadRequestException
23
+ attr_accessor message: ::String
24
+ attr_accessor reason: ("InvalidParameters")
25
+ attr_accessor details: Types::BadRequestDetails
26
+ SENSITIVE: []
27
+ end
28
+
29
+ class GetLatestConfigurationRequest
30
+ attr_accessor configuration_token: ::String
31
+ SENSITIVE: []
32
+ end
33
+
34
+ class GetLatestConfigurationResponse
35
+ attr_accessor next_poll_configuration_token: ::String
36
+ attr_accessor next_poll_interval_in_seconds: ::Integer
37
+ attr_accessor content_type: ::String
38
+ attr_accessor configuration: ::String
39
+ attr_accessor version_label: ::String
40
+ SENSITIVE: [:configuration]
41
+ end
42
+
43
+ class InternalServerException
44
+ attr_accessor message: ::String
45
+ SENSITIVE: []
46
+ end
47
+
48
+ class InvalidParameterDetail
49
+ attr_accessor problem: ("Corrupted" | "Expired" | "PollIntervalNotSatisfied")
50
+ SENSITIVE: []
51
+ end
52
+
53
+ class ResourceNotFoundException
54
+ attr_accessor message: ::String
55
+ attr_accessor resource_type: ("Application" | "ConfigurationProfile" | "Deployment" | "Environment" | "Configuration")
56
+ attr_accessor referenced_by: ::Hash[::String, ::String]
57
+ SENSITIVE: []
58
+ end
59
+
60
+ class StartConfigurationSessionRequest
61
+ attr_accessor application_identifier: ::String
62
+ attr_accessor environment_identifier: ::String
63
+ attr_accessor configuration_profile_identifier: ::String
64
+ attr_accessor required_minimum_poll_interval_in_seconds: ::Integer
65
+ SENSITIVE: []
66
+ end
67
+
68
+ class StartConfigurationSessionResponse
69
+ attr_accessor initial_configuration_token: ::String
70
+ SENSITIVE: []
71
+ end
72
+
73
+ class ThrottlingException
74
+ attr_accessor message: ::String
75
+ SENSITIVE: []
76
+ end
77
+ end
78
+ 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 AppConfigData
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-appconfigdata
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.18.0
4
+ version: 1.19.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-22 00:00:00.000000000 Z
11
+ date: 2024-01-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.188.0
22
+ version: 3.191.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.188.0
32
+ version: 3.191.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -66,6 +66,11 @@ files:
66
66
  - lib/aws-sdk-appconfigdata/plugins/endpoints.rb
67
67
  - lib/aws-sdk-appconfigdata/resource.rb
68
68
  - lib/aws-sdk-appconfigdata/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