aws-sdk-inspector2 1.42.0 → 1.44.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: af4c5e9b8b3b83eb5adbc98beeb02ee30ab36e1fcafef1d2058fb0e3a7702178
4
- data.tar.gz: 79044ea73180efd5e734df41648a47fb42610e1711049d8a643e7de82309b293
3
+ metadata.gz: 55858b853d873f3565cb61fb1ab2fc02e49ff584d0b48a99c876d194b0711015
4
+ data.tar.gz: 54adf47ea39ca320ecc3ddb2106db550ebd2d149dbf93907f12d6bd08d3f3c9e
5
5
  SHA512:
6
- metadata.gz: 9a621ad8434349ce02da37dcc4bdaf539c33e00a6105b805abbab7c64b30a6580e54e205755ff383e68a0a84fe8807be304d654c4781eb9cb3a7fadd0431de56
7
- data.tar.gz: 54645e134bbc7e43b68ebdfdef5b3e87369b6daf28e3c594d3b804097e62babee43f845c7c17f16ff0d3c16baae8743130f39b82bc8cd543a3c12d0b0dbe9091
6
+ metadata.gz: b6b3c5333f954ec570cd64a108fef5a81d64997bfafe746fa47a4cca3a354e77c3f5388129a62e44a42f40f43dffe03872576c90f04eeabad8447f123c2f453c
7
+ data.tar.gz: 6534fb6d460ceda5195fe49e14d307c4255a2574917da35dff1734d88c3b802b2be12d20d7dcc5058abaef35d62c4214138855e3e8f34cc3b2293e0c15e26348
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.44.0 (2024-11-11)
5
+ ------------------
6
+
7
+ * Feature - Adds support for filePath filter.
8
+
9
+ 1.43.0 (2024-10-18)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.42.0 (2024-09-24)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.42.0
1
+ 1.44.0
@@ -1187,6 +1187,10 @@ module Aws::Inspector2
1187
1187
  # lower_inclusive: 1.0,
1188
1188
  # upper_inclusive: 1.0,
1189
1189
  # },
1190
+ # file_path: {
1191
+ # comparison: "EQUALS", # required, accepts EQUALS, PREFIX, NOT_EQUALS
1192
+ # value: "StringInput", # required
1193
+ # },
1190
1194
  # name: {
1191
1195
  # comparison: "EQUALS", # required, accepts EQUALS, PREFIX, NOT_EQUALS
1192
1196
  # value: "StringInput", # required
@@ -1508,6 +1512,10 @@ module Aws::Inspector2
1508
1512
  # lower_inclusive: 1.0,
1509
1513
  # upper_inclusive: 1.0,
1510
1514
  # },
1515
+ # file_path: {
1516
+ # comparison: "EQUALS", # required, accepts EQUALS, PREFIX, NOT_EQUALS
1517
+ # value: "StringInput", # required
1518
+ # },
1511
1519
  # name: {
1512
1520
  # comparison: "EQUALS", # required, accepts EQUALS, PREFIX, NOT_EQUALS
1513
1521
  # value: "StringInput", # required
@@ -2336,6 +2344,8 @@ module Aws::Inspector2
2336
2344
  # resp.filter_criteria.vulnerable_packages[0].architecture.value #=> String
2337
2345
  # resp.filter_criteria.vulnerable_packages[0].epoch.lower_inclusive #=> Float
2338
2346
  # resp.filter_criteria.vulnerable_packages[0].epoch.upper_inclusive #=> Float
2347
+ # resp.filter_criteria.vulnerable_packages[0].file_path.comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS"
2348
+ # resp.filter_criteria.vulnerable_packages[0].file_path.value #=> String
2339
2349
  # resp.filter_criteria.vulnerable_packages[0].name.comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS"
2340
2350
  # resp.filter_criteria.vulnerable_packages[0].name.value #=> String
2341
2351
  # resp.filter_criteria.vulnerable_packages[0].release.comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS"
@@ -2949,7 +2959,7 @@ module Aws::Inspector2
2949
2959
  req.send_request(options)
2950
2960
  end
2951
2961
 
2952
- # Lists coverage details for you environment.
2962
+ # Lists coverage details for your environment.
2953
2963
  #
2954
2964
  # @option params [Types::CoverageFilterCriteria] :filter_criteria
2955
2965
  # An object that contains details on the filters to apply to the
@@ -3097,7 +3107,7 @@ module Aws::Inspector2
3097
3107
  # resp.covered_resources[0].resource_metadata.lambda_function.function_tags["MapKey"] #=> String
3098
3108
  # resp.covered_resources[0].resource_metadata.lambda_function.layers #=> Array
3099
3109
  # resp.covered_resources[0].resource_metadata.lambda_function.layers[0] #=> String
3100
- # resp.covered_resources[0].resource_metadata.lambda_function.runtime #=> String, one of "NODEJS", "NODEJS_12_X", "NODEJS_14_X", "NODEJS_16_X", "JAVA_8", "JAVA_8_AL2", "JAVA_11", "PYTHON_3_7", "PYTHON_3_8", "PYTHON_3_9", "UNSUPPORTED", "NODEJS_18_X", "GO_1_X", "JAVA_17", "PYTHON_3_10"
3110
+ # resp.covered_resources[0].resource_metadata.lambda_function.runtime #=> String, one of "NODEJS", "NODEJS_12_X", "NODEJS_14_X", "NODEJS_16_X", "JAVA_8", "JAVA_8_AL2", "JAVA_11", "PYTHON_3_7", "PYTHON_3_8", "PYTHON_3_9", "UNSUPPORTED", "NODEJS_18_X", "GO_1_X", "JAVA_17", "PYTHON_3_10", "PYTHON_3_11", "DOTNETCORE_3_1", "DOTNET_6", "DOTNET_7", "RUBY_2_7", "RUBY_3_2"
3101
3111
  # resp.covered_resources[0].resource_type #=> String, one of "AWS_EC2_INSTANCE", "AWS_ECR_CONTAINER_IMAGE", "AWS_ECR_REPOSITORY", "AWS_LAMBDA_FUNCTION"
3102
3112
  # resp.covered_resources[0].scan_mode #=> String, one of "EC2_SSM_AGENT_BASED", "EC2_AGENTLESS"
