diff --git a/Dockerfile b/Dockerfile index c0e1c0d9f61..6be028afece 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ ARG HUGO_DOWNLOAD_SHA256=8c3adf2ace1604468325a6dd094bcc41c141c4a28a0c1ebbeb0022e ARG GO_VERSION=go1.19 -RUN yum update -y && yum install -y tar xz gzip git coreutils make golang +RUN yum update -y && yum install -y tar xz gzip git make golang RUN curl -L -o nodejs.tar.xz ${NODEJS_LTS_DOWNLOAD_URL} && \ echo "${NODEJS_LTS_DOWNLOAD_SHA256} nodejs.tar.xz" | sha256sum -c - diff --git a/config.toml b/config.toml index 3d366dc26d2..534a36d1743 100644 --- a/config.toml +++ b/config.toml @@ -56,6 +56,10 @@ weight = 1 style = "tango" # Uncomment if you want your chosen highlight style used for code blocks without a specified language # guessSyntax = "true" + [markup.tableOfContents] + endLevel = 3 + ordered = false + startLevel = 1 # Everything below this are Site Params diff --git a/content/en/docs/configuring-sdk/_index.md b/content/en/docs/configuring-sdk/_index.md index 76d1f8747c8..0415dc98f21 100644 --- a/content/en/docs/configuring-sdk/_index.md +++ b/content/en/docs/configuring-sdk/_index.md @@ -374,18 +374,24 @@ If your SSO credentials expire, you must explicitly renew them by logging in to For example, you can create a profile, `dev-profile`, authenticate and authorize that profile using the {{% alias service=CLI %}}, and configure your application as shown below. -1. First create the `dev-profile` +1. First create the `profile` and `sso-session` + ``` [profile dev-profile] -sso_start_url = https://company-sso-portal.awsapps.com/start -sso_region = us-west-2 +sso_session = dev-session sso_account_id = 012345678901 sso_role_name = Developer region = us-east-1 + +[sso-session dev-session] +sso_region = us-west-2 +sso_start_url = https://company-sso-portal.awsapps.com/start +sso_registration_scopes = sso:account:access + ``` 2. Login using the {{% alias service=CLI %}} to authenticate and authorize the SSO profile. ``` -$ aws sso login --profile dev-profile +$ aws --profile dev-profile sso login Attempting to automatically open the SSO authorization page in your default browser. If the browser does not open or you wish to use a different device to authorize this request, open the following URL: diff --git a/docs/404.html b/docs/404.html index 9b876e4beb3..685492d6007 100644 --- a/docs/404.html +++ b/docs/404.html @@ -3,7 +3,7 @@ - + @@ -24,7 +24,6 @@ - @@ -100,7 +99,7 @@ aria-label="Search this site…" autocomplete="off" - data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.b72800ff9f162da780238d86bb1fe844.json" + data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.6031b00f9c477f93ed55541508b521cb.json" data-offline-search-base-href="/" data-offline-search-max-results="10" > @@ -158,7 +157,7 @@

Not found

- © 2022 Amazon Web Services, Inc. or its affiliates. All Rights Reserved + © 2023 Amazon Web Services, Inc. or its affiliates. All Rights Reserved diff --git a/docs/docs/cloud9-go/index.html b/docs/docs/cloud9-go/index.html index bbf43dea0e9..c67975206a4 100644 --- a/docs/docs/cloud9-go/index.html +++ b/docs/docs/cloud9-go/index.html @@ -3,7 +3,7 @@ - + @@ -27,7 +27,6 @@ - @@ -106,7 +105,7 @@ aria-label="Search this site…" autocomplete="off" - data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.b72800ff9f162da780238d86bb1fe844.json" + data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.6031b00f9c477f93ed55541508b521cb.json" data-offline-search-base-href="/" data-offline-search-max-results="10" > @@ -128,7 +127,7 @@ aria-label="Search this site…" autocomplete="off" - data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.b72800ff9f162da780238d86bb1fe844.json" + data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.6031b00f9c477f93ed55541508b521cb.json" data-offline-search-base-href="/" data-offline-search-max-results="10" > @@ -421,15 +420,19 @@
@@ -612,7 +615,7 @@

