aws-sdk-configservice 1.0.0.rc1 → 1.0.0.rc2

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
  SHA1:
3
- metadata.gz: 3b2cffae583ccc49f39b622020b2ef0d6e7b58c6
4
- data.tar.gz: b20d5ee4032193561b29e8b8325be819edef6eb6
3
+ metadata.gz: 1e11b8455402247e48893fabb8a703ce17b14d04
4
+ data.tar.gz: d83a7c21b61299ef9117caa4edb0e612c0159d7f
5
5
  SHA512:
6
- metadata.gz: a69e73cebc3872126e540a38dcb1a259aca9dc8f8dd2aabf4a58174f6fb1de6d723021c7f7f6c50169051e278298d559efedf77178baabea6c854088c714cd22
7
- data.tar.gz: b632c4291fa264327e076a4fdaa7de63533fc7f0b1dc0ac48cde19aaba2bc880362f72ae3c6969967d996e8be5da28889049a7085f79f1d21c643b94cb48970f
6
+ metadata.gz: eda5a0feb84afcfe1efbe4103097dd5de2cfa9e7196d9c46ce1c406ee9c4196e22dd96f14297f8e67b2511416ed7143ec65c4f64414625d7693878b36a596a20
7
+ data.tar.gz: 570d8226bd8803538314c2c9aed438ab38c5163ab8e1ec524e0da94a373bb06e6d682bb09b8011ab8ac903e1bf1e19d295c7fcf47d4cc5c2a0e3c25ea934d136
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-configservice/customizations'
42
42
  # @service
43
43
  module Aws::ConfigService
44
44
 
45
- GEM_VERSION = '1.0.0.rc1'
45
+ GEM_VERSION = '1.0.0.rc2'
46
46
 
47
47
  end
@@ -410,13 +410,31 @@ module Aws
410
410
  # The name of the AWS managed Config rules for which you want status
411
411
  # information. If you do not specify any names, AWS Config returns
412
412
  # status information for all AWS managed Config rules that you use.
413
+ # @option params [String] :next_token
414
+ # The `NextToken` string returned on a previous page that you use to get
415
+ # the next page of results in a paginated response.
416
+ # @option params [Integer] :limit
417
+ # The number of rule evaluation results that you want returned.
418
+ #
419
+ # This parameter is required if the rule limit for your account is more
420
+ # than the default of 50 rules.
421
+ #
422
+ # For more information about requesting a rule limit increase, see [AWS
423
+ # Config Limits][1] in the *AWS General Reference Guide*.
424
+ #
425
+ #
426
+ #
427
+ # [1]: http://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html#limits_config
413
428
  # @return [Types::DescribeConfigRuleEvaluationStatusResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
414
429
  #
415
430
  # * {Types::DescribeConfigRuleEvaluationStatusResponse#config_rules_evaluation_status #ConfigRulesEvaluationStatus} => Array<Types::ConfigRuleEvaluationStatus>
431
+ # * {Types::DescribeConfigRuleEvaluationStatusResponse#next_token #NextToken} => String
416
432
  #
417
433
  # @example Request syntax with placeholder values
418
434
  # resp = client.describe_config_rule_evaluation_status({
419
435
  # config_rule_names: ["StringWithCharLimit64"],
436
+ # next_token: "String",
437
+ # limit: 1,
420
438
  # })
421
439
  #
422
440
  # @example Response structure
@@ -432,6 +450,7 @@ module Aws
432
450
  # resp.config_rules_evaluation_status[0].last_error_code #=> String
433
451
  # resp.config_rules_evaluation_status[0].last_error_message #=> String
434
452
  # resp.config_rules_evaluation_status[0].first_evaluation_started #=> Boolean
453
+ # resp.next_token #=> String
435
454
  # @overload describe_config_rule_evaluation_status(params = {})
436
455
  # @param [Hash] params ({})
437
456
  def describe_config_rule_evaluation_status(params = {}, options = {})
@@ -550,7 +569,7 @@ module Aws
550
569
  # resp.configuration_recorders[0].recording_group.all_supported #=> Boolean
551
570
  # resp.configuration_recorders[0].recording_group.include_global_resource_types #=> Boolean
552
571
  # resp.configuration_recorders[0].recording_group.resource_types #=> Array