3103
3113
  # resp.covered_resources[0].scan_status.reason #=> String, one of "PENDING_INITIAL_SCAN", "ACCESS_DENIED", "INTERNAL_ERROR", "UNMANAGED_EC2_INSTANCE", "UNSUPPORTED_OS", "SCAN_ELIGIBILITY_EXPIRED", "RESOURCE_TERMINATED", "SUCCESSFUL", "NO_RESOURCES_FOUND", "IMAGE_SIZE_EXCEEDED", "SCAN_FREQUENCY_MANUAL", "SCAN_FREQUENCY_SCAN_ON_PUSH", "EC2_INSTANCE_STOPPED", "PENDING_DISABLE", "NO_INVENTORY", "STALE_INVENTORY", "EXCLUDED_BY_TAG", "UNSUPPORTED_RUNTIME", "UNSUPPORTED_MEDIA_TYPE", "UNSUPPORTED_CONFIG_FILE", "DEEP_INSPECTION_PACKAGE_COLLECTION_LIMIT_EXCEEDED", "DEEP_INSPECTION_DAILY_SSM_INVENTORY_LIMIT_EXCEEDED", "DEEP_INSPECTION_COLLECTION_TIME_LIMIT_EXCEEDED", "DEEP_INSPECTION_NO_INVENTORY", "AGENTLESS_INSTANCE_STORAGE_LIMIT_EXCEEDED", "AGENTLESS_INSTANCE_COLLECTION_TIME_LIMIT_EXCEEDED"
@@ -3476,6 +3486,8 @@ module Aws::Inspector2
3476
3486
  # resp.filters[0].criteria.vulnerable_packages[0].architecture.value #=> String
3477
3487
  # resp.filters[0].criteria.vulnerable_packages[0].epoch.lower_inclusive #=> Float
3478
3488
  # resp.filters[0].criteria.vulnerable_packages[0].epoch.upper_inclusive #=> Float
3489
+ # resp.filters[0].criteria.vulnerable_packages[0].file_path.comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS"
3490
+ # resp.filters[0].criteria.vulnerable_packages[0].file_path.value #=> String
3479
3491
  # resp.filters[0].criteria.vulnerable_packages[0].name.comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS"
3480
3492
  # resp.filters[0].criteria.vulnerable_packages[0].name.value #=> String
3481
3493
  # resp.filters[0].criteria.vulnerable_packages[0].release.comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS"
@@ -4147,6 +4159,10 @@ module Aws::Inspector2
4147
4159
  # lower_inclusive: 1.0,
4148
4160
  # upper_inclusive: 1.0,
4149
4161
  # },
4162
+ # file_path: {
4163
+ # comparison: "EQUALS", # required, accepts EQUALS, PREFIX, NOT_EQUALS
4164
+ # value: "StringInput", # required
4165
+ # },
4150
4166
  # name: {
4151
4167
  # comparison: "EQUALS", # required, accepts EQUALS, PREFIX, NOT_EQUALS
4152
4168
  # value: "StringInput", # required
@@ -4240,7 +4256,7 @@ module Aws::Inspector2
4240
4256
  # resp.findings[0].package_vulnerability_details.vulnerable_packages[0].file_path #=> String
4241
4257
  # resp.findings[0].package_vulnerability_details.vulnerable_packages[0].fixed_in_version #=> String
4242
4258
  # resp.findings[0].package_vulnerability_details.vulnerable_packages[0].name #=> String
4243
- # resp.findings[0].package_vulnerability_details.vulnerable_packages[0].package_manager #=> String, one of "BUNDLER", "CARGO", "COMPOSER", "NPM", "NUGET", "PIPENV", "POETRY", "YARN", "GOBINARY", "GOMOD", "JAR", "OS", "PIP", "PYTHONPKG", "NODEPKG", "POM", "GEMSPEC"
4259
+ # resp.findings[0].package_vulnerability_details.vulnerable_packages[0].package_manager #=> String, one of "BUNDLER", "CARGO", "COMPOSER", "NPM", "NUGET", "PIPENV", "POETRY", "YARN", "GOBINARY", "GOMOD", "JAR", "OS", "PIP", "PYTHONPKG", "NODEPKG", "POM", "GEMSPEC", "DOTNET_CORE"
4244
4260
  # resp.findings[0].package_vulnerability_details.vulnerable_packages[0].release #=> String
4245
4261
  # resp.findings[0].package_vulnerability_details.vulnerable_packages[0].remediation #=> String
4246
4262
  # resp.findings[0].package_vulnerability_details.vulnerable_packages[0].source_lambda_layer_arn #=> String
@@ -4279,7 +4295,7 @@ module Aws::Inspector2
4279
4295
  # resp.findings[0].resources[0].details.aws_lambda_function.layers #=> Array
4280
4296
  # resp.findings[0].resources[0].details.aws_lambda_function.layers[0] #=> String
4281
4297
  # resp.findings[0].resources[0].details.aws_lambda_function.package_type #=> String, one of "IMAGE", "ZIP"
4282
- # resp.findings[0].resources[0].details.aws_lambda_function.runtime #=> String, one of "NODEJS", "NODEJS_12_X", "NODEJS_14_X", "NODEJS_16_X", "JAVA_8", "JAVA_8_AL2", "JAVA_11", "PYTHON_3_7", "PYTHON_3_8", "PYTHON_3_9", "UNSUPPORTED", "NODEJS_18_X", "GO_1_X", "JAVA_17", "PYTHON_3_10"
4298
+ # resp.findings[0].resources[0].details.aws_lambda_function.runtime #=> String, one of "NODEJS", "NODEJS_12_X", "NODEJS_14_X", "NODEJS_16_X", "JAVA_8", "JAVA_8_AL2", "JAVA_11", "PYTHON_3_7", "PYTHON_3_8", "PYTHON_3_9", "UNSUPPORTED", "NODEJS_18_X", "GO_1_X", "JAVA_17", "PYTHON_3_10", "PYTHON_3_11", "DOTNETCORE_3_1", "DOTNET_6", "DOTNET_7", "RUBY_2_7", "RUBY_3_2"
4283
4299
  # resp.findings[0].resources[0].details.aws_lambda_function.version #=> String
4284
4300
  # resp.findings[0].resources[0].details.aws_lambda_function.vpc_config.security_group_ids #=> Array
4285
4301
  # resp.findings[0].resources[0].details.aws_lambda_function.vpc_config.security_group_ids[0] #=> String
@@ -4646,8 +4662,8 @@ module Aws::Inspector2
4646
4662
 
4647
4663
  # Stops a CIS session. This API is used by the Amazon Inspector SSM
4648
4664
  # plugin to communicate with the Amazon Inspector service. The Amazon
4649
- # Inspector SSM plugin calls this API to start a CIS scan session for
4650
- # the scan ID supplied by the service.
4665
+ # Inspector SSM plugin calls this API to stop a CIS scan session for the
4666
+ # scan ID supplied by the service.
4651
4667
  #
4652
4668
  # @option params [required, Types::StopCisSessionMessage] :message
4653
4669
  # The stop CIS session message.
@@ -5231,6 +5247,10 @@ module Aws::Inspector2
5231
5247
  # lower_inclusive: 1.0,
5232
5248
  # upper_inclusive: 1.0,
5233
5249
  # },
