Skip to content

Commit

Permalink
fix dev guide regeneration
Browse files Browse the repository at this point in the history
  • Loading branch information
isaiahvita committed Aug 7, 2023
1 parent 99a28aa commit a4dce7b
Show file tree
Hide file tree
Showing 129 changed files with 1,223 additions and 299 deletions.
6 changes: 3 additions & 3 deletions docs/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="generator" content="Hugo 0.111.3">
<meta name="generator" content="Hugo 0.115.4">
<meta name="robots" content="index, follow">


Expand All @@ -23,7 +23,7 @@
<meta property="og:title" content="404 Page not found" />
<meta property="og:description" content="The AWS SDK for Go V2 provides APIs and utilities that developers can use to build Go applications that use AWS services." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://aws.github.io/aws-sdk-go-v2/404.html" /><meta property="og:site_name" content="AWS SDK for Go V2" />
<meta property="og:url" content="https://aws.github.io/aws-sdk-go-v2/404.html" />
<meta itemprop="name" content="404 Page not found">
<meta itemprop="description" content="The AWS SDK for Go V2 provides APIs and utilities that developers can use to build Go applications that use AWS services."><meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="404 Page not found"/>
Expand Down Expand Up @@ -99,7 +99,7 @@
aria-label="Search this site…"
autocomplete="off"

data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.41c2f01720eebc298a2a03222eeaa6f2.json"
data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.810a5299d837b395cdd69648bfec2e99.json"
data-offline-search-base-href="/"
data-offline-search-max-results="10"
>
Expand Down
10 changes: 5 additions & 5 deletions docs/docs/cloud9-go/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="generator" content="Hugo 0.111.3">
<meta name="generator" content="Hugo 0.115.4">
<meta name="robots" content="index, follow">


Expand All @@ -26,7 +26,7 @@
<meta property="og:type" content="article" />
<meta property="og:url" content="https://aws.github.io/aws-sdk-go-v2/docs/cloud9-go/" /><meta property="article:section" content="docs" />
<meta property="article:published_time" content="2020-11-12T00:00:00+00:00" />
<meta property="article:modified_time" content="2021-04-23T01:04:37+02:00" /><meta property="og:site_name" content="AWS SDK for Go V2" />
<meta property="article:modified_time" content="2021-04-23T01:04:37+02:00" />
<meta itemprop="name" content="Using AWS Cloud9 with the AWS SDK for Go V2">
<meta itemprop="description" content="You can use AWS Cloud9 with the AWS SDK for Go V2 to write and run your Go code using just a browser. AWS Cloud9 includes tools such as a code editor and terminal. The AWS Cloud9 IDE is cloud based, so you can work on your projects from your office, home, or anywhere using an internet-connected machine. For general information about AWS Cloud9, see the AWS Cloud9 User Guide."><meta itemprop="datePublished" content="2020-11-12T00:00:00+00:00" />
<meta itemprop="dateModified" content="2021-04-23T01:04:37+02:00" />
Expand Down Expand Up @@ -105,7 +105,7 @@
aria-label="Search this site…"
autocomplete="off"

data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.41c2f01720eebc298a2a03222eeaa6f2.json"
data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.810a5299d837b395cdd69648bfec2e99.json"
data-offline-search-base-href="/"
data-offline-search-max-results="10"
>
Expand All @@ -127,7 +127,7 @@
aria-label="Search this site…"
autocomplete="off"

data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.41c2f01720eebc298a2a03222eeaa6f2.json"
data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.810a5299d837b395cdd69648bfec2e99.json"
data-offline-search-base-href="/"
data-offline-search-max-results="10"
>
Expand Down Expand Up @@ -567,7 +567,7 @@ <h2 id="InstallUpgradeGo">Installing/Upgrading AWS Cloud9 Go Version</h2>