Installing/Upgrading AWS Cloud9 Go Version

- © 2022 Amazon Web Services, Inc. or its affiliates. All Rights Reserved + © 2023 Amazon Web Services, Inc. or its affiliates. All Rights Reserved diff --git a/docs/docs/code-examples/cloudwatch/index.html b/docs/docs/code-examples/cloudwatch/index.html index e5fd4edf26c..3c3e4a1cb5e 100644 --- a/docs/docs/code-examples/cloudwatch/index.html +++ b/docs/docs/code-examples/cloudwatch/index.html @@ -3,7 +3,7 @@ - + @@ -26,7 +26,6 @@ - @@ -102,7 +101,7 @@ aria-label="Search this site…" autocomplete="off" - data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.b72800ff9f162da780238d86bb1fe844.json" + data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.6031b00f9c477f93ed55541508b521cb.json" data-offline-search-base-href="/" data-offline-search-max-results="10" > @@ -124,7 +123,7 @@ aria-label="Search this site…" autocomplete="off" - data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.b72800ff9f162da780238d86bb1fe844.json" + data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.6031b00f9c477f93ed55541508b521cb.json" data-offline-search-base-href="/" data-offline-search-max-results="10" > @@ -588,7 +587,7 @@
- © 2022 Amazon Web Services, Inc. or its affiliates. All Rights Reserved + © 2023 Amazon Web Services, Inc. or its affiliates. All Rights Reserved diff --git a/docs/docs/code-examples/dynamodb/index.html b/docs/docs/code-examples/dynamodb/index.html index 76bc8ad4df7..292c20c0467 100644 --- a/docs/docs/code-examples/dynamodb/index.html +++ b/docs/docs/code-examples/dynamodb/index.html @@ -3,7 +3,7 @@ - + @@ -26,7 +26,6 @@ - @@ -102,7 +101,7 @@ aria-label="Search this site…" autocomplete="off" - data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.b72800ff9f162da780238d86bb1fe844.json" + data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.6031b00f9c477f93ed55541508b521cb.json" data-offline-search-base-href="/" data-offline-search-max-results="10" > @@ -124,7 +123,7 @@ aria-label="Search this site…" autocomplete="off" - data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.b72800ff9f162da780238d86bb1fe844.json" + data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.6031b00f9c477f93ed55541508b521cb.json" data-offline-search-base-href="/" data-offline-search-max-results="10" > @@ -556,7 +555,7 @@
- © 2022 Amazon Web Services, Inc. or its affiliates. All Rights Reserved + © 2023 Amazon Web Services, Inc. or its affiliates. All Rights Reserved diff --git a/docs/docs/code-examples/ec2/index.html b/docs/docs/code-examples/ec2/index.html index 525067884ee..b0a508eac9d 100644 --- a/docs/docs/code-examples/ec2/index.html +++ b/docs/docs/code-examples/ec2/index.html @@ -3,7 +3,7 @@ - + @@ -26,7 +26,6 @@ - @@ -102,7 +101,7 @@ aria-label="Search this site…" autocomplete="off" - data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.b72800ff9f162da780238d86bb1fe844.json" + data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.6031b00f9c477f93ed55541508b521cb.json" data-offline-search-base-href="/" data-offline-search-max-results="10" > @@ -124,7 +123,7 @@ aria-label="Search this site…" autocomplete="off" - data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.b72800ff9f162da780238d86bb1fe844.json" + data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.6031b00f9c477f93ed55541508b521cb.json" data-offline-search-base-href="/" data-offline-search-max-results="10" > @@ -604,7 +603,7 @@
- © 2022 Amazon Web Services, Inc. or its affiliates. All Rights Reserved + © 2023 Amazon Web Services, Inc. or its affiliates. All Rights Reserved diff --git a/docs/docs/code-examples/iam/index.html b/docs/docs/code-examples/iam/index.html index a8b25889c63..619a74eea10 100644 --- a/docs/docs/code-examples/iam/index.html +++ b/docs/docs/code-examples/iam/index.html @@ -3,7 +3,7 @@ - + @@ -26,7 +26,6 @@ - @@ -102,7 +101,7 @@ aria-label="Search this site…" autocomplete="off" - data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.b72800ff9f162da780238d86bb1fe844.json" + data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.6031b00f9c477f93ed55541508b521cb.json" data-offline-search-base-href="/" data-offline-search-max-results="10" > @@ -124,7 +123,7 @@ aria-label="Search this site…" autocomplete="off" - data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.b72800ff9f162da780238d86bb1fe844.json" + data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.6031b00f9c477f93ed55541508b521cb.json" data-offline-search-base-href="/" data-offline-search-max-results="10" > @@ -708,7 +707,7 @@
- © 2022 Amazon Web Services, Inc. or its affiliates. All Rights Reserved + © 2023 Amazon Web Services, Inc. or its affiliates. All Rights Reserved diff --git a/docs/docs/code-examples/index.html b/docs/docs/code-examples/index.html index 10b418b838f..6af3fa656b3 100644 --- a/docs/docs/code-examples/index.html +++ b/docs/docs/code-examples/index.html @@ -3,7 +3,7 @@ - + @@ -26,7 +26,6 @@ - @@ -102,7 +101,7 @@ aria-label="Search this site…" autocomplete="off" - data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.b72800ff9f162da780238d86bb1fe844.json" + data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.6031b00f9c477f93ed55541508b521cb.json" data-offline-search-base-href="/" data-offline-search-max-results="10" > @@ -124,7 +123,7 @@ aria-label="Search this site…" autocomplete="off" - data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.b72800ff9f162da780238d86bb1fe844.json" + data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.6031b00f9c477f93ed55541508b521cb.json" data-offline-search-base-href="/" data-offline-search-max-results="10" > @@ -579,7 +578,7 @@
- Last modified January 14, 2021: Added code examples from AWS SDK docs repo (#1015) (6b77d0a) + Last modified August 10, 2022: Developer Guide Updates (#1798) (36ceefc)
@@ -626,7 +625,7 @@
- © 2022 Amazon Web Services, Inc. or its affiliates. All Rights Reserved + © 2023 Amazon Web Services, Inc. or its affiliates. All Rights Reserved diff --git a/docs/docs/code-examples/kms/index.html b/docs/docs/code-examples/kms/index.html index 213abb8a520..33d917fcfda 100644 --- a/docs/docs/code-examples/kms/index.html +++ b/docs/docs/code-examples/kms/index.html @@ -3,7 +3,7 @@ - + @@ -26,7 +26,6 @@ - @@ -102,7 +101,7 @@ aria-label="Search this site…" autocomplete="off" - data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.b72800ff9f162da780238d86bb1fe844.json" + data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.6031b00f9c477f93ed55541508b521cb.json" data-offline-search-base-href="/" data-offline-search-max-results="10" > @@ -124,7 +123,7 @@ aria-label="Search this site…" autocomplete="off" - data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.b72800ff9f162da780238d86bb1fe844.json" + data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.6031b00f9c477f93ed55541508b521cb.json" data-offline-search-base-href="/" data-offline-search-max-results="10" > @@ -572,7 +571,7 @@
- © 2022 Amazon Web Services, Inc. or its affiliates. All Rights Reserved + © 2023 Amazon Web Services, Inc. or its affiliates. All Rights Reserved diff --git a/docs/docs/code-examples/s3/index.html b/docs/docs/code-examples/s3/index.html index 252f23f86e1..a34b352fe5f 100644 --- a/docs/docs/code-examples/s3/index.html +++ b/docs/docs/code-examples/s3/index.html @@ -3,7 +3,7 @@ - + @@ -26,7 +26,6 @@ - @@ -102,7 +101,7 @@ aria-label="Search this site…" autocomplete="off" - data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.b72800ff9f162da780238d86bb1fe844.json" + data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.6031b00f9c477f93ed55541508b521cb.json" data-offline-search-base-href="/" data-offline-search-max-results="10" > @@ -124,7 +123,7 @@ aria-label="Search this site…" autocomplete="off" - data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.b72800ff9f162da780238d86bb1fe844.json" + data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.6031b00f9c477f93ed55541508b521cb.json" data-offline-search-base-href="/" data-offline-search-max-results="10" > @@ -620,7 +619,7 @@
- © 2022 Amazon Web Services, Inc. or its affiliates. All Rights Reserved + © 2023 Amazon Web Services, Inc. or its affiliates. All Rights Reserved diff --git a/docs/docs/code-examples/sns/index.html b/docs/docs/code-examples/sns/index.html index d3bef415ba0..6d39458ed1b 100644 --- a/docs/docs/code-examples/sns/index.html +++ b/docs/docs/code-examples/sns/index.html @@ -3,7 +3,7 @@ - + @@ -26,7 +26,6 @@ - @@ -102,7 +101,7 @@ aria-label="Search this site…" autocomplete="off" - data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.b72800ff9f162da780238d86bb1fe844.json" + data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.6031b00f9c477f93ed55541508b521cb.json" data-offline-search-base-href="/" data-offline-search-max-results="10" > @@ -124,7 +123,7 @@ aria-label="Search this site…" autocomplete="off" - data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.b72800ff9f162da780238d86bb1fe844.json" + data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.6031b00f9c477f93ed55541508b521cb.json" data-offline-search-base-href="/" data-offline-search-max-results="10" > @@ -580,7 +579,7 @@
- © 2022 Amazon Web Services, Inc. or its affiliates. All Rights Reserved + © 2023 Amazon Web Services, Inc. or its affiliates. All Rights Reserved diff --git a/docs/docs/code-examples/sqs/index.html b/docs/docs/code-examples/sqs/index.html index ef3ba615673..0e25066dc8a 100644 --- a/docs/docs/code-examples/sqs/index.html +++ b/docs/docs/code-examples/sqs/index.html @@ -3,7 +3,7 @@ - + @@ -26,7 +26,6 @@ - @@ -102,7 +101,7 @@ aria-label="Search this site…" autocomplete="off" - data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.b72800ff9f162da780238d86bb1fe844.json" + data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.6031b00f9c477f93ed55541508b521cb.json" data-offline-search-base-href="/" data-offline-search-max-results="10" > @@ -124,7 +123,7 @@ aria-label="Search this site…" autocomplete="off" - data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.b72800ff9f162da780238d86bb1fe844.json" + data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.6031b00f9c477f93ed55541508b521cb.json" data-offline-search-base-href="/" data-offline-search-max-results="10" > @@ -636,7 +635,7 @@
- © 2022 Amazon Web Services, Inc. or its affiliates. All Rights Reserved + © 2023 Amazon Web Services, Inc. or its affiliates. All Rights Reserved diff --git a/docs/docs/code-examples/ssm/index.html b/docs/docs/code-examples/ssm/index.html index 9de4b4a9778..0a49fcb3521 100644 --- a/docs/docs/code-examples/ssm/index.html +++ b/docs/docs/code-examples/ssm/index.html @@ -3,7 +3,7 @@ - + @@ -26,7 +26,6 @@ - @@ -102,7 +101,7 @@ aria-label="Search this site…" autocomplete="off" - data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.b72800ff9f162da780238d86bb1fe844.json" + data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.6031b00f9c477f93ed55541508b521cb.json" data-offline-search-base-href="/" data-offline-search-max-results="10" > @@ -124,7 +123,7 @@ aria-label="Search this site…" autocomplete="off" - data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.b72800ff9f162da780238d86bb1fe844.json" + data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.6031b00f9c477f93ed55541508b521cb.json" data-offline-search-base-href="/" data-offline-search-max-results="10" > @@ -564,7 +563,7 @@
- © 2022 Amazon Web Services, Inc. or its affiliates. All Rights Reserved + © 2023 Amazon Web Services, Inc. or its affiliates. All Rights Reserved diff --git a/docs/docs/code-examples/sts/index.html b/docs/docs/code-examples/sts/index.html index 18c6126c4ab..4a9565a9f00 100644 --- a/docs/docs/code-examples/sts/index.html +++ b/docs/docs/code-examples/sts/index.html @@ -3,7 +3,7 @@ - + @@ -26,7 +26,6 @@ - @@ -102,7 +101,7 @@ aria-label="Search this site…" autocomplete="off" - data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.b72800ff9f162da780238d86bb1fe844.json" + data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.6031b00f9c477f93ed55541508b521cb.json" data-offline-search-base-href="/" data-offline-search-max-results="10" > @@ -124,7 +123,7 @@ aria-label="Search this site…" autocomplete="off" - data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.b72800ff9f162da780238d86bb1fe844.json" + data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.6031b00f9c477f93ed55541508b521cb.json" data-offline-search-base-href="/" data-offline-search-max-results="10" > @@ -548,7 +547,7 @@
- © 2022 Amazon Web Services, Inc. or its affiliates. All Rights Reserved + © 2023 Amazon Web Services, Inc. or its affiliates. All Rights Reserved diff --git a/docs/docs/configuring-sdk/custom-http/index.html b/docs/docs/configuring-sdk/custom-http/index.html index c4ab722fd34..216335727fe 100644 --- a/docs/docs/configuring-sdk/custom-http/index.html +++ b/docs/docs/configuring-sdk/custom-http/index.html @@ -3,7 +3,7 @@ - + @@ -26,7 +26,6 @@ - @@ -105,7 +104,7 @@ aria-label="Search this site…" autocomplete="off" - data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.b72800ff9f162da780238d86bb1fe844.json" + data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.6031b00f9c477f93ed55541508b521cb.json" data-offline-search-base-href="/" data-offline-search-max-results="10" > @@ -127,7 +126,7 @@ aria-label="Search this site…" autocomplete="off" - data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.b72800ff9f162da780238d86bb1fe844.json" + data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.6031b00f9c477f93ed55541508b521cb.json" data-offline-search-base-href="/" data-offline-search-max-results="10" > @@ -420,17 +419,21 @@
- © 2022 Amazon Web Services, Inc. or its affiliates. All Rights Reserved + © 2023 Amazon Web Services, Inc. or its affiliates. All Rights Reserved diff --git a/docs/docs/configuring-sdk/endpoints/index.html b/docs/docs/configuring-sdk/endpoints/index.html index 296bbcb60a9..c1c69f32cde 100644 --- a/docs/docs/configuring-sdk/endpoints/index.html +++ b/docs/docs/configuring-sdk/endpoints/index.html @@ -3,7 +3,7 @@ - + @@ -26,7 +26,6 @@ - @@ -105,7 +104,7 @@ aria-label="Search this site…" autocomplete="off" - data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.b72800ff9f162da780238d86bb1fe844.json" + data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.6031b00f9c477f93ed55541508b521cb.json" data-offline-search-base-href="/" data-offline-search-max-results="10" > @@ -127,7 +126,7 @@ aria-label="Search this site…" autocomplete="off" - data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.b72800ff9f162da780238d86bb1fe844.json" + data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.6031b00f9c477f93ed55541508b521cb.json" data-offline-search-base-href="/" data-offline-search-max-results="10" > @@ -420,11 +419,15 @@