5250
+ # file_path: {
5251
+ # comparison: "EQUALS", # required, accepts EQUALS, PREFIX, NOT_EQUALS
5252
+ # value: "StringInput", # required
5253
+ # },
5234
5254
  # name: {
5235
5255
  # comparison: "EQUALS", # required, accepts EQUALS, PREFIX, NOT_EQUALS
5236
5256
  # value: "StringInput", # required
@@ -5351,7 +5371,7 @@ module Aws::Inspector2
5351
5371
  tracer: tracer
5352
5372
  )
5353
5373
  context[:gem_name] = 'aws-sdk-inspector2'
5354
- context[:gem_version] = '1.42.0'
5374
+ context[:gem_version] = '1.44.0'
5355
5375
  Seahorse::Client::Request.new(handlers, context)
5356
5376
  end
5357
5377
 
@@ -1886,6 +1886,7 @@ module Aws::Inspector2
1886
1886
 
1887
1887
  PackageFilter.add_member(:architecture, Shapes::ShapeRef.new(shape: StringFilter, location_name: "architecture"))
1888
1888
  PackageFilter.add_member(:epoch, Shapes::ShapeRef.new(shape: NumberFilter, location_name: "epoch"))
1889
+ PackageFilter.add_member(:file_path, Shapes::ShapeRef.new(shape: StringFilter, location_name: "filePath"))
1889
1890
  PackageFilter.add_member(:name, Shapes::ShapeRef.new(shape: StringFilter, location_name: "name"))
1890
1891
  PackageFilter.add_member(:release, Shapes::ShapeRef.new(shape: StringFilter, location_name: "release"))
1891
1892
  PackageFilter.add_member(:source_lambda_layer_arn, Shapes::ShapeRef.new(shape: StringFilter, location_name: "sourceLambdaLayerArn"))
@@ -52,15 +52,18 @@ module Aws::Inspector2
52
52
  self[:region] = options[:region]
53
53
  self[:use_dual_stack] = options[:use_dual_stack]
54
54
  self[:use_dual_stack] = false if self[:use_dual_stack].nil?
55
- if self[:use_dual_stack].nil?
56
- raise ArgumentError, "Missing required EndpointParameter: :use_dual_stack"
57
- end
58
55
  self[:use_fips] = options[:use_fips]
59
56
  self[:use_fips] = false if self[:use_fips].nil?
60
- if self[:use_fips].nil?
61
- raise ArgumentError, "Missing required EndpointParameter: :use_fips"
62
- end
63
57
  self[:endpoint] = options[:endpoint]
64
58
  end
59
+
60
+ def self.create(config, options={})
61
+ new({
62
+ region: config.region,
63
+ use_dual_stack: config.use_dualstack_endpoint,
64
+ use_fips: config.use_fips_endpoint,
65
+ endpoint: (config.endpoint.to_s unless config.regional_endpoint),
66
+ }.merge(options))
67
+ end
65
68
  end
66
69
  end
@@ -12,654 +12,9 @@ module Aws::Inspector2
12
12
  # @api private
13
13
  module Endpoints
14
14
 
