aws-sdk-securityagent 1.0.0 → 1.1.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-securityagent/client.rb +310 -230
- data/lib/aws-sdk-securityagent/client_api.rb +5 -0
- data/lib/aws-sdk-securityagent/types.rb +883 -709
- data/lib/aws-sdk-securityagent.rb +1 -1
- data/sig/client.rbs +5 -2
- data/sig/types.rbs +7 -3
- metadata +1 -1
|
@@ -556,6 +556,7 @@ module Aws::SecurityAgent
|
|
|
556
556
|
CreateTargetDomainOutput.add_member(:target_domain_id, Shapes::ShapeRef.new(shape: TargetDomainId, required: true, location_name: "targetDomainId"))
|
|
557
557
|
CreateTargetDomainOutput.add_member(:domain_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "domainName"))
|
|
558
558
|
CreateTargetDomainOutput.add_member(:verification_status, Shapes::ShapeRef.new(shape: TargetDomainStatus, required: true, location_name: "verificationStatus"))
|
|
559
|
+
CreateTargetDomainOutput.add_member(:verification_status_reason, Shapes::ShapeRef.new(shape: String, location_name: "verificationStatusReason"))
|
|
559
560
|
CreateTargetDomainOutput.add_member(:verification_details, Shapes::ShapeRef.new(shape: VerificationDetails, location_name: "verificationDetails"))
|
|
560
561
|
CreateTargetDomainOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
|
|
561
562
|
CreateTargetDomainOutput.add_member(:verified_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "verifiedAt"))
|
|
@@ -1120,6 +1121,7 @@ module Aws::SecurityAgent
|
|
|
1120
1121
|
TargetDomain.add_member(:target_domain_id, Shapes::ShapeRef.new(shape: TargetDomainId, required: true, location_name: "targetDomainId"))
|
|
1121
1122
|
TargetDomain.add_member(:domain_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "domainName"))
|
|
1122
1123
|
TargetDomain.add_member(:verification_status, Shapes::ShapeRef.new(shape: TargetDomainStatus, location_name: "verificationStatus"))
|
|
1124
|
+
TargetDomain.add_member(:verification_status_reason, Shapes::ShapeRef.new(shape: String, location_name: "verificationStatusReason"))
|
|
1123
1125
|
TargetDomain.add_member(:verification_details, Shapes::ShapeRef.new(shape: VerificationDetails, location_name: "verificationDetails"))
|
|
1124
1126
|
TargetDomain.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
|
|
1125
1127
|
TargetDomain.add_member(:verified_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "verifiedAt"))
|
|
@@ -1250,6 +1252,7 @@ module Aws::SecurityAgent
|
|
|
1250
1252
|
UpdateTargetDomainOutput.add_member(:target_domain_id, Shapes::ShapeRef.new(shape: TargetDomainId, required: true, location_name: "targetDomainId"))
|
|
1251
1253
|
UpdateTargetDomainOutput.add_member(:domain_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "domainName"))
|
|
1252
1254
|
UpdateTargetDomainOutput.add_member(:verification_status, Shapes::ShapeRef.new(shape: TargetDomainStatus, required: true, location_name: "verificationStatus"))
|
|
1255
|
+
UpdateTargetDomainOutput.add_member(:verification_status_reason, Shapes::ShapeRef.new(shape: String, location_name: "verificationStatusReason"))
|
|
1253
1256
|
UpdateTargetDomainOutput.add_member(:verification_details, Shapes::ShapeRef.new(shape: VerificationDetails, location_name: "verificationDetails"))
|
|
1254
1257
|
UpdateTargetDomainOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
|
|
1255
1258
|
UpdateTargetDomainOutput.add_member(:verified_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "verifiedAt"))
|
|
@@ -1288,6 +1291,7 @@ module Aws::SecurityAgent
|
|
|
1288
1291
|
VerifyTargetDomainOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAt"))
|
|
1289
1292
|
VerifyTargetDomainOutput.add_member(:verified_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "verifiedAt"))
|
|
1290
1293
|
VerifyTargetDomainOutput.add_member(:status, Shapes::ShapeRef.new(shape: TargetDomainStatus, location_name: "status"))
|
|
1294
|
+
VerifyTargetDomainOutput.add_member(:verification_status_reason, Shapes::ShapeRef.new(shape: String, location_name: "verificationStatusReason"))
|
|
1291
1295
|
VerifyTargetDomainOutput.struct_class = Types::VerifyTargetDomainOutput
|
|
1292
1296
|
|
|
1293
1297
|
VpcConfig.add_member(:vpc_arn, Shapes::ShapeRef.new(shape: VpcArn, location_name: "vpcArn"))
|
|
@@ -1661,6 +1665,7 @@ module Aws::SecurityAgent
|
|
|
1661
1665
|
o.output = Shapes::ShapeRef.new(shape: ListIntegrationsOutput)
|
|
1662
1666
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1663
1667
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1668
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1664
1669
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1665
1670
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1666
1671
|
o[:pager] = Aws::Pager.new(
|