Skip to content

Commit 5a9633d

Browse files
Release v1.44.105 (2022-09-23) (#4567)
Release v1.44.105 (2022-09-23) === ### Service Client Updates * `service/apprunner`: Updates service API * `service/ec2`: Updates service API and documentation * Letting external AWS customers provide ImageId as a Launch Template override in FleetLaunchTemplateOverridesRequest * `service/lightsail`: Updates service API and documentation * This release adds Instance Metadata Service (IMDS) support for Lightsail instances. * `service/models.lex.v2`: Updates service API and documentation * `service/nimble`: Updates service API, documentation, and waiters * `service/ssm`: Updates service API * This release adds new SSM document types ConformancePackTemplate and CloudFormation * `service/wafv2`: Updates service documentation
1 parent 60cc9e7 commit 5a9633d

File tree

25 files changed

+1642
-126
lines changed

25 files changed

+1642
-126
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
Release v1.44.105 (2022-09-23)
2+
===
3+
4+
### Service Client Updates
5+
* `service/apprunner`: Updates service API
6+
* `service/ec2`: Updates service API and documentation
7+
* Letting external AWS customers provide ImageId as a Launch Template override in FleetLaunchTemplateOverridesRequest
8+
* `service/lightsail`: Updates service API and documentation
9+
* This release adds Instance Metadata Service (IMDS) support for Lightsail instances.
10+
* `service/models.lex.v2`: Updates service API and documentation
11+
* `service/nimble`: Updates service API, documentation, and waiters
12+
* `service/ssm`: Updates service API
13+
* This release adds new SSM document types ConformancePackTemplate and CloudFormation
14+
* `service/wafv2`: Updates service documentation
15+
116
Release v1.44.104 (2022-09-22)
217
===
318

aws/endpoints/defaults.go

+21
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.44.104"
8+
const SDKVersion = "1.44.105"

models/apis/apprunner/2020-05-15/api-2.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1365,7 +1365,8 @@
13651365
"NODEJS_12",
13661366
"NODEJS_14",
13671367
"CORRETTO_8",
1368-
"CORRETTO_11"
1368+
"CORRETTO_11",
1369+
"NODEJS_16"
13691370
]
13701371
},
13711372
"RuntimeEnvironmentVariables":{

models/apis/ec2/2016-11-15/api-2.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -20014,6 +20014,10 @@
2001420014
"InstanceRequirements":{
2001520015
"shape":"InstanceRequirements",
2001620016
"locationName":"instanceRequirements"
20017+
},
20018+
"ImageId":{
20019+
"shape":"ImageId",
20020+
"locationName":"imageId"
2001720021
}
2001820022
}
2001920023
},
@@ -20041,7 +20045,8 @@
2004120045
"WeightedCapacity":{"shape":"Double"},
2004220046
"Priority":{"shape":"Double"},
2004320047
"Placement":{"shape":"Placement"},
20044-
"InstanceRequirements":{"shape":"InstanceRequirementsRequest"}
20048+
"InstanceRequirements":{"shape":"InstanceRequirementsRequest"},
20049+
"ImageId":{"shape":"ImageId"}
2004520050
}
2004620051
},
2004720052
"FleetLaunchTemplateSpecification":{

models/apis/ec2/2016-11-15/docs-2.json

+2
Original file line numberDiff line numberDiff line change
@@ -9543,6 +9543,8 @@
95439543
"EnableImageDeprecationRequest$ImageId": "<p>The ID of the AMI.</p>",
95449544
"ExportImageRequest$ImageId": "<p>The ID of the image.</p>",
95459545
"FastLaunchImageIdList$member": null,
9546+
"FleetLaunchTemplateOverrides$ImageId": "<p>The ID of the AMI. An AMI is required to launch an instance. The AMI ID must be specified here or in the launch template.</p>",
9547+
"FleetLaunchTemplateOverridesRequest$ImageId": "<p>The ID of the AMI. An AMI is required to launch an instance. The AMI ID must be specified here or in the launch template.</p>",
95469548
"ImageIdList$member": null,
95479549
"ImageIdStringList$member": null,
95489550
"ModifyImageAttributeRequest$ImageId": "<p>The ID of the AMI.</p>",

models/apis/lightsail/2016-11-28/api-2.json

+79-3
Original file line numberDiff line numberDiff line change
@@ -2645,6 +2645,24 @@
26452645
{"shape":"UnauthenticatedException"}
26462646
]
26472647
},
2648+
"UpdateInstanceMetadataOptions":{
2649+
"name":"UpdateInstanceMetadataOptions",
2650+
"http":{
2651+
"method":"POST",
2652+
"requestUri":"/"
2653+
},
2654+
"input":{"shape":"UpdateInstanceMetadataOptionsRequest"},
2655+
"output":{"shape":"UpdateInstanceMetadataOptionsResult"},
2656+
"errors":[
2657+
{"shape":"ServiceException"},
2658+
{"shape":"InvalidInputException"},
2659+
{"shape":"NotFoundException"},
2660+
{"shape":"OperationFailureException"},
2661+
{"shape":"AccessDeniedException"},
2662+
{"shape":"AccountSetupInProgressException"},
2663+
{"shape":"UnauthenticatedException"}
2664+
]
2665+
},
26482666
"UpdateLoadBalancerAttribute":{
26492667
"name":"UpdateLoadBalancerAttribute",
26502668
"http":{
@@ -5743,6 +5761,27 @@
57435761
"type":"list",
57445762
"member":{"shape":"HostKeyAttributes"}
57455763
},
5764+
"HttpEndpoint":{
5765+
"type":"string",
5766+
"enum":[
5767+
"disabled",
5768+
"enabled"
5769+
]
5770+
},
5771+
"HttpProtocolIpv6":{
5772+
"type":"string",
5773+
"enum":[
5774+
"disabled",
5775+
"enabled"
5776+
]
5777+
},
5778+
"HttpTokens":{
5779+
"type":"string",
5780+
"enum":[
5781+
"optional",
5782+
"required"
5783+
]
5784+
},
57465785
"IAMAccessKeyId":{
57475786
"type":"string",
57485787
"max":20,
@@ -5800,7 +5839,8 @@
58005839
"networking":{"shape":"InstanceNetworking"},
58015840
"state":{"shape":"InstanceState"},
58025841
"username":{"shape":"NonEmptyString"},
5803-
"sshKeyName":{"shape":"ResourceName"}
5842+
"sshKeyName":{"shape":"ResourceName"},
5843+
"metadataOptions":{"shape":"InstanceMetadataOptions"}
58045844
}
58055845
},
58065846
"InstanceAccessDetails":{
@@ -5896,6 +5936,23 @@
58965936
"type":"list",
58975937
"member":{"shape":"Instance"}
58985938
},
5939+
"InstanceMetadataOptions":{
5940+
"type":"structure",
5941+
"members":{
5942+
"state":{"shape":"InstanceMetadataState"},
5943+
"httpTokens":{"shape":"HttpTokens"},
5944+
"httpEndpoint":{"shape":"HttpEndpoint"},
5945+
"httpPutResponseHopLimit":{"shape":"integer"},
5946+
"httpProtocolIpv6":{"shape":"HttpProtocolIpv6"}
5947+
}
5948+
},
5949+
"InstanceMetadataState":{
5950+
"type":"string",
5951+
"enum":[
5952+
"pending",
5953+
"applied"
5954+
]
5955+
},
58995956
"InstanceMetricName":{
59005957
"type":"string",
59015958
"enum":[
@@ -5906,7 +5963,8 @@
59065963
"StatusCheckFailed_Instance",
59075964
"StatusCheckFailed_System",
59085965
"BurstCapacityTime",
5909-
"BurstCapacityPercentage"
5966+
"BurstCapacityPercentage",
5967+
"MetadataNoToken"
59105968
]
59115969
},
59125970
"InstanceNetworking":{
@@ -6606,7 +6664,8 @@
66066664
"DeleteBucketAccessKey",
66076665
"UpdateBucketBundle",
66086666
"UpdateBucket",
6609-
"SetResourceAccessForBucket"
6667+
"SetResourceAccessForBucket",
6668+
"UpdateInstanceMetadataOptions"
66106669
]
66116670
},
66126671
"Origin":{
@@ -7512,6 +7571,23 @@
75127571
"operations":{"shape":"OperationList"}
75137572
}
75147573
},
7574+
"UpdateInstanceMetadataOptionsRequest":{
7575+
"type":"structure",
7576+
"required":["instanceName"],
7577+
"members":{
7578+
"instanceName":{"shape":"ResourceName"},
7579+
"httpTokens":{"shape":"HttpTokens"},
7580+
"httpEndpoint":{"shape":"HttpEndpoint"},
7581+
"httpPutResponseHopLimit":{"shape":"integer"},
7582+
"httpProtocolIpv6":{"shape":"HttpProtocolIpv6"}
7583+
}
7584+
},
7585+
"UpdateInstanceMetadataOptionsResult":{
7586+
"type":"structure",
7587+
"members":{
7588+
"operation":{"shape":"Operation"}
7589+
}
7590+
},
75157591
"UpdateLoadBalancerAttributeRequest":{
75167592
"type":"structure",
75177593
"required":[

0 commit comments

Comments
 (0)