How to use get_service_model method in localstack

Best Python code snippet using localstack_python

waf_regional_types.py

Source:waf_regional_types.py Github

copy

Full Screen

...12 def execute(self, svc):13 return aws_meta.execute(svc, self)14 WebACLId: str15 ResourceArn: str16 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('AssociateWebACL')17 members = operation_model.input_shape.members18class CreateByteMatchSetRequest(typing.NamedTuple):19 def execute(self, svc):20 return aws_meta.execute(svc, self)21 Name: str22 ChangeToken: str23 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('CreateByteMatchSet')24 members = operation_model.input_shape.members25class CreateGeoMatchSetRequest(typing.NamedTuple):26 def execute(self, svc):27 return aws_meta.execute(svc, self)28 Name: str29 ChangeToken: str30 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('CreateGeoMatchSet')31 members = operation_model.input_shape.members32class CreateIPSetRequest(typing.NamedTuple):33 def execute(self, svc):34 return aws_meta.execute(svc, self)35 Name: str36 ChangeToken: str37 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('CreateIPSet')38 members = operation_model.input_shape.members39class CreateRateBasedRuleRequest(typing.NamedTuple):40 def execute(self, svc):41 return aws_meta.execute(svc, self)42 Name: str43 MetricName: str44 RateKey: str45 RateLimit: int46 ChangeToken: str47 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('CreateRateBasedRule')48 members = operation_model.input_shape.members49class CreateRegexMatchSetRequest(typing.NamedTuple):50 def execute(self, svc):51 return aws_meta.execute(svc, self)52 Name: str53 ChangeToken: str54 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('CreateRegexMatchSet')55 members = operation_model.input_shape.members56class CreateRegexPatternSetRequest(typing.NamedTuple):57 def execute(self, svc):58 return aws_meta.execute(svc, self)59 Name: str60 ChangeToken: str61 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('CreateRegexPatternSet')62 members = operation_model.input_shape.members63class CreateRuleRequest(typing.NamedTuple):64 def execute(self, svc):65 return aws_meta.execute(svc, self)66 Name: str67 MetricName: str68 ChangeToken: str69 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('CreateRule')70 members = operation_model.input_shape.members71class CreateRuleGroupRequest(typing.NamedTuple):72 def execute(self, svc):73 return aws_meta.execute(svc, self)74 Name: str75 MetricName: str76 ChangeToken: str77 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('CreateRuleGroup')78 members = operation_model.input_shape.members79class CreateSizeConstraintSetRequest(typing.NamedTuple):80 def execute(self, svc):81 return aws_meta.execute(svc, self)82 Name: str83 ChangeToken: str84 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('CreateSizeConstraintSet')85 members = operation_model.input_shape.members86class CreateSqlInjectionMatchSetRequest(typing.NamedTuple):87 def execute(self, svc):88 return aws_meta.execute(svc, self)89 Name: str90 ChangeToken: str91 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('CreateSqlInjectionMatchSet')92 members = operation_model.input_shape.members93class CreateWebACLRequest(typing.NamedTuple):94 def execute(self, svc):95 return aws_meta.execute(svc, self)96 Name: str97 MetricName: str98 DefaultAction: dict99 ChangeToken: str100 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('CreateWebACL')101 members = operation_model.input_shape.members102class CreateXssMatchSetRequest(typing.NamedTuple):103 def execute(self, svc):104 return aws_meta.execute(svc, self)105 Name: str106 ChangeToken: str107 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('CreateXssMatchSet')108 members = operation_model.input_shape.members109class DeleteByteMatchSetRequest(typing.NamedTuple):110 def execute(self, svc):111 return aws_meta.execute(svc, self)112 ByteMatchSetId: str113 ChangeToken: str114 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('DeleteByteMatchSet')115 members = operation_model.input_shape.members116class DeleteGeoMatchSetRequest(typing.NamedTuple):117 def execute(self, svc):118 return aws_meta.execute(svc, self)119 GeoMatchSetId: str120 ChangeToken: str121 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('DeleteGeoMatchSet')122 members = operation_model.input_shape.members123class DeleteIPSetRequest(typing.NamedTuple):124 def execute(self, svc):125 return aws_meta.execute(svc, self)126 IPSetId: str127 ChangeToken: str128 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('DeleteIPSet')129 members = operation_model.input_shape.members130class DeleteLoggingConfigurationRequest(typing.NamedTuple):131 def execute(self, svc):132 return aws_meta.execute(svc, self)133 ResourceArn: str134 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('DeleteLoggingConfiguration')135 members = operation_model.input_shape.members136class DeletePermissionPolicyRequest(typing.NamedTuple):137 def execute(self, svc):138 return aws_meta.execute(svc, self)139 ResourceArn: str140 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('DeletePermissionPolicy')141 members = operation_model.input_shape.members142class DeleteRateBasedRuleRequest(typing.NamedTuple):143 def execute(self, svc):144 return aws_meta.execute(svc, self)145 RuleId: str146 ChangeToken: str147 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('DeleteRateBasedRule')148 members = operation_model.input_shape.members149class DeleteRegexMatchSetRequest(typing.NamedTuple):150 def execute(self, svc):151 return aws_meta.execute(svc, self)152 RegexMatchSetId: str153 ChangeToken: str154 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('DeleteRegexMatchSet')155 members = operation_model.input_shape.members156class DeleteRegexPatternSetRequest(typing.NamedTuple):157 def execute(self, svc):158 return aws_meta.execute(svc, self)159 RegexPatternSetId: str160 ChangeToken: str161 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('DeleteRegexPatternSet')162 members = operation_model.input_shape.members163class DeleteRuleRequest(typing.NamedTuple):164 def execute(self, svc):165 return aws_meta.execute(svc, self)166 RuleId: str167 ChangeToken: str168 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('DeleteRule')169 members = operation_model.input_shape.members170class DeleteRuleGroupRequest(typing.NamedTuple):171 def execute(self, svc):172 return aws_meta.execute(svc, self)173 RuleGroupId: str174 ChangeToken: str175 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('DeleteRuleGroup')176 members = operation_model.input_shape.members177class DeleteSizeConstraintSetRequest(typing.NamedTuple):178 def execute(self, svc):179 return aws_meta.execute(svc, self)180 SizeConstraintSetId: str181 ChangeToken: str182 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('DeleteSizeConstraintSet')183 members = operation_model.input_shape.members184class DeleteSqlInjectionMatchSetRequest(typing.NamedTuple):185 def execute(self, svc):186 return aws_meta.execute(svc, self)187 SqlInjectionMatchSetId: str188 ChangeToken: str189 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('DeleteSqlInjectionMatchSet')190 members = operation_model.input_shape.members191class DeleteWebACLRequest(typing.NamedTuple):192 def execute(self, svc):193 return aws_meta.execute(svc, self)194 WebACLId: str195 ChangeToken: str196 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('DeleteWebACL')197 members = operation_model.input_shape.members198class DeleteXssMatchSetRequest(typing.NamedTuple):199 def execute(self, svc):200 return aws_meta.execute(svc, self)201 XssMatchSetId: str202 ChangeToken: str203 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('DeleteXssMatchSet')204 members = operation_model.input_shape.members205class DisassociateWebACLRequest(typing.NamedTuple):206 def execute(self, svc):207 return aws_meta.execute(svc, self)208 ResourceArn: str209 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('DisassociateWebACL')210 members = operation_model.input_shape.members211class GetByteMatchSetRequest(typing.NamedTuple):212 def execute(self, svc):213 return aws_meta.execute(svc, self)214 ByteMatchSetId: str215 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('GetByteMatchSet')216 members = operation_model.input_shape.members217class GetChangeTokenRequest(typing.NamedTuple):218 def execute(self, svc):219 return aws_meta.execute(svc, self)220 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('GetChangeToken')221 members = operation_model.input_shape.members222class GetChangeTokenStatusRequest(typing.NamedTuple):223 def execute(self, svc):224 return aws_meta.execute(svc, self)225 ChangeToken: str226 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('GetChangeTokenStatus')227 members = operation_model.input_shape.members228class GetGeoMatchSetRequest(typing.NamedTuple):229 def execute(self, svc):230 return aws_meta.execute(svc, self)231 GeoMatchSetId: str232 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('GetGeoMatchSet')233 members = operation_model.input_shape.members234class GetIPSetRequest(typing.NamedTuple):235 def execute(self, svc):236 return aws_meta.execute(svc, self)237 IPSetId: str238 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('GetIPSet')239 members = operation_model.input_shape.members240class GetLoggingConfigurationRequest(typing.NamedTuple):241 def execute(self, svc):242 return aws_meta.execute(svc, self)243 ResourceArn: str244 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('GetLoggingConfiguration')245 members = operation_model.input_shape.members246class GetPermissionPolicyRequest(typing.NamedTuple):247 def execute(self, svc):248 return aws_meta.execute(svc, self)249 ResourceArn: str250 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('GetPermissionPolicy')251 members = operation_model.input_shape.members252class GetRateBasedRuleRequest(typing.NamedTuple):253 def execute(self, svc):254 return aws_meta.execute(svc, self)255 RuleId: str256 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('GetRateBasedRule')257 members = operation_model.input_shape.members258class GetRateBasedRuleManagedKeysRequest(typing.NamedTuple):259 def execute(self, svc):260 return aws_meta.execute(svc, self)261 RuleId: str262 NextMarker: str = None263 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('GetRateBasedRuleManagedKeys')264 members = operation_model.input_shape.members265class GetRegexMatchSetRequest(typing.NamedTuple):266 def execute(self, svc):267 return aws_meta.execute(svc, self)268 RegexMatchSetId: str269 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('GetRegexMatchSet')270 members = operation_model.input_shape.members271class GetRegexPatternSetRequest(typing.NamedTuple):272 def execute(self, svc):273 return aws_meta.execute(svc, self)274 RegexPatternSetId: str275 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('GetRegexPatternSet')276 members = operation_model.input_shape.members277class GetRuleRequest(typing.NamedTuple):278 def execute(self, svc):279 return aws_meta.execute(svc, self)280 RuleId: str281 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('GetRule')282 members = operation_model.input_shape.members283class GetRuleGroupRequest(typing.NamedTuple):284 def execute(self, svc):285 return aws_meta.execute(svc, self)286 RuleGroupId: str287 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('GetRuleGroup')288 members = operation_model.input_shape.members289class GetSampledRequestsRequest(typing.NamedTuple):290 def execute(self, svc):291 return aws_meta.execute(svc, self)292 WebAclId: str293 RuleId: str294 TimeWindow: dict295 MaxItems: int296 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('GetSampledRequests')297 members = operation_model.input_shape.members298class GetSizeConstraintSetRequest(typing.NamedTuple):299 def execute(self, svc):300 return aws_meta.execute(svc, self)301 SizeConstraintSetId: str302 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('GetSizeConstraintSet')303 members = operation_model.input_shape.members304class GetSqlInjectionMatchSetRequest(typing.NamedTuple):305 def execute(self, svc):306 return aws_meta.execute(svc, self)307 SqlInjectionMatchSetId: str308 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('GetSqlInjectionMatchSet')309 members = operation_model.input_shape.members310class GetWebACLRequest(typing.NamedTuple):311 def execute(self, svc):312 return aws_meta.execute(svc, self)313 WebACLId: str314 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('GetWebACL')315 members = operation_model.input_shape.members316class GetWebACLForResourceRequest(typing.NamedTuple):317 def execute(self, svc):318 return aws_meta.execute(svc, self)319 ResourceArn: str320 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('GetWebACLForResource')321 members = operation_model.input_shape.members322class GetXssMatchSetRequest(typing.NamedTuple):323 def execute(self, svc):324 return aws_meta.execute(svc, self)325 XssMatchSetId: str326 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('GetXssMatchSet')327 members = operation_model.input_shape.members328class ListActivatedRulesInRuleGroupRequest(typing.NamedTuple):329 def execute(self, svc):330 return aws_meta.execute(svc, self)331 RuleGroupId: str = None332 NextMarker: str = None333 Limit: int = None334 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('ListActivatedRulesInRuleGroup')335 members = operation_model.input_shape.members336class ListByteMatchSetsRequest(typing.NamedTuple):337 def execute(self, svc):338 return aws_meta.execute(svc, self)339 NextMarker: str = None340 Limit: int = None341 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('ListByteMatchSets')342 members = operation_model.input_shape.members343class ListGeoMatchSetsRequest(typing.NamedTuple):344 def execute(self, svc):345 return aws_meta.execute(svc, self)346 NextMarker: str = None347 Limit: int = None348 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('ListGeoMatchSets')349 members = operation_model.input_shape.members350class ListIPSetsRequest(typing.NamedTuple):351 def execute(self, svc):352 return aws_meta.execute(svc, self)353 NextMarker: str = None354 Limit: int = None355 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('ListIPSets')356 members = operation_model.input_shape.members357class ListLoggingConfigurationsRequest(typing.NamedTuple):358 def execute(self, svc):359 return aws_meta.execute(svc, self)360 NextMarker: str = None361 Limit: int = None362 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('ListLoggingConfigurations')363 members = operation_model.input_shape.members364class ListRateBasedRulesRequest(typing.NamedTuple):365 def execute(self, svc):366 return aws_meta.execute(svc, self)367 NextMarker: str = None368 Limit: int = None369 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('ListRateBasedRules')370 members = operation_model.input_shape.members371class ListRegexMatchSetsRequest(typing.NamedTuple):372 def execute(self, svc):373 return aws_meta.execute(svc, self)374 NextMarker: str = None375 Limit: int = None376 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('ListRegexMatchSets')377 members = operation_model.input_shape.members378class ListRegexPatternSetsRequest(typing.NamedTuple):379 def execute(self, svc):380 return aws_meta.execute(svc, self)381 NextMarker: str = None382 Limit: int = None383 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('ListRegexPatternSets')384 members = operation_model.input_shape.members385class ListResourcesForWebACLRequest(typing.NamedTuple):386 def execute(self, svc):387 return aws_meta.execute(svc, self)388 WebACLId: str389 ResourceType: str = None390 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('ListResourcesForWebACL')391 members = operation_model.input_shape.members392class ListRuleGroupsRequest(typing.NamedTuple):393 def execute(self, svc):394 return aws_meta.execute(svc, self)395 NextMarker: str = None396 Limit: int = None397 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('ListRuleGroups')398 members = operation_model.input_shape.members399class ListRulesRequest(typing.NamedTuple):400 def execute(self, svc):401 return aws_meta.execute(svc, self)402 NextMarker: str = None403 Limit: int = None404 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('ListRules')405 members = operation_model.input_shape.members406class ListSizeConstraintSetsRequest(typing.NamedTuple):407 def execute(self, svc):408 return aws_meta.execute(svc, self)409 NextMarker: str = None410 Limit: int = None411 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('ListSizeConstraintSets')412 members = operation_model.input_shape.members413class ListSqlInjectionMatchSetsRequest(typing.NamedTuple):414 def execute(self, svc):415 return aws_meta.execute(svc, self)416 NextMarker: str = None417 Limit: int = None418 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('ListSqlInjectionMatchSets')419 members = operation_model.input_shape.members420class ListSubscribedRuleGroupsRequest(typing.NamedTuple):421 def execute(self, svc):422 return aws_meta.execute(svc, self)423 NextMarker: str = None424 Limit: int = None425 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('ListSubscribedRuleGroups')426 members = operation_model.input_shape.members427class ListWebACLsRequest(typing.NamedTuple):428 def execute(self, svc):429 return aws_meta.execute(svc, self)430 NextMarker: str = None431 Limit: int = None432 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('ListWebACLs')433 members = operation_model.input_shape.members434class ListXssMatchSetsRequest(typing.NamedTuple):435 def execute(self, svc):436 return aws_meta.execute(svc, self)437 NextMarker: str = None438 Limit: int = None439 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('ListXssMatchSets')440 members = operation_model.input_shape.members441class PutLoggingConfigurationRequest(typing.NamedTuple):442 def execute(self, svc):443 return aws_meta.execute(svc, self)444 LoggingConfiguration: dict445 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('PutLoggingConfiguration')446 members = operation_model.input_shape.members447class PutPermissionPolicyRequest(typing.NamedTuple):448 def execute(self, svc):449 return aws_meta.execute(svc, self)450 ResourceArn: str451 Policy: str452 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('PutPermissionPolicy')453 members = operation_model.input_shape.members454class UpdateByteMatchSetRequest(typing.NamedTuple):455 def execute(self, svc):456 return aws_meta.execute(svc, self)457 ByteMatchSetId: str458 ChangeToken: str459 Updates: list460 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('UpdateByteMatchSet')461 members = operation_model.input_shape.members462class UpdateGeoMatchSetRequest(typing.NamedTuple):463 def execute(self, svc):464 return aws_meta.execute(svc, self)465 GeoMatchSetId: str466 ChangeToken: str467 Updates: list468 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('UpdateGeoMatchSet')469 members = operation_model.input_shape.members470class UpdateIPSetRequest(typing.NamedTuple):471 def execute(self, svc):472 return aws_meta.execute(svc, self)473 IPSetId: str474 ChangeToken: str475 Updates: list476 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('UpdateIPSet')477 members = operation_model.input_shape.members478class UpdateRateBasedRuleRequest(typing.NamedTuple):479 def execute(self, svc):480 return aws_meta.execute(svc, self)481 RuleId: str482 ChangeToken: str483 Updates: list484 RateLimit: int485 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('UpdateRateBasedRule')486 members = operation_model.input_shape.members487class UpdateRegexMatchSetRequest(typing.NamedTuple):488 def execute(self, svc):489 return aws_meta.execute(svc, self)490 RegexMatchSetId: str491 Updates: list492 ChangeToken: str493 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('UpdateRegexMatchSet')494 members = operation_model.input_shape.members495class UpdateRegexPatternSetRequest(typing.NamedTuple):496 def execute(self, svc):497 return aws_meta.execute(svc, self)498 RegexPatternSetId: str499 Updates: list500 ChangeToken: str501 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('UpdateRegexPatternSet')502 members = operation_model.input_shape.members503class UpdateRuleRequest(typing.NamedTuple):504 def execute(self, svc):505 return aws_meta.execute(svc, self)506 RuleId: str507 ChangeToken: str508 Updates: list509 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('UpdateRule')510 members = operation_model.input_shape.members511class UpdateRuleGroupRequest(typing.NamedTuple):512 def execute(self, svc):513 return aws_meta.execute(svc, self)514 RuleGroupId: str515 Updates: list516 ChangeToken: str517 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('UpdateRuleGroup')518 members = operation_model.input_shape.members519class UpdateSizeConstraintSetRequest(typing.NamedTuple):520 def execute(self, svc):521 return aws_meta.execute(svc, self)522 SizeConstraintSetId: str523 ChangeToken: str524 Updates: list525 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('UpdateSizeConstraintSet')526 members = operation_model.input_shape.members527class UpdateSqlInjectionMatchSetRequest(typing.NamedTuple):528 def execute(self, svc):529 return aws_meta.execute(svc, self)530 SqlInjectionMatchSetId: str531 ChangeToken: str532 Updates: list533 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('UpdateSqlInjectionMatchSet')534 members = operation_model.input_shape.members535class UpdateWebACLRequest(typing.NamedTuple):536 def execute(self, svc):537 return aws_meta.execute(svc, self)538 WebACLId: str539 ChangeToken: str540 Updates: list = None541 DefaultAction: dict = None542 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('UpdateWebACL')543 members = operation_model.input_shape.members544class UpdateXssMatchSetRequest(typing.NamedTuple):545 def execute(self, svc):546 return aws_meta.execute(svc, self)547 XssMatchSetId: str548 ChangeToken: str549 Updates: list550 operation_model = botocore.session.Session().get_service_model('waf-regional').operation_model('UpdateXssMatchSet')...