553
- # resp.configuration_recorders[0].recording_group.resource_types[0] #=> String, one of "AWS::EC2::CustomerGateway", "AWS::EC2::EIP", "AWS::EC2::Host", "AWS::EC2::Instance", "AWS::EC2::InternetGateway", "AWS::EC2::NetworkAcl", "AWS::EC2::NetworkInterface", "AWS::EC2::RouteTable", "AWS::EC2::SecurityGroup", "AWS::EC2::Subnet", "AWS::CloudTrail::Trail", "AWS::EC2::Volume", "AWS::EC2::VPC", "AWS::EC2::VPNConnection", "AWS::EC2::VPNGateway", "AWS::IAM::Group", "AWS::IAM::Policy", "AWS::IAM::Role", "AWS::IAM::User", "AWS::ACM::Certificate", "AWS::RDS::DBInstance", "AWS::RDS::DBSubnetGroup", "AWS::RDS::DBSecurityGroup", "AWS::RDS::DBSnapshot", "AWS::RDS::EventSubscription", "AWS::ElasticLoadBalancingV2::LoadBalancer", "AWS::S3::Bucket"
572
+ # resp.configuration_recorders[0].recording_group.resource_types[0] #=> String, one of "AWS::EC2::CustomerGateway", "AWS::EC2::EIP", "AWS::EC2::Host", "AWS::EC2::Instance", "AWS::EC2::InternetGateway", "AWS::EC2::NetworkAcl", "AWS::EC2::NetworkInterface", "AWS::EC2::RouteTable", "AWS::EC2::SecurityGroup", "AWS::EC2::Subnet", "AWS::CloudTrail::Trail", "AWS::EC2::Volume", "AWS::EC2::VPC", "AWS::EC2::VPNConnection", "AWS::EC2::VPNGateway", "AWS::IAM::Group", "AWS::IAM::Policy", "AWS::IAM::Role", "AWS::IAM::User", "AWS::ACM::Certificate", "AWS::RDS::DBInstance", "AWS::RDS::DBSubnetGroup", "AWS::RDS::DBSecurityGroup", "AWS::RDS::DBSnapshot", "AWS::RDS::EventSubscription", "AWS::ElasticLoadBalancingV2::LoadBalancer", "AWS::S3::Bucket", "AWS::SSM::ManagedInstanceInventory", "AWS::Redshift::Cluster", "AWS::Redshift::ClusterSnapshot", "AWS::Redshift::ClusterParameterGroup", "AWS::Redshift::ClusterSecurityGroup", "AWS::Redshift::ClusterSubnetGroup", "AWS::Redshift::EventSubscription"
554
573
  # @overload describe_configuration_recorders(params = {})
555
574
  # @param [Hash] params ({})
556
575
  def describe_configuration_recorders(params = {}, options = {})
@@ -835,7 +854,7 @@ module Aws
835
854
  #
836
855
  # @example Request syntax with placeholder values
837
856
  # resp = client.get_resource_config_history({
838
- # resource_type: "AWS::EC2::CustomerGateway", # required, accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::EventSubscription, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::S3::Bucket
857
+ # resource_type: "AWS::EC2::CustomerGateway", # required, accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::EventSubscription, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::S3::Bucket, AWS::SSM::ManagedInstanceInventory, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription
839
858
  # resource_id: "ResourceId", # required
840
859
  # later_time: Time.now,
841
860
  # earlier_time: Time.now,
@@ -853,7 +872,7 @@ module Aws
853
872
  # resp.configuration_items[0].configuration_state_id #=> String
854
873
  # resp.configuration_items[0].configuration_item_md5_hash #=> String
855
874
  # resp.configuration_items[0].arn #=> String
856
- # resp.configuration_items[0].resource_type #=> String, one of "AWS::EC2::CustomerGateway", "AWS::EC2::EIP", "AWS::EC2::Host", "AWS::EC2::Instance", "AWS::EC2::InternetGateway", "AWS::EC2::NetworkAcl", "AWS::EC2::NetworkInterface", "AWS::EC2::RouteTable", "AWS::EC2::SecurityGroup", "AWS::EC2::Subnet", "AWS::CloudTrail::Trail", "AWS::EC2::Volume", "AWS::EC2::VPC", "AWS::EC2::VPNConnection", "AWS::EC2::VPNGateway", "AWS::IAM::Group", "AWS::IAM::Policy", "AWS::IAM::Role", "AWS::IAM::User", "AWS::ACM::Certificate", "AWS::RDS::DBInstance", "AWS::RDS::DBSubnetGroup", "AWS::RDS::DBSecurityGroup", "AWS::RDS::DBSnapshot", "AWS::RDS::EventSubscription", "AWS::ElasticLoadBalancingV2::LoadBalancer", "AWS::S3::Bucket"
875
+ # resp.configuration_items[0].resource_type #=> String, one of "AWS::EC2::CustomerGateway", "AWS::EC2::EIP", "AWS::EC2::Host", "AWS::EC2::Instance", "AWS::EC2::InternetGateway", "AWS::EC2::NetworkAcl", "AWS::EC2::NetworkInterface", "AWS::EC2::RouteTable", "AWS::EC2::SecurityGroup", "AWS::EC2::Subnet", "AWS::CloudTrail::Trail", "AWS::EC2::Volume", "AWS::EC2::VPC", "AWS::EC2::VPNConnection", "AWS::EC2::VPNGateway", "AWS::IAM::Group", "AWS::IAM::Policy", "AWS::IAM::Role", "AWS::IAM::User", "AWS::ACM::Certificate", "AWS::RDS::DBInstance", "AWS::RDS::DBSubnetGroup", "AWS::RDS::DBSecurityGroup", "AWS::RDS::DBSnapshot", "AWS::RDS::EventSubscription", "AWS::ElasticLoadBalancingV2::LoadBalancer", "AWS::S3::Bucket", "AWS::SSM::ManagedInstanceInventory", "AWS::Redshift::Cluster", "AWS::Redshift::ClusterSnapshot", "AWS::Redshift::ClusterParameterGroup", "AWS::Redshift::ClusterSecurityGroup", "AWS::Redshift::ClusterSubnetGroup", "AWS::Redshift::EventSubscription"
857
876
  # resp.configuration_items[0].resource_id #=> String
