{%- extends "basic/layout.html" %} {% set deprecated_commands = ({ 'reference/ecr/get-login': ['reference/ecr/get-login-password', 'get-login-password'], 'reference/cloudtrail/create-subscription': None, 'reference/cloudtrail/update-subscription': None, }) %} {# Do this so that bootstrap is included before the main css file #} {%- block htmltitle %} {{ super() }} {%- endblock %} {# Displays the next and previous links both before and after content #} {% macro render_relations(class='footer-links', add_spacer=0) -%} {% if prev or next %}
{% else %} {% if add_spacer %}
{% endif %} {% endif %} {%- endmacro %} {%- block extrahead %} {% if theme_touch_icon %} {% endif %} {{ super() }} {% endblock %} {% block header %} {{ super() }} {% endblock %} {%- block content %} {%- if pagename == 'index' and theme_index_template %} {% include theme_index_template %} {%- else %}
{%- block top_rel_links %} {{ render_relations('top-links', 1) }} {%- endblock %} {%- block document_wrapper %}
{%- block sidebar1 %}{{ sidebar() }}{% endblock %} {%- block document %}

Note:

You are viewing the documentation for an older major version of the AWS CLI (version 1). {% if pagename in deprecated_commands %} {% if deprecated_commands[pagename] %} This command is deprecated in AWS CLI version 2, use {{ deprecated_commands[pagename][1] }} instead. {% else %} This command is deprecated and no longer available in AWS CLI version 2. {% endif %} {% else %} To view this page for the AWS CLI version 2, click here. {% endif %}

We announced the upcoming end-of-support for the AWS CLI v1. For dates, additional details, and information on how to migrate, please refer to the linked announcement. For more information see the AWS CLI version 2 installation instructions and migration guide.

{% block body %} {% endblock %}
{%- endblock %} {%- block sidebar2 %}{# Place holder for other sidebar #}{% endblock %}
{%- endblock %} {%- block bottom_rel_links %} {{ render_relations('footer-links') }} {%- endblock %} {%- block comments -%} {% if theme_disqus_comments_shortname %}
{% include "comments.html" %}
{% endif %} {%- endblock %}
{%- endif %} {%- endblock %} {%- block footer %} {%- block footer_wrapper %} {%- endblock %} {%- block ga %} {%- if theme_google_analytics_account %} {%- endif %} {%- endblock %} {% block key_events %} {% if theme_bind_key_events %} {% endif %} {% endblock %} {%- endblock %}