Full Screen

Full Screen

waf_types.py

Source:waf_types.py Github

copy

Full Screen

...12 def execute(self, svc):13 return aws_meta.execute(svc, self)14 Name: str15 ChangeToken: str16 operation_model = botocore.session.Session().get_service_model('waf').operation_model('CreateByteMatchSet')17 members = operation_model.input_shape.members18class CreateGeoMatchSetRequest(typing.NamedTuple):19 def execute(self, svc):20 return aws_meta.execute(svc, self)21 Name: str22 ChangeToken: str23 operation_model = botocore.session.Session().get_service_model('waf').operation_model('CreateGeoMatchSet')24 members = operation_model.input_shape.members25class CreateIPSetRequest(typing.NamedTuple):26 def execute(self, svc):27 return aws_meta.execute(svc, self)28 Name: str29 ChangeToken: str30 operation_model = botocore.session.Session().get_service_model('waf').operation_model('CreateIPSet')31 members = operation_model.input_shape.members32class CreateRateBasedRuleRequest(typing.NamedTuple):33 def execute(self, svc):34 return aws_meta.execute(svc, self)35 Name: str36 MetricName: str37 RateKey: str38 RateLimit: int39 ChangeToken: str40 operation_model = botocore.session.Session().get_service_model('waf').operation_model('CreateRateBasedRule')41 members = operation_model.input_shape.members42class CreateRegexMatchSetRequest(typing.NamedTuple):43 def execute(self, svc):44 return aws_meta.execute(svc, self)45 Name: str46 ChangeToken: str47 operation_model = botocore.session.Session().get_service_model('waf').operation_model('CreateRegexMatchSet')48 members = operation_model.input_shape.members49class CreateRegexPatternSetRequest(typing.NamedTuple):50 def execute(self, svc):51 return aws_meta.execute(svc, self)52 Name: str53 ChangeToken: str54 operation_model = botocore.session.Session().get_service_model('waf').operation_model('CreateRegexPatternSet')55 members = operation_model.input_shape.members56class CreateRuleRequest(typing.NamedTuple):57 def execute(self, svc):58 return aws_meta.execute(svc, self)59 Name: str60 MetricName: str61 ChangeToken: str62 operation_model = botocore.session.Session().get_service_model('waf').operation_model('CreateRule')63 members = operation_model.input_shape.members64class CreateRuleGroupRequest(typing.NamedTuple):65 def execute(self, svc):66 return aws_meta.execute(svc, self)67 Name: str68 MetricName: str69 ChangeToken: str70 operation_model = botocore.session.Session().get_service_model('waf').operation_model('CreateRuleGroup')71 members = operation_model.input_shape.members72class CreateSizeConstraintSetRequest(typing.NamedTuple):73 def execute(self, svc):74 return aws_meta.execute(svc, self)75 Name: str76 ChangeToken: str77 operation_model = botocore.session.Session().get_service_model('waf').operation_model('CreateSizeConstraintSet')78 members = operation_model.input_shape.members79class CreateSqlInjectionMatchSetRequest(typing.NamedTuple):80 def execute(self, svc):81 return aws_meta.execute(svc, self)82 Name: str83 ChangeToken: str84 operation_model = botocore.session.Session().get_service_model('waf').operation_model('CreateSqlInjectionMatchSet')85 members = operation_model.input_shape.members86class CreateWebACLRequest(typing.NamedTuple):87 def execute(self, svc):88 return aws_meta.execute(svc, self)89 Name: str90 MetricName: str91 DefaultAction: dict92 ChangeToken: str93 operation_model = botocore.session.Session().get_service_model('waf').operation_model('CreateWebACL')94 members = operation_model.input_shape.members95class CreateXssMatchSetRequest(typing.NamedTuple):96 def execute(self, svc):97 return aws_meta.execute(svc, self)98 Name: str99 ChangeToken: str100 operation_model = botocore.session.Session().get_service_model('waf').operation_model('CreateXssMatchSet')101 members = operation_model.input_shape.members102class DeleteByteMatchSetRequest(typing.NamedTuple):103 def execute(self, svc):104 return aws_meta.execute(svc, self)105 ByteMatchSetId: str106 ChangeToken: str107 operation_model = botocore.session.Session().get_service_model('waf').operation_model('DeleteByteMatchSet')108 members = operation_model.input_shape.members109class DeleteGeoMatchSetRequest(typing.NamedTuple):110 def execute(self, svc):111 return aws_meta.execute(svc, self)112 GeoMatchSetId: str113 ChangeToken: str114 operation_model = botocore.session.Session().get_service_model('waf').operation_model('DeleteGeoMatchSet')115 members = operation_model.input_shape.members116class DeleteIPSetRequest(typing.NamedTuple):117 def execute(self, svc):118 return aws_meta.execute(svc, self)119 IPSetId: str120 ChangeToken: str121 operation_model = botocore.session.Session().get_service_model('waf').operation_model('DeleteIPSet')122 members = operation_model.input_shape.members123class DeleteLoggingConfigurationRequest(typing.NamedTuple):124 def execute(self, svc):125 return aws_meta.execute(svc, self)126 ResourceArn: str127 operation_model = botocore.session.Session().get_service_model('waf').operation_model('DeleteLoggingConfiguration')128 members = operation_model.input_shape.members129class DeletePermissionPolicyRequest(typing.NamedTuple):130 def execute(self, svc):131 return aws_meta.execute(svc, self)132 ResourceArn: str133 operation_model = botocore.session.Session().get_service_model('waf').operation_model('DeletePermissionPolicy')134 members = operation_model.input_shape.members135class DeleteRateBasedRuleRequest(typing.NamedTuple):136 def execute(self, svc):137 return aws_meta.execute(svc, self)138 RuleId: str139 ChangeToken: str140 operation_model = botocore.session.Session().get_service_model('waf').operation_model('DeleteRateBasedRule')141 members = operation_model.input_shape.members142class DeleteRegexMatchSetRequest(typing.NamedTuple):143 def execute(self, svc):144 return aws_meta.execute(svc, self)145 RegexMatchSetId: str146 ChangeToken: str147 operation_model = botocore.session.Session().get_service_model('waf').operation_model('DeleteRegexMatchSet')148 members = operation_model.input_shape.members149class DeleteRegexPatternSetRequest(typing.NamedTuple):150 def execute(self, svc):151 return aws_meta.execute(svc, self)152 RegexPatternSetId: str153 ChangeToken: str154 operation_model = botocore.session.Session().get_service_model('waf').operation_model('DeleteRegexPatternSet')155 members = operation_model.input_shape.members156class DeleteRuleRequest(typing.NamedTuple):157 def execute(self, svc):158 return aws_meta.execute(svc, self)159 RuleId: str160 ChangeToken: str161 operation_model = botocore.session.Session().get_service_model('waf').operation_model('DeleteRule')162 members = operation_model.input_shape.members163class DeleteRuleGroupRequest(typing.NamedTuple):164 def execute(self, svc):165 return aws_meta.execute(svc, self)166 RuleGroupId: str167 ChangeToken: str168 operation_model = botocore.session.Session().get_service_model('waf').operation_model('DeleteRuleGroup')169 members = operation_model.input_shape.members170class DeleteSizeConstraintSetRequest(typing.NamedTuple):171 def execute(self, svc):172 return aws_meta.execute(svc, self)173 SizeConstraintSetId: str174 ChangeToken: str175 operation_model = botocore.session.Session().get_service_model('waf').operation_model('DeleteSizeConstraintSet')176 members = operation_model.input_shape.members177class DeleteSqlInjectionMatchSetRequest(typing.NamedTuple):178 def execute(self, svc):179 return aws_meta.execute(svc, self)180 SqlInjectionMatchSetId: str181 ChangeToken: str182 operation_model = botocore.session.Session().get_service_model('waf').operation_model('DeleteSqlInjectionMatchSet')183 members = operation_model.input_shape.members184class DeleteWebACLRequest(typing.NamedTuple):185 def execute(self, svc):186 return aws_meta.execute(svc, self)187 WebACLId: str188 ChangeToken: str189 operation_model = botocore.session.Session().get_service_model('waf').operation_model('DeleteWebACL')190 members = operation_model.input_shape.members191class DeleteXssMatchSetRequest(typing.NamedTuple):192 def execute(self, svc):193 return aws_meta.execute(svc, self)194 XssMatchSetId: str195 ChangeToken: str196 operation_model = botocore.session.Session().get_service_model('waf').operation_model('DeleteXssMatchSet')197 members = operation_model.input_shape.members198class GetByteMatchSetRequest(typing.NamedTuple):199 def execute(self, svc):200 return aws_meta.execute(svc, self)201 ByteMatchSetId: str202 operation_model = botocore.session.Session().get_service_model('waf').operation_model('GetByteMatchSet')203 members = operation_model.input_shape.members204class GetChangeTokenRequest(typing.NamedTuple):205 def execute(self, svc):206 return aws_meta.execute(svc, self)207 operation_model = botocore.session.Session().get_service_model('waf').operation_model('GetChangeToken')208 members = operation_model.input_shape.members209class GetChangeTokenStatusRequest(typing.NamedTuple):210 def execute(self, svc):211 return aws_meta.execute(svc, self)212 ChangeToken: str213 operation_model = botocore.session.Session().get_service_model('waf').operation_model('GetChangeTokenStatus')214 members = operation_model.input_shape.members215class GetGeoMatchSetRequest(typing.NamedTuple):216 def execute(self, svc):217 return aws_meta.execute(svc, self)218 GeoMatchSetId: str219 operation_model = botocore.session.Session().get_service_model('waf').operation_model('GetGeoMatchSet')220 members = operation_model.input_shape.members221class GetIPSetRequest(typing.NamedTuple):222 def execute(self, svc):223 return aws_meta.execute(svc, self)224 IPSetId: str225 operation_model = botocore.session.Session().get_service_model('waf').operation_model('GetIPSet')226 members = operation_model.input_shape.members227class GetLoggingConfigurationRequest(typing.NamedTuple):228 def execute(self, svc):229 return aws_meta.execute(svc, self)230 ResourceArn: str231 operation_model = botocore.session.Session().get_service_model('waf').operation_model('GetLoggingConfiguration')232 members = operation_model.input_shape.members233class GetPermissionPolicyRequest(typing.NamedTuple):234 def execute(self, svc):235 return aws_meta.execute(svc, self)236 ResourceArn: str237 operation_model = botocore.session.Session().get_service_model('waf').operation_model('GetPermissionPolicy')238 members = operation_model.input_shape.members239class GetRateBasedRuleRequest(typing.NamedTuple):240 def execute(self, svc):241 return aws_meta.execute(svc, self)242 RuleId: str243 operation_model = botocore.session.Session().get_service_model('waf').operation_model('GetRateBasedRule')244 members = operation_model.input_shape.members245class GetRateBasedRuleManagedKeysRequest(typing.NamedTuple):246 def execute(self, svc):247 return aws_meta.execute(svc, self)248 RuleId: str249 NextMarker: str = None250 operation_model = botocore.session.Session().get_service_model('waf').operation_model('GetRateBasedRuleManagedKeys')251 members = operation_model.input_shape.members252class GetRegexMatchSetRequest(typing.NamedTuple):253 def execute(self, svc):254 return aws_meta.execute(svc, self)255 RegexMatchSetId: str256 operation_model = botocore.session.Session().get_service_model('waf').operation_model('GetRegexMatchSet')257 members = operation_model.input_shape.members258class GetRegexPatternSetRequest(typing.NamedTuple):259 def execute(self, svc):260 return aws_meta.execute(svc, self)261 RegexPatternSetId: str262 operation_model = botocore.session.Session().get_service_model('waf').operation_model('GetRegexPatternSet')263 members = operation_model.input_shape.members264class GetRuleRequest(typing.NamedTuple):265 def execute(self, svc):266 return aws_meta.execute(svc, self)267 RuleId: str268 operation_model = botocore.session.Session().get_service_model('waf').operation_model('GetRule')269 members = operation_model.input_shape.members270class GetRuleGroupRequest(typing.NamedTuple):271 def execute(self, svc):272 return aws_meta.execute(svc, self)273 RuleGroupId: str274 operation_model = botocore.session.Session().get_service_model('waf').operation_model('GetRuleGroup')275 members = operation_model.input_shape.members276class GetSampledRequestsRequest(typing.NamedTuple):277 def execute(self, svc):278 return aws_meta.execute(svc, self)279 WebAclId: str280 RuleId: str281 TimeWindow: dict282 MaxItems: int283 operation_model = botocore.session.Session().get_service_model('waf').operation_model('GetSampledRequests')284 members = operation_model.input_shape.members285class GetSizeConstraintSetRequest(typing.NamedTuple):286 def execute(self, svc):287 return aws_meta.execute(svc, self)288 SizeConstraintSetId: str289 operation_model = botocore.session.Session().get_service_model('waf').operation_model('GetSizeConstraintSet')290 members = operation_model.input_shape.members291class GetSqlInjectionMatchSetRequest(typing.NamedTuple):292 def execute(self, svc):293 return aws_meta.execute(svc, self)294 SqlInjectionMatchSetId: str295 operation_model = botocore.session.Session().get_service_model('waf').operation_model('GetSqlInjectionMatchSet')296 members = operation_model.input_shape.members297class GetWebACLRequest(typing.NamedTuple):298 def execute(self, svc):299 return aws_meta.execute(svc, self)300 WebACLId: str301 operation_model = botocore.session.Session().get_service_model('waf').operation_model('GetWebACL')302 members = operation_model.input_shape.members303class GetXssMatchSetRequest(typing.NamedTuple):304 def execute(self, svc):305 return aws_meta.execute(svc, self)306 XssMatchSetId: str307 operation_model = botocore.session.Session().get_service_model('waf').operation_model('GetXssMatchSet')308 members = operation_model.input_shape.members309class ListActivatedRulesInRuleGroupRequest(typing.NamedTuple):310 def execute(self, svc):311 return aws_meta.execute(svc, self)312 RuleGroupId: str = None313 NextMarker: str = None314 Limit: int = None315 operation_model = botocore.session.Session().get_service_model('waf').operation_model('ListActivatedRulesInRuleGroup')316 members = operation_model.input_shape.members317class ListByteMatchSetsRequest(typing.NamedTuple):318 def execute(self, svc):319 return aws_meta.execute(svc, self)320 NextMarker: str = None321 Limit: int = None322 operation_model = botocore.session.Session().get_service_model('waf').operation_model('ListByteMatchSets')323 members = operation_model.input_shape.members324class ListGeoMatchSetsRequest(typing.NamedTuple):325 def execute(self, svc):326 return aws_meta.execute(svc, self)327 NextMarker: str = None328 Limit: int = None329 operation_model = botocore.session.Session().get_service_model('waf').operation_model('ListGeoMatchSets')330 members = operation_model.input_shape.members331class ListIPSetsRequest(typing.NamedTuple):332 def execute(self, svc):333 return aws_meta.execute(svc, self)334 NextMarker: str = None335 Limit: int = None336 operation_model = botocore.session.Session().get_service_model('waf').operation_model('ListIPSets')337 members = operation_model.input_shape.members338class ListLoggingConfigurationsRequest(typing.NamedTuple):339 def execute(self, svc):340 return aws_meta.execute(svc, self)341 NextMarker: str = None342 Limit: int = None343 operation_model = botocore.session.Session().get_service_model('waf').operation_model('ListLoggingConfigurations')344 members = operation_model.input_shape.members345class ListRateBasedRulesRequest(typing.NamedTuple):346 def execute(self, svc):347 return aws_meta.execute(svc, self)348 NextMarker: str = None349 Limit: int = None350 operation_model = botocore.session.Session().get_service_model('waf').operation_model('ListRateBasedRules')351 members = operation_model.input_shape.members352class ListRegexMatchSetsRequest(typing.NamedTuple):353 def execute(self, svc):354 return aws_meta.execute(svc, self)355 NextMarker: str = None356 Limit: int = None357 operation_model = botocore.session.Session().get_service_model('waf').operation_model('ListRegexMatchSets')358 members = operation_model.input_shape.members359class ListRegexPatternSetsRequest(typing.NamedTuple):360 def execute(self, svc):361 return aws_meta.execute(svc, self)362 NextMarker: str = None363 Limit: int = None364 operation_model = botocore.session.Session().get_service_model('waf').operation_model('ListRegexPatternSets')365 members = operation_model.input_shape.members366class ListRuleGroupsRequest(typing.NamedTuple):367 def execute(self, svc):368 return aws_meta.execute(svc, self)369 NextMarker: str = None370 Limit: int = None371 operation_model = botocore.session.Session().get_service_model('waf').operation_model('ListRuleGroups')372 members = operation_model.input_shape.members373class ListRulesRequest(typing.NamedTuple):374 def execute(self, svc):375 return aws_meta.execute(svc, self)376 NextMarker: str = None377 Limit: int = None378 operation_model = botocore.session.Session().get_service_model('waf').operation_model('ListRules')379 members = operation_model.input_shape.members380class ListSizeConstraintSetsRequest(typing.NamedTuple):381 def execute(self, svc):382 return aws_meta.execute(svc, self)383 NextMarker: str = None384 Limit: int = None385 operation_model = botocore.session.Session().get_service_model('waf').operation_model('ListSizeConstraintSets')386 members = operation_model.input_shape.members387class ListSqlInjectionMatchSetsRequest(typing.NamedTuple):388 def execute(self, svc):389 return aws_meta.execute(svc, self)390 NextMarker: str = None391 Limit: int = None392 operation_model = botocore.session.Session().get_service_model('waf').operation_model('ListSqlInjectionMatchSets')393 members = operation_model.input_shape.members394class ListSubscribedRuleGroupsRequest(typing.NamedTuple):395 def execute(self, svc):396 return aws_meta.execute(svc, self)397 NextMarker: str = None398 Limit: int = None399 operation_model = botocore.session.Session().get_service_model('waf').operation_model('ListSubscribedRuleGroups')400 members = operation_model.input_shape.members401class ListWebACLsRequest(typing.NamedTuple):402 def execute(self, svc):403 return aws_meta.execute(svc, self)404 NextMarker: str = None405 Limit: int = None406 operation_model = botocore.session.Session().get_service_model('waf').operation_model('ListWebACLs')407 members = operation_model.input_shape.members408class ListXssMatchSetsRequest(typing.NamedTuple):409 def execute(self, svc):410 return aws_meta.execute(svc, self)411 NextMarker: str = None412 Limit: int = None413 operation_model = botocore.session.Session().get_service_model('waf').operation_model('ListXssMatchSets')414 members = operation_model.input_shape.members415class PutLoggingConfigurationRequest(typing.NamedTuple):416 def execute(self, svc):417 return aws_meta.execute(svc, self)418 LoggingConfiguration: dict419 operation_model = botocore.session.Session().get_service_model('waf').operation_model('PutLoggingConfiguration')420 members = operation_model.input_shape.members421class PutPermissionPolicyRequest(typing.NamedTuple):422 def execute(self, svc):423 return aws_meta.execute(svc, self)424 ResourceArn: str425 Policy: str426 operation_model = botocore.session.Session().get_service_model('waf').operation_model('PutPermissionPolicy')427 members = operation_model.input_shape.members428class UpdateByteMatchSetRequest(typing.NamedTuple):429 def execute(self, svc):430 return aws_meta.execute(svc, self)431 ByteMatchSetId: str432 ChangeToken: str433 Updates: list434 operation_model = botocore.session.Session().get_service_model('waf').operation_model('UpdateByteMatchSet')435 members = operation_model.input_shape.members436class UpdateGeoMatchSetRequest(typing.NamedTuple):437 def execute(self, svc):438 return aws_meta.execute(svc, self)439 GeoMatchSetId: str440 ChangeToken: str441 Updates: list442 operation_model = botocore.session.Session().get_service_model('waf').operation_model('UpdateGeoMatchSet')443 members = operation_model.input_shape.members444class UpdateIPSetRequest(typing.NamedTuple):445 def execute(self, svc):446 return aws_meta.execute(svc, self)447 IPSetId: str448 ChangeToken: str449 Updates: list450 operation_model = botocore.session.Session().get_service_model('waf').operation_model('UpdateIPSet')451 members = operation_model.input_shape.members452class UpdateRateBasedRuleRequest(typing.NamedTuple):453 def execute(self, svc):454 return aws_meta.execute(svc, self)455 RuleId: str456 ChangeToken: str457 Updates: list458 RateLimit: int459 operation_model = botocore.session.Session().get_service_model('waf').operation_model('UpdateRateBasedRule')460 members = operation_model.input_shape.members461class UpdateRegexMatchSetRequest(typing.NamedTuple):462 def execute(self, svc):463 return aws_meta.execute(svc, self)464 RegexMatchSetId: str465 Updates: list466 ChangeToken: str467 operation_model = botocore.session.Session().get_service_model('waf').operation_model('UpdateRegexMatchSet')468 members = operation_model.input_shape.members469class UpdateRegexPatternSetRequest(typing.NamedTuple):470 def execute(self, svc):471 return aws_meta.execute(svc, self)472 RegexPatternSetId: str473 Updates: list474 ChangeToken: str475 operation_model = botocore.session.Session().get_service_model('waf').operation_model('UpdateRegexPatternSet')476 members = operation_model.input_shape.members477class UpdateRuleRequest(typing.NamedTuple):478 def execute(self, svc):479 return aws_meta.execute(svc, self)480 RuleId: str481 ChangeToken: str482 Updates: list483 operation_model = botocore.session.Session().get_service_model('waf').operation_model('UpdateRule')484 members = operation_model.input_shape.members485class UpdateRuleGroupRequest(typing.NamedTuple):486 def execute(self, svc):487 return aws_meta.execute(svc, self)488 RuleGroupId: str489 Updates: list490 ChangeToken: str491 operation_model = botocore.session.Session().get_service_model('waf').operation_model('UpdateRuleGroup')492 members = operation_model.input_shape.members493class UpdateSizeConstraintSetRequest(typing.NamedTuple):494 def execute(self, svc):495 return aws_meta.execute(svc, self)496 SizeConstraintSetId: str497 ChangeToken: str498 Updates: list499 operation_model = botocore.session.Session().get_service_model('waf').operation_model('UpdateSizeConstraintSet')500 members = operation_model.input_shape.members501class UpdateSqlInjectionMatchSetRequest(typing.NamedTuple):502 def execute(self, svc):503 return aws_meta.execute(svc, self)504 SqlInjectionMatchSetId: str505 ChangeToken: str506 Updates: list507 operation_model = botocore.session.Session().get_service_model('waf').operation_model('UpdateSqlInjectionMatchSet')508 members = operation_model.input_shape.members509class UpdateWebACLRequest(typing.NamedTuple):510 def execute(self, svc):511 return aws_meta.execute(svc, self)512 WebACLId: str513 ChangeToken: str514 Updates: list = None515 DefaultAction: dict = None516 operation_model = botocore.session.Session().get_service_model('waf').operation_model('UpdateWebACL')517 members = operation_model.input_shape.members518class UpdateXssMatchSetRequest(typing.NamedTuple):519 def execute(self, svc):520 return aws_meta.execute(svc, self)521 XssMatchSetId: str522 ChangeToken: str523 Updates: list524 operation_model = botocore.session.Session().get_service_model('waf').operation_model('UpdateXssMatchSet')...

