aws-sdk-guardduty 1.67.0 → 1.68.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: 7b41a9b2a921a007298a97ebab767ea77f33b1f8a64eba2e1a3ec7ef551b27a9
4
- data.tar.gz: 30856538aa33c440691add29c523fe45528cedaeb7baba8443ce751ebeb738a3
3
+ metadata.gz: 3ff5bf924b3cd09c298b323fca839e37e4742e6b91ad78277b1f9fed741b81d4
4
+ data.tar.gz: bdeffcea7e97f871baf2461bb95387bb351102146b3b93085f83ed865117413b
5
5
  SHA512:
6
- metadata.gz: c2d8016a45d7521d7e155b38a70982daebec8faf94bc61de8fe4f201000e875ca6b8355b6ece7e6ea9bbb9e307e9ac47e650cc29ef119067943859f53acf7a27
7
- data.tar.gz: 820ab0c3bafd31270bf6fab637465942aa9740f79b12ea37437b1e52ca6463e5f7a6656e16b8224b6e152055f19bf3c0e623707a69c6ecdbbe88c7a54d4fe230
6
+ metadata.gz: 588ea396bddcb12c84c76a5d74f1245e455e0857c8fa17dffba026b8333ab6775ce12718b3496c01d58b00d8725bf0a64a539b2bb48660319b58aa99eece9714
7
+ data.tar.gz: f381b33dd8c0e8564fc4cf2721dd90df57ef9c12ab25b7746612b29239a1fd6d06bbb23be5dbb235f56fc36559ae830778bd6066d40e925cfbf6703d9adb661c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.68.0 (2023-04-20)
5
+ ------------------
6
+
7
+ * Feature - This release adds support for the new Lambda Protection feature.
8
+
4
9
  1.67.0 (2023-03-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.67.0
1
+ 1.68.0
@@ -543,7 +543,7 @@ module Aws::GuardDuty
543
543
  # },
544
544
  # features: [
545
545
  # {
546
- # name: "S3_DATA_EVENTS", # accepts S3_DATA_EVENTS, EKS_AUDIT_LOGS, EBS_MALWARE_PROTECTION, RDS_LOGIN_EVENTS, EKS_RUNTIME_MONITORING
546
+ # name: "S3_DATA_EVENTS", # accepts S3_DATA_EVENTS, EKS_AUDIT_LOGS, EBS_MALWARE_PROTECTION, RDS_LOGIN_EVENTS, EKS_RUNTIME_MONITORING, LAMBDA_NETWORK_LOGS
547
547
  # status: "ENABLED", # accepts ENABLED, DISABLED
548
548
  # additional_configuration: [
549
549
  # {
@@ -1447,7 +1447,7 @@ module Aws::GuardDuty
1447
1447
  # resp.data_sources.kubernetes.audit_logs.auto_enable #=> Boolean
1448
1448
  # resp.data_sources.malware_protection.scan_ec2_instance_with_findings.ebs_volumes.auto_enable #=> Boolean
1449
1449
  # resp.features #=> Array
1450
- # resp.features[0].name #=> String, one of "S3_DATA_EVENTS", "EKS_AUDIT_LOGS", "EBS_MALWARE_PROTECTION", "RDS_LOGIN_EVENTS", "EKS_RUNTIME_MONITORING"
1450
+ # resp.features[0].name #=> String, one of "S3_DATA_EVENTS", "EKS_AUDIT_LOGS", "EBS_MALWARE_PROTECTION", "RDS_LOGIN_EVENTS", "EKS_RUNTIME_MONITORING", "LAMBDA_NETWORK_LOGS"
1451
1451
  # resp.features[0].auto_enable #=> String, one of "NEW", "NONE"
1452
1452
  # resp.features[0].additional_configuration #=> Array
1453
1453
  # resp.features[0].additional_configuration[0].name #=> String, one of "EKS_ADDON_MANAGEMENT"
@@ -1782,7 +1782,7 @@ module Aws::GuardDuty
1782
1782
  # resp.tags #=> Hash
1783
1783
  # resp.tags["TagKey"] #=> String
1784
1784
  # resp.features #=> Array
1785
- # resp.features[0].name #=> String, one of "FLOW_LOGS", "CLOUD_TRAIL", "DNS_LOGS", "S3_DATA_EVENTS", "EKS_AUDIT_LOGS", "EBS_MALWARE_PROTECTION", "RDS_LOGIN_EVENTS", "EKS_RUNTIME_MONITORING"
1785
+ # resp.features[0].name #=> String, one of "FLOW_LOGS", "CLOUD_TRAIL", "DNS_LOGS", "S3_DATA_EVENTS", "EKS_AUDIT_LOGS", "EBS_MALWARE_PROTECTION", "RDS_LOGIN_EVENTS", "EKS_RUNTIME_MONITORING", "LAMBDA_NETWORK_LOGS"
1786
1786
  # resp.features[0].status #=> String, one of "ENABLED", "DISABLED"
1787
1787
  # resp.features[0].updated_at #=> Time
1788
1788
  # resp.features[0].additional_configuration #=> Array
@@ -2058,6 +2058,22 @@ module Aws::GuardDuty
2058
2058
  # resp.findings[0].resource.rds_db_user_details.database #=> String
2059
2059
  # resp.findings[0].resource.rds_db_user_details.ssl #=> String
2060
2060
  # resp.findings[0].resource.rds_db_user_details.auth_method #=> String
2061
+ # resp.findings[0].resource.lambda_details.function_arn #=> String
2062
+ # resp.findings[0].resource.lambda_details.function_name #=> String
2063
+ # resp.findings[0].resource.lambda_details.description #=> String
2064
+ # resp.findings[0].resource.lambda_details.last_modified_at #=> Time
2065
+ # resp.findings[0].resource.lambda_details.revision_id #=> String
2066
+ # resp.findings[0].resource.lambda_details.function_version #=> String
2067
+ # resp.findings[0].resource.lambda_details.role #=> String
2068
+ # resp.findings[0].resource.lambda_details.vpc_config.subnet_ids #=> Array
2069
+ # resp.findings[0].resource.lambda_details.vpc_config.subnet_ids[0] #=> String
2070
+ # resp.findings[0].resource.lambda_details.vpc_config.vpc_id #=> String
2071
+ # resp.findings[0].resource.lambda_details.vpc_config.security_groups #=> Array
2072
+ # resp.findings[0].resource.lambda_details.vpc_config.security_groups[0].group_id #=> String
2073
+ # resp.findings[0].resource.lambda_details.vpc_config.security_groups[0].group_name #=> String
2074
+ # resp.findings[0].resource.lambda_details.tags #=> Array
2075
+ # resp.findings[0].resource.lambda_details.tags[0].key #=> String
2076
+ # resp.findings[0].resource.lambda_details.tags[0].value #=> String
2061
2077
  # resp.findings[0].schema_version #=> String
2062
2078
  # resp.findings[0].service.action.action_type #=> String
2063
2079
  # resp.findings[0].service.action.aws_api_call_action.api #=> String
@@ -2528,7 +2544,7 @@ module Aws::GuardDuty
2528
2544
  # resp.member_data_source_configurations[0].data_sources.malware_protection.scan_ec2_instance_with_findings.ebs_volumes.reason #=> String
2529
2545
  # resp.member_data_source_configurations[0].data_sources.malware_protection.service_role #=> String
2530
2546
  # resp.member_data_source_configurations[0].features #=> Array
2531
- # resp.member_data_source_configurations[0].features[0].name #=> String, one of "S3_DATA_EVENTS", "EKS_AUDIT_LOGS", "EBS_MALWARE_PROTECTION", "RDS_LOGIN_EVENTS", "EKS_RUNTIME_MONITORING"
2547
+ # resp.member_data_source_configurations[0].features[0].name #=> String, one of "S3_DATA_EVENTS", "EKS_AUDIT_LOGS", "EBS_MALWARE_PROTECTION", "RDS_LOGIN_EVENTS", "EKS_RUNTIME_MONITORING", "LAMBDA_NETWORK_LOGS"
2532
2548
  # resp.member_data_source_configurations[0].features[0].status #=> String, one of "ENABLED", "DISABLED"
2533
2549
  # resp.member_data_source_configurations[0].features[0].updated_at #=> Time
2534
2550
  # resp.member_data_source_configurations[0].features[0].additional_configuration #=> Array
@@ -2627,7 +2643,7 @@ module Aws::GuardDuty
2627
2643
  # resp.accounts[0].data_sources.kubernetes.audit_logs.free_trial_days_remaining #=> Integer
2628
2644
  # resp.accounts[0].data_sources.malware_protection.scan_ec2_instance_with_findings.free_trial_days_remaining #=> Integer
2629
2645
  # resp.accounts[0].features #=> Array
2630
- # resp.accounts[0].features[0].name #=> String, one of "FLOW_LOGS", "CLOUD_TRAIL", "DNS_LOGS", "S3_DATA_EVENTS", "EKS_AUDIT_LOGS", "EBS_MALWARE_PROTECTION", "RDS_LOGIN_EVENTS", "EKS_RUNTIME_MONITORING"
2646
+ # resp.accounts[0].features[0].name #=> String, one of "FLOW_LOGS", "CLOUD_TRAIL", "DNS_LOGS", "S3_DATA_EVENTS", "EKS_AUDIT_LOGS", "EBS_MALWARE_PROTECTION", "RDS_LOGIN_EVENTS", "EKS_RUNTIME_MONITORING", "LAMBDA_NETWORK_LOGS"
2631
2647
  # resp.accounts[0].features[0].free_trial_days_remaining #=> Integer
2632
2648
  # resp.unprocessed_accounts #=> Array
2633
2649
  # resp.unprocessed_accounts[0].account_id #=> String
@@ -3742,7 +3758,7 @@ module Aws::GuardDuty
3742
3758
  # },
3743
3759
  # features: [
3744
3760
  # {
3745
- # name: "S3_DATA_EVENTS", # accepts S3_DATA_EVENTS, EKS_AUDIT_LOGS, EBS_MALWARE_PROTECTION, RDS_LOGIN_EVENTS, EKS_RUNTIME_MONITORING
3761
+ # name: "S3_DATA_EVENTS", # accepts S3_DATA_EVENTS, EKS_AUDIT_LOGS, EBS_MALWARE_PROTECTION, RDS_LOGIN_EVENTS, EKS_RUNTIME_MONITORING, LAMBDA_NETWORK_LOGS
3746
3762
  # status: "ENABLED", # accepts ENABLED, DISABLED
3747
3763
  # additional_configuration: [
3748
3764
  # {
@@ -4024,7 +4040,7 @@ module Aws::GuardDuty
4024
4040
  # },
4025
4041
  # features: [
4026
4042
  # {
4027
- # name: "S3_DATA_EVENTS", # accepts S3_DATA_EVENTS, EKS_AUDIT_LOGS, EBS_MALWARE_PROTECTION, RDS_LOGIN_EVENTS, EKS_RUNTIME_MONITORING
4043
+ # name: "S3_DATA_EVENTS", # accepts S3_DATA_EVENTS, EKS_AUDIT_LOGS, EBS_MALWARE_PROTECTION, RDS_LOGIN_EVENTS, EKS_RUNTIME_MONITORING, LAMBDA_NETWORK_LOGS
4028
4044
  # status: "ENABLED", # accepts ENABLED, DISABLED
4029
4045
  # additional_configuration: [
4030
4046
  # {
@@ -4122,7 +4138,7 @@ module Aws::GuardDuty
4122
4138
  # },
4123
4139
  # features: [
4124
4140
  # {
4125
- # name: "S3_DATA_EVENTS", # accepts S3_DATA_EVENTS, EKS_AUDIT_LOGS, EBS_MALWARE_PROTECTION, RDS_LOGIN_EVENTS, EKS_RUNTIME_MONITORING
4141
+ # name: "S3_DATA_EVENTS", # accepts S3_DATA_EVENTS, EKS_AUDIT_LOGS, EBS_MALWARE_PROTECTION, RDS_LOGIN_EVENTS, EKS_RUNTIME_MONITORING, LAMBDA_NETWORK_LOGS
4126
4142
  # auto_enable: "NEW", # accepts NEW, NONE
4127
4143
  # additional_configuration: [
4128
4144
  # {
@@ -4235,7 +4251,7 @@ module Aws::GuardDuty
4235
4251
  params: params,
4236
4252
  config: config)