858
877
  # resp.configuration_items[0].resource_name #=> String
859
878
  # resp.configuration_items[0].aws_region #=> String
@@ -864,7 +883,7 @@ module Aws
864
883
  # resp.configuration_items[0].related_events #=> Array
865
884
  # resp.configuration_items[0].related_events[0] #=> String
866
885
  # resp.configuration_items[0].relationships #=> Array
867
- # resp.configuration_items[0].relationships[0].resource_type #=> String, one of "AWS::EC2::CustomerGateway", "AWS::EC2::EIP", "AWS::EC2::Host", "AWS::EC2::Instance", "AWS::EC2::InternetGateway", "AWS::EC2::NetworkAcl", "AWS::EC2::NetworkInterface", "AWS::EC2::RouteTable", "AWS::EC2::SecurityGroup", "AWS::EC2::Subnet", "AWS::CloudTrail::Trail", "AWS::EC2::Volume", "AWS::EC2::VPC", "AWS::EC2::VPNConnection", "AWS::EC2::VPNGateway", "AWS::IAM::Group", "AWS::IAM::Policy", "AWS::IAM::Role", "AWS::IAM::User", "AWS::ACM::Certificate", "AWS::RDS::DBInstance", "AWS::RDS::DBSubnetGroup", "AWS::RDS::DBSecurityGroup", "AWS::RDS::DBSnapshot", "AWS::RDS::EventSubscription", "AWS::ElasticLoadBalancingV2::LoadBalancer", "AWS::S3::Bucket"
886
+ # resp.configuration_items[0].relationships[0].resource_type #=> String, one of "AWS::EC2::CustomerGateway", "AWS::EC2::EIP", "AWS::EC2::Host", "AWS::EC2::Instance", "AWS::EC2::InternetGateway", "AWS::EC2::NetworkAcl", "AWS::EC2::NetworkInterface", "AWS::EC2::RouteTable", "AWS::EC2::SecurityGroup", "AWS::EC2::Subnet", "AWS::CloudTrail::Trail", "AWS::EC2::Volume", "AWS::EC2::VPC", "AWS::EC2::VPNConnection", "AWS::EC2::VPNGateway", "AWS::IAM::Group", "AWS::IAM::Policy", "AWS::IAM::Role", "AWS::IAM::User", "AWS::ACM::Certificate", "AWS::RDS::DBInstance", "AWS::RDS::DBSubnetGroup", "AWS::RDS::DBSecurityGroup", "AWS::RDS::DBSnapshot", "AWS::RDS::EventSubscription", "AWS::ElasticLoadBalancingV2::LoadBalancer", "AWS::S3::Bucket", "AWS::SSM::ManagedInstanceInventory", "AWS::Redshift::Cluster", "AWS::Redshift::ClusterSnapshot", "AWS::Redshift::ClusterParameterGroup", "AWS::Redshift::ClusterSecurityGroup", "AWS::Redshift::ClusterSubnetGroup", "AWS::Redshift::EventSubscription"
868
887
  # resp.configuration_items[0].relationships[0].resource_id #=> String
869
888
  # resp.configuration_items[0].relationships[0].resource_name #=> String
870
889
  # resp.configuration_items[0].relationships[0].relationship_name #=> String
@@ -925,7 +944,7 @@ module Aws
925
944
  #
926
945
  # @example Request syntax with placeholder values
927
946
  # resp = client.list_discovered_resources({
928
- # resource_type: "AWS::EC2::CustomerGateway", # required, accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::EventSubscription, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::S3::Bucket
947
+ # resource_type: "AWS::EC2::CustomerGateway", # required, accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::EventSubscription, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::S3::Bucket, AWS::SSM::ManagedInstanceInventory, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription
929
948
  # resource_ids: ["ResourceId"],
