Skip to content

Commit

Permalink
New services kinesis-video-webrtc-storage, payment-cryptography-data,…
Browse files Browse the repository at this point in the history
… sagemaker-metrics, managedblockchain-query, cloudtrail-data, bedrock-runtime do not have their own resources
  • Loading branch information
JohannesEbke committed Nov 21, 2023
1 parent c9600ab commit f529831
Showing 1 changed file with 22 additions and 16 deletions.
38 changes: 22 additions & 16 deletions aws_list_all/test_introspection.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,19 @@ def test_introspect_regions_for_service():

def test_get_listing_operations():
expected_no_listings = {
'account',
'amplifyuibuilder',
'appconfigdata',
'application-autoscaling',
'budgets',
'bedrock-runtime',
'braket', # TODO: Failure of heuristic, see issue #38
'budgets',
'chime-sdk-meetings',
'chime-sdk-messaging',
'cloudtrail-data',
'connect-contact-lens',
'connectparticipant',
'controltower',
'ebs',
'ec2-instance-connect',
'forecastquery',
Expand All @@ -55,41 +64,38 @@ def test_get_listing_operations():
'iot-jobs-data',
'iotevents-data',
'kinesis-video-signaling',
'kinesis-video-webrtc-storage',
'lex-runtime',
'lexv2-runtime',
'managedblockchain-query',
'marketplace-catalog',
'marketplace-entitlement',
'marketplacecommerceanalytics',
'mediaconvert',
'meteringmarketplace',
'payment-cryptography-data',
'personalize-events',
'personalize-runtime',
'pi',
'pinpoint-sms-voice',
'pricing',
'qldb-session',
'quicksight',
'rbin',
'rds-data',
'resourcegroupstaggingapi',
'sagemaker-runtime',
'sagemaker-a2i-runtime',
'sagemaker-edge',
'sagemaker-featurestore-runtime',
'sagemaker-metrics',
'sagemaker-runtime',
'sso',
'sso-oidc',
'sts',
'swf',
'wafv2',
'workdocs',
'workmailmessageflow',
'connect-contact-lens',
'sagemaker-featurestore-runtime',
'sagemaker-edge',
'lexv2-runtime',
'controltower',
'chime-sdk-meetings',
'appconfigdata',
'rbin',
'amplifyuibuilder',
'mediaconvert',
'personalize-runtime',
'account',
'wafv2',
'chime-sdk-messaging',
}

services_with_no_listings = set()
Expand Down

0 comments on commit f529831

Please sign in to comment.