4237
4253
  context[:gem_name] = 'aws-sdk-guardduty'
4238
- context[:gem_version] = '1.67.0'
4254
+ context[:gem_version] = '1.68.0'
4239
4255
  Seahorse::Client::Request.new(handlers, context)
4240
4256
  end
4241
4257
 
@@ -242,6 +242,7 @@ module Aws::GuardDuty
242
242
  KubernetesDetails = Shapes::StructureShape.new(name: 'KubernetesDetails')
243
243
  KubernetesUserDetails = Shapes::StructureShape.new(name: 'KubernetesUserDetails')
244
244
  KubernetesWorkloadDetails = Shapes::StructureShape.new(name: 'KubernetesWorkloadDetails')
245
+ LambdaDetails = Shapes::StructureShape.new(name: 'LambdaDetails')
245
246
  Lineage = Shapes::ListShape.new(name: 'Lineage')
246
247
  LineageObject = Shapes::StructureShape.new(name: 'LineageObject')
247
248
  ListCoverageRequest = Shapes::StructureShape.new(name: 'ListCoverageRequest')
@@ -385,6 +386,7 @@ module Aws::GuardDuty
385
386
  StopMonitoringMembersRequest = Shapes::StructureShape.new(name: 'StopMonitoringMembersRequest')
386
387
  StopMonitoringMembersResponse = Shapes::StructureShape.new(name: 'StopMonitoringMembersResponse')