930
949
  # resource_name: "ResourceName",
931
950
  # limit: 1,
@@ -935,7 +954,7 @@ module Aws
935
954
  #
936
955
  # @example Response structure
937
956
  # resp.resource_identifiers #=> Array
938
- # resp.resource_identifiers[0].resource_type #=> String, one of "AWS::EC2::CustomerGateway", "AWS::EC2::EIP", "AWS::EC2::Host", "AWS::EC2::Instance", "AWS::EC2::InternetGateway", "AWS::EC2::NetworkAcl", "AWS::EC2::NetworkInterface", "AWS::EC2::RouteTable", "AWS::EC2::SecurityGroup", "AWS::EC2::Subnet", "AWS::CloudTrail::Trail", "AWS::EC2::Volume", "AWS::EC2::VPC", "AWS::EC2::VPNConnection", "AWS::EC2::VPNGateway", "AWS::IAM::Group", "AWS::IAM::Policy", "AWS::IAM::Role", "AWS::IAM::User", "AWS::ACM::Certificate", "AWS::RDS::DBInstance", "AWS::RDS::DBSubnetGroup", "AWS::RDS::DBSecurityGroup", "AWS::RDS::DBSnapshot", "AWS::RDS::EventSubscription", "AWS::ElasticLoadBalancingV2::LoadBalancer", "AWS::S3::Bucket"
957
+ # resp.resource_identifiers[0].resource_type #=> String, one of "AWS::EC2::CustomerGateway", "AWS::EC2::EIP", "AWS::EC2::Host", "AWS::EC2::Instance", "AWS::EC2::InternetGateway", "AWS::EC2::NetworkAcl", "AWS::EC2::NetworkInterface", "AWS::EC2::RouteTable", "AWS::EC2::SecurityGroup", "AWS::EC2::Subnet", "AWS::CloudTrail::Trail", "AWS::EC2::Volume", "AWS::EC2::VPC", "AWS::EC2::VPNConnection", "AWS::EC2::VPNGateway", "AWS::IAM::Group", "AWS::IAM::Policy", "AWS::IAM::Role", "AWS::IAM::User", "AWS::ACM::Certificate", "AWS::RDS::DBInstance", "AWS::RDS::DBSubnetGroup", "AWS::RDS::DBSecurityGroup", "AWS::RDS::DBSnapshot", "AWS::RDS::EventSubscription", "AWS::ElasticLoadBalancingV2::LoadBalancer", "AWS::S3::Bucket", "AWS::SSM::ManagedInstanceInventory", "AWS::Redshift::Cluster", "AWS::Redshift::ClusterSnapshot", "AWS::Redshift::ClusterParameterGroup", "AWS::Redshift::ClusterSecurityGroup", "AWS::Redshift::ClusterSubnetGroup", "AWS::Redshift::EventSubscription"
939
958
  # resp.resource_identifiers[0].resource_id #=> String
940
959
  # resp.resource_identifiers[0].resource_name #=> String
941
960
  # resp.resource_identifiers[0].resource_deletion_time #=> Time
@@ -976,16 +995,20 @@ module Aws
976
995
  # the rule by `ConfigRuleName`, `ConfigRuleId`, or `ConfigRuleArn` in
977
996
  # the `ConfigRule` data type that you use in this request.
978
997
  #
979
- # The maximum number of rules that AWS Config supports is 25.
998
+ # The maximum number of rules that AWS Config supports is 50.
999
+ #
1000
+ # For more information about requesting a rule limit increase, see [AWS
1001
+ # Config Limits][2] in the *AWS General Reference Guide*.
980
1002
  #
981
1003
  # For more information about developing and using AWS Config rules, see
982
- # [Evaluating AWS Resource Configurations with AWS Config][2] in the
1004
+ # [Evaluating AWS Resource Configurations with AWS Config][3] in the
983
1005
  # *AWS Config Developer Guide*.
984
1006
  #
985
1007
  #
986
1008
  #
987
1009
  # [1]: http://docs.aws.amazon.com/config/latest/developerguide/evaluate-config_use-managed-rules.html
988
- # [2]: http://docs.aws.amazon.com/config/latest/developerguide/evaluate-config.html
1010
+ # [2]: http://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html#limits_config
1011
+ # [3]: http://docs.aws.amazon.com/config/latest/developerguide/evaluate-config.html
989
1012
  # @option params [required, Types::ConfigRule] :config_rule
990
1013
  # An AWS Config rule represents an AWS Lambda function that you create
991
1014
  # for a custom rule or a predefined function for an AWS managed rule.
@@ -1025,8 +1048,8 @@ module Aws
1025
1048
  # compliance_resource_id: "StringWithCharLimit256",
1026
1049
  # },
1027
1050
  # source: { # required
1028
- # owner: "CUSTOM_LAMBDA", # accepts CUSTOM_LAMBDA, AWS
1029
- # source_identifier: "StringWithCharLimit256",
1051
+ # owner: "CUSTOM_LAMBDA", # required, accepts CUSTOM_LAMBDA, AWS
1052
+ # source_identifier: "StringWithCharLimit256", # required
1030
1053
  # source_details: [
1031
1054
  # {
1032
1055
  # event_source: "aws.config", # accepts aws.config
@@ -1035,7 +1058,7 @@ module Aws
1035
1058
  # },
1036
1059
  # ],
1037
1060
  # },
1038
- # input_parameters: "StringWithCharLimit256",
1061
+ # input_parameters: "StringWithCharLimit1024",
1039
1062
  # maximum_execution_frequency: "One_Hour", # accepts One_Hour, Three_Hours, Six_Hours, Twelve_Hours, TwentyFour_Hours
1040
1063
  # config_rule_state: "ACTIVE", # accepts ACTIVE, DELETING, DELETING_RESULTS, EVALUATING
1041
1064
  # },
@@ -1075,7 +1098,7 @@ module Aws
1075
1098
  # recording_group: {
1076
1099
  # all_supported: false,
1077
1100
  # include_global_resource_types: false,
1078
- # resource_types: ["AWS::EC2::CustomerGateway"], # accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::EventSubscription, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::S3::Bucket
1101
+ # resource_types: ["AWS::EC2::CustomerGateway"], # accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::EventSubscription, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::S3::Bucket, AWS::SSM::ManagedInstanceInventory, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription
1079
1102
  # },
1080
1103
  # },
1081
1104
  # })
@@ -1169,10 +1192,16 @@ module Aws
1169
1192
  req.send_request(options)
1170
1193
  end
1171
1194
 
1172
- # Evaluates your resources against the specified Config rules. You can
1173
- # specify up to 25 Config rules per request.
1195
+ # Runs an on-demand evaluation for the specified Config rules against
1196
+ # the last known configuration state of the resources. Use
1197
+ # `StartConfigRulesEvaluation` when you want to test a rule that you
1198
+ # updated is working as expected. `StartConfigRulesEvaluation` does not
1199
+ # re-record the latest configuration state for your resources; it
1200
+ # re-runs an evaluation against the last known state of your resources.
1201
+ #
1202
+ # You can specify up to 25 Config rules per request.
1174
1203
  #
1175
- # An existing StartConfigRulesEvaluation call must complete for the
1204
+ # An existing `StartConfigRulesEvaluation` call must complete for the
1176
1205
  # specified rules before you can call the API again. If you chose to
1177
1206
  # have AWS Config stream to an Amazon SNS topic, you will receive a
1178
1207
  # `ConfigRuleEvaluationStarted` notification when the evaluation starts.
@@ -1268,7 +1297,7 @@ module Aws
1268
1297
  params: params,
1269
1298
  config: config)
1270
1299
  context[:gem_name] = 'aws-sdk-configservice'
1271
- context[:gem_version] = '1.0.0.rc1'
1300
+ context[:gem_version] = '1.0.0.rc2'
1272
1301
  Seahorse::Client::Request.new(handlers, context)
1273
1302
  end
1274
1303
 
@@ -164,6 +164,7 @@ module Aws
164
164
  ResourceType = Shapes::StringShape.new(name: 'ResourceType')
165
165
  ResourceTypeList = Shapes::ListShape.new(name: 'ResourceTypeList')
166
166
  ResourceTypes = Shapes::ListShape.new(name: 'ResourceTypes')
167
+ RuleLimit = Shapes::IntegerShape.new(name: 'RuleLimit')
167
168
  Scope = Shapes::StructureShape.new(name: 'Scope')
168
169
  Source = Shapes::StructureShape.new(name: 'Source')
169
170
  SourceDetail = Shapes::StructureShape.new(name: 'SourceDetail')
@@ -173,6 +174,7 @@ module Aws
173
174
  StartConfigurationRecorderRequest = Shapes::StructureShape.new(name: 'StartConfigurationRecorderRequest')
174
175
  StopConfigurationRecorderRequest = Shapes::StructureShape.new(name: 'StopConfigurationRecorderRequest')
175
176
  String = Shapes::StringShape.new(name: 'String')
177
+ StringWithCharLimit1024 = Shapes::StringShape.new(name: 'StringWithCharLimit1024')
176
178
  StringWithCharLimit128 = Shapes::StringShape.new(name: 'StringWithCharLimit128')