15
- class AssociateMember
16
- def self.build(context)
17
- Aws::Inspector2::EndpointParameters.new(
18
- region: context.config.region,
19
- use_dual_stack: context.config.use_dualstack_endpoint,
20
- use_fips: context.config.use_fips_endpoint,
21
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
22
- )
23
- end
24
- end
25
-
26
- class BatchGetAccountStatus
27
- def self.build(context)
28
- Aws::Inspector2::EndpointParameters.new(
29
- region: context.config.region,
30
- use_dual_stack: context.config.use_dualstack_endpoint,
31
- use_fips: context.config.use_fips_endpoint,
32
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
33
- )
34
- end
35
- end
36
-
37
- class BatchGetCodeSnippet
38
- def self.build(context)
39
- Aws::Inspector2::EndpointParameters.new(
40
- region: context.config.region,
41
- use_dual_stack: context.config.use_dualstack_endpoint,
42
- use_fips: context.config.use_fips_endpoint,
43
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
44
- )
45
- end
46
- end
47
-
48
- class BatchGetFindingDetails
49
- def self.build(context)
50
- Aws::Inspector2::EndpointParameters.new(
51
- region: context.config.region,
52
- use_dual_stack: context.config.use_dualstack_endpoint,
53
- use_fips: context.config.use_fips_endpoint,
54
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
55
- )
56
- end
57
- end
58
-
59
- class BatchGetFreeTrialInfo
60
- def self.build(context)
61
- Aws::Inspector2::EndpointParameters.new(
62
- region: context.config.region,
63
- use_dual_stack: context.config.use_dualstack_endpoint,
64
- use_fips: context.config.use_fips_endpoint,
65
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
66
- )
67
- end
68
- end
69
-
70
- class BatchGetMemberEc2DeepInspectionStatus
71
- def self.build(context)
72
- Aws::Inspector2::EndpointParameters.new(
73
- region: context.config.region,
74
- use_dual_stack: context.config.use_dualstack_endpoint,
75
- use_fips: context.config.use_fips_endpoint,
76
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
77
- )
78
- end
79
- end
80
-
81
- class BatchUpdateMemberEc2DeepInspectionStatus
82
- def self.build(context)
83
- Aws::Inspector2::EndpointParameters.new(
84
- region: context.config.region,
85
- use_dual_stack: context.config.use_dualstack_endpoint,
86
- use_fips: context.config.use_fips_endpoint,
87
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
88
- )
89
- end
90
- end
91
-
92
- class CancelFindingsReport
93
- def self.build(context)
94
- Aws::Inspector2::EndpointParameters.new(
95
- region: context.config.region,
96
- use_dual_stack: context.config.use_dualstack_endpoint,
97
- use_fips: context.config.use_fips_endpoint,
98
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
99
- )
100
- end
101
- end
102
-
103
- class CancelSbomExport
104
- def self.build(context)
105
- Aws::Inspector2::EndpointParameters.new(
106
- region: context.config.region,
107
- use_dual_stack: context.config.use_dualstack_endpoint,
108
- use_fips: context.config.use_fips_endpoint,
109
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
110
- )
111
- end
112
- end
113
-
114
- class CreateCisScanConfiguration
115
- def self.build(context)
116
- Aws::Inspector2::EndpointParameters.new(
117
- region: context.config.region,
118
- use_dual_stack: context.config.use_dualstack_endpoint,
119
- use_fips: context.config.use_fips_endpoint,
120
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
121
- )
122
- end
123
- end
124
-
125
- class CreateFilter
126
- def self.build(context)
127
- Aws::Inspector2::EndpointParameters.new(
128
- region: context.config.region,
129
- use_dual_stack: context.config.use_dualstack_endpoint,
130
- use_fips: context.config.use_fips_endpoint,
131
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
132
- )
133
- end
134
- end
135
-
136
- class CreateFindingsReport
137
- def self.build(context)
138
- Aws::Inspector2::EndpointParameters.new(
139
- region: context.config.region,
140
- use_dual_stack: context.config.use_dualstack_endpoint,
141
- use_fips: context.config.use_fips_endpoint,
142
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
143
- )
144
- end
145
- end
146
-
147
- class CreateSbomExport
148
- def self.build(context)
149
- Aws::Inspector2::EndpointParameters.new(
150
- region: context.config.region,
151
- use_dual_stack: context.config.use_dualstack_endpoint,
152
- use_fips: context.config.use_fips_endpoint,
153
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
154
- )
155
- end
156
- end
157
-
158
- class DeleteCisScanConfiguration
159
- def self.build(context)
160
- Aws::Inspector2::EndpointParameters.new(
161
- region: context.config.region,
162
- use_dual_stack: context.config.use_dualstack_endpoint,
163
- use_fips: context.config.use_fips_endpoint,
164
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
165
- )
166
- end
167
- end
168
-
169
- class DeleteFilter
170
- def self.build(context)
171
- Aws::Inspector2::EndpointParameters.new(
172
- region: context.config.region,
173
- use_dual_stack: context.config.use_dualstack_endpoint,
174
- use_fips: context.config.use_fips_endpoint,
175
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
176
- )
177
- end
178
- end
179
-
180
- class DescribeOrganizationConfiguration
181
- def self.build(context)
182
- Aws::Inspector2::EndpointParameters.new(
183
- region: context.config.region,
184
- use_dual_stack: context.config.use_dualstack_endpoint,
185
- use_fips: context.config.use_fips_endpoint,
186
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
187
- )
188
- end
189
- end
190
-
191
- class Disable
192
- def self.build(context)
193
- Aws::Inspector2::EndpointParameters.new(
194
- region: context.config.region,
195
- use_dual_stack: context.config.use_dualstack_endpoint,
196
- use_fips: context.config.use_fips_endpoint,
197
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
198
- )
199
- end
200
- end
201
-
202
- class DisableDelegatedAdminAccount
203
- def self.build(context)
204
- Aws::Inspector2::EndpointParameters.new(
205
- region: context.config.region,
206
- use_dual_stack: context.config.use_dualstack_endpoint,
207
- use_fips: context.config.use_fips_endpoint,
208
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
209
- )
210
- end
211
- end
212
-
213
- class DisassociateMember
214
- def self.build(context)
215
- Aws::Inspector2::EndpointParameters.new(
216
- region: context.config.region,
217
- use_dual_stack: context.config.use_dualstack_endpoint,
218
- use_fips: context.config.use_fips_endpoint,
219
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
220
- )
221
- end
222
- end
223
-
224
- class Enable
225
- def self.build(context)
226
- Aws::Inspector2::EndpointParameters.new(
227
- region: context.config.region,
228
- use_dual_stack: context.config.use_dualstack_endpoint,
229
- use_fips: context.config.use_fips_endpoint,
230
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
231
- )
232
- end
233
- end
234
-
235
- class EnableDelegatedAdminAccount
236
- def self.build(context)
237
- Aws::Inspector2::EndpointParameters.new(
238
- region: context.config.region,
239
- use_dual_stack: context.config.use_dualstack_endpoint,
240
- use_fips: context.config.use_fips_endpoint,
241
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
242
- )
243
- end
244
- end
245
-
246
- class GetCisScanReport
247
- def self.build(context)
248
- Aws::Inspector2::EndpointParameters.new(
249
- region: context.config.region,
250
- use_dual_stack: context.config.use_dualstack_endpoint,
251
- use_fips: context.config.use_fips_endpoint,
252
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
253
- )
254
- end
255
- end
256
-
257
- class GetCisScanResultDetails
258
- def self.build(context)
259
- Aws::Inspector2::EndpointParameters.new(
260
- region: context.config.region,
261
- use_dual_stack: context.config.use_dualstack_endpoint,
262
- use_fips: context.config.use_fips_endpoint,
263
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
264
- )
265
- end
266
- end
267
-
268
- class GetConfiguration
269
- def self.build(context)
270
- Aws::Inspector2::EndpointParameters.new(
271
- region: context.config.region,
272
- use_dual_stack: context.config.use_dualstack_endpoint,
273
- use_fips: context.config.use_fips_endpoint,
274
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
275
- )
276
- end
277
- end
278
-
279
- class GetDelegatedAdminAccount
280
- def self.build(context)
281
- Aws::Inspector2::EndpointParameters.new(
282
- region: context.config.region,
283
- use_dual_stack: context.config.use_dualstack_endpoint,
284
- use_fips: context.config.use_fips_endpoint,
285
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
286
- )
287
- end
288
- end
289
-
290
- class GetEc2DeepInspectionConfiguration
291
- def self.build(context)
292
- Aws::Inspector2::EndpointParameters.new(
293
- region: context.config.region,
294
- use_dual_stack: context.config.use_dualstack_endpoint,
295
- use_fips: context.config.use_fips_endpoint,
296
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
297
- )
298
- end
299
- end
300
-
301
- class GetEncryptionKey
302
- def self.build(context)
303
- Aws::Inspector2::EndpointParameters.new(
304
- region: context.config.region,
305
- use_dual_stack: context.config.use_dualstack_endpoint,
306
- use_fips: context.config.use_fips_endpoint,
307
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
308
- )
309
- end
310
- end
311
-
312
- class GetFindingsReportStatus
313
- def self.build(context)
314
- Aws::Inspector2::EndpointParameters.new(
315
- region: context.config.region,
316
- use_dual_stack: context.config.use_dualstack_endpoint,
317
- use_fips: context.config.use_fips_endpoint,
318
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
319
- )
320
- end
321
- end
322
-
323
- class GetMember
324
- def self.build(context)
325
- Aws::Inspector2::EndpointParameters.new(
326
- region: context.config.region,
327
- use_dual_stack: context.config.use_dualstack_endpoint,
328
- use_fips: context.config.use_fips_endpoint,
329
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
330
- )
331
- end
332
- end
333
-
334
- class GetSbomExport
335
- def self.build(context)
336
- Aws::Inspector2::EndpointParameters.new(
337
- region: context.config.region,
338
- use_dual_stack: context.config.use_dualstack_endpoint,
339
- use_fips: context.config.use_fips_endpoint,
340
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
341
- )
342
- end
343
- end
344
-
345
- class ListAccountPermissions
346
- def self.build(context)
347
- Aws::Inspector2::EndpointParameters.new(
348
- region: context.config.region,
349
- use_dual_stack: context.config.use_dualstack_endpoint,
350
- use_fips: context.config.use_fips_endpoint,
351
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
352
- )
353
- end
354
- end
355
-
356
- class ListCisScanConfigurations
357
- def self.build(context)
358
- Aws::Inspector2::EndpointParameters.new(
359
- region: context.config.region,
360
- use_dual_stack: context.config.use_dualstack_endpoint,
361
- use_fips: context.config.use_fips_endpoint,
362
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
363
- )
364
- end
365
- end
366
-
367
- class ListCisScanResultsAggregatedByChecks
368
- def self.build(context)
369
- Aws::Inspector2::EndpointParameters.new(
370
- region: context.config.region,
371
- use_dual_stack: context.config.use_dualstack_endpoint,
372
- use_fips: context.config.use_fips_endpoint,
373
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
374
- )
375
- end
376
- end
377
-
378
- class ListCisScanResultsAggregatedByTargetResource
379
- def self.build(context)
380
- Aws::Inspector2::EndpointParameters.new(
381
- region: context.config.region,
382
- use_dual_stack: context.config.use_dualstack_endpoint,
383
- use_fips: context.config.use_fips_endpoint,
384
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
385
- )
386
- end
387
- end
388
-
389
- class ListCisScans
390
- def self.build(context)
391
- Aws::Inspector2::EndpointParameters.new(
392
- region: context.config.region,
393
- use_dual_stack: context.config.use_dualstack_endpoint,
394
- use_fips: context.config.use_fips_endpoint,
395
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
396
- )
397
- end
398
- end
399
-
400
- class ListCoverage
401
- def self.build(context)
402
- Aws::Inspector2::EndpointParameters.new(
403
- region: context.config.region,
404
- use_dual_stack: context.config.use_dualstack_endpoint,
405
- use_fips: context.config.use_fips_endpoint,
406
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
407
- )
408
- end
409
- end
410
-
411
- class ListCoverageStatistics
412
- def self.build(context)
413
- Aws::Inspector2::EndpointParameters.new(
414
- region: context.config.region,
415
- use_dual_stack: context.config.use_dualstack_endpoint,
416
- use_fips: context.config.use_fips_endpoint,
417
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
418
- )
419
- end
420
- end
421
-
422
- class ListDelegatedAdminAccounts
423
- def self.build(context)
424
- Aws::Inspector2::EndpointParameters.new(
425
- region: context.config.region,
426
- use_dual_stack: context.config.use_dualstack_endpoint,
427
- use_fips: context.config.use_fips_endpoint,
428
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
429
- )
430
- end
431
- end
432
-
433
- class ListFilters
434
- def self.build(context)
435
- Aws::Inspector2::EndpointParameters.new(
436
- region: context.config.region,
437
- use_dual_stack: context.config.use_dualstack_endpoint,
438
- use_fips: context.config.use_fips_endpoint,
439
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
440
- )
441
- end
442
- end
443
-
444
- class ListFindingAggregations
445
- def self.build(context)
446
- Aws::Inspector2::EndpointParameters.new(
447
- region: context.config.region,
448
- use_dual_stack: context.config.use_dualstack_endpoint,
449
- use_fips: context.config.use_fips_endpoint,
450
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
451
- )
452
- end
453
- end
454
-
455
- class ListFindings
456
- def self.build(context)
457
- Aws::Inspector2::EndpointParameters.new(
458
- region: context.config.region,
459
- use_dual_stack: context.config.use_dualstack_endpoint,
460
- use_fips: context.config.use_fips_endpoint,
461
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
462
- )
463
- end
464
- end
465
-
466
- class ListMembers
467
- def self.build(context)
468
- Aws::Inspector2::EndpointParameters.new(
469
- region: context.config.region,
470
- use_dual_stack: context.config.use_dualstack_endpoint,
471
- use_fips: context.config.use_fips_endpoint,
472
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
473
- )
474
- end
475
- end
476
-
477
- class ListTagsForResource
478
- def self.build(context)
479
- Aws::Inspector2::EndpointParameters.new(
480
- region: context.config.region,
481
- use_dual_stack: context.config.use_dualstack_endpoint,
482
- use_fips: context.config.use_fips_endpoint,
483
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
484
- )
485
- end
486
- end
487
-
488
- class ListUsageTotals
489
- def self.build(context)
490
- Aws::Inspector2::EndpointParameters.new(
491
- region: context.config.region,
492
- use_dual_stack: context.config.use_dualstack_endpoint,
493
- use_fips: context.config.use_fips_endpoint,
494
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
495
- )
496
- end
497
- end
498
15
 