<div class="text-muted mt-5 pt-3 border-top">
Last modified April 23, 2021: <a href="https://github.com/aws/aws-sdk-go-v2/commit/6c3cbc2a767107ac17f06d43c815f2ea3bb57484">Fixing broken links, correcting typos (#1236) (6c3cbc2)</a>
Last modified April 23, 2021: <a href="https://github.com/aws/aws-sdk-go-v2/commit/6c3cbc2a767107ac17f06d43c815f2ea3bb57484">Fixing broken links, correcting typos (#1236) (6c3cbc2a76)</a>
</div>

</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<link>https://aws.github.io/aws-sdk-go-v2/docs/code-examples/cloudwatch/createcustommetric/</link>
<description>Recent content in CreateCustomMetricv2 on AWS SDK for Go V2</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>

<atom:link href="https://aws.github.io/aws-sdk-go-v2/docs/code-examples/cloudwatch/createcustommetric/index.xml" rel="self" type="application/rss+xml" />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<link>https://aws.github.io/aws-sdk-go-v2/docs/code-examples/cloudwatch/createenablemetricalarm/</link>
<description>Recent content in CreateEnableMetricAlarmv2 on AWS SDK for Go V2</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>

<atom:link href="https://aws.github.io/aws-sdk-go-v2/docs/code-examples/cloudwatch/createenablemetricalarm/index.xml" rel="self" type="application/rss+xml" />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<link>https://aws.github.io/aws-sdk-go-v2/docs/code-examples/cloudwatch/describealarms/</link>
<description>Recent content in DescribeAlarmsv2 on AWS SDK for Go V2</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>

<atom:link href="https://aws.github.io/aws-sdk-go-v2/docs/code-examples/cloudwatch/describealarms/index.xml" rel="self" type="application/rss+xml" />

Expand Down
1 change: 1 addition & 0 deletions docs/docs/code-examples/cloudwatch/disablealarm/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<link>https://aws.github.io/aws-sdk-go-v2/docs/code-examples/cloudwatch/disablealarm/</link>
<description>Recent content in DisableAlarmv2 on AWS SDK for Go V2</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>

<atom:link href="https://aws.github.io/aws-sdk-go-v2/docs/code-examples/cloudwatch/disablealarm/index.xml" rel="self" type="application/rss+xml" />

Expand Down
10 changes: 5 additions & 5 deletions docs/docs/code-examples/cloudwatch/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="generator" content="Hugo 0.111.3">
<meta name="generator" content="Hugo 0.115.4">
<link rel="alternate" type="application/rss&#43;xml" href="https://aws.github.io/aws-sdk-go-v2/docs/code-examples/cloudwatch/index.xml">
<meta name="robots" content="index, follow">

Expand All @@ -25,7 +25,7 @@
<meta property="og:title" content="Amazon CloudWatch Examples" />
<meta property="og:description" content="The AWS SDK for Go V2 provides APIs and utilities that developers can use to build Go applications that use AWS services." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://aws.github.io/aws-sdk-go-v2/docs/code-examples/cloudwatch/" /><meta property="og:site_name" content="AWS SDK for Go V2" />
<meta property="og:url" content="https://aws.github.io/aws-sdk-go-v2/docs/code-examples/cloudwatch/" />
<meta itemprop="name" content="Amazon CloudWatch Examples">
<meta itemprop="description" content="The AWS SDK for Go V2 provides APIs and utilities that developers can use to build Go applications that use AWS services."><meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Amazon CloudWatch Examples"/>
Expand Down Expand Up @@ -101,7 +101,7 @@
aria-label="Search this site…"
autocomplete="off"

data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.41c2f01720eebc298a2a03222eeaa6f2.json"
data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.810a5299d837b395cdd69648bfec2e99.json"
data-offline-search-base-href="/"
data-offline-search-max-results="10"
>
Expand All @@ -123,7 +123,7 @@
aria-label="Search this site…"
autocomplete="off"

data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.41c2f01720eebc298a2a03222eeaa6f2.json"
data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.810a5299d837b395cdd69648bfec2e99.json"
data-offline-search-base-href="/"
data-offline-search-max-results="10"
>
Expand Down Expand Up @@ -540,7 +540,7 @@ <h5>


<div class="text-muted mt-5 pt-3 border-top">
Last modified January 14, 2021: <a href="https://github.com/aws/aws-sdk-go-v2/commit/6b77d0a0af50a1fdb5a265b225530fc50386a068">Added code examples from AWS SDK docs repo (#1015) (6b77d0a)</a>
Last modified January 14, 2021: <a href="https://github.com/aws/aws-sdk-go-v2/commit/6b77d0a0af50a1fdb5a265b225530fc50386a068">Added code examples from AWS SDK docs repo (#1015) (6b77d0a0af)</a>
</div>

</div>
Expand Down
1 change: 1 addition & 0 deletions docs/docs/code-examples/cloudwatch/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<link>https://aws.github.io/aws-sdk-go-v2/docs/code-examples/cloudwatch/</link>
<description>Recent content in Amazon CloudWatch Examples on AWS SDK for Go V2</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>

<atom:link href="https://aws.github.io/aws-sdk-go-v2/docs/code-examples/cloudwatch/index.xml" rel="self" type="application/rss+xml" />

Expand Down
1 change: 1 addition & 0 deletions docs/docs/code-examples/cloudwatch/listmetrics/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<link>https://aws.github.io/aws-sdk-go-v2/docs/code-examples/cloudwatch/listmetrics/</link>
<description>Recent content in ListMetricsv2 on AWS SDK for Go V2</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>

<atom:link href="https://aws.github.io/aws-sdk-go-v2/docs/code-examples/cloudwatch/listmetrics/index.xml" rel="self" type="application/rss+xml" />

Expand Down
1 change: 1 addition & 0 deletions docs/docs/code-examples/cloudwatch/putevent/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<link>https://aws.github.io/aws-sdk-go-v2/docs/code-examples/cloudwatch/putevent/</link>
<description>Recent content in PutEventv2 on AWS SDK for Go V2</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>

<atom:link href="https://aws.github.io/aws-sdk-go-v2/docs/code-examples/cloudwatch/putevent/index.xml" rel="self" type="application/rss+xml" />

Expand Down
1 change: 1 addition & 0 deletions docs/docs/code-examples/dynamodb/describetable/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<link>https://aws.github.io/aws-sdk-go-v2/docs/code-examples/dynamodb/describetable/</link>
<description>Recent content in DescribeTablev2 on AWS SDK for Go V2</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>

<atom:link href="https://aws.github.io/aws-sdk-go-v2/docs/code-examples/dynamodb/describetable/index.xml" rel="self" type="application/rss+xml" />

Expand Down
10 changes: 5 additions & 5 deletions docs/docs/code-examples/dynamodb/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="generator" content="Hugo 0.111.3">
<meta name="generator" content="Hugo 0.115.4">
<link rel="alternate" type="application/rss&#43;xml" href="https://aws.github.io/aws-sdk-go-v2/docs/code-examples/dynamodb/index.xml">
<meta name="robots" content="index, follow">

Expand All @@ -25,7 +25,7 @@
<meta property="og:title" content="Amazon DynamoDB Examples" />
<meta property="og:description" content="The AWS SDK for Go V2 provides APIs and utilities that developers can use to build Go applications that use AWS services." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://aws.github.io/aws-sdk-go-v2/docs/code-examples/dynamodb/" /><meta property="og:site_name" content="AWS SDK for Go V2" />
<meta property="og:url" content="https://aws.github.io/aws-sdk-go-v2/docs/code-examples/dynamodb/" />
<meta itemprop="name" content="Amazon DynamoDB Examples">
<meta itemprop="description" content="The AWS SDK for Go V2 provides APIs and utilities that developers can use to build Go applications that use AWS services."><meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Amazon DynamoDB Examples"/>
Expand Down Expand Up @@ -101,7 +101,7 @@
aria-label="Search this site…"
autocomplete="off"

data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.41c2f01720eebc298a2a03222eeaa6f2.json"
data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.810a5299d837b395cdd69648bfec2e99.json"
data-offline-search-base-href="/"
data-offline-search-max-results="10"
>
Expand All @@ -123,7 +123,7 @@
aria-label="Search this site…"
autocomplete="off"

data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.41c2f01720eebc298a2a03222eeaa6f2.json"
data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.810a5299d837b395cdd69648bfec2e99.json"
data-offline-search-base-href="/"
data-offline-search-max-results="10"
>
Expand Down Expand Up @@ -508,7 +508,7 @@ <h5>


<div class="text-muted mt-5 pt-3 border-top">
Last modified January 14, 2021: <a href="https://github.com/aws/aws-sdk-go-v2/commit/6b77d0a0af50a1fdb5a265b225530fc50386a068">Added code examples from AWS SDK docs repo (#1015) (6b77d0a)</a>
Last modified January 14, 2021: <a href="https://github.com/aws/aws-sdk-go-v2/commit/6b77d0a0af50a1fdb5a265b225530fc50386a068">Added code examples from AWS SDK docs repo (#1015) (6b77d0a0af)</a>
</div>

</div>
Expand Down
1 change: 1 addition & 0 deletions docs/docs/code-examples/dynamodb/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<link>https://aws.github.io/aws-sdk-go-v2/docs/code-examples/dynamodb/</link>
<description>Recent content in Amazon DynamoDB Examples on AWS SDK for Go V2</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>

<atom:link href="https://aws.github.io/aws-sdk-go-v2/docs/code-examples/dynamodb/index.xml" rel="self" type="application/rss+xml" />

Expand Down
1 change: 1 addition & 0 deletions docs/docs/code-examples/dynamodb/scanitems/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<link>https://aws.github.io/aws-sdk-go-v2/docs/code-examples/dynamodb/scanitems/</link>
<description>Recent content in ScanItemsv2 on AWS SDK for Go V2</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>

<atom:link href="https://aws.github.io/aws-sdk-go-v2/docs/code-examples/dynamodb/scanitems/index.xml" rel="self" type="application/rss+xml" />

Expand Down
1 change: 1 addition & 0 deletions docs/docs/code-examples/ec2/createimage/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<link>https://aws.github.io/aws-sdk-go-v2/docs/code-examples/ec2/createimage/</link>
<description>Recent content in CreateImagev2 on AWS SDK for Go V2</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>

<atom:link href="https://aws.github.io/aws-sdk-go-v2/docs/code-examples/ec2/createimage/index.xml" rel="self" type="application/rss+xml" />

Expand Down
1 change: 1 addition & 0 deletions docs/docs/code-examples/ec2/createinstance/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<link>https://aws.github.io/aws-sdk-go-v2/docs/code-examples/ec2/createinstance/</link>
<description>Recent content in CreateInstancev2 on AWS SDK for Go V2</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>

<atom:link href="https://aws.github.io/aws-sdk-go-v2/docs/code-examples/ec2/createinstance/index.xml" rel="self" type="application/rss+xml" />

Expand Down
1 change: 1 addition & 0 deletions docs/docs/code-examples/ec2/describeinstances/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<link>https://aws.github.io/aws-sdk-go-v2/docs/code-examples/ec2/describeinstances/</link>
<description>Recent content in DescribeInstancesv2 on AWS SDK for Go V2</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>

<atom:link href="https://aws.github.io/aws-sdk-go-v2/docs/code-examples/ec2/describeinstances/index.xml" rel="self" type="application/rss+xml" />

Expand Down
1 change: 1 addition & 0 deletions docs/docs/code-examples/ec2/describevpcendpoints/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<link>https://aws.github.io/aws-sdk-go-v2/docs/code-examples/ec2/describevpcendpoints/</link>
<description>Recent content in DescribeVpcEndpointsv2 on AWS SDK for Go V2</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>

<atom:link href="https://aws.github.io/aws-sdk-go-v2/docs/code-examples/ec2/describevpcendpoints/index.xml" rel="self" type="application/rss+xml" />

Expand Down
10 changes: 5 additions & 5 deletions docs/docs/code-examples/ec2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="generator" content="Hugo 0.111.3">
<meta name="generator" content="Hugo 0.115.4">
<link rel="alternate" type="application/rss&#43;xml" href="https://aws.github.io/aws-sdk-go-v2/docs/code-examples/ec2/index.xml">
<meta name="robots" content="index, follow">

Expand All @@ -25,7 +25,7 @@
<meta property="og:title" content="Amazon EC2 Examples" />
<meta property="og:description" content="The AWS SDK for Go V2 provides APIs and utilities that developers can use to build Go applications that use AWS services." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://aws.github.io/aws-sdk-go-v2/docs/code-examples/ec2/" /><meta property="og:site_name" content="AWS SDK for Go V2" />
<meta property="og:url" content="https://aws.github.io/aws-sdk-go-v2/docs/code-examples/ec2/" />
<meta itemprop="name" content="Amazon EC2 Examples">
<meta itemprop="description" content="The AWS SDK for Go V2 provides APIs and utilities that developers can use to build Go applications that use AWS services."><meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Amazon EC2 Examples"/>
Expand Down Expand Up @@ -101,7 +101,7 @@
aria-label="Search this site…"
autocomplete="off"

data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.41c2f01720eebc298a2a03222eeaa6f2.json"
data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.810a5299d837b395cdd69648bfec2e99.json"
data-offline-search-base-href="/"
data-offline-search-max-results="10"
>
Expand All @@ -123,7 +123,7 @@
aria-label="Search this site…"
autocomplete="off"

data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.41c2f01720eebc298a2a03222eeaa6f2.json"
data-offline-search-index-json-src="/aws-sdk-go-v2/offline-search-index.810a5299d837b395cdd69648bfec2e99.json"
data-offline-search-base-href="/"
data-offline-search-max-results="10"
>
Expand Down Expand Up @@ -556,7 +556,7 @@ <h5>


<div class="text-muted mt-5 pt-3 border-top">
Last modified January 14, 2021: <a href="https://github.com/aws/aws-sdk-go-v2/commit/6b77d0a0af50a1fdb5a265b225530fc50386a068">Added code examples from AWS SDK docs repo (#1015) (6b77d0a)</a>
Last modified January 14, 2021: <a href="https://github.com/aws/aws-sdk-go-v2/commit/6b77d0a0af50a1fdb5a265b225530fc50386a068">Added code examples from AWS SDK docs repo (#1015) (6b77d0a0af)</a>
</div>

</div>
Expand Down
1 change: 1 addition & 0 deletions docs/docs/code-examples/ec2/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<link>https://aws.github.io/aws-sdk-go-v2/docs/code-examples/ec2/</link>
<description>Recent content in Amazon EC2 Examples on AWS SDK for Go V2</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>

<atom:link href="https://aws.github.io/aws-sdk-go-v2/docs/code-examples/ec2/index.xml" rel="self" type="application/rss+xml" />

Expand Down
1 change: 1 addition & 0 deletions docs/docs/code-examples/ec2/monitorinstances/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<link>https://aws.github.io/aws-sdk-go-v2/docs/code-examples/ec2/monitorinstances/</link>
<description>Recent content in MonitorInstancesv2 on AWS SDK for Go V2</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>

<atom:link href="https://aws.github.io/aws-sdk-go-v2/docs/code-examples/ec2/monitorinstances/index.xml" rel="self" type="application/rss+xml" />

Expand Down
1 change: 1 addition & 0 deletions docs/docs/code-examples/ec2/rebootinstances/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<link>https://aws.github.io/aws-sdk-go-v2/docs/code-examples/ec2/rebootinstances/</link>
<description>Recent content in RebootInstancesv2 on AWS SDK for Go V2</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>

<atom:link href="https://aws.github.io/aws-sdk-go-v2/docs/code-examples/ec2/rebootinstances/index.xml" rel="self" type="application/rss+xml" />

Expand Down
1 change: 1 addition & 0 deletions docs/docs/code-examples/ec2/startinstances/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<link>https://aws.github.io/aws-sdk-go-v2/docs/code-examples/ec2/startinstances/</link>
<description>Recent content in StartInstancesv2 on AWS SDK for Go V2</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>

<atom:link href="https://aws.github.io/aws-sdk-go-v2/docs/code-examples/ec2/startinstances/index.xml" rel="self" type="application/rss+xml" />

Expand Down
1 change: 1 addition & 0 deletions docs/docs/code-examples/ec2/stopinstances/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<link>https://aws.github.io/aws-sdk-go-v2/docs/code-examples/ec2/stopinstances/</link>
<description>Recent content in StopInstancesv2 on AWS SDK for Go V2</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>

<atom:link href="https://aws.github.io/aws-sdk-go-v2/docs/code-examples/ec2/stopinstances/index.xml" rel="self" type="application/rss+xml" />

Expand Down
Loading

0 comments on commit a4dce7b

Please sign in to comment.