177
179
  StringWithCharLimit256 = Shapes::StringShape.new(name: 'StringWithCharLimit256')
178
180
  StringWithCharLimit64 = Shapes::StringShape.new(name: 'StringWithCharLimit64')
@@ -234,7 +236,7 @@ module Aws
234
236
  ConfigRule.add_member(:description, Shapes::ShapeRef.new(shape: EmptiableStringWithCharLimit256, location_name: "Description"))
235
237
  ConfigRule.add_member(:scope, Shapes::ShapeRef.new(shape: Scope, location_name: "Scope"))
236
238
  ConfigRule.add_member(:source, Shapes::ShapeRef.new(shape: Source, required: true, location_name: "Source"))
237
- ConfigRule.add_member(:input_parameters, Shapes::ShapeRef.new(shape: StringWithCharLimit256, location_name: "InputParameters"))
239
+ ConfigRule.add_member(:input_parameters, Shapes::ShapeRef.new(shape: StringWithCharLimit1024, location_name: "InputParameters"))
238
240
  ConfigRule.add_member(:maximum_execution_frequency, Shapes::ShapeRef.new(shape: MaximumExecutionFrequency, location_name: "MaximumExecutionFrequency"))
239
241
  ConfigRule.add_member(:config_rule_state, Shapes::ShapeRef.new(shape: ConfigRuleState, location_name: "ConfigRuleState"))
240
242
  ConfigRule.struct_class = Types::ConfigRule
@@ -370,9 +372,12 @@ module Aws
370
372
  DescribeComplianceByResourceResponse.struct_class = Types::DescribeComplianceByResourceResponse
371
373
 
372
374
  DescribeConfigRuleEvaluationStatusRequest.add_member(:config_rule_names, Shapes::ShapeRef.new(shape: ConfigRuleNames, location_name: "ConfigRuleNames"))
375
+ DescribeConfigRuleEvaluationStatusRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
376
+ DescribeConfigRuleEvaluationStatusRequest.add_member(:limit, Shapes::ShapeRef.new(shape: RuleLimit, location_name: "Limit"))
373
377
  DescribeConfigRuleEvaluationStatusRequest.struct_class = Types::DescribeConfigRuleEvaluationStatusRequest
374
378
 
375
379
  DescribeConfigRuleEvaluationStatusResponse.add_member(:config_rules_evaluation_status, Shapes::ShapeRef.new(shape: ConfigRuleEvaluationStatusList, location_name: "ConfigRulesEvaluationStatus"))
380
+ DescribeConfigRuleEvaluationStatusResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
376
381
  DescribeConfigRuleEvaluationStatusResponse.struct_class = Types::DescribeConfigRuleEvaluationStatusResponse
377
382
 
378
383
  DescribeConfigRulesRequest.add_member(:config_rule_names, Shapes::ShapeRef.new(shape: ConfigRuleNames, location_name: "ConfigRuleNames"))
@@ -542,8 +547,8 @@ module Aws
542
547
  Scope.add_member(:compliance_resource_id, Shapes::ShapeRef.new(shape: StringWithCharLimit256, location_name: "ComplianceResourceId"))
543
548
  Scope.struct_class = Types::Scope
544
549
 
545
- Source.add_member(:owner, Shapes::ShapeRef.new(shape: Owner, location_name: "Owner"))
546
- Source.add_member(:source_identifier, Shapes::ShapeRef.new(shape: StringWithCharLimit256, location_name: "SourceIdentifier"))
550
+ Source.add_member(:owner, Shapes::ShapeRef.new(shape: Owner, required: true, location_name: "Owner"))
551
+ Source.add_member(:source_identifier, Shapes::ShapeRef.new(shape: StringWithCharLimit256, required: true, location_name: "SourceIdentifier"))
547
552
  Source.add_member(:source_details, Shapes::ShapeRef.new(shape: SourceDetails, location_name: "SourceDetails"))
548
553
  Source.struct_class = Types::Source
549
554
 
@@ -663,6 +668,7 @@ module Aws
663
668
  o.input = Shapes::ShapeRef.new(shape: DescribeConfigRuleEvaluationStatusRequest)
664
669
  o.output = Shapes::ShapeRef.new(shape: DescribeConfigRuleEvaluationStatusResponse)
665
670
  o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigRuleException)
671
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
666
672
  end)
667
673
 
