aws-cdk-lib 2.217.0__py3-none-any.whl → 2.219.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of aws-cdk-lib might be problematic. Click here for more details.
- aws_cdk/__init__.py +19 -19
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.217.0.jsii.tgz → aws-cdk-lib@2.219.0.jsii.tgz} +0 -0
- aws_cdk/aws_amazonmq/__init__.py +185 -87
- aws_cdk/aws_apigateway/__init__.py +242 -0
- aws_cdk/aws_apigatewayv2/__init__.py +58 -0
- aws_cdk/aws_appconfig/__init__.py +145 -0
- aws_cdk/aws_appflow/__init__.py +116 -0
- aws_cdk/aws_appintegrations/__init__.py +116 -0
- aws_cdk/aws_appstream/__init__.py +87 -0
- aws_cdk/aws_appsync/__init__.py +58 -0
- aws_cdk/aws_apptest/__init__.py +58 -0
- aws_cdk/aws_athena/__init__.py +58 -0
- aws_cdk/aws_auditmanager/__init__.py +58 -0
- aws_cdk/aws_backup/__init__.py +145 -0
- aws_cdk/aws_batch/__init__.py +58 -0
- aws_cdk/aws_bcmdataexports/__init__.py +9 -0
- aws_cdk/aws_bedrock/__init__.py +501 -1
- aws_cdk/aws_bedrockagentcore/__init__.py +297 -157
- aws_cdk/aws_cassandra/__init__.py +29 -0
- aws_cdk/aws_certificatemanager/__init__.py +29 -0
- aws_cdk/aws_cloudfront/__init__.py +57 -0
- aws_cdk/aws_cloudfront_origins/__init__.py +87 -7
- aws_cdk/aws_cloudtrail/__init__.py +58 -0
- aws_cdk/aws_cloudwatch/__init__.py +145 -0
- aws_cdk/aws_codebuild/__init__.py +454 -74
- aws_cdk/aws_codedeploy/__init__.py +29 -0
- aws_cdk/aws_codeguruprofiler/__init__.py +58 -0
- aws_cdk/aws_codepipeline/__init__.py +29 -0
- aws_cdk/aws_cognito/__init__.py +87 -0
- aws_cdk/aws_config/__init__.py +58 -0
- aws_cdk/aws_connect/__init__.py +9 -9
- aws_cdk/aws_cur/__init__.py +34 -3
- aws_cdk/aws_customerprofiles/__init__.py +58 -0
- aws_cdk/aws_datapipeline/__init__.py +29 -0
- aws_cdk/aws_datasync/__init__.py +44 -22
- aws_cdk/aws_datazone/__init__.py +93 -33
- aws_cdk/aws_dms/__init__.py +61 -5
- aws_cdk/aws_docdb/__init__.py +153 -25
- aws_cdk/aws_dsql/__init__.py +29 -0
- aws_cdk/aws_dynamodb/__init__.py +58 -0
- aws_cdk/aws_ec2/__init__.py +4598 -22
- aws_cdk/aws_ecr/__init__.py +116 -0
- aws_cdk/aws_ecs/__init__.py +2768 -79
- aws_cdk/aws_efs/__init__.py +116 -0
- aws_cdk/aws_eks/__init__.py +118 -0
- aws_cdk/aws_elasticache/__init__.py +261 -0
- aws_cdk/aws_elasticbeanstalk/__init__.py +29 -0
- aws_cdk/aws_emr/__init__.py +87 -0
- aws_cdk/aws_emrcontainers/__init__.py +58 -0
- aws_cdk/aws_emrserverless/__init__.py +58 -0
- aws_cdk/aws_entityresolution/__init__.py +163 -0
- aws_cdk/aws_events/__init__.py +290 -0
- aws_cdk/aws_finspace/__init__.py +58 -0
- aws_cdk/aws_gamelift/__init__.py +435 -0
- aws_cdk/aws_glue/__init__.py +145 -0
- aws_cdk/aws_greengrass/__init__.py +464 -0
- aws_cdk/aws_greengrassv2/__init__.py +29 -0
- aws_cdk/aws_groundstation/__init__.py +87 -0
- aws_cdk/aws_guardduty/__init__.py +87 -0
- aws_cdk/aws_healthimaging/__init__.py +58 -0
- aws_cdk/aws_healthlake/__init__.py +29 -0
- aws_cdk/aws_internetmonitor/__init__.py +58 -0
- aws_cdk/aws_iot/__init__.py +957 -0
- aws_cdk/aws_iotanalytics/__init__.py +116 -0
- aws_cdk/aws_iotcoredeviceadvisor/__init__.py +58 -0
- aws_cdk/aws_iotevents/__init__.py +87 -0
- aws_cdk/aws_iotfleethub/__init__.py +58 -0
- aws_cdk/aws_iotfleetwise/__init__.py +116 -0
- aws_cdk/aws_iotsitewise/__init__.py +493 -0
- aws_cdk/aws_iottwinmaker/__init__.py +145 -0
- aws_cdk/aws_iotwireless/__init__.py +464 -0
- aws_cdk/aws_kendra/__init__.py +116 -0
- aws_cdk/aws_kinesis/__init__.py +58 -0
- aws_cdk/aws_kinesisanalytics/__init__.py +31 -0
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +29 -0
- aws_cdk/aws_kinesisfirehose/__init__.py +58 -0
- aws_cdk/aws_kinesisvideo/__init__.py +29 -0
- aws_cdk/aws_kms/__init__.py +58 -0
- aws_cdk/aws_lambda/__init__.py +58 -0
- aws_cdk/aws_lex/__init__.py +29 -0
- aws_cdk/aws_location/__init__.py +348 -0
- aws_cdk/aws_logs/__init__.py +232 -0
- aws_cdk/aws_lookoutequipment/__init__.py +29 -0
- aws_cdk/aws_lookoutvision/__init__.py +58 -0
- aws_cdk/aws_managedblockchain/__init__.py +145 -0
- aws_cdk/aws_medialive/__init__.py +435 -0
- aws_cdk/aws_mediatailor/__init__.py +174 -0
- aws_cdk/aws_memorydb/__init__.py +203 -0
- aws_cdk/aws_msk/__init__.py +4 -2
- aws_cdk/aws_mwaa/__init__.py +58 -0
- aws_cdk/aws_networkfirewall/__init__.py +6 -2
- aws_cdk/aws_networkmanager/__init__.py +29 -0
- aws_cdk/aws_nimblestudio/__init__.py +29 -0
- aws_cdk/aws_omics/__init__.py +174 -0
- aws_cdk/aws_opensearchserverless/__init__.py +58 -0
- aws_cdk/aws_opensearchservice/__init__.py +58 -0
- aws_cdk/aws_opsworks/__init__.py +29 -0
- aws_cdk/aws_organizations/__init__.py +116 -0
- aws_cdk/aws_panorama/__init__.py +116 -0
- aws_cdk/aws_pinpoint/__init__.py +116 -0
- aws_cdk/aws_qbusiness/__init__.py +232 -0
- aws_cdk/aws_qldb/__init__.py +29 -0
- aws_cdk/aws_quicksight/__init__.py +38 -0
- aws_cdk/aws_rds/__init__.py +97 -14
- aws_cdk/aws_redshift/__init__.py +29 -0
- aws_cdk/aws_rekognition/__init__.py +87 -0
- aws_cdk/aws_resourcegroups/__init__.py +58 -0
- aws_cdk/aws_rolesanywhere/__init__.py +145 -0
- aws_cdk/aws_route53/__init__.py +8 -2
- aws_cdk/aws_route53recoveryreadiness/__init__.py +58 -0
- aws_cdk/aws_route53resolver/__init__.py +29 -0
- aws_cdk/aws_s3/__init__.py +116 -0
- aws_cdk/aws_s3express/__init__.py +116 -0
- aws_cdk/aws_sagemaker/__init__.py +464 -0
- aws_cdk/aws_scheduler/__init__.py +29 -0
- aws_cdk/aws_secretsmanager/__init__.py +29 -0
- aws_cdk/aws_servicecatalog/__init__.py +107 -86
- aws_cdk/aws_servicecatalogappregistry/__init__.py +116 -0
- aws_cdk/aws_servicediscovery/__init__.py +58 -0
- aws_cdk/aws_ses/__init__.py +261 -0
- aws_cdk/aws_simspaceweaver/__init__.py +29 -0
- aws_cdk/aws_smsvoice/__init__.py +319 -0
- aws_cdk/aws_ssm/__init__.py +87 -0
- aws_cdk/aws_synthetics/__init__.py +29 -0
- aws_cdk/aws_timestream/__init__.py +87 -0
- aws_cdk/aws_transfer/__init__.py +261 -0
- aws_cdk/aws_verifiedpermissions/__init__.py +58 -0
- aws_cdk/aws_voiceid/__init__.py +29 -0
- aws_cdk/aws_wisdom/__init__.py +232 -0
- aws_cdk/aws_workspaces/__init__.py +58 -0
- aws_cdk/aws_workspacesinstances/__init__.py +29 -0
- aws_cdk/aws_workspacesthinclient/__init__.py +58 -0
- aws_cdk/pipelines/__init__.py +5 -1
- {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.219.0.dist-info}/METADATA +2 -2
- {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.219.0.dist-info}/RECORD +140 -140
- {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.219.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.219.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.219.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.219.0.dist-info}/top_level.txt +0 -0
|
@@ -1291,6 +1291,27 @@ class CfnChannel(
|
|
|
1291
1291
|
|
|
1292
1292
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
1293
1293
|
|
|
1294
|
+
@jsii.member(jsii_name="fromChannelName")
|
|
1295
|
+
@builtins.classmethod
|
|
1296
|
+
def from_channel_name(
|
|
1297
|
+
cls,
|
|
1298
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1299
|
+
id: builtins.str,
|
|
1300
|
+
channel_name: builtins.str,
|
|
1301
|
+
) -> IChannelRef:
|
|
1302
|
+
'''Creates a new IChannelRef from a channelName.
|
|
1303
|
+
|
|
1304
|
+
:param scope: -
|
|
1305
|
+
:param id: -
|
|
1306
|
+
:param channel_name: -
|
|
1307
|
+
'''
|
|
1308
|
+
if __debug__:
|
|
1309
|
+
type_hints = typing.get_type_hints(_typecheckingstub__60d41c2d674ae69d0583f0829e381b545ba1e9f2c93e0fc29860297fa82ddbf6)
|
|
1310
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
1311
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
1312
|
+
check_type(argname="argument channel_name", value=channel_name, expected_type=type_hints["channel_name"])
|
|
1313
|
+
return typing.cast(IChannelRef, jsii.sinvoke(cls, "fromChannelName", [scope, id, channel_name]))
|
|
1314
|
+
|
|
1294
1315
|
@jsii.member(jsii_name="inspect")
|
|
1295
1316
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
1296
1317
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -1827,6 +1848,27 @@ class CfnDataset(
|
|
|
1827
1848
|
|
|
1828
1849
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
1829
1850
|
|
|
1851
|
+
@jsii.member(jsii_name="fromDatasetName")
|
|
1852
|
+
@builtins.classmethod
|
|
1853
|
+
def from_dataset_name(
|
|
1854
|
+
cls,
|
|
1855
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1856
|
+
id: builtins.str,
|
|
1857
|
+
dataset_name: builtins.str,
|
|
1858
|
+
) -> IDatasetRef:
|
|
1859
|
+
'''Creates a new IDatasetRef from a datasetName.
|
|
1860
|
+
|
|
1861
|
+
:param scope: -
|
|
1862
|
+
:param id: -
|
|
1863
|
+
:param dataset_name: -
|
|
1864
|
+
'''
|
|
1865
|
+
if __debug__:
|
|
1866
|
+
type_hints = typing.get_type_hints(_typecheckingstub__fb340790ab5f3215e0f0c83feac2d20ef7a06d62a08aaa0245a73d812c928bc6)
|
|
1867
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
1868
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
1869
|
+
check_type(argname="argument dataset_name", value=dataset_name, expected_type=type_hints["dataset_name"])
|
|
1870
|
+
return typing.cast(IDatasetRef, jsii.sinvoke(cls, "fromDatasetName", [scope, id, dataset_name]))
|
|
1871
|
+
|
|
1830
1872
|
@jsii.member(jsii_name="inspect")
|
|
1831
1873
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
1832
1874
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -3911,6 +3953,27 @@ class CfnDatastore(
|
|
|
3911
3953
|
|
|
3912
3954
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
3913
3955
|
|
|
3956
|
+
@jsii.member(jsii_name="fromDatastoreName")
|
|
3957
|
+
@builtins.classmethod
|
|
3958
|
+
def from_datastore_name(
|
|
3959
|
+
cls,
|
|
3960
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
3961
|
+
id: builtins.str,
|
|
3962
|
+
datastore_name: builtins.str,
|
|
3963
|
+
) -> IDatastoreRef:
|
|
3964
|
+
'''Creates a new IDatastoreRef from a datastoreName.
|
|
3965
|
+
|
|
3966
|
+
:param scope: -
|
|
3967
|
+
:param id: -
|
|
3968
|
+
:param datastore_name: -
|
|
3969
|
+
'''
|
|
3970
|
+
if __debug__:
|
|
3971
|
+
type_hints = typing.get_type_hints(_typecheckingstub__14456e1f4bdbd8cede71a896f8323368877932a1b55f475a9eab0b1898e4295f)
|
|
3972
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
3973
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
3974
|
+
check_type(argname="argument datastore_name", value=datastore_name, expected_type=type_hints["datastore_name"])
|
|
3975
|
+
return typing.cast(IDatastoreRef, jsii.sinvoke(cls, "fromDatastoreName", [scope, id, datastore_name]))
|
|
3976
|
+
|
|
3914
3977
|
@jsii.member(jsii_name="inspect")
|
|
3915
3978
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
3916
3979
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -5194,6 +5257,27 @@ class CfnPipeline(
|
|
|
5194
5257
|
|
|
5195
5258
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
5196
5259
|
|
|
5260
|
+
@jsii.member(jsii_name="fromPipelineName")
|
|
5261
|
+
@builtins.classmethod
|
|
5262
|
+
def from_pipeline_name(
|
|
5263
|
+
cls,
|
|
5264
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
5265
|
+
id: builtins.str,
|
|
5266
|
+
pipeline_name: builtins.str,
|
|
5267
|
+
) -> IPipelineRef:
|
|
5268
|
+
'''Creates a new IPipelineRef from a pipelineName.
|
|
5269
|
+
|
|
5270
|
+
:param scope: -
|
|
5271
|
+
:param id: -
|
|
5272
|
+
:param pipeline_name: -
|
|
5273
|
+
'''
|
|
5274
|
+
if __debug__:
|
|
5275
|
+
type_hints = typing.get_type_hints(_typecheckingstub__d6df4d09ae6fc11b39aaafa478e14383bd48de0b0ca658ada135b77e0ecf5e2e)
|
|
5276
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
5277
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
5278
|
+
check_type(argname="argument pipeline_name", value=pipeline_name, expected_type=type_hints["pipeline_name"])
|
|
5279
|
+
return typing.cast(IPipelineRef, jsii.sinvoke(cls, "fromPipelineName", [scope, id, pipeline_name]))
|
|
5280
|
+
|
|
5197
5281
|
@jsii.member(jsii_name="inspect")
|
|
5198
5282
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
5199
5283
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -6666,6 +6750,14 @@ def _typecheckingstub__8332c208b00865f2cfdad255e86ebeabe2b2b68a70b8fa26b96ec9b8c
|
|
|
6666
6750
|
"""Type checking stubs"""
|
|
6667
6751
|
pass
|
|
6668
6752
|
|
|
6753
|
+
def _typecheckingstub__60d41c2d674ae69d0583f0829e381b545ba1e9f2c93e0fc29860297fa82ddbf6(
|
|
6754
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
6755
|
+
id: builtins.str,
|
|
6756
|
+
channel_name: builtins.str,
|
|
6757
|
+
) -> None:
|
|
6758
|
+
"""Type checking stubs"""
|
|
6759
|
+
pass
|
|
6760
|
+
|
|
6669
6761
|
def _typecheckingstub__3afdfadc9a4edd9b5c35f5d06ae9f61c5c1ebaa012686da4a923c736b3fa979b(
|
|
6670
6762
|
inspector: _TreeInspector_488e0dd5,
|
|
6671
6763
|
) -> None:
|
|
@@ -6743,6 +6835,14 @@ def _typecheckingstub__28e622d1f32fa52fab95276ceeda7ad3576bf8992514bb441ca9b4ec4
|
|
|
6743
6835
|
"""Type checking stubs"""
|
|
6744
6836
|
pass
|
|
6745
6837
|
|
|
6838
|
+
def _typecheckingstub__fb340790ab5f3215e0f0c83feac2d20ef7a06d62a08aaa0245a73d812c928bc6(
|
|
6839
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
6840
|
+
id: builtins.str,
|
|
6841
|
+
dataset_name: builtins.str,
|
|
6842
|
+
) -> None:
|
|
6843
|
+
"""Type checking stubs"""
|
|
6844
|
+
pass
|
|
6845
|
+
|
|
6746
6846
|
def _typecheckingstub__4f43abe364fcb83fda3cc5c4f98b2e4482fe72474205d310be98d8daa35ad70e(
|
|
6747
6847
|
inspector: _TreeInspector_488e0dd5,
|
|
6748
6848
|
) -> None:
|
|
@@ -6994,6 +7094,14 @@ def _typecheckingstub__80888194774a160a9eb52d698126a6fd1e7e99768082595c8f4810a89
|
|
|
6994
7094
|
"""Type checking stubs"""
|
|
6995
7095
|
pass
|
|
6996
7096
|
|
|
7097
|
+
def _typecheckingstub__14456e1f4bdbd8cede71a896f8323368877932a1b55f475a9eab0b1898e4295f(
|
|
7098
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
7099
|
+
id: builtins.str,
|
|
7100
|
+
datastore_name: builtins.str,
|
|
7101
|
+
) -> None:
|
|
7102
|
+
"""Type checking stubs"""
|
|
7103
|
+
pass
|
|
7104
|
+
|
|
6997
7105
|
def _typecheckingstub__ade56a7c5d6431a16dde38053efe2001ac1c8ab06985988a23a00267d80a5a16(
|
|
6998
7106
|
inspector: _TreeInspector_488e0dd5,
|
|
6999
7107
|
) -> None:
|
|
@@ -7154,6 +7262,14 @@ def _typecheckingstub__780e6e051f6bd102a51bd0b3de8f56cd44681953f4198d82746008555
|
|
|
7154
7262
|
"""Type checking stubs"""
|
|
7155
7263
|
pass
|
|
7156
7264
|
|
|
7265
|
+
def _typecheckingstub__d6df4d09ae6fc11b39aaafa478e14383bd48de0b0ca658ada135b77e0ecf5e2e(
|
|
7266
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
7267
|
+
id: builtins.str,
|
|
7268
|
+
pipeline_name: builtins.str,
|
|
7269
|
+
) -> None:
|
|
7270
|
+
"""Type checking stubs"""
|
|
7271
|
+
pass
|
|
7272
|
+
|
|
7157
7273
|
def _typecheckingstub__405496d6c191e31df7bb8a63193cea61a5bf750f573ac5a5fede36aaa0994c7c(
|
|
7158
7274
|
inspector: _TreeInspector_488e0dd5,
|
|
7159
7275
|
) -> None:
|
|
@@ -316,6 +316,48 @@ class CfnSuiteDefinition(
|
|
|
316
316
|
|
|
317
317
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
318
318
|
|
|
319
|
+
@jsii.member(jsii_name="fromSuiteDefinitionArn")
|
|
320
|
+
@builtins.classmethod
|
|
321
|
+
def from_suite_definition_arn(
|
|
322
|
+
cls,
|
|
323
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
324
|
+
id: builtins.str,
|
|
325
|
+
arn: builtins.str,
|
|
326
|
+
) -> ISuiteDefinitionRef:
|
|
327
|
+
'''Creates a new ISuiteDefinitionRef from an ARN.
|
|
328
|
+
|
|
329
|
+
:param scope: -
|
|
330
|
+
:param id: -
|
|
331
|
+
:param arn: -
|
|
332
|
+
'''
|
|
333
|
+
if __debug__:
|
|
334
|
+
type_hints = typing.get_type_hints(_typecheckingstub__7dba82c752ff993d11a788cce4b31a2a0616eb6f74d90cac98e2ca4f0a536732)
|
|
335
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
336
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
337
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
338
|
+
return typing.cast(ISuiteDefinitionRef, jsii.sinvoke(cls, "fromSuiteDefinitionArn", [scope, id, arn]))
|
|
339
|
+
|
|
340
|
+
@jsii.member(jsii_name="fromSuiteDefinitionId")
|
|
341
|
+
@builtins.classmethod
|
|
342
|
+
def from_suite_definition_id(
|
|
343
|
+
cls,
|
|
344
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
345
|
+
id: builtins.str,
|
|
346
|
+
suite_definition_id: builtins.str,
|
|
347
|
+
) -> ISuiteDefinitionRef:
|
|
348
|
+
'''Creates a new ISuiteDefinitionRef from a suiteDefinitionId.
|
|
349
|
+
|
|
350
|
+
:param scope: -
|
|
351
|
+
:param id: -
|
|
352
|
+
:param suite_definition_id: -
|
|
353
|
+
'''
|
|
354
|
+
if __debug__:
|
|
355
|
+
type_hints = typing.get_type_hints(_typecheckingstub__a8ff18a5c90695b982075ba4cfa4b364bf1607a9f227a0851fadfc97a7569404)
|
|
356
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
357
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
358
|
+
check_type(argname="argument suite_definition_id", value=suite_definition_id, expected_type=type_hints["suite_definition_id"])
|
|
359
|
+
return typing.cast(ISuiteDefinitionRef, jsii.sinvoke(cls, "fromSuiteDefinitionId", [scope, id, suite_definition_id]))
|
|
360
|
+
|
|
319
361
|
@jsii.member(jsii_name="inspect")
|
|
320
362
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
321
363
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -693,6 +735,22 @@ def _typecheckingstub__945861bb0ea34e6da34c3c8b60ba3b233f881a73cecd8fa75200bae6d
|
|
|
693
735
|
"""Type checking stubs"""
|
|
694
736
|
pass
|
|
695
737
|
|
|
738
|
+
def _typecheckingstub__7dba82c752ff993d11a788cce4b31a2a0616eb6f74d90cac98e2ca4f0a536732(
|
|
739
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
740
|
+
id: builtins.str,
|
|
741
|
+
arn: builtins.str,
|
|
742
|
+
) -> None:
|
|
743
|
+
"""Type checking stubs"""
|
|
744
|
+
pass
|
|
745
|
+
|
|
746
|
+
def _typecheckingstub__a8ff18a5c90695b982075ba4cfa4b364bf1607a9f227a0851fadfc97a7569404(
|
|
747
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
748
|
+
id: builtins.str,
|
|
749
|
+
suite_definition_id: builtins.str,
|
|
750
|
+
) -> None:
|
|
751
|
+
"""Type checking stubs"""
|
|
752
|
+
pass
|
|
753
|
+
|
|
696
754
|
def _typecheckingstub__93d16fdf80d2c88f3a287c1dd112d9390b367d543fcb21c7d645e5a89d9fa526(
|
|
697
755
|
inspector: _TreeInspector_488e0dd5,
|
|
698
756
|
) -> None:
|
|
@@ -1144,6 +1144,27 @@ class CfnAlarmModel(
|
|
|
1144
1144
|
|
|
1145
1145
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
1146
1146
|
|
|
1147
|
+
@jsii.member(jsii_name="fromAlarmModelName")
|
|
1148
|
+
@builtins.classmethod
|
|
1149
|
+
def from_alarm_model_name(
|
|
1150
|
+
cls,
|
|
1151
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1152
|
+
id: builtins.str,
|
|
1153
|
+
alarm_model_name: builtins.str,
|
|
1154
|
+
) -> IAlarmModelRef:
|
|
1155
|
+
'''Creates a new IAlarmModelRef from a alarmModelName.
|
|
1156
|
+
|
|
1157
|
+
:param scope: -
|
|
1158
|
+
:param id: -
|
|
1159
|
+
:param alarm_model_name: -
|
|
1160
|
+
'''
|
|
1161
|
+
if __debug__:
|
|
1162
|
+
type_hints = typing.get_type_hints(_typecheckingstub__08129328e28cb00ce8f3d88ce6a01d350ff74f935ed83c2a1b71d2c0cb21a69d)
|
|
1163
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
1164
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
1165
|
+
check_type(argname="argument alarm_model_name", value=alarm_model_name, expected_type=type_hints["alarm_model_name"])
|
|
1166
|
+
return typing.cast(IAlarmModelRef, jsii.sinvoke(cls, "fromAlarmModelName", [scope, id, alarm_model_name]))
|
|
1167
|
+
|
|
1147
1168
|
@jsii.member(jsii_name="inspect")
|
|
1148
1169
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
1149
1170
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -3723,6 +3744,27 @@ class CfnDetectorModel(
|
|
|
3723
3744
|
|
|
3724
3745
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
3725
3746
|
|
|
3747
|
+
@jsii.member(jsii_name="fromDetectorModelName")
|
|
3748
|
+
@builtins.classmethod
|
|
3749
|
+
def from_detector_model_name(
|
|
3750
|
+
cls,
|
|
3751
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
3752
|
+
id: builtins.str,
|
|
3753
|
+
detector_model_name: builtins.str,
|
|
3754
|
+
) -> IDetectorModelRef:
|
|
3755
|
+
'''Creates a new IDetectorModelRef from a detectorModelName.
|
|
3756
|
+
|
|
3757
|
+
:param scope: -
|
|
3758
|
+
:param id: -
|
|
3759
|
+
:param detector_model_name: -
|
|
3760
|
+
'''
|
|
3761
|
+
if __debug__:
|
|
3762
|
+
type_hints = typing.get_type_hints(_typecheckingstub__04cc6f160860cf8d535ff9aaf7f302530f50cadf01201747547313644bde84e7)
|
|
3763
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
3764
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
3765
|
+
check_type(argname="argument detector_model_name", value=detector_model_name, expected_type=type_hints["detector_model_name"])
|
|
3766
|
+
return typing.cast(IDetectorModelRef, jsii.sinvoke(cls, "fromDetectorModelName", [scope, id, detector_model_name]))
|
|
3767
|
+
|
|
3726
3768
|
@jsii.member(jsii_name="inspect")
|
|
3727
3769
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
3728
3770
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -7385,6 +7427,27 @@ class CfnInput(
|
|
|
7385
7427
|
|
|
7386
7428
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
7387
7429
|
|
|
7430
|
+
@jsii.member(jsii_name="fromInputName")
|
|
7431
|
+
@builtins.classmethod
|
|
7432
|
+
def from_input_name(
|
|
7433
|
+
cls,
|
|
7434
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
7435
|
+
id: builtins.str,
|
|
7436
|
+
input_name: builtins.str,
|
|
7437
|
+
) -> IInputRef:
|
|
7438
|
+
'''Creates a new IInputRef from a inputName.
|
|
7439
|
+
|
|
7440
|
+
:param scope: -
|
|
7441
|
+
:param id: -
|
|
7442
|
+
:param input_name: -
|
|
7443
|
+
'''
|
|
7444
|
+
if __debug__:
|
|
7445
|
+
type_hints = typing.get_type_hints(_typecheckingstub__7435d9ce0842ad08e9b33dbbeb8321316d275c48b9389305fbd145a070876eb8)
|
|
7446
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
7447
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
7448
|
+
check_type(argname="argument input_name", value=input_name, expected_type=type_hints["input_name"])
|
|
7449
|
+
return typing.cast(IInputRef, jsii.sinvoke(cls, "fromInputName", [scope, id, input_name]))
|
|
7450
|
+
|
|
7388
7451
|
@jsii.member(jsii_name="inspect")
|
|
7389
7452
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
7390
7453
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -7703,6 +7766,14 @@ def _typecheckingstub__ef7f48b87ae58ab2d16bfb25fbcc61ae8753eb0c9a5b0016eec37a52e
|
|
|
7703
7766
|
"""Type checking stubs"""
|
|
7704
7767
|
pass
|
|
7705
7768
|
|
|
7769
|
+
def _typecheckingstub__08129328e28cb00ce8f3d88ce6a01d350ff74f935ed83c2a1b71d2c0cb21a69d(
|
|
7770
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
7771
|
+
id: builtins.str,
|
|
7772
|
+
alarm_model_name: builtins.str,
|
|
7773
|
+
) -> None:
|
|
7774
|
+
"""Type checking stubs"""
|
|
7775
|
+
pass
|
|
7776
|
+
|
|
7706
7777
|
def _typecheckingstub__29efb49b22ff313d9ee99306ea7ca4bf99648d4ec281ef880884544374a005e5(
|
|
7707
7778
|
inspector: _TreeInspector_488e0dd5,
|
|
7708
7779
|
) -> None:
|
|
@@ -7964,6 +8035,14 @@ def _typecheckingstub__7801b6324e5f272a708fd3542c09e1cc61e7621f542ce11a4795b2717
|
|
|
7964
8035
|
"""Type checking stubs"""
|
|
7965
8036
|
pass
|
|
7966
8037
|
|
|
8038
|
+
def _typecheckingstub__04cc6f160860cf8d535ff9aaf7f302530f50cadf01201747547313644bde84e7(
|
|
8039
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
8040
|
+
id: builtins.str,
|
|
8041
|
+
detector_model_name: builtins.str,
|
|
8042
|
+
) -> None:
|
|
8043
|
+
"""Type checking stubs"""
|
|
8044
|
+
pass
|
|
8045
|
+
|
|
7967
8046
|
def _typecheckingstub__29f2e3393710755e327caeb1124191f98f1ffdfa48556729447af0457b842077(
|
|
7968
8047
|
inspector: _TreeInspector_488e0dd5,
|
|
7969
8048
|
) -> None:
|
|
@@ -8259,6 +8338,14 @@ def _typecheckingstub__11855be4f7bee53ad741f6363d8e68467f417b7f7483fc55460da1fe9
|
|
|
8259
8338
|
"""Type checking stubs"""
|
|
8260
8339
|
pass
|
|
8261
8340
|
|
|
8341
|
+
def _typecheckingstub__7435d9ce0842ad08e9b33dbbeb8321316d275c48b9389305fbd145a070876eb8(
|
|
8342
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
8343
|
+
id: builtins.str,
|
|
8344
|
+
input_name: builtins.str,
|
|
8345
|
+
) -> None:
|
|
8346
|
+
"""Type checking stubs"""
|
|
8347
|
+
pass
|
|
8348
|
+
|
|
8262
8349
|
def _typecheckingstub__02f974c7c08e022c5245f053e877e1dcb9db302c7bcb12e452bb07d8fd18b87c(
|
|
8263
8350
|
inspector: _TreeInspector_488e0dd5,
|
|
8264
8351
|
) -> None:
|
|
@@ -356,6 +356,48 @@ class CfnApplication(
|
|
|
356
356
|
|
|
357
357
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
358
358
|
|
|
359
|
+
@jsii.member(jsii_name="fromApplicationArn")
|
|
360
|
+
@builtins.classmethod
|
|
361
|
+
def from_application_arn(
|
|
362
|
+
cls,
|
|
363
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
364
|
+
id: builtins.str,
|
|
365
|
+
arn: builtins.str,
|
|
366
|
+
) -> IApplicationRef:
|
|
367
|
+
'''Creates a new IApplicationRef from an ARN.
|
|
368
|
+
|
|
369
|
+
:param scope: -
|
|
370
|
+
:param id: -
|
|
371
|
+
:param arn: -
|
|
372
|
+
'''
|
|
373
|
+
if __debug__:
|
|
374
|
+
type_hints = typing.get_type_hints(_typecheckingstub__875f082c455ace02f7d6232f58f4047ae2f2c5b06d63b051e6cb24f55bba901b)
|
|
375
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
376
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
377
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
378
|
+
return typing.cast(IApplicationRef, jsii.sinvoke(cls, "fromApplicationArn", [scope, id, arn]))
|
|
379
|
+
|
|
380
|
+
@jsii.member(jsii_name="fromApplicationId")
|
|
381
|
+
@builtins.classmethod
|
|
382
|
+
def from_application_id(
|
|
383
|
+
cls,
|
|
384
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
385
|
+
id: builtins.str,
|
|
386
|
+
application_id: builtins.str,
|
|
387
|
+
) -> IApplicationRef:
|
|
388
|
+
'''Creates a new IApplicationRef from a applicationId.
|
|
389
|
+
|
|
390
|
+
:param scope: -
|
|
391
|
+
:param id: -
|
|
392
|
+
:param application_id: -
|
|
393
|
+
'''
|
|
394
|
+
if __debug__:
|
|
395
|
+
type_hints = typing.get_type_hints(_typecheckingstub__1067620c303cd543bab59a50b3262f84fd21bb6c0cc28e8c18b489da182a8292)
|
|
396
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
397
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
398
|
+
check_type(argname="argument application_id", value=application_id, expected_type=type_hints["application_id"])
|
|
399
|
+
return typing.cast(IApplicationRef, jsii.sinvoke(cls, "fromApplicationId", [scope, id, application_id]))
|
|
400
|
+
|
|
359
401
|
@jsii.member(jsii_name="inspect")
|
|
360
402
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
361
403
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -569,6 +611,22 @@ def _typecheckingstub__b0980596631cbe713d270d139797274438ec1f918af98c8c9381e0d2b
|
|
|
569
611
|
"""Type checking stubs"""
|
|
570
612
|
pass
|
|
571
613
|
|
|
614
|
+
def _typecheckingstub__875f082c455ace02f7d6232f58f4047ae2f2c5b06d63b051e6cb24f55bba901b(
|
|
615
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
616
|
+
id: builtins.str,
|
|
617
|
+
arn: builtins.str,
|
|
618
|
+
) -> None:
|
|
619
|
+
"""Type checking stubs"""
|
|
620
|
+
pass
|
|
621
|
+
|
|
622
|
+
def _typecheckingstub__1067620c303cd543bab59a50b3262f84fd21bb6c0cc28e8c18b489da182a8292(
|
|
623
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
624
|
+
id: builtins.str,
|
|
625
|
+
application_id: builtins.str,
|
|
626
|
+
) -> None:
|
|
627
|
+
"""Type checking stubs"""
|
|
628
|
+
pass
|
|
629
|
+
|
|
572
630
|
def _typecheckingstub__4d788f8f33dfde95e87a2d7f9c9fe70c4519c3ce0b5ec69fbc24f19aada67864(
|
|
573
631
|
inspector: _TreeInspector_488e0dd5,
|
|
574
632
|
) -> None:
|
|
@@ -2532,6 +2532,48 @@ class CfnCampaign(
|
|
|
2532
2532
|
|
|
2533
2533
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
2534
2534
|
|
|
2535
|
+
@jsii.member(jsii_name="fromCampaignArn")
|
|
2536
|
+
@builtins.classmethod
|
|
2537
|
+
def from_campaign_arn(
|
|
2538
|
+
cls,
|
|
2539
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2540
|
+
id: builtins.str,
|
|
2541
|
+
arn: builtins.str,
|
|
2542
|
+
) -> ICampaignRef:
|
|
2543
|
+
'''Creates a new ICampaignRef from an ARN.
|
|
2544
|
+
|
|
2545
|
+
:param scope: -
|
|
2546
|
+
:param id: -
|
|
2547
|
+
:param arn: -
|
|
2548
|
+
'''
|
|
2549
|
+
if __debug__:
|
|
2550
|
+
type_hints = typing.get_type_hints(_typecheckingstub__c51ab85405ba663d7d52a30e3c3b34e16806ad52f1c92f929d00fbb7ff2dfcf8)
|
|
2551
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
2552
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
2553
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
2554
|
+
return typing.cast(ICampaignRef, jsii.sinvoke(cls, "fromCampaignArn", [scope, id, arn]))
|
|
2555
|
+
|
|
2556
|
+
@jsii.member(jsii_name="fromCampaignName")
|
|
2557
|
+
@builtins.classmethod
|
|
2558
|
+
def from_campaign_name(
|
|
2559
|
+
cls,
|
|
2560
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2561
|
+
id: builtins.str,
|
|
2562
|
+
campaign_name: builtins.str,
|
|
2563
|
+
) -> ICampaignRef:
|
|
2564
|
+
'''Creates a new ICampaignRef from a campaignName.
|
|
2565
|
+
|
|
2566
|
+
:param scope: -
|
|
2567
|
+
:param id: -
|
|
2568
|
+
:param campaign_name: -
|
|
2569
|
+
'''
|
|
2570
|
+
if __debug__:
|
|
2571
|
+
type_hints = typing.get_type_hints(_typecheckingstub__ae2c2e2ec2c5152f8ac3315300b27b15147bc728c8312a967a15c3fb997d60ec)
|
|
2572
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
2573
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
2574
|
+
check_type(argname="argument campaign_name", value=campaign_name, expected_type=type_hints["campaign_name"])
|
|
2575
|
+
return typing.cast(ICampaignRef, jsii.sinvoke(cls, "fromCampaignName", [scope, id, campaign_name]))
|
|
2576
|
+
|
|
2535
2577
|
@jsii.member(jsii_name="inspect")
|
|
2536
2578
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
2537
2579
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -6245,6 +6287,48 @@ class CfnFleet(
|
|
|
6245
6287
|
|
|
6246
6288
|
jsii.create(self.__class__, self, [scope, id_, props])
|
|
6247
6289
|
|
|
6290
|
+
@jsii.member(jsii_name="fromFleetArn")
|
|
6291
|
+
@builtins.classmethod
|
|
6292
|
+
def from_fleet_arn(
|
|
6293
|
+
cls,
|
|
6294
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
6295
|
+
id: builtins.str,
|
|
6296
|
+
arn: builtins.str,
|
|
6297
|
+
) -> IFleetRef:
|
|
6298
|
+
'''Creates a new IFleetRef from an ARN.
|
|
6299
|
+
|
|
6300
|
+
:param scope: -
|
|
6301
|
+
:param id: -
|
|
6302
|
+
:param arn: -
|
|
6303
|
+
'''
|
|
6304
|
+
if __debug__:
|
|
6305
|
+
type_hints = typing.get_type_hints(_typecheckingstub__7d7fcef721ba4c089f7301c5aef8c2013b79b8c192a29a9b67a9c0276b6d819a)
|
|
6306
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
6307
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
6308
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
6309
|
+
return typing.cast(IFleetRef, jsii.sinvoke(cls, "fromFleetArn", [scope, id, arn]))
|
|
6310
|
+
|
|
6311
|
+
@jsii.member(jsii_name="fromFleetId")
|
|
6312
|
+
@builtins.classmethod
|
|
6313
|
+
def from_fleet_id(
|
|
6314
|
+
cls,
|
|
6315
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
6316
|
+
id: builtins.str,
|
|
6317
|
+
fleet_id: builtins.str,
|
|
6318
|
+
) -> IFleetRef:
|
|
6319
|
+
'''Creates a new IFleetRef from a fleetId.
|
|
6320
|
+
|
|
6321
|
+
:param scope: -
|
|
6322
|
+
:param id: -
|
|
6323
|
+
:param fleet_id: -
|
|
6324
|
+
'''
|
|
6325
|
+
if __debug__:
|
|
6326
|
+
type_hints = typing.get_type_hints(_typecheckingstub__19c86fa181d292c4885e8803f1244f1e6377b8ff0a96227ec1c732e3f5334b5e)
|
|
6327
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
6328
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
6329
|
+
check_type(argname="argument fleet_id", value=fleet_id, expected_type=type_hints["fleet_id"])
|
|
6330
|
+
return typing.cast(IFleetRef, jsii.sinvoke(cls, "fromFleetId", [scope, id, fleet_id]))
|
|
6331
|
+
|
|
6248
6332
|
@jsii.member(jsii_name="inspect")
|
|
6249
6333
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
6250
6334
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -8852,6 +8936,22 @@ def _typecheckingstub__f7abc45d2046b48ec3bc5807ec2826a784930a5009b41b194dd6e4bed
|
|
|
8852
8936
|
"""Type checking stubs"""
|
|
8853
8937
|
pass
|
|
8854
8938
|
|
|
8939
|
+
def _typecheckingstub__c51ab85405ba663d7d52a30e3c3b34e16806ad52f1c92f929d00fbb7ff2dfcf8(
|
|
8940
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
8941
|
+
id: builtins.str,
|
|
8942
|
+
arn: builtins.str,
|
|
8943
|
+
) -> None:
|
|
8944
|
+
"""Type checking stubs"""
|
|
8945
|
+
pass
|
|
8946
|
+
|
|
8947
|
+
def _typecheckingstub__ae2c2e2ec2c5152f8ac3315300b27b15147bc728c8312a967a15c3fb997d60ec(
|
|
8948
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
8949
|
+
id: builtins.str,
|
|
8950
|
+
campaign_name: builtins.str,
|
|
8951
|
+
) -> None:
|
|
8952
|
+
"""Type checking stubs"""
|
|
8953
|
+
pass
|
|
8954
|
+
|
|
8855
8955
|
def _typecheckingstub__09fbf1d259fb24b3ffc81851949fdbc1abbaa3df7fef9d0031938dd5b723205f(
|
|
8856
8956
|
inspector: _TreeInspector_488e0dd5,
|
|
8857
8957
|
) -> None:
|
|
@@ -9324,6 +9424,22 @@ def _typecheckingstub__be2399a288ba3f0fe4eba6c31d42082d31eac165febede18736a759d9
|
|
|
9324
9424
|
"""Type checking stubs"""
|
|
9325
9425
|
pass
|
|
9326
9426
|
|
|
9427
|
+
def _typecheckingstub__7d7fcef721ba4c089f7301c5aef8c2013b79b8c192a29a9b67a9c0276b6d819a(
|
|
9428
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
9429
|
+
id: builtins.str,
|
|
9430
|
+
arn: builtins.str,
|
|
9431
|
+
) -> None:
|
|
9432
|
+
"""Type checking stubs"""
|
|
9433
|
+
pass
|
|
9434
|
+
|
|
9435
|
+
def _typecheckingstub__19c86fa181d292c4885e8803f1244f1e6377b8ff0a96227ec1c732e3f5334b5e(
|
|
9436
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
9437
|
+
id: builtins.str,
|
|
9438
|
+
fleet_id: builtins.str,
|
|
9439
|
+
) -> None:
|
|
9440
|
+
"""Type checking stubs"""
|
|
9441
|
+
pass
|
|
9442
|
+
|
|
9327
9443
|
def _typecheckingstub__b66a25ffe3875464ec35ff63e6d6335f63f5bd966c356414cfa0ec840225eedd(
|
|
9328
9444
|
inspector: _TreeInspector_488e0dd5,
|
|
9329
9445
|
) -> None:
|