387
388
  String = Shapes::StringShape.new(name: 'String')
389
+ SubnetIds = Shapes::ListShape.new(name: 'SubnetIds')
388
390
  Tag = Shapes::StructureShape.new(name: 'Tag')
389
391
  TagKey = Shapes::StringShape.new(name: 'TagKey')
390
392
  TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
@@ -448,6 +450,7 @@ module Aws::GuardDuty
448
450
  VolumeMount = Shapes::StructureShape.new(name: 'VolumeMount')
449
451
  VolumeMounts = Shapes::ListShape.new(name: 'VolumeMounts')
450
452
  Volumes = Shapes::ListShape.new(name: 'Volumes')
453
+ VpcConfig = Shapes::StructureShape.new(name: 'VpcConfig')
451
454
 
452
455
  AcceptAdministratorInvitationRequest.add_member(:detector_id, Shapes::ShapeRef.new(shape: DetectorId, required: true, location: "uri", location_name: "detectorId"))
453
456
  AcceptAdministratorInvitationRequest.add_member(:administrator_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "administratorId"))
@@ -1253,6 +1256,17 @@ module Aws::GuardDuty
1253
1256
  KubernetesWorkloadDetails.add_member(:volumes, Shapes::ShapeRef.new(shape: Volumes, location_name: "volumes"))