668
674
  api.add_operation(:describe_config_rules, Seahorse::Model::Operation.new.tap do |o|
@@ -97,7 +97,7 @@ module Aws
97
97
  end
98
98
 
99
99
  # The number of AWS Config rules or AWS resources that are compliant and
100
- # noncompliant, up to a maximum.
100
+ # noncompliant.
101
101
  # @!attribute [rw] compliant_resource_count
102
102
  # The number of AWS Config rules or AWS resources that are compliant,
103
103
  # up to a maximum of 25 for rules and 100 for resources.
@@ -206,8 +206,8 @@ module Aws
206
206
  # compliance_resource_id: "StringWithCharLimit256",
207
207
  # },
208
208
  # source: { # required
209
- # owner: "CUSTOM_LAMBDA", # accepts CUSTOM_LAMBDA, AWS
210
- # source_identifier: "StringWithCharLimit256",
209
+ # owner: "CUSTOM_LAMBDA", # required, accepts CUSTOM_LAMBDA, AWS
210
+ # source_identifier: "StringWithCharLimit256", # required
211
211
  # source_details: [
212
212
  # {
213
213
  # event_source: "aws.config", # accepts aws.config
@@ -216,7 +216,7 @@ module Aws
216
216
  # },
217
217
  # ],
218
218
  # },
219
- # input_parameters: "StringWithCharLimit256",
219
+ # input_parameters: "StringWithCharLimit1024",
220
220
  # maximum_execution_frequency: "One_Hour", # accepts One_Hour, Three_Hours, Six_Hours, Twelve_Hours, TwentyFour_Hours
221
221
  # config_rule_state: "ACTIVE", # accepts ACTIVE, DELETING, DELETING_RESULTS, EVALUATING
222
222
  # }
@@ -598,7 +598,7 @@ module Aws
598
598
  # recording_group: {
599
599
  # all_supported: false,
600
600
  # include_global_resource_types: false,
601
- # resource_types: ["AWS::EC2::CustomerGateway"], # accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::EventSubscription, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::S3::Bucket
601
+ # resource_types: ["AWS::EC2::CustomerGateway"], # accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::EventSubscription, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::S3::Bucket, AWS::SSM::ManagedInstanceInventory, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription
602
602
  # },
603
603
  # }
604
604
  # @!attribute [rw] name
@@ -1014,22 +1014,51 @@ module Aws
1014
1014
  #
1015
1015
  # {
1016
1016
  # config_rule_names: ["StringWithCharLimit64"],
1017
+ # next_token: "String",
1018
+ # limit: 1,
1017
1019
  # }
1018
1020
  # @!attribute [rw] config_rule_names
1019
1021
  # The name of the AWS managed Config rules for which you want status
1020
1022
  # information. If you do not specify any names, AWS Config returns
1021
1023
  # status information for all AWS managed Config rules that you use.
1022
1024
  # @return [Array<String>]
1025
+ #
1026
+ # @!attribute [rw] next_token
1027
+ # The `NextToken` string returned on a previous page that you use to
1028
+ # get the next page of results in a paginated response.
1029
+ # @return [String]
1030
+ #
1031
+ # @!attribute [rw] limit
1032
+ # The number of rule evaluation results that you want returned.
1033
+ #
1034
+ # This parameter is required if the rule limit for your account is
1035
+ # more than the default of 50 rules.
1036
+ #
1037
+ # For more information about requesting a rule limit increase, see
1038
+ # [AWS Config Limits][1] in the *AWS General Reference Guide*.
1039
+ #
1040
+ #
1041
+ #
1042
+ # [1]: http://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html#limits_config
1043
+ # @return [Integer]
1023
1044
  class DescribeConfigRuleEvaluationStatusRequest < Struct.new(
1024
- :config_rule_names)
1045
+ :config_rule_names,
1046
+ :next_token,
1047
+ :limit)
1025
1048
  include Aws::Structure
1026
1049
  end
1027
1050
 
1028
1051
  # @!attribute [rw] config_rules_evaluation_status
1029
1052
  # Status information about your AWS managed Config rules.
1030
1053
  # @return [Array<Types::ConfigRuleEvaluationStatus>]
1054
+ #
1055
+ # @!attribute [rw] next_token
1056
+ # The string that you use in a subsequent request to get the next page
1057
+ # of results in a paginated response.
1058
+ # @return [String]
1031
1059
  class DescribeConfigRuleEvaluationStatusResponse < Struct.new(
1032
- :config_rules_evaluation_status)
1060
+ :config_rules_evaluation_status,
1061
+ :next_token)
1033
1062
  include Aws::Structure
1034
1063
  end
1035
1064
 
@@ -1215,8 +1244,9 @@ module Aws
1215
1244
  # The time of the event in AWS Config that triggered the evaluation.
1216
1245
  # For event-based evaluations, the time indicates when AWS Config
1217
1246
  # created the configuration item that triggered the evaluation. For
1218
- # periodic evaluations, the time indicates when AWS Config delivered
1219
- # the configuration snapshot that triggered the evaluation.
1247
+ # periodic evaluations, the time indicates when AWS Config triggered
1248
+ # the evaluation at the frequency that you specified (for example,
1249
+ # every 24 hours).
1220
1250
  # @return [Time]