499
- class ResetEncryptionKey
500
- def self.build(context)
501
- Aws::Inspector2::EndpointParameters.new(
502
- region: context.config.region,
503
- use_dual_stack: context.config.use_dualstack_endpoint,
504
- use_fips: context.config.use_fips_endpoint,
505
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
506
- )
507
- end
16
+ def self.parameters_for_operation(context)
17
+ Aws::Inspector2::EndpointParameters.create(context.config)
508
18
  end
509
-
510
- class SearchVulnerabilities
511
- def self.build(context)
512
- Aws::Inspector2::EndpointParameters.new(
513
- region: context.config.region,
514
- use_dual_stack: context.config.use_dualstack_endpoint,
515
- use_fips: context.config.use_fips_endpoint,
516
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
517
- )
518
- end
519
- end
520
-
521
- class SendCisSessionHealth
522
- def self.build(context)
523
- Aws::Inspector2::EndpointParameters.new(
524
- region: context.config.region,
525
- use_dual_stack: context.config.use_dualstack_endpoint,
526
- use_fips: context.config.use_fips_endpoint,
527
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
528
- )
529
- end
530
- end
531
-
532
- class SendCisSessionTelemetry
533
- def self.build(context)
534
- Aws::Inspector2::EndpointParameters.new(
535
- region: context.config.region,
536
- use_dual_stack: context.config.use_dualstack_endpoint,
537
- use_fips: context.config.use_fips_endpoint,
538
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
539
- )
540
- end
541
- end
542
-
543
- class StartCisSession
544
- def self.build(context)
545
- Aws::Inspector2::EndpointParameters.new(
546
- region: context.config.region,
547
- use_dual_stack: context.config.use_dualstack_endpoint,
548
- use_fips: context.config.use_fips_endpoint,
549
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
550
- )
551
- end
552
- end
553
-
554
- class StopCisSession
555
- def self.build(context)
556
- Aws::Inspector2::EndpointParameters.new(
557
- region: context.config.region,
558
- use_dual_stack: context.config.use_dualstack_endpoint,
559
- use_fips: context.config.use_fips_endpoint,
560
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
561
- )
562
- end
563
- end
564
-
565
- class TagResource
566
- def self.build(context)
567
- Aws::Inspector2::EndpointParameters.new(
568
- region: context.config.region,
569
- use_dual_stack: context.config.use_dualstack_endpoint,
570
- use_fips: context.config.use_fips_endpoint,
571
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
572
- )
573
- end
574
- end
575
-
576
- class UntagResource
577
- def self.build(context)
578
- Aws::Inspector2::EndpointParameters.new(
579
- region: context.config.region,
580
- use_dual_stack: context.config.use_dualstack_endpoint,
581
- use_fips: context.config.use_fips_endpoint,
582
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
583
- )
584
- end
585
- end
586
-
587
- class UpdateCisScanConfiguration
588
- def self.build(context)
589
- Aws::Inspector2::EndpointParameters.new(
590
- region: context.config.region,
591
- use_dual_stack: context.config.use_dualstack_endpoint,
592
- use_fips: context.config.use_fips_endpoint,
593
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
594
- )
595
- end
596
- end
597
-
598
- class UpdateConfiguration
599
- def self.build(context)
600
- Aws::Inspector2::EndpointParameters.new(
601
- region: context.config.region,
602
- use_dual_stack: context.config.use_dualstack_endpoint,
603
- use_fips: context.config.use_fips_endpoint,
604
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
605
- )
606
- end
607
- end
608
-
609
- class UpdateEc2DeepInspectionConfiguration
610
- def self.build(context)
611
- Aws::Inspector2::EndpointParameters.new(
612
- region: context.config.region,
613
- use_dual_stack: context.config.use_dualstack_endpoint,
614
- use_fips: context.config.use_fips_endpoint,
615
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
616
- )
617
- end
618
- end
619
-
620
- class UpdateEncryptionKey
621
- def self.build(context)
622
- Aws::Inspector2::EndpointParameters.new(
623
- region: context.config.region,
624
- use_dual_stack: context.config.use_dualstack_endpoint,
625
- use_fips: context.config.use_fips_endpoint,
626
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
627
- )
628
- end
629
- end
630
-
631
- class UpdateFilter
632
- def self.build(context)
633
- Aws::Inspector2::EndpointParameters.new(
634
- region: context.config.region,
635
- use_dual_stack: context.config.use_dualstack_endpoint,
636
- use_fips: context.config.use_fips_endpoint,
637
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
638
- )
639
- end
640
- end
641
-
642
- class UpdateOrgEc2DeepInspectionConfiguration
643
- def self.build(context)
644
- Aws::Inspector2::EndpointParameters.new(
645
- region: context.config.region,
646
- use_dual_stack: context.config.use_dualstack_endpoint,
647
- use_fips: context.config.use_fips_endpoint,
648
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
649
- )
650
- end
651
- end
652
-
653
- class UpdateOrganizationConfiguration
654
- def self.build(context)
655
- Aws::Inspector2::EndpointParameters.new(
656
- region: context.config.region,
657
- use_dual_stack: context.config.use_dualstack_endpoint,
658
- use_fips: context.config.use_fips_endpoint,
659
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
660
- )
661
- end
662
- end
663
-
664
19
  end
