MCPcopy Index your code
hub / github.com/aws/aws-cli / _register_instance

Method _register_instance

awscli/customizations/codedeploy/register.py:187–192  ·  view source on GitHub ↗
(self, params)

Source from the content-addressed store, hash-verified

185 sys.stdout.write('DONE\n')
186
187 def _register_instance(self, params):
188 sys.stdout.write('Registering the on-premises instance... ')
189 self.codedeploy.register_on_premises_instance(
190 instanceName=params.instance_name, iamUserArn=params.iam_user_arn
191 )
192 sys.stdout.write('DONE\n')
193
194 def _add_tags(self, params):
195 sys.stdout.write('Adding tags to the on-premises instance... ')

Callers 1

_run_mainMethod · 0.95

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected