aws-sdk-accessanalyzer 1.87.0 → 1.89.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-accessanalyzer/client.rb +3 -624
- data/lib/aws-sdk-accessanalyzer/client_api.rb +0 -223
- data/lib/aws-sdk-accessanalyzer/types.rb +0 -428
- data/lib/aws-sdk-accessanalyzer.rb +1 -2
- data/sig/client.rbs +0 -93
- data/sig/types.rbs +1 -117
- data/sig/waiters.rbs +0 -19
- metadata +3 -4
- data/lib/aws-sdk-accessanalyzer/waiters.rb +0 -171
|
@@ -58,8 +58,6 @@ module Aws::AccessAnalyzer
|
|
|
58
58
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
|
59
59
|
CancelPolicyGenerationRequest = Shapes::StructureShape.new(name: 'CancelPolicyGenerationRequest')
|
|
60
60
|
CancelPolicyGenerationResponse = Shapes::StructureShape.new(name: 'CancelPolicyGenerationResponse')
|
|
61
|
-
CancelPolicyPreviewJobRequest = Shapes::StructureShape.new(name: 'CancelPolicyPreviewJobRequest')
|
|
62
|
-
CancelPolicyPreviewJobResponse = Shapes::StructureShape.new(name: 'CancelPolicyPreviewJobResponse')
|
|
63
61
|
CheckAccessNotGrantedRequest = Shapes::StructureShape.new(name: 'CheckAccessNotGrantedRequest')
|
|
64
62
|
CheckAccessNotGrantedRequestAccessList = Shapes::ListShape.new(name: 'CheckAccessNotGrantedRequestAccessList')
|
|
65
63
|
CheckAccessNotGrantedResponse = Shapes::StructureShape.new(name: 'CheckAccessNotGrantedResponse')
|
|
@@ -83,13 +81,9 @@ module Aws::AccessAnalyzer
|
|
|
83
81
|
CreateAnalyzerRequest = Shapes::StructureShape.new(name: 'CreateAnalyzerRequest')
|
|
84
82
|
CreateAnalyzerResponse = Shapes::StructureShape.new(name: 'CreateAnalyzerResponse')
|
|
85
83
|
CreateArchiveRuleRequest = Shapes::StructureShape.new(name: 'CreateArchiveRuleRequest')
|
|
86
|
-
CreatePolicyPreviewConfigurationRequest = Shapes::StructureShape.new(name: 'CreatePolicyPreviewConfigurationRequest')
|
|
87
|
-
CreatePolicyPreviewConfigurationResponse = Shapes::StructureShape.new(name: 'CreatePolicyPreviewConfigurationResponse')
|
|
88
84
|
Criterion = Shapes::StructureShape.new(name: 'Criterion')
|
|
89
85
|
DeleteAnalyzerRequest = Shapes::StructureShape.new(name: 'DeleteAnalyzerRequest')
|
|
90
86
|
DeleteArchiveRuleRequest = Shapes::StructureShape.new(name: 'DeleteArchiveRuleRequest')
|
|
91
|
-
DeletePolicyPreviewConfigurationRequest = Shapes::StructureShape.new(name: 'DeletePolicyPreviewConfigurationRequest')
|
|
92
|
-
DeletePolicyPreviewConfigurationResponse = Shapes::StructureShape.new(name: 'DeletePolicyPreviewConfigurationResponse')
|
|
93
87
|
DynamodbStreamConfiguration = Shapes::StructureShape.new(name: 'DynamodbStreamConfiguration')
|
|
94
88
|
DynamodbStreamPolicy = Shapes::StringShape.new(name: 'DynamodbStreamPolicy')
|
|
95
89
|
DynamodbTableConfiguration = Shapes::StructureShape.new(name: 'DynamodbTableConfiguration')
|
|
@@ -154,15 +148,9 @@ module Aws::AccessAnalyzer
|
|
|
154
148
|
GetFindingsStatisticsResponse = Shapes::StructureShape.new(name: 'GetFindingsStatisticsResponse')
|
|
155
149
|
GetGeneratedPolicyRequest = Shapes::StructureShape.new(name: 'GetGeneratedPolicyRequest')
|
|
156
150
|
GetGeneratedPolicyResponse = Shapes::StructureShape.new(name: 'GetGeneratedPolicyResponse')
|
|
157
|
-
GetPolicyPreviewConfigurationRequest = Shapes::StructureShape.new(name: 'GetPolicyPreviewConfigurationRequest')
|
|
158
|
-
GetPolicyPreviewConfigurationResponse = Shapes::StructureShape.new(name: 'GetPolicyPreviewConfigurationResponse')
|
|
159
|
-
GetPolicyPreviewJobRequest = Shapes::StructureShape.new(name: 'GetPolicyPreviewJobRequest')
|
|
160
|
-
GetPolicyPreviewJobResponse = Shapes::StructureShape.new(name: 'GetPolicyPreviewJobResponse')
|
|
161
151
|
GranteePrincipal = Shapes::StringShape.new(name: 'GranteePrincipal')
|
|
162
152
|
IamRoleConfiguration = Shapes::StructureShape.new(name: 'IamRoleConfiguration')
|
|
163
153
|
IamTrustPolicy = Shapes::StringShape.new(name: 'IamTrustPolicy')
|
|
164
|
-
ImpactAnalysisJobStatus = Shapes::StringShape.new(name: 'ImpactAnalysisJobStatus')
|
|
165
|
-
ImpactAnalysisJobType = Shapes::StringShape.new(name: 'ImpactAnalysisJobType')
|
|
166
154
|
InlineArchiveRule = Shapes::StructureShape.new(name: 'InlineArchiveRule')
|
|
167
155
|
InlineArchiveRulesList = Shapes::ListShape.new(name: 'InlineArchiveRulesList')
|
|
168
156
|
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
|
@@ -214,9 +202,6 @@ module Aws::AccessAnalyzer
|
|
|
214
202
|
ListPolicyGenerationsRequest = Shapes::StructureShape.new(name: 'ListPolicyGenerationsRequest')
|
|
215
203
|
ListPolicyGenerationsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListPolicyGenerationsRequestMaxResultsInteger')
|
|
216
204
|
ListPolicyGenerationsResponse = Shapes::StructureShape.new(name: 'ListPolicyGenerationsResponse')
|
|
217
|
-
ListPolicyPreviewJobsRequest = Shapes::StructureShape.new(name: 'ListPolicyPreviewJobsRequest')
|
|
218
|
-
ListPolicyPreviewJobsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListPolicyPreviewJobsRequestMaxResultsInteger')
|
|
219
|
-
ListPolicyPreviewJobsResponse = Shapes::StructureShape.new(name: 'ListPolicyPreviewJobsResponse')
|
|
220
205
|
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
|
221
206
|
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
|
222
207
|
Locale = Shapes::StringShape.new(name: 'Locale')
|
|
@@ -227,26 +212,11 @@ module Aws::AccessAnalyzer
|
|
|
227
212
|
OrderBy = Shapes::StringShape.new(name: 'OrderBy')
|
|
228
213
|
PathElement = Shapes::UnionShape.new(name: 'PathElement')
|
|
229
214
|
PathElementList = Shapes::ListShape.new(name: 'PathElementList')
|
|
230
|
-
PolicyConfiguration = Shapes::StructureShape.new(name: 'PolicyConfiguration')
|
|
231
|
-
PolicyConfigurationsList = Shapes::ListShape.new(name: 'PolicyConfigurationsList')
|
|
232
215
|
PolicyDocument = Shapes::StringShape.new(name: 'PolicyDocument')
|
|
233
|
-
PolicyDocumentList = Shapes::ListShape.new(name: 'PolicyDocumentList')
|
|
234
216
|
PolicyGeneration = Shapes::StructureShape.new(name: 'PolicyGeneration')
|
|
235
217
|
PolicyGenerationDetails = Shapes::StructureShape.new(name: 'PolicyGenerationDetails')
|
|
236
218
|
PolicyGenerationList = Shapes::ListShape.new(name: 'PolicyGenerationList')
|
|
237
219
|
PolicyName = Shapes::StringShape.new(name: 'PolicyName')
|
|
238
|
-
PolicyPreviewAnalysisReport = Shapes::StructureShape.new(name: 'PolicyPreviewAnalysisReport')
|
|
239
|
-
PolicyPreviewAnalysisReports = Shapes::ListShape.new(name: 'PolicyPreviewAnalysisReports')
|
|
240
|
-
PolicyPreviewConfiguration = Shapes::StructureShape.new(name: 'PolicyPreviewConfiguration')
|
|
241
|
-
PolicyPreviewConfigurationList = Shapes::ListShape.new(name: 'PolicyPreviewConfigurationList')
|
|
242
|
-
PolicyPreviewJobDetails = Shapes::StructureShape.new(name: 'PolicyPreviewJobDetails')
|
|
243
|
-
PolicyPreviewJobFilterName = Shapes::StringShape.new(name: 'PolicyPreviewJobFilterName')
|
|
244
|
-
PolicyPreviewJobFiltersMap = Shapes::MapShape.new(name: 'PolicyPreviewJobFiltersMap')
|
|
245
|
-
PolicyPreviewJobId = Shapes::StringShape.new(name: 'PolicyPreviewJobId')
|
|
246
|
-
PolicyPreviewJobParameters = Shapes::StructureShape.new(name: 'PolicyPreviewJobParameters')
|
|
247
|
-
PolicyPreviewScope = Shapes::StringShape.new(name: 'PolicyPreviewScope')
|
|
248
|
-
PolicyPreviewStatus = Shapes::StringShape.new(name: 'PolicyPreviewStatus')
|
|
249
|
-
PolicyPreviewTargetId = Shapes::StringShape.new(name: 'PolicyPreviewTargetId')
|
|
250
220
|
PolicyType = Shapes::StringShape.new(name: 'PolicyType')
|
|
251
221
|
Position = Shapes::StructureShape.new(name: 'Position')
|
|
252
222
|
PrincipalArn = Shapes::StringShape.new(name: 'PrincipalArn')
|
|
@@ -298,7 +268,6 @@ module Aws::AccessAnalyzer
|
|
|
298
268
|
S3ExpressDirectoryBucketConfiguration = Shapes::StructureShape.new(name: 'S3ExpressDirectoryBucketConfiguration')
|
|
299
269
|
S3ExpressDirectoryBucketPolicy = Shapes::StringShape.new(name: 'S3ExpressDirectoryBucketPolicy')
|
|
300
270
|
S3PublicAccessBlockConfiguration = Shapes::StructureShape.new(name: 'S3PublicAccessBlockConfiguration')
|
|
301
|
-
S3Uri = Shapes::StringShape.new(name: 'S3Uri')
|
|
302
271
|
SecretsManagerSecretConfiguration = Shapes::StructureShape.new(name: 'SecretsManagerSecretConfiguration')
|
|
303
272
|
SecretsManagerSecretKmsId = Shapes::StringShape.new(name: 'SecretsManagerSecretKmsId')
|
|
304
273
|
SecretsManagerSecretPolicy = Shapes::StringShape.new(name: 'SecretsManagerSecretPolicy')
|
|
@@ -313,8 +282,6 @@ module Aws::AccessAnalyzer
|
|
|
313
282
|
SqsQueuePolicy = Shapes::StringShape.new(name: 'SqsQueuePolicy')
|
|
314
283
|
StartPolicyGenerationRequest = Shapes::StructureShape.new(name: 'StartPolicyGenerationRequest')
|
|
315
284
|
StartPolicyGenerationResponse = Shapes::StructureShape.new(name: 'StartPolicyGenerationResponse')
|
|
316
|
-
StartPolicyPreviewJobRequest = Shapes::StructureShape.new(name: 'StartPolicyPreviewJobRequest')
|
|
317
|
-
StartPolicyPreviewJobResponse = Shapes::StructureShape.new(name: 'StartPolicyPreviewJobResponse')
|
|
318
285
|
StartResourceScanRequest = Shapes::StructureShape.new(name: 'StartResourceScanRequest')
|
|
319
286
|
Status = Shapes::StringShape.new(name: 'Status')
|
|
320
287
|
StatusReason = Shapes::StructureShape.new(name: 'StatusReason')
|
|
@@ -499,11 +466,6 @@ module Aws::AccessAnalyzer
|
|
|
499
466
|
|
|
500
467
|
CancelPolicyGenerationResponse.struct_class = Types::CancelPolicyGenerationResponse
|
|
501
468
|
|
|
502
|
-
CancelPolicyPreviewJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: PolicyPreviewJobId, required: true, location: "uri", location_name: "jobId"))
|
|
503
|
-
CancelPolicyPreviewJobRequest.struct_class = Types::CancelPolicyPreviewJobRequest
|
|
504
|
-
|
|
505
|
-
CancelPolicyPreviewJobResponse.struct_class = Types::CancelPolicyPreviewJobResponse
|
|
506
|
-
|
|
507
469
|
CheckAccessNotGrantedRequest.add_member(:policy_document, Shapes::ShapeRef.new(shape: AccessCheckPolicyDocument, required: true, location_name: "policyDocument"))
|
|
508
470
|
CheckAccessNotGrantedRequest.add_member(:access, Shapes::ShapeRef.new(shape: CheckAccessNotGrantedRequestAccessList, required: true, location_name: "access"))
|
|
509
471
|
CheckAccessNotGrantedRequest.add_member(:policy_type, Shapes::ShapeRef.new(shape: AccessCheckPolicyType, required: true, location_name: "policyType"))
|
|
@@ -614,13 +576,6 @@ module Aws::AccessAnalyzer
|
|
|
614
576
|
CreateArchiveRuleRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
615
577
|
CreateArchiveRuleRequest.struct_class = Types::CreateArchiveRuleRequest
|
|
616
578
|
|
|
617
|
-
CreatePolicyPreviewConfigurationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
618
|
-
CreatePolicyPreviewConfigurationRequest.add_member(:scope, Shapes::ShapeRef.new(shape: PolicyPreviewScope, location_name: "scope"))
|
|
619
|
-
CreatePolicyPreviewConfigurationRequest.struct_class = Types::CreatePolicyPreviewConfigurationRequest
|
|
620
|
-
|
|
621
|
-
CreatePolicyPreviewConfigurationResponse.add_member(:status, Shapes::ShapeRef.new(shape: PolicyPreviewStatus, required: true, location_name: "status"))
|
|
622
|
-
CreatePolicyPreviewConfigurationResponse.struct_class = Types::CreatePolicyPreviewConfigurationResponse
|
|
623
|
-
|
|
624
579
|
Criterion.add_member(:eq, Shapes::ShapeRef.new(shape: ValueList, location_name: "eq"))
|
|
625
580
|
Criterion.add_member(:neq, Shapes::ShapeRef.new(shape: ValueList, location_name: "neq"))
|
|
626
581
|
Criterion.add_member(:contains, Shapes::ShapeRef.new(shape: ValueList, location_name: "contains"))
|
|
@@ -636,11 +591,6 @@ module Aws::AccessAnalyzer
|
|
|
636
591
|
DeleteArchiveRuleRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
637
592
|
DeleteArchiveRuleRequest.struct_class = Types::DeleteArchiveRuleRequest
|
|
638
593
|
|
|
639
|
-
DeletePolicyPreviewConfigurationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
640
|
-
DeletePolicyPreviewConfigurationRequest.struct_class = Types::DeletePolicyPreviewConfigurationRequest
|
|
641
|
-
|
|
642
|
-
DeletePolicyPreviewConfigurationResponse.struct_class = Types::DeletePolicyPreviewConfigurationResponse
|
|
643
|
-
|
|
644
594
|
DynamodbStreamConfiguration.add_member(:stream_policy, Shapes::ShapeRef.new(shape: DynamodbStreamPolicy, location_name: "streamPolicy"))
|
|
645
595
|
DynamodbStreamConfiguration.struct_class = Types::DynamodbStreamConfiguration
|
|
646
596
|
|
|
@@ -883,20 +833,6 @@ module Aws::AccessAnalyzer
|
|
|
883
833
|
GetGeneratedPolicyResponse.add_member(:generated_policy_result, Shapes::ShapeRef.new(shape: GeneratedPolicyResult, required: true, location_name: "generatedPolicyResult"))
|
|
884
834
|
GetGeneratedPolicyResponse.struct_class = Types::GetGeneratedPolicyResponse
|
|
885
835
|
|
|
886
|
-
GetPolicyPreviewConfigurationRequest.struct_class = Types::GetPolicyPreviewConfigurationRequest
|
|
887
|
-
|
|
888
|
-
GetPolicyPreviewConfigurationResponse.add_member(:policy_preview_configurations, Shapes::ShapeRef.new(shape: PolicyPreviewConfigurationList, location_name: "policyPreviewConfigurations"))
|
|
889
|
-
GetPolicyPreviewConfigurationResponse.struct_class = Types::GetPolicyPreviewConfigurationResponse
|
|
890
|
-
|
|
891
|
-
GetPolicyPreviewJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: PolicyPreviewJobId, required: true, location: "uri", location_name: "jobId"))
|
|
892
|
-
GetPolicyPreviewJobRequest.struct_class = Types::GetPolicyPreviewJobRequest
|
|
893
|
-
|
|
894
|
-
GetPolicyPreviewJobResponse.add_member(:job_id, Shapes::ShapeRef.new(shape: PolicyPreviewJobId, required: true, location_name: "jobId"))
|
|
895
|
-
GetPolicyPreviewJobResponse.add_member(:job_parameters, Shapes::ShapeRef.new(shape: PolicyPreviewJobParameters, location_name: "jobParameters"))
|
|
896
|
-
GetPolicyPreviewJobResponse.add_member(:job_details, Shapes::ShapeRef.new(shape: PolicyPreviewJobDetails, location_name: "jobDetails"))
|
|
897
|
-
GetPolicyPreviewJobResponse.add_member(:output_s3_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "outputS3Uri"))
|
|
898
|
-
GetPolicyPreviewJobResponse.struct_class = Types::GetPolicyPreviewJobResponse
|
|
899
|
-
|
|
900
836
|
IamRoleConfiguration.add_member(:trust_policy, Shapes::ShapeRef.new(shape: IamTrustPolicy, location_name: "trustPolicy"))
|
|
901
837
|
IamRoleConfiguration.struct_class = Types::IamRoleConfiguration
|
|
902
838
|
|
|
@@ -1068,15 +1004,6 @@ module Aws::AccessAnalyzer
|
|
|
1068
1004
|
ListPolicyGenerationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "nextToken"))
|
|
1069
1005
|
ListPolicyGenerationsResponse.struct_class = Types::ListPolicyGenerationsResponse
|
|
1070
1006
|
|
|
1071
|
-
ListPolicyPreviewJobsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: PolicyPreviewJobFiltersMap, location: "querystring", location_name: "filters"))
|
|
1072
|
-
ListPolicyPreviewJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListPolicyPreviewJobsRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
|
|
1073
|
-
ListPolicyPreviewJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location: "querystring", location_name: "nextToken"))
|
|
1074
|
-
ListPolicyPreviewJobsRequest.struct_class = Types::ListPolicyPreviewJobsRequest
|
|
1075
|
-
|
|
1076
|
-
ListPolicyPreviewJobsResponse.add_member(:analysis_reports, Shapes::ShapeRef.new(shape: PolicyPreviewAnalysisReports, required: true, location_name: "analysisReports"))
|
|
1077
|
-
ListPolicyPreviewJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "nextToken"))
|
|
1078
|
-
ListPolicyPreviewJobsResponse.struct_class = Types::ListPolicyPreviewJobsResponse
|
|
1079
|
-
|
|
1080
1007
|
ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "resourceArn"))
|
|
1081
1008
|
ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
|
|
1082
1009
|
|
|
@@ -1111,15 +1038,6 @@ module Aws::AccessAnalyzer
|
|
|
1111
1038
|
|
|
1112
1039
|
PathElementList.member = Shapes::ShapeRef.new(shape: PathElement)
|
|
1113
1040
|
|
|
1114
|
-
PolicyConfiguration.add_member(:job_type, Shapes::ShapeRef.new(shape: ImpactAnalysisJobType, required: true, location_name: "jobType"))
|
|
1115
|
-
PolicyConfiguration.add_member(:target_id, Shapes::ShapeRef.new(shape: PolicyPreviewTargetId, required: true, location_name: "targetId"))
|
|
1116
|
-
PolicyConfiguration.add_member(:policy_documents_list, Shapes::ShapeRef.new(shape: PolicyDocumentList, required: true, location_name: "policyDocumentsList"))
|
|
1117
|
-
PolicyConfiguration.struct_class = Types::PolicyConfiguration
|
|
1118
|
-
|
|
1119
|
-
PolicyConfigurationsList.member = Shapes::ShapeRef.new(shape: PolicyConfiguration)
|
|
1120
|
-
|
|
1121
|
-
PolicyDocumentList.member = Shapes::ShapeRef.new(shape: String)
|
|
1122
|
-
|
|
1123
1041
|
PolicyGeneration.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "jobId"))
|
|
1124
1042
|
PolicyGeneration.add_member(:principal_arn, Shapes::ShapeRef.new(shape: PrincipalArn, required: true, location_name: "principalArn"))
|
|
1125
1043
|
PolicyGeneration.add_member(:status, Shapes::ShapeRef.new(shape: JobStatus, required: true, location_name: "status"))
|
|
@@ -1132,39 +1050,6 @@ module Aws::AccessAnalyzer
|
|
|
1132
1050
|
|
|
1133
1051
|
PolicyGenerationList.member = Shapes::ShapeRef.new(shape: PolicyGeneration)
|
|
1134
1052
|
|
|
1135
|
-
PolicyPreviewAnalysisReport.add_member(:job_id, Shapes::ShapeRef.new(shape: PolicyPreviewJobId, required: true, location_name: "jobId"))
|
|
1136
|
-
PolicyPreviewAnalysisReport.add_member(:status, Shapes::ShapeRef.new(shape: ImpactAnalysisJobStatus, required: true, location_name: "status"))
|
|
1137
|
-
PolicyPreviewAnalysisReport.add_member(:submitted_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "submittedAt"))
|
|
1138
|
-
PolicyPreviewAnalysisReport.add_member(:started_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "startedAt"))
|
|
1139
|
-
PolicyPreviewAnalysisReport.add_member(:completed_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "completedAt"))
|
|
1140
|
-
PolicyPreviewAnalysisReport.add_member(:output_s3_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "outputS3Uri"))
|
|
1141
|
-
PolicyPreviewAnalysisReport.struct_class = Types::PolicyPreviewAnalysisReport
|
|
1142
|
-
|
|
1143
|
-
PolicyPreviewAnalysisReports.member = Shapes::ShapeRef.new(shape: PolicyPreviewAnalysisReport)
|
|
1144
|
-
|
|
1145
|
-
PolicyPreviewConfiguration.add_member(:scope, Shapes::ShapeRef.new(shape: PolicyPreviewScope, required: true, location_name: "scope"))
|
|
1146
|
-
PolicyPreviewConfiguration.add_member(:status, Shapes::ShapeRef.new(shape: PolicyPreviewStatus, required: true, location_name: "status"))
|
|
1147
|
-
PolicyPreviewConfiguration.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
|
|
1148
|
-
PolicyPreviewConfiguration.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "updatedAt"))
|
|
1149
|
-
PolicyPreviewConfiguration.struct_class = Types::PolicyPreviewConfiguration
|
|
1150
|
-
|
|
1151
|
-
PolicyPreviewConfigurationList.member = Shapes::ShapeRef.new(shape: PolicyPreviewConfiguration)
|
|
1152
|
-
|
|
1153
|
-
PolicyPreviewJobDetails.add_member(:job_status, Shapes::ShapeRef.new(shape: ImpactAnalysisJobStatus, required: true, location_name: "jobStatus"))
|
|
1154
|
-
PolicyPreviewJobDetails.add_member(:submitted_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "submittedAt"))
|
|
1155
|
-
PolicyPreviewJobDetails.add_member(:started_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "startedAt"))
|
|
1156
|
-
PolicyPreviewJobDetails.add_member(:completed_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "completedAt"))
|
|
1157
|
-
PolicyPreviewJobDetails.add_member(:job_error, Shapes::ShapeRef.new(shape: JobError, location_name: "jobError"))
|
|
1158
|
-
PolicyPreviewJobDetails.struct_class = Types::PolicyPreviewJobDetails
|
|
1159
|
-
|
|
1160
|
-
PolicyPreviewJobFiltersMap.key = Shapes::ShapeRef.new(shape: PolicyPreviewJobFilterName)
|
|
1161
|
-
PolicyPreviewJobFiltersMap.value = Shapes::ShapeRef.new(shape: String)
|
|
1162
|
-
|
|
1163
|
-
PolicyPreviewJobParameters.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "startTime"))
|
|
1164
|
-
PolicyPreviewJobParameters.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "endTime"))
|
|
1165
|
-
PolicyPreviewJobParameters.add_member(:policy_configurations, Shapes::ShapeRef.new(shape: PolicyConfigurationsList, required: true, location_name: "policyConfigurations"))
|
|
1166
|
-
PolicyPreviewJobParameters.struct_class = Types::PolicyPreviewJobParameters
|
|
1167
|
-
|
|
1168
1053
|
Position.add_member(:line, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "line"))
|
|
1169
1054
|
Position.add_member(:column, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "column"))
|
|
1170
1055
|
Position.add_member(:offset, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "offset"))
|
|
@@ -1309,16 +1194,6 @@ module Aws::AccessAnalyzer
|
|
|
1309
1194
|
StartPolicyGenerationResponse.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "jobId"))
|
|
1310
1195
|
StartPolicyGenerationResponse.struct_class = Types::StartPolicyGenerationResponse
|
|
1311
1196
|
|
|
1312
|
-
StartPolicyPreviewJobRequest.add_member(:policy_configurations, Shapes::ShapeRef.new(shape: PolicyConfigurationsList, required: true, location_name: "policyConfigurations"))
|
|
1313
|
-
StartPolicyPreviewJobRequest.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "startTime"))
|
|
1314
|
-
StartPolicyPreviewJobRequest.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "endTime"))
|
|
1315
|
-
StartPolicyPreviewJobRequest.add_member(:output_s3_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "outputS3Uri"))
|
|
1316
|
-
StartPolicyPreviewJobRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
1317
|
-
StartPolicyPreviewJobRequest.struct_class = Types::StartPolicyPreviewJobRequest
|
|
1318
|
-
|
|
1319
|
-
StartPolicyPreviewJobResponse.add_member(:job_id, Shapes::ShapeRef.new(shape: PolicyPreviewJobId, required: true, location_name: "jobId"))
|
|
1320
|
-
StartPolicyPreviewJobResponse.struct_class = Types::StartPolicyPreviewJobResponse
|
|
1321
|
-
|
|
1322
1197
|
StartResourceScanRequest.add_member(:analyzer_arn, Shapes::ShapeRef.new(shape: AnalyzerArn, required: true, location_name: "analyzerArn"))
|
|
1323
1198
|
StartResourceScanRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "resourceArn"))
|
|
1324
1199
|
StartResourceScanRequest.add_member(:resource_owner_account, Shapes::ShapeRef.new(shape: String, location_name: "resourceOwnerAccount"))
|
|
@@ -1516,19 +1391,6 @@ module Aws::AccessAnalyzer
|
|
|
1516
1391
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1517
1392
|
end)
|
|
1518
1393
|
|
|
1519
|
-
api.add_operation(:cancel_policy_preview_job, Seahorse::Model::Operation.new.tap do |o|
|
|
1520
|
-
o.name = "CancelPolicyPreviewJob"
|
|
1521
|
-
o.http_method = "PUT"
|
|
1522
|
-
o.http_request_uri = "/policy/preview/{jobId}"
|
|
1523
|
-
o.input = Shapes::ShapeRef.new(shape: CancelPolicyPreviewJobRequest)
|
|
1524
|
-
o.output = Shapes::ShapeRef.new(shape: CancelPolicyPreviewJobResponse)
|
|
1525
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1526
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1527
|
-
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1528
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1529
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1530
|
-
end)
|
|
1531
|
-
|
|
1532
1394
|
api.add_operation(:check_access_not_granted, Seahorse::Model::Operation.new.tap do |o|
|
|
1533
1395
|
o.name = "CheckAccessNotGranted"
|
|
1534
1396
|
o.http_method = "POST"
|
|
@@ -1615,20 +1477,6 @@ module Aws::AccessAnalyzer
|
|
|
1615
1477
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1616
1478
|
end)
|
|
1617
1479
|
|
|
1618
|
-
api.add_operation(:create_policy_preview_configuration, Seahorse::Model::Operation.new.tap do |o|
|
|
1619
|
-
o.name = "CreatePolicyPreviewConfiguration"
|
|
1620
|
-
o.http_method = "PUT"
|
|
1621
|
-
o.http_request_uri = "/policy/preview-configuration"
|
|
1622
|
-
o.input = Shapes::ShapeRef.new(shape: CreatePolicyPreviewConfigurationRequest)
|
|
1623
|
-
o.output = Shapes::ShapeRef.new(shape: CreatePolicyPreviewConfigurationResponse)
|
|
1624
|
-
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1625
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1626
|
-
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1627
|
-
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
1628
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1629
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1630
|
-
end)
|
|
1631
|
-
|
|
1632
1480
|
api.add_operation(:delete_analyzer, Seahorse::Model::Operation.new.tap do |o|
|
|
1633
1481
|
o.name = "DeleteAnalyzer"
|
|
1634
1482
|
o.http_method = "DELETE"
|
|
@@ -1655,19 +1503,6 @@ module Aws::AccessAnalyzer
|
|
|
1655
1503
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1656
1504
|
end)
|
|
1657
1505
|
|
|
1658
|
-
api.add_operation(:delete_policy_preview_configuration, Seahorse::Model::Operation.new.tap do |o|
|
|
1659
|
-
o.name = "DeletePolicyPreviewConfiguration"
|
|
1660
|
-
o.http_method = "DELETE"
|
|
1661
|
-
o.http_request_uri = "/policy/preview-configuration"
|
|
1662
|
-
o.input = Shapes::ShapeRef.new(shape: DeletePolicyPreviewConfigurationRequest)
|
|
1663
|
-
o.output = Shapes::ShapeRef.new(shape: DeletePolicyPreviewConfigurationResponse)
|
|
1664
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1665
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1666
|
-
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1667
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1668
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1669
|
-
end)
|
|
1670
|
-
|
|
1671
1506
|
api.add_operation(:generate_finding_recommendation, Seahorse::Model::Operation.new.tap do |o|
|
|
1672
1507
|
o.name = "GenerateFindingRecommendation"
|
|
1673
1508
|
o.http_method = "POST"
|
|
@@ -1808,32 +1643,6 @@ module Aws::AccessAnalyzer
|
|
|
1808
1643
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1809
1644
|
end)
|
|
1810
1645
|
|
|
1811
|
-
api.add_operation(:get_policy_preview_configuration, Seahorse::Model::Operation.new.tap do |o|
|
|
1812
|
-
o.name = "GetPolicyPreviewConfiguration"
|
|
1813
|
-
o.http_method = "GET"
|
|
1814
|
-
o.http_request_uri = "/policy/preview-configuration"
|
|
1815
|
-
o.input = Shapes::ShapeRef.new(shape: GetPolicyPreviewConfigurationRequest)
|
|
1816
|
-
o.output = Shapes::ShapeRef.new(shape: GetPolicyPreviewConfigurationResponse)
|
|
1817
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1818
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1819
|
-
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1820
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1821
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1822
|
-
end)
|
|
1823
|
-
|
|
1824
|
-
api.add_operation(:get_policy_preview_job, Seahorse::Model::Operation.new.tap do |o|
|
|
1825
|
-
o.name = "GetPolicyPreviewJob"
|
|
1826
|
-
o.http_method = "GET"
|
|
1827
|
-
o.http_request_uri = "/policy/preview/{jobId}"
|
|
1828
|
-
o.input = Shapes::ShapeRef.new(shape: GetPolicyPreviewJobRequest)
|
|
1829
|
-
o.output = Shapes::ShapeRef.new(shape: GetPolicyPreviewJobResponse)
|
|
1830
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1831
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1832
|
-
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1833
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1834
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1835
|
-
end)
|
|
1836
|
-
|
|
1837
1646
|
api.add_operation(:list_access_preview_findings, Seahorse::Model::Operation.new.tap do |o|
|
|
1838
1647
|
o.name = "ListAccessPreviewFindings"
|
|
1839
1648
|
o.http_method = "POST"
|
|
@@ -1984,24 +1793,6 @@ module Aws::AccessAnalyzer
|
|
|
1984
1793
|
)
|
|
1985
1794
|
end)
|
|
1986
1795
|
|
|
1987
|
-
api.add_operation(:list_policy_preview_jobs, Seahorse::Model::Operation.new.tap do |o|
|
|
1988
|
-
o.name = "ListPolicyPreviewJobs"
|
|
1989
|
-
o.http_method = "GET"
|
|
1990
|
-
o.http_request_uri = "/policy/preview"
|
|
1991
|
-
o.input = Shapes::ShapeRef.new(shape: ListPolicyPreviewJobsRequest)
|
|
1992
|
-
o.output = Shapes::ShapeRef.new(shape: ListPolicyPreviewJobsResponse)
|
|
1993
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1994
|
-
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1995
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1996
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1997
|
-
o[:pager] = Aws::Pager.new(
|
|
1998
|
-
limit_key: "max_results",
|
|
1999
|
-
tokens: {
|
|
2000
|
-
"next_token" => "next_token"
|
|
2001
|
-
}
|
|
2002
|
-
)
|
|
2003
|
-
end)
|
|
2004
|
-
|
|
2005
1796
|
api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
|
|
2006
1797
|
o.name = "ListTagsForResource"
|
|
2007
1798
|
o.http_method = "GET"
|
|
@@ -2029,20 +1820,6 @@ module Aws::AccessAnalyzer
|
|
|
2029
1820
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2030
1821
|
end)
|
|
2031
1822
|
|
|
2032
|
-
api.add_operation(:start_policy_preview_job, Seahorse::Model::Operation.new.tap do |o|
|
|
2033
|
-
o.name = "StartPolicyPreviewJob"
|
|
2034
|
-
o.http_method = "PUT"
|
|
2035
|
-
o.http_request_uri = "/policy/preview"
|
|
2036
|
-
o.input = Shapes::ShapeRef.new(shape: StartPolicyPreviewJobRequest)
|
|
2037
|
-
o.output = Shapes::ShapeRef.new(shape: StartPolicyPreviewJobResponse)
|
|
2038
|
-
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
2039
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
2040
|
-
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2041
|
-
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
2042
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2043
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2044
|
-
end)
|
|
2045
|
-
|
|
2046
1823
|
api.add_operation(:start_resource_scan, Seahorse::Model::Operation.new.tap do |o|
|
|
2047
1824
|
o.name = "StartResourceScan"
|
|
2048
1825
|
o.http_method = "POST"
|