1221
1251
  class Evaluation < Struct.new(
1222
1252
  :compliance_resource_type,
@@ -1463,7 +1493,7 @@ module Aws
1463
1493
  # data as a hash:
1464
1494
  #
1465
1495
  # {
1466
- # resource_type: "AWS::EC2::CustomerGateway", # required, accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::EventSubscription, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::S3::Bucket
1496
+ # resource_type: "AWS::EC2::CustomerGateway", # required, accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::EventSubscription, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::S3::Bucket, AWS::SSM::ManagedInstanceInventory, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription
1467
1497
  # resource_id: "ResourceId", # required
1468
1498
  # later_time: Time.now,
1469
1499
  # earlier_time: Time.now,
@@ -1536,7 +1566,7 @@ module Aws
1536
1566
  # data as a hash:
1537
1567
  #
1538
1568
  # {
1539
- # resource_type: "AWS::EC2::CustomerGateway", # required, accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::EventSubscription, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::S3::Bucket
1569
+ # resource_type: "AWS::EC2::CustomerGateway", # required, accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::EventSubscription, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::S3::Bucket, AWS::SSM::ManagedInstanceInventory, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription
1540
1570
  # resource_ids: ["ResourceId"],
1541
1571
  # resource_name: "ResourceName",
1542
1572
  # limit: 1,
@@ -1618,8 +1648,8 @@ module Aws
1618
1648
  # compliance_resource_id: "StringWithCharLimit256",
1619
1649
  # },
1620
1650
  # source: { # required
1621
- # owner: "CUSTOM_LAMBDA", # accepts CUSTOM_LAMBDA, AWS
1622
- # source_identifier: "StringWithCharLimit256",
1651
+ # owner: "CUSTOM_LAMBDA", # required, accepts CUSTOM_LAMBDA, AWS
1652
+ # source_identifier: "StringWithCharLimit256", # required
1623
1653
  # source_details: [
1624
1654
  # {
1625
1655
  # event_source: "aws.config", # accepts aws.config
@@ -1628,7 +1658,7 @@ module Aws
1628
1658
  # },
1629
1659
  # ],
1630
1660
  # },
1631
- # input_parameters: "StringWithCharLimit256",
1661
+ # input_parameters: "StringWithCharLimit1024",
1632
1662
  # maximum_execution_frequency: "One_Hour", # accepts One_Hour, Three_Hours, Six_Hours, Twelve_Hours, TwentyFour_Hours
1633
1663
  # config_rule_state: "ACTIVE", # accepts ACTIVE, DELETING, DELETING_RESULTS, EVALUATING
1634
1664
  # },
@@ -1673,7 +1703,7 @@ module Aws
1673
1703
  # recording_group: {
1674
1704
  # all_supported: false,
1675
1705
  # include_global_resource_types: false,
1676
- # resource_types: ["AWS::EC2::CustomerGateway"], # accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::EventSubscription, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::S3::Bucket
1706
+ # resource_types: ["AWS::EC2::CustomerGateway"], # accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::EventSubscription, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::S3::Bucket, AWS::SSM::ManagedInstanceInventory, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription
1677
1707
  # },
1678
1708
  # },
1679
1709
  # }
@@ -1798,7 +1828,7 @@ module Aws
1798
1828
  # {
1799
1829
  # all_supported: false,
1800
1830
  # include_global_resource_types: false,
1801
- # resource_types: ["AWS::EC2::CustomerGateway"], # accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::EventSubscription, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::S3::Bucket
1831
+ # resource_types: ["AWS::EC2::CustomerGateway"], # accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::EventSubscription, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::S3::Bucket, AWS::SSM::ManagedInstanceInventory, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription
1802
1832
  # }
1803
1833
  # @!attribute [rw] all_supported
1804
1834
  # Specifies whether AWS Config records configuration changes for every
@@ -1959,8 +1989,8 @@ module Aws
1959
1989
  # data as a hash:
1960
1990
  #
1961
1991
  # {
1962
- # owner: "CUSTOM_LAMBDA", # accepts CUSTOM_LAMBDA, AWS
1963
- # source_identifier: "StringWithCharLimit256",
1992
+ # owner: "CUSTOM_LAMBDA", # required, accepts CUSTOM_LAMBDA, AWS
1993
+ # source_identifier: "StringWithCharLimit256", # required
1964
1994
  # source_details: [
1965
1995
  # {
1966
1996
  # event_source: "aws.config", # accepts aws.config
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.rc1
4
+ version: 1.0.0.rc2
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: 2016-12-05 00:00:00.000000000 Z
11
+ date: 2016-12-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core