665
20
  end
@@ -27,7 +27,7 @@ The endpoint provider used to resolve endpoints. Any object that responds to
27
27
  class Handler < Seahorse::Client::Handler
28
28
  def call(context)
29
29
  unless context[:discovered_endpoint]
30
- params = parameters_for_operation(context)
30
+ params = Aws::Inspector2::Endpoints.parameters_for_operation(context)
31
31
  endpoint = context.config.endpoint_provider.resolve_endpoint(params)
32
32
 
33
33
  context.http_request.endpoint = endpoint.url
@@ -67,129 +67,6 @@ The endpoint provider used to resolve endpoints. Any object that responds to
67
67
  context.http_request.headers[key] = value
68
68
  end
69
69
  end
70
-
71
- def parameters_for_operation(context)
72
- case context.operation_name
73
- when :associate_member
74
- Aws::Inspector2::Endpoints::AssociateMember.build(context)
75
- when :batch_get_account_status
76
- Aws::Inspector2::Endpoints::BatchGetAccountStatus.build(context)
77
- when :batch_get_code_snippet
78
- Aws::Inspector2::Endpoints::BatchGetCodeSnippet.build(context)
79
- when :batch_get_finding_details
80
- Aws::Inspector2::Endpoints::BatchGetFindingDetails.build(context)
81
- when :batch_get_free_trial_info
82
- Aws::Inspector2::Endpoints::BatchGetFreeTrialInfo.build(context)
83
- when :batch_get_member_ec2_deep_inspection_status
84
- Aws::Inspector2::Endpoints::BatchGetMemberEc2DeepInspectionStatus.build(context)
85
- when :batch_update_member_ec2_deep_inspection_status
86
- Aws::Inspector2::Endpoints::BatchUpdateMemberEc2DeepInspectionStatus.build(context)
87
- when :cancel_findings_report
88
- Aws::Inspector2::Endpoints::CancelFindingsReport.build(context)
89
- when :cancel_sbom_export
90
- Aws::Inspector2::Endpoints::CancelSbomExport.build(context)
91
- when :create_cis_scan_configuration
92
- Aws::Inspector2::Endpoints::CreateCisScanConfiguration.build(context)
93
- when :create_filter
94
- Aws::Inspector2::Endpoints::CreateFilter.build(context)
95
- when :create_findings_report
96
- Aws::Inspector2::Endpoints::CreateFindingsReport.build(context)
97
- when :create_sbom_export
98
- Aws::Inspector2::Endpoints::CreateSbomExport.build(context)
99
- when :delete_cis_scan_configuration
100
- Aws::Inspector2::Endpoints::DeleteCisScanConfiguration.build(context)
101
- when :delete_filter
102
- Aws::Inspector2::Endpoints::DeleteFilter.build(context)
103
- when :describe_organization_configuration
104
- Aws::Inspector2::Endpoints::DescribeOrganizationConfiguration.build(context)
105
- when :disable
106
- Aws::Inspector2::Endpoints::Disable.build(context)
107
- when :disable_delegated_admin_account
108
- Aws::Inspector2::Endpoints::DisableDelegatedAdminAccount.build(context)
109
- when :disassociate_member
110
- Aws::Inspector2::Endpoints::DisassociateMember.build(context)
111
- when :enable
112
- Aws::Inspector2::Endpoints::Enable.build(context)
113
- when :enable_delegated_admin_account
114
- Aws::Inspector2::Endpoints::EnableDelegatedAdminAccount.build(context)
115
- when :get_cis_scan_report
116
- Aws::Inspector2::Endpoints::GetCisScanReport.build(context)
117
- when :get_cis_scan_result_details
118
- Aws::Inspector2::Endpoints::GetCisScanResultDetails.build(context)
119
- when :get_configuration
120
- Aws::Inspector2::Endpoints::GetConfiguration.build(context)
121
- when :get_delegated_admin_account
122
- Aws::Inspector2::Endpoints::GetDelegatedAdminAccount.build(context)
123
- when :get_ec2_deep_inspection_configuration
124
- Aws::Inspector2::Endpoints::GetEc2DeepInspectionConfiguration.build(context)
125
- when :get_encryption_key
126
- Aws::Inspector2::Endpoints::GetEncryptionKey.build(context)
127
- when :get_findings_report_status
128
- Aws::Inspector2::Endpoints::GetFindingsReportStatus.build(context)
129
- when :get_member
130
- Aws::Inspector2::Endpoints::GetMember.build(context)
131
- when :get_sbom_export
132
- Aws::Inspector2::Endpoints::GetSbomExport.build(context)
133
- when :list_account_permissions
134
- Aws::Inspector2::Endpoints::ListAccountPermissions.build(context)
135
- when :list_cis_scan_configurations
136
- Aws::Inspector2::Endpoints::ListCisScanConfigurations.build(context)
137
- when :list_cis_scan_results_aggregated_by_checks
138
- Aws::Inspector2::Endpoints::ListCisScanResultsAggregatedByChecks.build(context)
139
- when :list_cis_scan_results_aggregated_by_target_resource
140
- Aws::Inspector2::Endpoints::ListCisScanResultsAggregatedByTargetResource.build(context)
141
- when :list_cis_scans
142
- Aws::Inspector2::Endpoints::ListCisScans.build(context)
143
- when :list_coverage
144
- Aws::Inspector2::Endpoints::ListCoverage.build(context)
145
- when :list_coverage_statistics
146
- Aws::Inspector2::Endpoints::ListCoverageStatistics.build(context)
147
- when :list_delegated_admin_accounts
148
- Aws::Inspector2::Endpoints::ListDelegatedAdminAccounts.build(context)
149
- when :list_filters
150
- Aws::Inspector2::Endpoints::ListFilters.build(context)
151
- when :list_finding_aggregations
152
- Aws::Inspector2::Endpoints::ListFindingAggregations.build(context)
153
- when :list_findings
154
- Aws::Inspector2::Endpoints::ListFindings.build(context)
155
- when :list_members
156
- Aws::Inspector2::Endpoints::ListMembers.build(context)
157
- when :list_tags_for_resource
158
- Aws::Inspector2::Endpoints::ListTagsForResource.build(context)
159
- when :list_usage_totals
160
- Aws::Inspector2::Endpoints::ListUsageTotals.build(context)
161
- when :reset_encryption_key
162
- Aws::Inspector2::Endpoints::ResetEncryptionKey.build(context)
163
- when :search_vulnerabilities
164
- Aws::Inspector2::Endpoints::SearchVulnerabilities.build(context)
165
- when :send_cis_session_health
166
- Aws::Inspector2::Endpoints::SendCisSessionHealth.build(context)
167
- when :send_cis_session_telemetry
168
- Aws::Inspector2::Endpoints::SendCisSessionTelemetry.build(context)
169
- when :start_cis_session
170
- Aws::Inspector2::Endpoints::StartCisSession.build(context)
171
- when :stop_cis_session
172
- Aws::Inspector2::Endpoints::StopCisSession.build(context)
173
- when :tag_resource
174
- Aws::Inspector2::Endpoints::TagResource.build(context)
175
- when :untag_resource
176
- Aws::Inspector2::Endpoints::UntagResource.build(context)
177
- when :update_cis_scan_configuration
178
- Aws::Inspector2::Endpoints::UpdateCisScanConfiguration.build(context)
179
- when :update_configuration
180
- Aws::Inspector2::Endpoints::UpdateConfiguration.build(context)
181
- when :update_ec2_deep_inspection_configuration
182
- Aws::Inspector2::Endpoints::UpdateEc2DeepInspectionConfiguration.build(context)
183
- when :update_encryption_key
184
- Aws::Inspector2::Endpoints::UpdateEncryptionKey.build(context)
185
- when :update_filter
186
- Aws::Inspector2::Endpoints::UpdateFilter.build(context)
187
- when :update_org_ec2_deep_inspection_configuration
188
- Aws::Inspector2::Endpoints::UpdateOrgEc2DeepInspectionConfiguration.build(context)
189
- when :update_organization_configuration
190
- Aws::Inspector2::Endpoints::UpdateOrganizationConfiguration.build(context)
191
- end
192
- end
193
70
  end
