aws-sdk-configservice 1.0.0.rc4 → 1.0.0.rc5
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/lib/aws-sdk-configservice.rb +1 -1
- data/lib/aws-sdk-configservice/client.rb +6 -25
- data/lib/aws-sdk-configservice/types.rb +18 -72
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dde4bc4554a1061489c9d1655d3f3617e6903468
|
4
|
+
data.tar.gz: 699aaf595ec7ac6cdfbad44bb11ccc4cf3ec87b0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6af2374bcbe6aff97a1742f6bd1ae9f7d0870cde496cf75585b495db47e9c6e1af4f60c49188d782cbebd1e2d43a319df47e1e88456a130c06a1803e1e271baa
|
7
|
+
data.tar.gz: abf9c28bd34c9a00889ef78cc1c9ae1e2f889be8682afa4c762ab5fea914c0f26ec07ff35d31ce08f081092e1cca60fb337748a401ab5606e2a3d2a7dae115a1
|
@@ -18,6 +18,7 @@ require 'aws-sdk-core/plugins/regional_endpoint.rb'
|
|
18
18
|
require 'aws-sdk-core/plugins/response_paging.rb'
|
19
19
|
require 'aws-sdk-core/plugins/stub_responses.rb'
|
20
20
|
require 'aws-sdk-core/plugins/idempotency_token.rb'
|
21
|
+
require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
|
21
22
|
require 'aws-sdk-core/plugins/signature_v4.rb'
|
22
23
|
require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
|
23
24
|
|
@@ -45,6 +46,7 @@ module Aws::ConfigService
|
|
45
46
|
add_plugin(Aws::Plugins::ResponsePaging)
|
46
47
|
add_plugin(Aws::Plugins::StubResponses)
|
47
48
|
add_plugin(Aws::Plugins::IdempotencyToken)
|
49
|
+
add_plugin(Aws::Plugins::JsonvalueConverter)
|
48
50
|
add_plugin(Aws::Plugins::SignatureV4)
|
49
51
|
add_plugin(Aws::Plugins::Protocols::JsonRpc)
|
50
52
|
|
@@ -1149,9 +1151,9 @@ module Aws::ConfigService
|
|
1149
1151
|
# key. This key is part of the `Source` object, which is part of the
|
1150
1152
|
# `ConfigRule` object.
|
1151
1153
|
#
|
1152
|
-
# If you are adding
|
1154
|
+
# If you are adding an AWS managed Config rule, specify the rule's
|
1153
1155
|
# identifier for the `SourceIdentifier` key. To reference AWS managed
|
1154
|
-
# Config rule identifiers, see [
|
1156
|
+
# Config rule identifiers, see [About AWS Managed Config Rules][1].
|
1155
1157
|
#
|
1156
1158
|
# For any new rule that you add, specify the `ConfigRuleName` in the
|
1157
1159
|
# `ConfigRule` object. Do not specify the `ConfigRuleArn` or the
|
@@ -1178,28 +1180,7 @@ module Aws::ConfigService
|
|
1178
1180
|
# [3]: http://docs.aws.amazon.com/config/latest/developerguide/evaluate-config.html
|
1179
1181
|
#
|
1180
1182
|
# @option params [required, Types::ConfigRule] :config_rule
|
1181
|
-
#
|
1182
|
-
# for a custom rule or a predefined function for an AWS managed rule.
|
1183
|
-
# The function evaluates configuration items to assess whether your AWS
|
1184
|
-
# resources comply with your desired configurations. This function can
|
1185
|
-
# run when AWS Config detects a configuration change to an AWS resource
|
1186
|
-
# and at a periodic frequency that you choose (for example, every 24
|
1187
|
-
# hours).
|
1188
|
-
#
|
1189
|
-
# <note markdown="1"> You can use the AWS CLI and AWS SDKs if you want to create a rule that
|
1190
|
-
# triggers evaluations for your resources when AWS Config delivers the
|
1191
|
-
# configuration snapshot. For more information, see
|
1192
|
-
# ConfigSnapshotDeliveryProperties.
|
1193
|
-
#
|
1194
|
-
# </note>
|
1195
|
-
#
|
1196
|
-
# For more information about developing and using AWS Config rules, see
|
1197
|
-
# [Evaluating AWS Resource Configurations with AWS Config][1] in the
|
1198
|
-
# *AWS Config Developer Guide*.
|
1199
|
-
#
|
1200
|
-
#
|
1201
|
-
#
|
1202
|
-
# [1]: http://docs.aws.amazon.com/config/latest/developerguide/evaluate-config.html
|
1183
|
+
# The rule that you want to add to your account.
|
1203
1184
|
#
|
1204
1185
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
1205
1186
|
#
|
@@ -1520,7 +1501,7 @@ module Aws::ConfigService
|
|
1520
1501
|
params: params,
|
1521
1502
|
config: config)
|
1522
1503
|
context[:gem_name] = 'aws-sdk-configservice'
|
1523
|
-
context[:gem_version] = '1.0.0.
|
1504
|
+
context[:gem_version] = '1.0.0.rc5'
|
1524
1505
|
Seahorse::Client::Request.new(handlers, context)
|
1525
1506
|
end
|
1526
1507
|
|
@@ -295,9 +295,14 @@ module Aws::ConfigService
|
|
295
295
|
# frequency.
|
296
296
|
#
|
297
297
|
# * Your custom rule is triggered when AWS Config delivers the
|
298
|
-
# configuration snapshot.
|
298
|
+
# configuration snapshot. For more information, see
|
299
|
+
# ConfigSnapshotDeliveryProperties.
|
299
300
|
#
|
300
|
-
#
|
301
|
+
# <note markdown="1"> By default, rules with a periodic trigger are evaluated every 24
|
302
|
+
# hours. To change the frequency, specify a valid value for the
|
303
|
+
# `MaximumExecutionFrequency` parameter.
|
304
|
+
#
|
305
|
+
# </note>
|
301
306
|
# @return [String]
|
302
307
|
#
|
303
308
|
# @!attribute [rw] config_rule_state
|
@@ -899,52 +904,8 @@ module Aws::ConfigService
|
|
899
904
|
# @return [String]
|
900
905
|
#
|
901
906
|
# @!attribute [rw] config_snapshot_delivery_properties
|
902
|
-
#
|
903
|
-
# snapshots to the Amazon S3 bucket
|
904
|
-
#
|
905
|
-
# <note markdown="1"> If you want to create a rule that triggers evaluations for your
|
906
|
-
# resources when AWS Config delivers the configuration snapshot, see
|
907
|
-
# the following:
|
908
|
-
#
|
909
|
-
# </note>
|
910
|
-
#
|
911
|
-
# The frequency for a rule that triggers evaluations for your
|
912
|
-
# resources when AWS Config delivers the configuration snapshot is set
|
913
|
-
# by one of two values, depending on which is less frequent:
|
914
|
-
#
|
915
|
-
# * The value for the `deliveryFrequency` parameter within the
|
916
|
-
# delivery channel configuration, which sets how often AWS Config
|
917
|
-
# delivers configuration snapshots. This value also sets how often
|
918
|
-
# AWS Config invokes evaluations for Config rules.
|
919
|
-
#
|
920
|
-
# * The value for the `MaximumExecutionFrequency` parameter, which
|
921
|
-
# sets the maximum frequency with which AWS Config invokes
|
922
|
-
# evaluations for the rule. For more information, see ConfigRule.
|
923
|
-
#
|
924
|
-
# If the `deliveryFrequency` value is less frequent than the
|
925
|
-
# `MaximumExecutionFrequency` value for a rule, AWS Config invokes the
|
926
|
-
# rule only as often as the `deliveryFrequency` value.
|
927
|
-
#
|
928
|
-
# 1. For example, you want your rule to run evaluations when AWS
|
929
|
-
# Config delivers the configuration snapshot.
|
930
|
-
#
|
931
|
-
# 2. You specify the `MaximumExecutionFrequency` value for
|
932
|
-
# `Six_Hours`.
|
933
|
-
#
|
934
|
-
# 3. You then specify the delivery channel `deliveryFrequency` value
|
935
|
-
# for `TwentyFour_Hours`.
|
936
|
-
#
|
937
|
-
# 4. Because the value for `deliveryFrequency` is less frequent than
|
938
|
-
# `MaximumExecutionFrequency`, AWS Config invokes evaluations for
|
939
|
-
# the rule every 24 hours.
|
940
|
-
#
|
941
|
-
# You should set the `MaximumExecutionFrequency` value to be at least
|
942
|
-
# as frequent as the `deliveryFrequency` value. You can view the
|
943
|
-
# `deliveryFrequency` value by using the `DescribeDeliveryChannnels`
|
944
|
-
# action.
|
945
|
-
#
|
946
|
-
# To update the `deliveryFrequency` with which AWS Config delivers
|
947
|
-
# your configuration snapshots, use the `PutDeliveryChannel` action.
|
907
|
+
# The options for how often AWS Config delivers configuration
|
908
|
+
# snapshots to the Amazon S3 bucket.
|
948
909
|
# @return [Types::ConfigSnapshotDeliveryProperties]
|
949
910
|
#
|
950
911
|
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeliveryChannel AWS API Documentation
|
@@ -1878,28 +1839,7 @@ module Aws::ConfigService
|
|
1878
1839
|
# }
|
1879
1840
|
#
|
1880
1841
|
# @!attribute [rw] config_rule
|
1881
|
-
#
|
1882
|
-
# for a custom rule or a predefined function for an AWS managed rule.
|
1883
|
-
# The function evaluates configuration items to assess whether your
|
1884
|
-
# AWS resources comply with your desired configurations. This function
|
1885
|
-
# can run when AWS Config detects a configuration change to an AWS
|
1886
|
-
# resource and at a periodic frequency that you choose (for example,
|
1887
|
-
# every 24 hours).
|
1888
|
-
#
|
1889
|
-
# <note markdown="1"> You can use the AWS CLI and AWS SDKs if you want to create a rule
|
1890
|
-
# that triggers evaluations for your resources when AWS Config
|
1891
|
-
# delivers the configuration snapshot. For more information, see
|
1892
|
-
# ConfigSnapshotDeliveryProperties.
|
1893
|
-
#
|
1894
|
-
# </note>
|
1895
|
-
#
|
1896
|
-
# For more information about developing and using AWS Config rules,
|
1897
|
-
# see [Evaluating AWS Resource Configurations with AWS Config][1] in
|
1898
|
-
# the *AWS Config Developer Guide*.
|
1899
|
-
#
|
1900
|
-
#
|
1901
|
-
#
|
1902
|
-
# [1]: http://docs.aws.amazon.com/config/latest/developerguide/evaluate-config.html
|
1842
|
+
# The rule that you want to add to your account.
|
1903
1843
|
# @return [Types::ConfigRule]
|
1904
1844
|
#
|
1905
1845
|
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutConfigRuleRequest AWS API Documentation
|
@@ -2347,10 +2287,16 @@ module Aws::ConfigService
|
|
2347
2287
|
# @return [String]
|
2348
2288
|
#
|
2349
2289
|
# @!attribute [rw] maximum_execution_frequency
|
2350
|
-
# The frequency that you want AWS Config to run evaluations for a
|
2351
|
-
#
|
2290
|
+
# The frequency that you want AWS Config to run evaluations for a
|
2291
|
+
# custom rule with a periodic trigger. If you specify a value for
|
2352
2292
|
# `MaximumExecutionFrequency`, then `MessageType` must use the
|
2353
2293
|
# `ScheduledNotification` value.
|
2294
|
+
#
|
2295
|
+
# <note markdown="1"> By default, rules with a periodic trigger are evaluated every 24
|
2296
|
+
# hours. To change the frequency, specify a valid value for the
|
2297
|
+
# `MaximumExecutionFrequency` parameter.
|
2298
|
+
#
|
2299
|
+
# </note>
|
2354
2300
|
# @return [String]
|
2355
2301
|
#
|
2356
2302
|
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/SourceDetail AWS API Documentation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-configservice
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.0.
|
4
|
+
version: 1.0.0.rc5
|
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: 2017-
|
11
|
+
date: 2017-04-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|