1254
1257
  KubernetesWorkloadDetails.struct_class = Types::KubernetesWorkloadDetails
1255
1258
 
1259
+ LambdaDetails.add_member(:function_arn, Shapes::ShapeRef.new(shape: String, location_name: "functionArn"))
1260
+ LambdaDetails.add_member(:function_name, Shapes::ShapeRef.new(shape: String, location_name: "functionName"))
1261
+ LambdaDetails.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
1262
+ LambdaDetails.add_member(:last_modified_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastModifiedAt"))
1263
+ LambdaDetails.add_member(:revision_id, Shapes::ShapeRef.new(shape: String, location_name: "revisionId"))
1264
+ LambdaDetails.add_member(:function_version, Shapes::ShapeRef.new(shape: String, location_name: "functionVersion"))
1265
+ LambdaDetails.add_member(:role, Shapes::ShapeRef.new(shape: String, location_name: "role"))
1266
+ LambdaDetails.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "vpcConfig"))
1267
+ LambdaDetails.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
1268
+ LambdaDetails.struct_class = Types::LambdaDetails
1269
+
1256
1270
  Lineage.member = Shapes::ShapeRef.new(shape: LineageObject)
1257
1271
 
1258
1272
  LineageObject.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "startTime"))
@@ -1645,6 +1659,7 @@ module Aws::GuardDuty
1645
1659
  Resource.add_member(:container_details, Shapes::ShapeRef.new(shape: Container, location_name: "containerDetails"))
