Skip to content

Commit dd40d03

Browse files
Updated API models and rebuilt service gems.
1 parent de11fbd commit dd40d03

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+2416
-5021
lines changed

apis/datasync/2018-11-09/api-2.json

Lines changed: 20 additions & 832 deletions
Large diffs are not rendered by default.

apis/datasync/2018-11-09/docs-2.json

Lines changed: 117 additions & 818 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
22
"version": "1.0",
3-
"examples": {
4-
}
3+
"examples": {}
54
}

apis/datasync/2018-11-09/paginators-1.json

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,17 @@
11
{
22
"pagination": {
3-
"DescribeStorageSystemResourceMetrics": {
4-
"input_token": "NextToken",
5-
"output_token": "NextToken",
6-
"limit_key": "MaxResults",
7-
"result_key": "Metrics"
8-
},
9-
"DescribeStorageSystemResources": {
10-
"input_token": "NextToken",
11-
"output_token": "NextToken",
12-
"limit_key": "MaxResults"
13-
},
143
"ListAgents": {
154
"input_token": "NextToken",
165
"output_token": "NextToken",
176
"limit_key": "MaxResults",
187
"result_key": "Agents"
198
},
20-
"ListDiscoveryJobs": {
21-
"input_token": "NextToken",
22-
"output_token": "NextToken",
23-
"limit_key": "MaxResults",
24-
"result_key": "DiscoveryJobs"
25-
},
269
"ListLocations": {
2710
"input_token": "NextToken",
2811
"output_token": "NextToken",
2912
"limit_key": "MaxResults",
3013
"result_key": "Locations"
3114
},
32-
"ListStorageSystems": {
33-
"input_token": "NextToken",
34-
"output_token": "NextToken",
35-
"limit_key": "MaxResults",
36-
"result_key": "StorageSystems"
37-
},
3815
"ListTagsForResource": {
3916
"input_token": "NextToken",
4017
"output_token": "NextToken",

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29972,6 +29972,10 @@
2997229972
"AutoRecovery":{
2997329973
"shape":"InstanceAutoRecoveryState",
2997429974
"locationName":"autoRecovery"
29975+
},
29976+
"RebootMigration":{
29977+
"shape":"InstanceRebootMigrationState",
29978+
"locationName":"rebootMigration"
2997529979
}
2997629980
}
2997729981
},
@@ -30387,6 +30391,13 @@
3038730391
"locationName":"item"
3038830392
}
3038930393
},
30394+
"InstanceRebootMigrationState":{
30395+
"type":"string",
30396+
"enum":[
30397+
"disabled",
30398+
"default"
30399+
]
30400+
},
3039030401
"InstanceRequirements":{
3039130402
"type":"structure",
3039230403
"members":{
@@ -31854,6 +31865,10 @@
3185431865
"PhcSupport":{
3185531866
"shape":"PhcSupport",
3185631867
"locationName":"phcSupport"
31868+
},
31869+
"RebootMigrationSupport":{
31870+
"shape":"RebootMigrationSupport",
31871+
"locationName":"rebootMigrationSupport"
3185731872
}
3185831873
}
3185931874
},
@@ -36464,6 +36479,7 @@
3646436479
"members":{
3646536480
"InstanceId":{"shape":"InstanceId"},
3646636481
"AutoRecovery":{"shape":"InstanceAutoRecoveryState"},
36482+
"RebootMigration":{"shape":"InstanceRebootMigrationState"},
3646736483
"DryRun":{"shape":"Boolean"}
3646836484
}
3646936485
},
@@ -36477,6 +36493,10 @@
3647736493
"AutoRecovery":{
3647836494
"shape":"InstanceAutoRecoveryState",
3647936495
"locationName":"autoRecovery"
36496+
},
36497+
"RebootMigration":{
36498+
"shape":"InstanceRebootMigrationState",
36499+
"locationName":"rebootMigration"
3648036500
}
3648136501
}
3648236502
},
@@ -41185,6 +41205,13 @@
4118541205
}
4118641206
}
4118741207
},
41208+
"RebootMigrationSupport":{
41209+
"type":"string",
41210+
"enum":[
41211+
"unsupported",
41212+
"supported"
41213+
]
41214+
},
4118841215
"RecurringCharge":{
4118941216
"type":"structure",
4119041217
"members":{

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

Lines changed: 17 additions & 3 deletions
Large diffs are not rendered by default.

apis/glue/2017-03-31/api-2.json

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6093,14 +6093,32 @@
60936093
"type":"structure",
60946094
"members":{
60956095
"ConnectionType":{"shape":"ConnectionType"},
6096+
"DisplayName":{"shape":"DisplayName"},
6097+
"Vendor":{"shape":"Vendor"},
60966098
"Description":{"shape":"Description"},
6097-
"Capabilities":{"shape":"Capabilities"}
6099+
"Categories":{"shape":"ListOfString"},
6100+
"Capabilities":{"shape":"Capabilities"},
6101+
"LogoUrl":{"shape":"UrlString"},
6102+
"ConnectionTypeVariants":{"shape":"ConnectionTypeVariantList"}
60986103
}
60996104
},
61006105
"ConnectionTypeList":{
61016106
"type":"list",
61026107
"member":{"shape":"ConnectionTypeBrief"}
61036108
},
6109+
"ConnectionTypeVariant":{
6110+
"type":"structure",
6111+
"members":{
6112+
"ConnectionTypeVariantName":{"shape":"DisplayName"},
6113+
"DisplayName":{"shape":"DisplayName"},
6114+
"Description":{"shape":"Description"},
6115+
"LogoUrl":{"shape":"UrlString"}
6116+
}
6117+
},
6118+
"ConnectionTypeVariantList":{
6119+
"type":"list",
6120+
"member":{"shape":"ConnectionTypeVariant"}
6121+
},
61046122
"ConnectionsList":{
61056123
"type":"structure",
61066124
"members":{
@@ -8350,6 +8368,11 @@
83508368
"Database":{"shape":"EnclosedInStringProperty"}
83518369
}
83528370
},
8371+
"DisplayName":{
8372+
"type":"string",
8373+
"max":128,
8374+
"min":1
8375+
},
83538376
"Double":{"type":"double"},
83548377
"DoubleColumnStatisticsData":{
83558378
"type":"structure",
@@ -16300,6 +16323,7 @@
1630016323
}
1630116324
},
1630216325
"UriString":{"type":"string"},
16326+
"UrlString":{"type":"string"},
1630316327
"UsageProfileDefinition":{
1630416328
"type":"structure",
1630516329
"members":{
@@ -16372,6 +16396,11 @@
1637216396
"type":"list",
1637316397
"member":{"shape":"ValueString"}
1637416398
},
16399+
"Vendor":{
16400+
"type":"string",
16401+
"max":128,
16402+
"min":1
16403+
},
1637516404
"VersionId":{"type":"long"},
1637616405
"VersionLongNumber":{
1637716406
"type":"long",

apis/glue/2017-03-31/docs-2.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1941,6 +1941,18 @@
19411941
"ListConnectionTypesResponse$ConnectionTypes": "<p>A list of <code>ConnectionTypeBrief</code> objects containing brief information about the supported connection types.</p>"
19421942
}
19431943
},
1944+
"ConnectionTypeVariant": {
1945+
"base": "<p>Represents a variant of a connection type in Glue Data Catalog. Connection type variants provide specific configurations and behaviors for different implementations of the same general connection type.</p>",
1946+
"refs": {
1947+
"ConnectionTypeVariantList$member": null
1948+
}
1949+
},
1950+
"ConnectionTypeVariantList": {
1951+
"base": null,
1952+
"refs": {
1953+
"ConnectionTypeBrief$ConnectionTypeVariants": "<p>A list of variants available for this connection type. Different variants may provide specialized configurations for specific use cases or implementations of the same general connection type.</p>"
1954+
}
1955+
},
19441956
"ConnectionsList": {
19451957
"base": "<p>Specifies the connections used by a job.</p>",
19461958
"refs": {
@@ -3283,6 +3295,7 @@
32833295
"base": null,
32843296
"refs": {
32853297
"ConnectionTypeBrief$Description": "<p>A description of the connection type.</p>",
3298+
"ConnectionTypeVariant$Description": "<p>A detailed description of the connection type variant, including its purpose, use cases, and any specific configuration requirements.</p>",
32863299
"DescribeConnectionTypeResponse$Description": "<p>A description of the connection type.</p>"
32873300
}
32883301
},
@@ -3411,6 +3424,14 @@
34113424
"S3IcebergDirectTarget$SchemaChangePolicy": "<p>Defines how schema changes are handled when writing data to the Iceberg table.</p>"
34123425
}
34133426
},
3427+
"DisplayName": {
3428+
"base": null,
3429+
"refs": {
3430+
"ConnectionTypeBrief$DisplayName": "<p>The human-readable name for the connection type that is displayed in the Glue console.</p>",
3431+
"ConnectionTypeVariant$ConnectionTypeVariantName": "<p>The unique identifier for the connection type variant. This name is used internally to identify the specific variant of a connection type. </p>",
3432+
"ConnectionTypeVariant$DisplayName": "<p>The human-readable name for the connection type variant that is displayed in the Glue console.</p>"
3433+
}
3434+
},
34143435
"Double": {
34153436
"base": null,
34163437
"refs": {
@@ -6093,6 +6114,7 @@
60936114
"base": null,
60946115
"refs": {
60956116
"ComputeEnvironmentConfiguration$ConnectionPropertiesRequiredOverrides": "<p>The connection properties that are required as overrides for the compute environment.</p>",
6117+
"ConnectionTypeBrief$Categories": "<p>A list of categories that this connection type belongs to. Categories help users filter and find appropriate connection types based on their use cases.</p>",
60966118
"Field$SupportedValues": "<p>A list of supported values for the field.</p>"
60976119
}
60986120
},
@@ -10689,6 +10711,13 @@
1068910711
"StartMLLabelingSetGenerationTaskRunRequest$OutputS3Path": "<p>The Amazon Simple Storage Service (Amazon S3) path where you generate the labeling set.</p>"
1069010712
}
1069110713
},
10714+
"UrlString": {
10715+
"base": null,
10716+
"refs": {
10717+
"ConnectionTypeBrief$LogoUrl": "<p>The URL of the logo associated with a connection type.</p>",
10718+
"ConnectionTypeVariant$LogoUrl": "<p>The URL of the logo associated with a connection type variant.</p>"
10719+
}
10720+
},
1069210721
"UsageProfileDefinition": {
1069310722
"base": "<p>Describes an Glue usage profile.</p>",
1069410723
"refs": {
@@ -10773,6 +10802,12 @@
1077310802
"UpdateColumnStatisticsForPartitionRequest$PartitionValues": "<p>A list of partition values identifying the partition.</p>"
1077410803
}
1077510804
},
10805+
"Vendor": {
10806+
"base": null,
10807+
"refs": {
10808+
"ConnectionTypeBrief$Vendor": "<p>The name of the vendor or provider that created or maintains this connection type.</p>"
10809+
}
10810+
},
1077610811
"VersionId": {
1077710812
"base": null,
1077810813
"refs": {

0 commit comments

Comments
 (0)