194
71
 
195
72
  def add_handlers(handlers, _config)
@@ -12,9 +12,6 @@ module Aws::Inspector2
12
12
 
13
13
  # You do not have sufficient access to perform this action.
14
14
  #
15
- # For `Enable`, you receive this error if you attempt to use a feature
16
- # in an unsupported Amazon Web Services Region.
17
- #
18
15
  # @!attribute [rw] message
19
16
  # @return [String]
20
17
  #
@@ -1973,7 +1970,7 @@ module Aws::Inspector2
1973
1970
  #
1974
1971
  # @!attribute [rw] scan_mode
1975
1972
  # The filter to search for Amazon EC2 instance coverage by scan mode.
1976
- # Valid values are `EC2_SSM_AGENT_BASED` and `EC2_HYBRID`.
1973
+ # Valid values are `EC2_SSM_AGENT_BASED` and `EC2_AGENTLESS`.
1977
1974
  # @return [Array<Types::CoverageStringFilter>]
1978
1975
  #
1979
1976
  # @!attribute [rw] scan_status_code
@@ -4204,7 +4201,7 @@ module Aws::Inspector2
4204
4201
  #
4205
4202
  # @!attribute [rw] s3_destination
4206
4203
  # Contains details of the Amazon S3 bucket and KMS key used to export
4207
- # findings.
4204
+ # findings
4208
4205
  # @return [Types::Destination]
4209
4206
  #
4210
4207
  # @!attribute [rw] status
@@ -5626,6 +5623,11 @@ module Aws::Inspector2
5626
5623
  # An object that contains details on the package epoch to filter on.
5627
5624
  # @return [Types::NumberFilter]
5628
5625
  #
5626
+ # @!attribute [rw] file_path
5627
+ # An object that contains details on the package file path to filter
5628
+ # on.
5629
+ # @return [Types::StringFilter]
5630
+ #
5629
5631
  # @!attribute [rw] name
5630
5632
  # An object that contains details on the name of the package to filter
5631
5633
  # on.
@@ -5653,6 +5655,7 @@ module Aws::Inspector2
5653
5655
  class PackageFilter < Struct.new(
5654
5656
  :architecture,
5655
5657
  :epoch,
5658
+ :file_path,
5656
5659
  :name,
5657
5660
  :release,
5658
5661
  :source_lambda_layer_arn,
@@ -54,7 +54,7 @@ module Aws::Inspector2
54
54
  autoload :EndpointProvider, 'aws-sdk-inspector2/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-inspector2/endpoints'
56
56
 
57
- GEM_VERSION = '1.42.0'
57
+ GEM_VERSION = '1.44.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -482,6 +482,10 @@ module Aws
482
482
  lower_inclusive: ::Float?,
483
483
  upper_inclusive: ::Float?
484
484
  }?,
