/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch/ |
optionstatus.py | 140 def new_statement(self, arn, ip): 143 access to the service described by ``arn`` by the 146 :type arn: string 147 :param arn: The Amazon Resource Notation identifier for the 158 "Resource": arn, 166 def _allow_ip(self, arn, ip): 168 s = self.new_statement(arn, ip) 174 if statement['Resource'] == arn: 183 s = self.new_statement(arn, ip) 196 arn = self.domain.search_service_ar [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch2/ |
optionstatus.py | 125 def new_statement(self, arn, ip): 128 access to the service described by ``arn`` by the 131 :type arn: string 132 :param arn: The Amazon Resource Notation identifier for the 143 "Resource": arn, 151 def _allow_ip(self, arn, ip): 153 s = self.new_statement(arn, ip) 159 if statement['Resource'] == arn: 168 s = self.new_statement(arn, ip) 181 arn = self.domain.service_ar [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/cloudtrail/ |
test_cloudtrail.py | 14 "arn:aws:iam::086441151436:root", 15 "arn:aws:iam::113285607260:root" 19 "Resource": "arn:aws:s3:::<BucketName>" 26 "arn:aws:iam::086441151436:root", 27 "arn:aws:iam::113285607260:root" 31 "Resource": "arn:aws:s3:::<BucketName>/<Prefix>/AWSLogs/<CustomerAccountID>/*",
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/sts/ |
test_connection.py | 52 <Arn>arn:role</Arn> 70 response = self.service_connection.assume_role('arn:role', 'mysession') 73 'RoleArn': 'arn:role', 79 self.assertEqual(response.user.arn, 'arn:role') 85 'arn:role', 92 'RoleArn': 'arn:role', 100 self.assertEqual(response.user.arn, 'arn:role' [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/glacier/ |
test_layer2.py | 40 self.assertEqual(vault.arn, retrieved_vault.arn)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/sqs/ |
test_queue.py | 38 self.assertEqual(q.arn, 'arn:aws:sqs:us-east-1:id:queuename')
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/sts/ |
test_session_token.py | 70 arn = 'arn:aws:iam::000240903217:role/FederatedWebIdentityRole' 75 role_arn=arn,
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/sns/ |
test_sns_sqs_subscription.py | 58 queue_arn = queue.arn 84 queue_arn = queue.arn
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sts/ |
credentials.py | 146 :ivar federated_user_arn: ARN specifying federated user using credentials. 168 if name == 'Arn': 204 :ivar arn: The arn of the user assuming the role. 207 def __init__(self, arn=None, assume_role_id=None): 208 self.arn = arn 215 if name == 'Arn': 216 self.arn = value
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/cloudsearch2/ |
test_connection.py | 32 "ARN": "arn:aws:cs:us-east-1:1234567890:domain/demo", 67 "arn:aws:cs:us-east-1:1234567890:domain/demo") 146 "ARN": "arn:aws:cs:us-east-1:1234567890:domain/demo",
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/sns/ |
test_connection.py | 32 (u'{"Version":"2008-10-17","Id":"arn:aws:sqs:us-east-1:' 36 '"arn:aws:sqs:us-east-1:idnum:testqueuepolicy"}]}')} 53 queue.arn = 'arn:aws:sqs:us-east-1:idnum:queuename' 59 'Endpoint': 'arn:aws:sqs:us-east-1:idnum:queuename', 78 queue.arn = 'arn:aws:sqs:us-east-1:idnum:queuename' 84 'Endpoint': 'arn:aws:sqs:us-east-1:idnum:queuename', 155 platform_application_arn='arn:myapp', 160 'PlatformApplicationArn': 'arn:myapp' [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/s3/ |
test_encryption.py | 42 "Resource":"arn:aws:s3:::%s/*",
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/ |
glacier | 100 print(vault.arn)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/glacier/ |
job.py | 48 ('VaultARN', 'arn', None)) 60 return 'Job(%s)' % self.arn
|
vault.py | 47 ('VaultARN', 'arn', None), 64 return 'Vault("%s")' % self.arn 284 :param sns_topic: The Amazon SNS topic ARN where Amazon Glacier 315 :param sns_topic: The Amazon SNS topic ARN where Amazon Glacier 365 :param sns_topic: The Amazon SNS topic ARN where Amazon Glacier
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/glacier/ |
test_vault.py | 128 "SNSTopic": "arn:aws:sns:us-east-1:012345678901:mytopic", 131 "VaultARN": "arn:aws:glacier:us-east-1:012345678901:vaults/examplevault"
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/cloudsearchdomain/ |
test_cloudsearchdomain.py | 28 "ARN": "arn:aws:cs:us-east-1:1234567890:domain/demo",
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sqs/ |
queue.py | 58 return 'arn:aws:sqs:%s:%s:%s' % ( 60 arn = property(_arn) variable in class:Queue
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sns/ |
connection.py | 125 :param topic: The ARN of the topic. 136 :param topic: The ARN of the topic. 158 :param topic: The ARN of the topic. 183 :param topic: The ARN of the topic. 210 :param topic: The ARN of the topic 222 :param topic: The ARN of the new topic. 297 :param topic: The ARN of the new topic. 311 * For sqs, this would be the ARN of an SQS Queue 330 * The correct ARN is constructed for the SQS queue and that ARN i [all...] |
/external/icu/icu4c/source/common/ |
locmap.c | 164 ILCID_POSIX_ELEMENT_ARRAY(0x047a, arn,arn_CL) 733 ILCID_POSIX_MAP(arn), /* arn Araucanian/Mapudungun 0x7a */ [all...] |