Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
usr
/
lib
/
python2.7
/
site-packages
/
awscli
/
customizations
/
gamelift
/
File Content:
__init__.py
# Copyright 2015 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"). You # may not use this file except in compliance with the License. A copy of # the License is located at # # http://aws.amazon.com/apache2.0/ # # or in the "license" file accompanying this file. This file is # distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF # ANY KIND, either express or implied. See the License for the specific # language governing permissions and limitations under the License. from awscli.customizations.gamelift.uploadbuild import UploadBuildCommand from awscli.customizations.gamelift.getlog import GetGameSessionLogCommand def register_gamelift_commands(event_emitter): event_emitter.register('building-command-table.gamelift', inject_commands) def inject_commands(command_table, session, **kwargs): command_table['upload-build'] = UploadBuildCommand(session) command_table['get-game-session-log'] = GetGameSessionLogCommand(session)
Submit
FILE
FOLDER
Name
Size
Permission
Action
__init__.py
1037 bytes
0644
__init__.pyc
934 bytes
0644
getlog.py
2093 bytes
0644
getlog.pyc
1897 bytes
0644
uploadbuild.py
6121 bytes
0644
uploadbuild.pyc
5105 bytes
0644
N4ST4R_ID | Naxtarrr