485
+ file_path: {
486
+ comparison: ("EQUALS" | "PREFIX" | "NOT_EQUALS"),
487
+ value: ::String
488
+ }?,
485
489
  name: {
486
490
  comparison: ("EQUALS" | "PREFIX" | "NOT_EQUALS"),
487
491
  value: ::String
@@ -775,6 +779,10 @@ module Aws
775
779
  lower_inclusive: ::Float?,
776
780
  upper_inclusive: ::Float?
777
781
  }?,
782
+ file_path: {
783
+ comparison: ("EQUALS" | "PREFIX" | "NOT_EQUALS"),
784
+ value: ::String
785
+ }?,
778
786
  name: {
779
787
  comparison: ("EQUALS" | "PREFIX" | "NOT_EQUALS"),
780
788
  value: ::String
@@ -2078,6 +2086,10 @@ module Aws
2078
2086
  lower_inclusive: ::Float?,
2079
2087
  upper_inclusive: ::Float?
2080
2088
  }?,
2089
+ file_path: {
2090
+ comparison: ("EQUALS" | "PREFIX" | "NOT_EQUALS"),
2091
+ value: ::String
2092
+ }?,
2081
2093
  name: {
2082
2094
  comparison: ("EQUALS" | "PREFIX" | "NOT_EQUALS"),
2083
2095
  value: ::String
@@ -2607,6 +2619,10 @@ module Aws
2607
2619
  lower_inclusive: ::Float?,
2608
2620
  upper_inclusive: ::Float?
2609
2621
  }?,
2622
+ file_path: {
2623
+ comparison: ("EQUALS" | "PREFIX" | "NOT_EQUALS"),
2624
+ value: ::String
2625
+ }?,
2610
2626
  name: {
2611
2627
  comparison: ("EQUALS" | "PREFIX" | "NOT_EQUALS"),
2612
2628
  value: ::String
data/sig/types.rbs CHANGED
@@ -222,7 +222,7 @@ module Aws::Inspector2
222
222
  attr_accessor last_modified_at: ::Time
223
223
  attr_accessor layers: ::Array[::String]
224
224
  attr_accessor package_type: ("IMAGE" | "ZIP")
225
- attr_accessor runtime: ("NODEJS" | "NODEJS_12_X" | "NODEJS_14_X" | "NODEJS_16_X" | "JAVA_8" | "JAVA_8_AL2" | "JAVA_11" | "PYTHON_3_7" | "PYTHON_3_8" | "PYTHON_3_9" | "UNSUPPORTED" | "NODEJS_18_X" | "GO_1_X" | "JAVA_17" | "PYTHON_3_10")
225
+ attr_accessor runtime: ("NODEJS" | "NODEJS_12_X" | "NODEJS_14_X" | "NODEJS_16_X" | "JAVA_8" | "JAVA_8_AL2" | "JAVA_11" | "PYTHON_3_7" | "PYTHON_3_8" | "PYTHON_3_9" | "UNSUPPORTED" | "NODEJS_18_X" | "GO_1_X" | "JAVA_17" | "PYTHON_3_10" | "PYTHON_3_11" | "DOTNETCORE_3_1" | "DOTNET_6" | "DOTNET_7" | "RUBY_2_7" | "RUBY_3_2")
226
226
  attr_accessor version: ::String
227
227
  attr_accessor vpc_config: Types::LambdaVpcConfig
228
228
  SENSITIVE: []
@@ -1239,7 +1239,7 @@ module Aws::Inspector2
1239
1239
  attr_accessor function_name: ::String
1240
1240
  attr_accessor function_tags: ::Hash[::String, ::String]
1241
1241
  attr_accessor layers: ::Array[::String]
1242
- attr_accessor runtime: ("NODEJS" | "NODEJS_12_X" | "NODEJS_14_X" | "NODEJS_16_X" | "JAVA_8" | "JAVA_8_AL2" | "JAVA_11" | "PYTHON_3_7" | "PYTHON_3_8" | "PYTHON_3_9" | "UNSUPPORTED" | "NODEJS_18_X" | "GO_1_X" | "JAVA_17" | "PYTHON_3_10")
1242
+ attr_accessor runtime: ("NODEJS" | "NODEJS_12_X" | "NODEJS_14_X" | "NODEJS_16_X" | "JAVA_8" | "JAVA_8_AL2" | "JAVA_11" | "PYTHON_3_7" | "PYTHON_3_8" | "PYTHON_3_9" | "UNSUPPORTED" | "NODEJS_18_X" | "GO_1_X" | "JAVA_17" | "PYTHON_3_10" | "PYTHON_3_11" | "DOTNETCORE_3_1" | "DOTNET_6" | "DOTNET_7" | "RUBY_2_7" | "RUBY_3_2")
1243
1243
  SENSITIVE: []
1244
1244
  end
1245
1245
 
@@ -1556,6 +1556,7 @@ module Aws::Inspector2
1556
1556
  class PackageFilter
1557
1557
  attr_accessor architecture: Types::StringFilter
1558
1558
  attr_accessor epoch: Types::NumberFilter
1559
+ attr_accessor file_path: Types::StringFilter
1559
1560
  attr_accessor name: Types::StringFilter
1560
1561
  attr_accessor release: Types::StringFilter
1561
1562
  attr_accessor source_lambda_layer_arn: Types::StringFilter
@@ -2057,7 +2058,7 @@ module Aws::Inspector2
2057
2058
  attr_accessor file_path: ::String
2058
2059
  attr_accessor fixed_in_version: ::String
2059
2060
  attr_accessor name: ::String
2060
- attr_accessor package_manager: ("BUNDLER" | "CARGO" | "COMPOSER" | "NPM" | "NUGET" | "PIPENV" | "POETRY" | "YARN" | "GOBINARY" | "GOMOD" | "JAR" | "OS" | "PIP" | "PYTHONPKG" | "NODEPKG" | "POM" | "GEMSPEC")
2061
+ attr_accessor package_manager: ("BUNDLER" | "CARGO" | "COMPOSER" | "NPM" | "NUGET" | "PIPENV" | "POETRY" | "YARN" | "GOBINARY" | "GOMOD" | "JAR" | "OS" | "PIP" | "PYTHONPKG" | "NODEPKG" | "POM" | "GEMSPEC" | "DOTNET_CORE")
2061
2062
  attr_accessor release: ::String
2062
2063
  attr_accessor remediation: ::String
2063
2064
  attr_accessor source_lambda_layer_arn: ::String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-inspector2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.42.0
4
+ version: 1.44.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: 2024-09-24 00:00:00.000000000 Z
11
+ date: 2024-11-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.207.0
22
+ version: 3.210.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.207.0
32
+ version: 3.210.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement