Skip to content

Commit

Permalink
Merge branch 'release-1.22.77'
Browse files Browse the repository at this point in the history
* release-1.22.77:
  Bumping version to 1.22.77
  Update changelog based on model updates
  Download jmespath 0.10.0 in bundled installer explicitly
  Fixed http doc links
  Add a test to check for plain http:// links in examples
  Add a test to check for plain http:// links in examples
  • Loading branch information
aws-sdk-python-automation committed Mar 18, 2022
2 parents 5c30d53 + e5fdba4 commit b6bb5ab
Show file tree
Hide file tree
Showing 45 changed files with 304 additions and 280 deletions.
7 changes: 7 additions & 0 deletions .changes/1.22.77.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"category": "``glue``",
"description": "Added 9 new APIs for AWS Glue Interactive Sessions: ListSessions, StopSession, CreateSession, GetSession, DeleteSession, RunStatement, GetStatement, ListStatements, CancelStatement",
"type": "api-change"
}
]
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
CHANGELOG
=========

1.22.77
=======

* api-change:``glue``: Added 9 new APIs for AWS Glue Interactive Sessions: ListSessions, StopSession, CreateSession, GetSession, DeleteSession, RunStatement, GetStatement, ListStatements, CancelStatement


1.22.76
=======

Expand Down
2 changes: 1 addition & 1 deletion awscli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"""
import os

__version__ = '1.22.76'
__version__ = '1.22.77'

#
# Get our data path to be added to botocore's search path
Expand Down
2 changes: 1 addition & 1 deletion awscli/examples/ec2/create-vpc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -158,4 +158,4 @@ Output::
}
}

For more information, see `Create a VPC that uses an IPAM pool CIDR <http://mccgeoff.aka.corp.amazon.com/feat/ipam/build/AWSVPCDocs/AWSVPCDocs-3.0/AL2_x86_64/DEV.STD.PTHREAD/build/server-root/vpc/latest/ipam/create-vpc-ipam.html>`__ in the *Amazon VPC IPAM User Guide*.
For more information, see `Create a VPC that uses an IPAM pool CIDR <https://docs.aws.amazon.com/vpc/latest/ipam/create-vpc-ipam.html>`__ in the *Amazon VPC IPAM User Guide*.
6 changes: 3 additions & 3 deletions awscli/examples/ec2/run-instances.rst
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ Contents of ``mapping.json``. This example adds ``ephemeral1`` as an instance st

For an example of the output for ``run-instances``, see Example 1.

For more information about block device mappings, see `Block device mapping <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html>`__ in the *Amazon EC2 User Guide*.
For more information about block device mappings, see `Block device mapping <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html>`__ in the *Amazon EC2 User Guide*.

**Example 4: To launch an instance and add tags on creation**

Expand Down Expand Up @@ -192,7 +192,7 @@ The following ``run-instances`` example passes user data in a file called ``my_s

For an example of the output for ``run-instances``, see Example 1.

For more information about instance user data, see `Working with instance user data <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-add-user-data.html>`__ in the *Amazon EC2 User Guide*.
For more information about instance user data, see `Working with instance user data <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-add-user-data.html>`__ in the *Amazon EC2 User Guide*.

**Example 6: To launch a burstable performance instance**

Expand All @@ -209,4 +209,4 @@ The following ``run-instances`` example launches a t2.micro instance with the ``

For an example of the output for ``run-instances``, see Example 1.

For more information about burstable performance instances, see `Burstable performance instances <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances.html>`__ in the *Amazon EC2 User Guide*.
For more information about burstable performance instances, see `Burstable performance instances <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances.html>`__ in the *Amazon EC2 User Guide*.
6 changes: 3 additions & 3 deletions awscli/examples/emr/create-cluster-examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ The following ``create-cluster`` example creates a cluster instance based on the

**Example 8: To customize application configurations**

The following examples use the ``--configurations`` parameter to specify a JSON configuration file that contains application customizations for Hadoop. For more information, see `Configuring Applications <http://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-configure-apps.html>`__ in the *Amazon EMR Release Guide*.
The following examples use the ``--configurations`` parameter to specify a JSON configuration file that contains application customizations for Hadoop. For more information, see `Configuring Applications <https://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-configure-apps.html>`__ in the *Amazon EMR Release Guide*.

Contents of ``configurations.json``::

Expand Down Expand Up @@ -138,7 +138,7 @@ The following ``create-cluster`` example uses ``--auto-terminate`` to specify th

**Example 11: To specify cluster configuration details such as the Amazon EC2 key pair, network configuration, and security groups**

The following ``create-cluster`` example creates a cluster with the Amazon EC2 key pair named ``myKey`` and a customized instance profile named ``myProfile``. Key pairs are used to authorize SSH connections to cluster nodes, most often the master node. For more information, see `Use an Amazon EC2 Key Pair for SSH Credentials <http://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-plan-access-ssh.html>`__ in the *Amazon EMR Management Guide*. ::
The following ``create-cluster`` example creates a cluster with the Amazon EC2 key pair named ``myKey`` and a customized instance profile named ``myProfile``. Key pairs are used to authorize SSH connections to cluster nodes, most often the master node. For more information, see `Use an Amazon EC2 Key Pair for SSH Credentials <https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-plan-access-ssh.html>`__ in the *Amazon EMR Management Guide*. ::

aws emr create-cluster \
--ec2-attributes KeyName=myKey,InstanceProfile=myProfile \
Expand Down Expand Up @@ -276,7 +276,7 @@ The following example creates a cluster with multiple EBS volumes attached to EC

**Example 16: To create a cluster with an automatic scaling policy**

You can attach automatic scaling policies to core and task instance groups using Amazon EMR version 4.0 and later. The automatic scaling policy dynamically adds and removes EC2 instances in response to an Amazon CloudWatch metric. For more information, see `Using Automatic Scaling in Amazon EMR` <http://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-automatic-scaling.html>`_ in the *Amazon EMR Management Guide*.
You can attach automatic scaling policies to core and task instance groups using Amazon EMR version 4.0 and later. The automatic scaling policy dynamically adds and removes EC2 instances in response to an Amazon CloudWatch metric. For more information, see `Using Automatic Scaling in Amazon EMR` <https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-automatic-scaling.html>`_ in the *Amazon EMR Management Guide*.

When attaching an automatic scaling policy, you must also specify the default role for automatic scaling using ``--auto-scaling-role EMR_AutoScaling_DefaultRole``.

Expand Down
2 changes: 1 addition & 1 deletion awscli/examples/iam/enable-mfa-device.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ After you use the ``create-virtual-mfa-device`` command to create a new virtual

This command produces no output.

For more information, see `Enabling a Virtual MFA Device <http://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_mfa_enable_virtual.html>`__ in the *AWS Identity and Access Management User Guide*.
For more information, see `Enabling a Virtual MFA Device <https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_mfa_enable_virtual.html>`__ in the *AWS Identity and Access Management User Guide*.
2 changes: 1 addition & 1 deletion awscli/examples/iam/get-role.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ Output::

The command displays the trust policy attached to the role. To list the permissions policies attached to a role, use the ``list-role-policies`` command.

For more information, see `Creating a Role <http://docs.aws.amazon.com/IAM/latest/UserGuide/creating-role.html>`__ in the *Using IAM* guide.
For more information, see `Creating a Role <https://docs.aws.amazon.com/IAM/latest/UserGuide/creating-role.html>`__ in the *Using IAM* guide.
8 changes: 4 additions & 4 deletions awscli/examples/iam/list-signing-certificates.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
**To list the signing certificates for an IAM user**

The following ``list-signing-certificates`` command lists the signing certificates for the IAM user named ``Bob``::
The following ``list-signing-certificates`` command lists the signing certificates for the IAM user named ``Bob``. ::

aws iam list-signing-certificates --user-name Bob
aws iam list-signing-certificates \
--user-name Bob

Output::

Expand All @@ -18,5 +19,4 @@ Output::
]
}

For more information, see `Creating and Uploading a User Signing Certificate <http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_UploadCertificate.html>`__ in the *Using IAM* guide.

For more information, see `Creating and Uploading a User Signing Certificate <https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_UploadCertificate.html>`__ in the *Using IAM* guide.
2 changes: 1 addition & 1 deletion awscli/examples/iam/resync-mfa-device.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ The following ``resync-mfa-device`` example synchronizes the MFA device that is

This command produces no output.

For more information, see `Using Multi-Factor Authentication (MFA) Devices in AWS <http://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_mfa.html>`__ in the *AWS Identity and Access Management User Guide*.
For more information, see `Using Multi-Factor Authentication (MFA) Devices in AWS <https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_mfa.html>`__ in the *AWS Identity and Access Management User Guide*.
2 changes: 1 addition & 1 deletion awscli/examples/medialive/create-channel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -161,4 +161,4 @@ The output repeats back the contents of the JSON file, plus the following values
* ``Tags`` is set to the default (null).
* ``PipelinesRunningCount`` and ``State`` show the current status of the channel.

For more information, see `Creating a Channel from Scratch<http://docs.aws.amazon.com/medialive/latest/ug/creating-channel-scratch.html>`__ in the *AWS Elemental MediaLive User Guide*.
For more information, see `Creating a Channel from Scratch <https://docs.aws.amazon.com/medialive/latest/ug/creating-channel-scratch.html>`__ in the *AWS Elemental MediaLive User Guide*.
6 changes: 3 additions & 3 deletions awscli/examples/opsworks/create-deployment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Output::
"DeploymentId": "5746c781-df7f-4c87-84a7-65a119880560"
}

For more information on deployment, see `Deploying Apps <http://docs.aws.amazon.com/opsworks/latest/userguide/workingapps-deploying.html>`__ in the *AWS OpsWorks User Guide*.
For more information on deployment, see `Deploying Apps <https://docs.aws.amazon.com/opsworks/latest/userguide/workingapps-deploying.html>`__ in the *AWS OpsWorks User Guide*.

**Example 3: Run a Recipe**

Expand All @@ -46,7 +46,7 @@ Output::
"DeploymentId": "5cbaa7b9-4e09-4e53-aa1b-314fbd106038"
}

For more information, see `Run Stack Commands <http://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-commands.html>`__ in the *AWS OpsWorks User Guide*.
For more information, see `Run Stack Commands <https://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-commands.html>`__ in the *AWS OpsWorks User Guide*.

**Example 4: Install Dependencies**

Expand All @@ -63,4 +63,4 @@ Output::
"DeploymentId": "aef5b255-8604-4928-81b3-9b0187f962ff"
}

For more information, see `Run Stack Commands <http://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-commands.html>`__ in the *AWS OpsWorks User Guide*.
For more information, see `Run Stack Commands <https://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-commands.html>`__ in the *AWS OpsWorks User Guide*.
4 changes: 2 additions & 2 deletions awscli/examples/opsworks/create-server.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
**To create a server**

The following ``create-server`` example creates a new Chef Automate server named ``automate-06`` in your default region. Note that defaults are used for most other settings, such as number of backups to retain, and maintenance and backup start times. Before you run a ``create-server`` command, complete prerequisites in `Getting Started with AWS OpsWorks for Chef Automate <http://docs.aws.amazon.com/opsworks/latest/userguide/gettingstarted-opscm.html>`__ in the *AWS Opsworks for Chef Automate User Guide*. ::
The following ``create-server`` example creates a new Chef Automate server named ``automate-06`` in your default region. Note that defaults are used for most other settings, such as number of backups to retain, and maintenance and backup start times. Before you run a ``create-server`` command, complete prerequisites in `Getting Started with AWS OpsWorks for Chef Automate <https://docs.aws.amazon.com/opsworks/latest/userguide/gettingstarted-opscm.html>`__ in the *AWS Opsworks for Chef Automate User Guide*. ::

aws opsworks-cm create-server \
--engine "ChefAutomate" \
Expand Down Expand Up @@ -40,4 +40,4 @@ Output::
}
}

For more information, see `CreateServer <http://docs.aws.amazon.com/opsworks-cm/latest/APIReference/API_CreateServer.html>`__ in the *AWS OpsWorks for Chef Automate API Reference*.
For more information, see `CreateServer <https://docs.aws.amazon.com/opsworks-cm/latest/APIReference/API_CreateServer.html>`__ in the *AWS OpsWorks for Chef Automate API Reference*.
7 changes: 3 additions & 4 deletions awscli/examples/opsworks/delete-instance.rst
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
**To delete an instance**

The following ``delete-instance`` example deletes a specified instance, which is identified by its instance ID. You can find an instance ID by opening the instance's details page in the AWS OpsWorks console, or by
running the ``describe-instances`` command.
The following ``delete-instance`` example deletes a specified instance, which is identified by its instance ID. You can find an instance ID by opening the instance's details page in the AWS OpsWorks console, or by running the ``describe-instances`` command.

If the instance is online, you must first stop the instance by calling ``stop-instance``, and then you must wait until the instance has stopped. Run ``describe-instances`` to check the instance status.

To remove the instance's Amazon EBS volumes or Elastic IP addresses, add the ``--delete-volumes`` or ``--delete-elastic-ip`` arguments, respectively.::
To remove the instance's Amazon EBS volumes or Elastic IP addresses, add the ``--delete-volumes`` or ``--delete-elastic-ip`` arguments, respectively. ::

aws opsworks delete-instance \
--region us-east-1 \
--instance-id 3a21cfac-4a1f-4ce2-a921-b2cfba6f7771

This command produces no output.

For more information, see `Deleting AWS OpsWorks Instances <http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-delete.html>`__ in the *AWS OpsWorks User Guide*.
For more information, see `Deleting AWS OpsWorks Instances <https://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-delete.html>`__ in the *AWS OpsWorks User Guide*.
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ Output::
}
}

For more information, see `Run Stack Commands <http://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-commands.html>`__ in the *AWS OpsWorks User Guide*.
For more information, see `Run Stack Commands <https://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-commands.html>`__ in the *AWS OpsWorks User Guide*.
4 changes: 2 additions & 2 deletions awscli/examples/opsworkscm/create-server.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
**To create a server**

The following ``create-server`` example creates a new Chef Automate server named ``automate-06`` in your default region. Note that defaults are used for most other settings, such as number of backups to retain, and maintenance and backup start times. Before you run a ``create-server`` command, complete prerequisites in `Getting Started with AWS OpsWorks for Chef Automate <http://docs.aws.amazon.com/opsworks/latest/userguide/gettingstarted-opscm.html>`_ in the *AWS Opsworks for Chef Automate User Guide*. ::
The following ``create-server`` example creates a new Chef Automate server named ``automate-06`` in your default region. Note that defaults are used for most other settings, such as number of backups to retain, and maintenance and backup start times. Before you run a ``create-server`` command, complete prerequisites in `Getting Started with AWS OpsWorks for Chef Automate <https://docs.aws.amazon.com/opsworks/latest/userguide/gettingstarted-opscm.html>`__ in the *AWS Opsworks for Chef Automate User Guide*. ::

aws opsworks-cm create-server \
--engine "Chef" \
Expand Down Expand Up @@ -45,4 +45,4 @@ The output shows you information similar to the following about the new server::
}
}

For more information, see `UpdateServer <http://docs.aws.amazon.com/opsworks-cm/latest/APIReference/API_UpdateServer.html>`_ in the *AWS OpsWorks for Chef Automate API Reference*.
For more information, see `UpdateServer <https://docs.aws.amazon.com/opsworks-cm/latest/APIReference/API_UpdateServer.html>`_ in the *AWS OpsWorks for Chef Automate API Reference*.
5 changes: 3 additions & 2 deletions awscli/examples/opsworkscm/describe-events.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

The following ``describe-events`` example returns information about all events that are associated with the specified Chef Automate server. ::

aws opsworks-cm describe-events --server-name 'automate-06'
aws opsworks-cm describe-events \
--server-name 'automate-06'

The output for each event entry returned by the command resembles the following example::

Expand All @@ -17,4 +18,4 @@ The output for each event entry returned by the command resembles the following
]
}

For more information, see `General Troubleshooting Tips <http://docs.aws.amazon.com/opsworks/latest/userguide/troubleshoot-opscm.html#d0e4561>`_ in the *AWS OpsWorks User Guide*.
For more information, see `General Troubleshooting Tips <https://docs.aws.amazon.com/opsworks/latest/userguide/troubleshoot-opscm.html#d0e4561>`_ in the *AWS OpsWorks User Guide*.
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ The output shows you information similar to the following about the updated serv
}
}

For more information, see `UpdateServerEngineAttributes <http://docs.aws.amazon.com/opsworks-cm/latest/APIReference/API_UpdateServerEngineAttributes.html>`_ in the *AWS OpsWorks for Chef Automate API Reference*.
For more information, see `UpdateServerEngineAttributes <https://docs.aws.amazon.com/opsworks-cm/latest/APIReference/API_UpdateServerEngineAttributes.html>`_ in the *AWS OpsWorks for Chef Automate API Reference*.
2 changes: 1 addition & 1 deletion awscli/examples/opsworkscm/update-server.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ The output shows you information similar to the following about the updated serv
}
}

For more information, see `UpdateServer <http://docs.aws.amazon.com/opsworks-cm/latest/APIReference/API_UpdateServer.html>`_ in the *AWS OpsWorks for Chef Automate API Reference*.
For more information, see `UpdateServer <https://docs.aws.amazon.com/opsworks-cm/latest/APIReference/API_UpdateServer.html>`_ in the *AWS OpsWorks for Chef Automate API Reference*.
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ This command runs only in the ``us-east-1`` Region. If your default region is se
This command produces no output.

To confirm that the setting was changed, you can run `get-domain-detail <https://docs.aws.amazon.com/cli/latest/reference/route53domains/get-domain-detail.html>`__ . If automatic renewal is disabled, the value of ``AutoRenew`` is ``False``.
For more information about automatic renewal, see `Renewing Registration for a Domain <http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/domain-renew.html`__ in the *Amazon Route 53 Developer Guide*.
For more information about automatic renewal, see `Renewing Registration for a Domain <https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/domain-renew.html`__ in the *Amazon Route 53 Developer Guide*.
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ This command runs only in the ``us-east-1`` Region. If your default region is se

This command produces no output. To confirm that the setting was changed, you can run `get-domain-detail <https://docs.aws.amazon.com/cli/latest/reference/route53domains/get-domain-detail.html>`__ . If automatic renewal is enabled, the value of ``AutoRenew`` is ``True``.

For more information about automatic renewal, see `Renewing Registration for a Domain <http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/domain-renew.html`__ in the *Amazon Route 53 Developer Guide*.
For more information about automatic renewal, see `Renewing Registration for a Domain <https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/domain-renew.html`__ in the *Amazon Route 53 Developer Guide*.

0 comments on commit b6bb5ab

Please sign in to comment.