Full Screen

Full Screen

organizations_types.py

Source:organizations_types.py Github

copy

Full Screen

...11class AcceptHandshakeRequest(typing.NamedTuple):12 def execute(self, svc):13 return aws_meta.execute(svc, self)14 HandshakeId: str15 operation_model = botocore.session.Session().get_service_model('organizations').operation_model('AcceptHandshake')16 members = operation_model.input_shape.members17class AttachPolicyRequest(typing.NamedTuple):18 def execute(self, svc):19 return aws_meta.execute(svc, self)20 PolicyId: str21 TargetId: str22 operation_model = botocore.session.Session().get_service_model('organizations').operation_model('AttachPolicy')23 members = operation_model.input_shape.members24class CancelHandshakeRequest(typing.NamedTuple):25 def execute(self, svc):26 return aws_meta.execute(svc, self)27 HandshakeId: str28 operation_model = botocore.session.Session().get_service_model('organizations').operation_model('CancelHandshake')29 members = operation_model.input_shape.members30class CreateAccountRequest(typing.NamedTuple):31 def execute(self, svc):32 return aws_meta.execute(svc, self)33 Email: str34 AccountName: str35 RoleName: str = None36 IamUserAccessToBilling: str = None37 operation_model = botocore.session.Session().get_service_model('organizations').operation_model('CreateAccount')38 members = operation_model.input_shape.members39class CreateOrganizationRequest(typing.NamedTuple):40 def execute(self, svc):41 return aws_meta.execute(svc, self)42 FeatureSet: str = None43 operation_model = botocore.session.Session().get_service_model('organizations').operation_model('CreateOrganization')44 members = operation_model.input_shape.members45class CreateOrganizationalUnitRequest(typing.NamedTuple):46 def execute(self, svc):47 return aws_meta.execute(svc, self)48 ParentId: str49 Name: str50 operation_model = botocore.session.Session().get_service_model('organizations').operation_model('CreateOrganizationalUnit')51 members = operation_model.input_shape.members52class CreatePolicyRequest(typing.NamedTuple):53 def execute(self, svc):54 return aws_meta.execute(svc, self)55 Content: str56 Description: str57 Name: str58 Type: str59 operation_model = botocore.session.Session().get_service_model('organizations').operation_model('CreatePolicy')60 members = operation_model.input_shape.members61class DeclineHandshakeRequest(typing.NamedTuple):62 def execute(self, svc):63 return aws_meta.execute(svc, self)64 HandshakeId: str65 operation_model = botocore.session.Session().get_service_model('organizations').operation_model('DeclineHandshake')66 members = operation_model.input_shape.members67class DeleteOrganizationalUnitRequest(typing.NamedTuple):68 def execute(self, svc):69 return aws_meta.execute(svc, self)70 OrganizationalUnitId: str71 operation_model = botocore.session.Session().get_service_model('organizations').operation_model('DeleteOrganizationalUnit')72 members = operation_model.input_shape.members73class DeletePolicyRequest(typing.NamedTuple):74 def execute(self, svc):75 return aws_meta.execute(svc, self)76 PolicyId: str77 operation_model = botocore.session.Session().get_service_model('organizations').operation_model('DeletePolicy')78 members = operation_model.input_shape.members79class DescribeAccountRequest(typing.NamedTuple):80 def execute(self, svc):81 return aws_meta.execute(svc, self)82 AccountId: str83 operation_model = botocore.session.Session().get_service_model('organizations').operation_model('DescribeAccount')84 members = operation_model.input_shape.members85class DescribeCreateAccountStatusRequest(typing.NamedTuple):86 def execute(self, svc):87 return aws_meta.execute(svc, self)88 CreateAccountRequestId: str89 operation_model = botocore.session.Session().get_service_model('organizations').operation_model('DescribeCreateAccountStatus')90 members = operation_model.input_shape.members91class DescribeHandshakeRequest(typing.NamedTuple):92 def execute(self, svc):93 return aws_meta.execute(svc, self)94 HandshakeId: str95 operation_model = botocore.session.Session().get_service_model('organizations').operation_model('DescribeHandshake')96 members = operation_model.input_shape.members97class DescribeOrganizationalUnitRequest(typing.NamedTuple):98 def execute(self, svc):99 return aws_meta.execute(svc, self)100 OrganizationalUnitId: str101 operation_model = botocore.session.Session().get_service_model('organizations').operation_model('DescribeOrganizationalUnit')102 members = operation_model.input_shape.members103class DescribePolicyRequest(typing.NamedTuple):104 def execute(self, svc):105 return aws_meta.execute(svc, self)106 PolicyId: str107 operation_model = botocore.session.Session().get_service_model('organizations').operation_model('DescribePolicy')108 members = operation_model.input_shape.members109class DetachPolicyRequest(typing.NamedTuple):110 def execute(self, svc):111 return aws_meta.execute(svc, self)112 PolicyId: str113 TargetId: str114 operation_model = botocore.session.Session().get_service_model('organizations').operation_model('DetachPolicy')115 members = operation_model.input_shape.members116class DisableAWSServiceAccessRequest(typing.NamedTuple):117 def execute(self, svc):118 return aws_meta.execute(svc, self)119 ServicePrincipal: str120 operation_model = botocore.session.Session().get_service_model('organizations').operation_model('DisableAWSServiceAccess')121 members = operation_model.input_shape.members122class DisablePolicyTypeRequest(typing.NamedTuple):123 def execute(self, svc):124 return aws_meta.execute(svc, self)125 RootId: str126 PolicyType: str127 operation_model = botocore.session.Session().get_service_model('organizations').operation_model('DisablePolicyType')128 members = operation_model.input_shape.members129class EnableAWSServiceAccessRequest(typing.NamedTuple):130 def execute(self, svc):131 return aws_meta.execute(svc, self)132 ServicePrincipal: str133 operation_model = botocore.session.Session().get_service_model('organizations').operation_model('EnableAWSServiceAccess')134 members = operation_model.input_shape.members135class EnableAllFeaturesRequest(typing.NamedTuple):136 def execute(self, svc):137 return aws_meta.execute(svc, self)138 operation_model = botocore.session.Session().get_service_model('organizations').operation_model('EnableAllFeatures')139 members = operation_model.input_shape.members140class EnablePolicyTypeRequest(typing.NamedTuple):141 def execute(self, svc):142 return aws_meta.execute(svc, self)143 RootId: str144 PolicyType: str145 operation_model = botocore.session.Session().get_service_model('organizations').operation_model('EnablePolicyType')146 members = operation_model.input_shape.members147class InviteAccountToOrganizationRequest(typing.NamedTuple):148 def execute(self, svc):149 return aws_meta.execute(svc, self)150 Target: dict151 Notes: str = None152 operation_model = botocore.session.Session().get_service_model('organizations').operation_model('InviteAccountToOrganization')153 members = operation_model.input_shape.members154class ListAWSServiceAccessForOrganizationRequest(typing.NamedTuple):155 def execute(self, svc):156 return aws_meta.execute(svc, self)157 NextToken: str = None158 MaxResults: int = None159 operation_model = botocore.session.Session().get_service_model('organizations').operation_model('ListAWSServiceAccessForOrganization')160 members = operation_model.input_shape.members161class ListAccountsRequest(typing.NamedTuple):162 def execute(self, svc):163 return aws_meta.execute(svc, self)164 NextToken: str = None165 MaxResults: int = None166 operation_model = botocore.session.Session().get_service_model('organizations').operation_model('ListAccounts')167 members = operation_model.input_shape.members168class ListAccountsForParentRequest(typing.NamedTuple):169 def execute(self, svc):170 return aws_meta.execute(svc, self)171 ParentId: str172 NextToken: str = None173 MaxResults: int = None174 operation_model = botocore.session.Session().get_service_model('organizations').operation_model('ListAccountsForParent')175 members = operation_model.input_shape.members176class ListChildrenRequest(typing.NamedTuple):177 def execute(self, svc):178 return aws_meta.execute(svc, self)179 ParentId: str180 ChildType: str181 NextToken: str = None182 MaxResults: int = None183 operation_model = botocore.session.Session().get_service_model('organizations').operation_model('ListChildren')184 members = operation_model.input_shape.members185class ListCreateAccountStatusRequest(typing.NamedTuple):186 def execute(self, svc):187 return aws_meta.execute(svc, self)188 States: list = None189 NextToken: str = None190 MaxResults: int = None191 operation_model = botocore.session.Session().get_service_model('organizations').operation_model('ListCreateAccountStatus')192 members = operation_model.input_shape.members193class ListHandshakesForAccountRequest(typing.NamedTuple):194 def execute(self, svc):195 return aws_meta.execute(svc, self)196 Filter: dict = None197 NextToken: str = None198 MaxResults: int = None199 operation_model = botocore.session.Session().get_service_model('organizations').operation_model('ListHandshakesForAccount')200 members = operation_model.input_shape.members201class ListHandshakesForOrganizationRequest(typing.NamedTuple):202 def execute(self, svc):203 return aws_meta.execute(svc, self)204 Filter: dict = None205 NextToken: str = None206 MaxResults: int = None207 operation_model = botocore.session.Session().get_service_model('organizations').operation_model('ListHandshakesForOrganization')208 members = operation_model.input_shape.members209class ListOrganizationalUnitsForParentRequest(typing.NamedTuple):210 def execute(self, svc):211 return aws_meta.execute(svc, self)212 ParentId: str213 NextToken: str = None214 MaxResults: int = None215 operation_model = botocore.session.Session().get_service_model('organizations').operation_model('ListOrganizationalUnitsForParent')216 members = operation_model.input_shape.members217class ListParentsRequest(typing.NamedTuple):218 def execute(self, svc):219 return aws_meta.execute(svc, self)220 ChildId: str221 NextToken: str = None222 MaxResults: int = None223 operation_model = botocore.session.Session().get_service_model('organizations').operation_model('ListParents')224 members = operation_model.input_shape.members225class ListPoliciesRequest(typing.NamedTuple):226 def execute(self, svc):227 return aws_meta.execute(svc, self)228 Filter: str229 NextToken: str = None230 MaxResults: int = None231 operation_model = botocore.session.Session().get_service_model('organizations').operation_model('ListPolicies')232 members = operation_model.input_shape.members233class ListPoliciesForTargetRequest(typing.NamedTuple):234 def execute(self, svc):235 return aws_meta.execute(svc, self)236 TargetId: str237 Filter: str238 NextToken: str = None239 MaxResults: int = None240 operation_model = botocore.session.Session().get_service_model('organizations').operation_model('ListPoliciesForTarget')241 members = operation_model.input_shape.members242class ListRootsRequest(typing.NamedTuple):243 def execute(self, svc):244 return aws_meta.execute(svc, self)245 NextToken: str = None246 MaxResults: int = None247 operation_model = botocore.session.Session().get_service_model('organizations').operation_model('ListRoots')248 members = operation_model.input_shape.members249class ListTargetsForPolicyRequest(typing.NamedTuple):250 def execute(self, svc):251 return aws_meta.execute(svc, self)252 PolicyId: str253 NextToken: str = None254 MaxResults: int = None255 operation_model = botocore.session.Session().get_service_model('organizations').operation_model('ListTargetsForPolicy')256 members = operation_model.input_shape.members257class MoveAccountRequest(typing.NamedTuple):258 def execute(self, svc):259 return aws_meta.execute(svc, self)260 AccountId: str261 SourceParentId: str262 DestinationParentId: str263 operation_model = botocore.session.Session().get_service_model('organizations').operation_model('MoveAccount')264 members = operation_model.input_shape.members265class RemoveAccountFromOrganizationRequest(typing.NamedTuple):266 def execute(self, svc):267 return aws_meta.execute(svc, self)268 AccountId: str269 operation_model = botocore.session.Session().get_service_model('organizations').operation_model('RemoveAccountFromOrganization')270 members = operation_model.input_shape.members271class UpdateOrganizationalUnitRequest(typing.NamedTuple):272 def execute(self, svc):273 return aws_meta.execute(svc, self)274 OrganizationalUnitId: str275 Name: str = None276 operation_model = botocore.session.Session().get_service_model('organizations').operation_model('UpdateOrganizationalUnit')277 members = operation_model.input_shape.members278class UpdatePolicyRequest(typing.NamedTuple):279 def execute(self, svc):280 return aws_meta.execute(svc, self)281 PolicyId: str282 Name: str = None283 Description: str = None284 Content: str = None285 operation_model = botocore.session.Session().get_service_model('organizations').operation_model('UpdatePolicy')...

Full Screen

Full Screen

Automation Testing Tutorials

Learn to execute automation testing from scratch with LambdaTest Learning Hub. Right from setting up the prerequisites to run your first automation test, to following best practices and diving deeper into advanced test scenarios. LambdaTest Learning Hubs compile a list of step-by-step guides to help you be proficient with different test automation frameworks i.e. Selenium, Cypress, TestNG etc.

LambdaTest Learning Hubs:

YouTube

You could also refer to video tutorials over LambdaTest YouTube channel to get step by step demonstration from industry experts.

Run localstack automation tests on LambdaTest cloud grid

Perform automation testing on 3000+ real desktop and mobile devices online.

Try LambdaTest Now !!

Get 100 minutes of automation test minutes FREE!!

Next-Gen App & Browser Testing Cloud

Was this article helpful?

Helpful

NotHelpful