1646
1660
  Resource.add_member(:rds_db_instance_details, Shapes::ShapeRef.new(shape: RdsDbInstanceDetails, location_name: "rdsDbInstanceDetails"))
1647
1661
  Resource.add_member(:rds_db_user_details, Shapes::ShapeRef.new(shape: RdsDbUserDetails, location_name: "rdsDbUserDetails"))
1662
+ Resource.add_member(:lambda_details, Shapes::ShapeRef.new(shape: LambdaDetails, location_name: "lambdaDetails"))
1648
1663
  Resource.struct_class = Types::Resource
1649
1664
 
1650
1665
  ResourceDetails.add_member(:instance_arn, Shapes::ShapeRef.new(shape: InstanceArn, location_name: "instanceArn"))
@@ -1813,6 +1828,8 @@ module Aws::GuardDuty
1813
1828
  StopMonitoringMembersResponse.add_member(:unprocessed_accounts, Shapes::ShapeRef.new(shape: UnprocessedAccounts, required: true, location_name: "unprocessedAccounts"))
1814
1829
  StopMonitoringMembersResponse.struct_class = Types::StopMonitoringMembersResponse
1815
1830
 
1831
+ SubnetIds.member = Shapes::ShapeRef.new(shape: String)
1832
+
1816
1833
  Tag.add_member(:key, Shapes::ShapeRef.new(shape: String, location_name: "key"))
1817
1834
  Tag.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "value"))
1818
1835
  Tag.struct_class = Types::Tag
@@ -2018,6 +2035,11 @@ module Aws::GuardDuty
2018
2035
 
2019
2036
  Volumes.member = Shapes::ShapeRef.new(shape: Volume)
2020
2037
 
2038
+ VpcConfig.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetIds, location_name: "subnetIds"))
2039
+ VpcConfig.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcId"))
2040
+ VpcConfig.add_member(:security_groups, Shapes::ShapeRef.new(shape: SecurityGroups, location_name: "securityGroups"))
2041
+ VpcConfig.struct_class = Types::VpcConfig
2042
+
2021
2043
 
2022
2044
  # @api private
2023
2045
  API = Seahorse::Model::Api.new.tap do |api|
@@ -3685,6 +3685,63 @@ module Aws::GuardDuty
3685
3685
  include Aws::Structure
3686
3686
  end
3687
3687
 
3688
+ # Information about the Lambda function involved in the finding.
3689
+ #
3690
+ # @!attribute [rw] function_arn
3691
+ # Amazon Resource Name (ARN) of the Lambda function.
3692
+ # @return [String]
3693
+ #
3694
+ # @!attribute [rw] function_name
3695
+ # Name of the Lambda function.
3696
+ # @return [String]
3697
+ #
3698
+ # @!attribute [rw] description
3699
+ # Description of the Lambda function.
3700
+ # @return [String]
3701
+ #
3702
+ # @!attribute [rw] last_modified_at
3703
+ # The timestamp when the Lambda function was last modified. This field
3704
+ # is in the UTC date string format `(2023-03-22T19:37:20.168Z)`.
3705
+ # @return [Time]
3706
+ #
3707
+ # @!attribute [rw] revision_id
3708
+ # The revision ID of the Lambda function version.
3709
+ # @return [String]
3710
+ #
3711
+ # @!attribute [rw] function_version
3712
+ # The version of the Lambda function.
3713
+ # @return [String]
3714
+ #
3715
+ # @!attribute [rw] role
3716
+ # The execution role of the Lambda function.
3717
+ # @return [String]
3718
+ #
3719
+ # @!attribute [rw] vpc_config
3720
+ # Amazon Virtual Private Cloud configuration details associated with
3721
+ # your Lambda function.
3722
+ # @return [Types::VpcConfig]
3723
+ #
3724
+ # @!attribute [rw] tags
3725
+ # A list of tags attached to this resource, listed in the format of
3726
+ # `key`:`value` pair.
3727
+ # @return [Array<Types::Tag>]
3728
+ #
3729
+ # @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/LambdaDetails AWS API Documentation
3730
+ #
3731
+ class LambdaDetails < Struct.new(
3732
+ :function_arn,
3733
+ :function_name,
3734
+ :description,
3735
+ :last_modified_at,
3736
+ :revision_id,
3737
+ :function_version,
3738
+ :role,
3739
+ :vpc_config,
3740
+ :tags)
3741
+ SENSITIVE = []
3742
+ include Aws::Structure
3743
+ end
3744
+
3688
3745
  # Information about the runtime process details.
3689
3746
  #
3690
3747
  # @!attribute [rw] start_time
@@ -5611,6 +5668,11 @@ module Aws::GuardDuty
5611
5668
  # login attempt was made.
5612
5669
  # @return [Types::RdsDbUserDetails]
5613
5670
  #
5671
+ # @!attribute [rw] lambda_details
5672
+ # Contains information about the Lambda function that was involved in
5673
+ # a finding.
5674
+ # @return [Types::LambdaDetails]
5675
+ #
5614
5676
  # @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/Resource AWS API Documentation
5615
5677
  #
5616
5678
  class Resource < Struct.new(
@@ -5624,7 +5686,8 @@ module Aws::GuardDuty
5624
5686
  :ecs_cluster_details,
5625
5687
  :container_details,
5626
5688
  :rds_db_instance_details,
5627
- :rds_db_user_details)
5689
+ :rds_db_user_details,
5690
+ :lambda_details)
5628
5691
  SENSITIVE = []
5629
5692
  include Aws::Structure
5630
5693
  end
@@ -7195,5 +7258,32 @@ module Aws::GuardDuty
7195
7258
  include Aws::Structure
7196
7259
  end
7197
7260
 
7261
+ # Amazon Virtual Private Cloud configuration details associated with
7262
+ # your Lambda function.
7263
+ #
7264
+ # @!attribute [rw] subnet_ids
7265
+ # The identifiers of the subnets that are associated with your Lambda
7266
+ # function.
7267
+ # @return [Array<String>]
7268
+ #
7269
+ # @!attribute [rw] vpc_id
7270
+ # The identifier of the Amazon Virtual Private Cloud.
7271
+ # @return [String]
7272
+ #
7273
+ # @!attribute [rw] security_groups
7274
+ # The identifier of the security group attached to the Lambda
7275
+ # function.
7276
+ # @return [Array<Types::SecurityGroup>]
7277
+ #
7278
+ # @see http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/VpcConfig AWS API Documentation
7279
+ #
7280
+ class VpcConfig < Struct.new(
7281
+ :subnet_ids,
7282
+ :vpc_id,
7283
+ :security_groups)
7284
+ SENSITIVE = []
7285
+ include Aws::Structure
7286
+ end
7287
+
7198
7288
  end
7199
7289
  end
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-guardduty/customizations'
52
52
  # @!group service
53
53
  module Aws::GuardDuty
54
54
 
55
- GEM_VERSION = '1.67.0'
55
+ GEM_VERSION = '1.68.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-guardduty
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.67.0
4
+ version: 1.68.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: 2023-03-30 00:00:00.000000000 Z
11
+ date: 2023-04-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core