|
41 | 41 | 'cloudformation': {'DescribeStacks': {}, 'ListStacks': {}}, |
42 | 42 | 'cloudfront': {'ListDistributions': {}, 'ListStreamingDistributions': {}}, |
43 | 43 | 'cloudhsmv2': {'DescribeBackups': {}}, |
44 | | - 'cloudsearch': {'DescribeDomains': {}, 'ListDomainNames': {}}, |
45 | 44 | 'cloudtrail': {'DescribeTrails': {}}, |
46 | 45 | 'cloudwatch': {'ListMetrics': {}}, |
47 | 46 | 'codecommit': {'ListRepositories': {}}, |
|
74 | 73 | # importexport tests are not run. |
75 | 74 | #'importexport': {'ListJobs': {}}, |
76 | 75 | 'importexport': {}, |
77 | | - 'inspector': {'DescribeCrossAccountAccessRole': {}}, |
78 | 76 | 'iot': {'DescribeEndpoint': {}}, |
79 | 77 | 'kinesis': {'ListStreams': {}}, |
80 | 78 | 'kms': {'ListKeys': {}}, |
81 | 79 | 'lambda': {'ListFunctions': {}}, |
82 | 80 | 'logs': {'DescribeLogGroups': {}}, |
83 | | - # 'opsworks': {'DescribeStacks': {}}, |
84 | 81 | 'rds': {'DescribeDBInstances': {}}, |
85 | 82 | 'redshift': {'DescribeClusters': {}}, |
86 | 83 | 'route53': {'ListHostedZones': {}}, |
|
132 | 129 | }, |
133 | 130 | 'cloudfront': {'GetDistribution': {'Id': 'fake-id'}}, |
134 | 131 | 'cloudhsmv2': {'ListTags': {'ResourceId': 'fake-id'}}, |
135 | | - 'cloudsearch': {'DescribeIndexFields': {'DomainName': 'fakedomain'}}, |
136 | 132 | 'cloudtrail': {'DeleteTrail': {'Name': 'fake-trail'}}, |
137 | 133 | 'cloudwatch': { |
138 | 134 | 'SetAlarmState': { |
|
175 | 171 | 'kinesis': {'DescribeStream': {'StreamName': 'fake'}}, |
176 | 172 | 'kms': {'GetKeyPolicy': {'KeyId': 'fake', 'PolicyName': 'fake'}}, |
177 | 173 | 'lambda': {'Invoke': {'FunctionName': 'fake'}}, |
178 | | - # 'opsworks': {'DescribeLayers': {'StackId': 'fake'}}, |
179 | 174 | 'rds': {'DescribeDBInstances': {'DBInstanceIdentifier': 'fake'}}, |
180 | 175 | 'redshift': {'DescribeClusters': {'ClusterIdentifier': 'fake'}}, |
181 | 176 | 'route53': {'GetHostedZone': {'Id': 'fake'}}, |
|
209 | 204 | REGION_OVERRIDES = { |
210 | 205 | 'devicefarm': 'us-west-2', |
211 | 206 | 'efs': 'us-west-2', |
212 | | - 'inspector': 'us-west-2', |
213 | 207 | } |
214 | 208 | MAX_RETRIES = 8 |
215 | 209 | logger = logging.getLogger(__name__) |
|
0 commit comments