Skip to content

Commit 7f98c97

Browse files
Updated API models and rebuilt service gems.
1 parent f5dde2d commit 7f98c97

File tree

42 files changed

+3074
-242
lines changed

Some content is hidden

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

42 files changed

+3074
-242
lines changed

apis/datazone/2018-05-10/api-2.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3698,11 +3698,15 @@
36983698
"members":{
36993699
"domainId":{"shape":"DomainId"},
37003700
"itemId":{"shape":"DataProductId"}
3701-
}
3701+
},
3702+
"deprecated":true,
3703+
"deprecatedMessage":"This structure is deprecated."
37023704
},
37033705
"DataProductItems":{
37043706
"type":"list",
37053707
"member":{"shape":"DataProductItem"},
3708+
"deprecated":true,
3709+
"deprecatedMessage":"This structure is deprecated.",
37063710
"max":100,
37073711
"min":0
37083712
},
@@ -3732,7 +3736,9 @@
37323736
"owningProjectId":{"shape":"ProjectId"},
37333737
"updatedAt":{"shape":"UpdatedAt"},
37343738
"updatedBy":{"shape":"UpdatedBy"}
3735-
}
3739+
},
3740+
"deprecated":true,
3741+
"deprecatedMessage":"This structure is deprecated."
37363742
},
37373743
"DataSourceConfigurationInput":{
37383744
"type":"structure",
@@ -8293,7 +8299,11 @@
82938299
"type":"structure",
82948300
"members":{
82958301
"assetItem":{"shape":"AssetItem"},
8296-
"dataProductItem":{"shape":"DataProductSummary"},
8302+
"dataProductItem":{
8303+
"shape":"DataProductSummary",
8304+
"deprecated":true,
8305+
"deprecatedMessage":"This field is deprecated."
8306+
},
82978307
"glossaryItem":{"shape":"GlossaryItem"},
82988308
"glossaryTermItem":{"shape":"GlossaryTermItem"}
82998309
},

apis/fsx/2018-03-01/api-2.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,8 @@
847847
"STORAGE_TYPE_OPTIMIZATION",
848848
"MISCONFIGURED_STATE_RECOVERY",
849849
"VOLUME_UPDATE_WITH_SNAPSHOT",
850-
"VOLUME_INITIALIZE_WITH_SNAPSHOT"
850+
"VOLUME_INITIALIZE_WITH_SNAPSHOT",
851+
"DOWNLOAD_DATA_FROM_BACKUP"
851852
]
852853
},
853854
"AdministrativeActions":{
@@ -2979,7 +2980,8 @@
29792980
"enum":[
29802981
"MULTI_AZ_1",
29812982
"SINGLE_AZ_1",
2982-
"SINGLE_AZ_2"
2983+
"SINGLE_AZ_2",
2984+
"MULTI_AZ_2"
29832985
]
29842986
},
29852987
"OntapEndpointIpAddresses":{
@@ -3089,6 +3091,8 @@
30893091
"enum":[
30903092
"SINGLE_AZ_1",
30913093
"SINGLE_AZ_2",
3094+
"SINGLE_AZ_HA_1",
3095+
"SINGLE_AZ_HA_2",
30923096
"MULTI_AZ_1"
30933097
]
30943098
},
@@ -3615,7 +3619,8 @@
36153619
"IN_PROGRESS",
36163620
"PENDING",
36173621
"COMPLETED",
3618-
"UPDATED_OPTIMIZING"
3622+
"UPDATED_OPTIMIZING",
3623+
"OPTIMIZING"
36193624
]
36203625
},
36213626
"StorageCapacity":{
@@ -3972,7 +3977,8 @@
39723977
"ThroughputCapacity":{"shape":"MegabytesPerSecond"},
39733978
"AddRouteTableIds":{"shape":"RouteTableIds"},
39743979
"RemoveRouteTableIds":{"shape":"RouteTableIds"},
3975-
"ThroughputCapacityPerHAPair":{"shape":"ThroughputCapacityPerHAPair"}
3980+
"ThroughputCapacityPerHAPair":{"shape":"ThroughputCapacityPerHAPair"},
3981+
"HAPairs":{"shape":"HAPairs"}
39763982
}
39773983
},
39783984
"UpdateFileSystemOpenZFSConfiguration":{

apis/fsx/2018-03-01/docs-2.json

Lines changed: 16 additions & 15 deletions
Large diffs are not rendered by default.

apis/opensearch/2021-01-01/api-2.json

Lines changed: 59 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1000,6 +1000,25 @@
10001000
}
10011001
},
10021002
"shapes":{
1003+
"AIMLOptionsInput":{
1004+
"type":"structure",
1005+
"members":{
1006+
"NaturalLanguageQueryGenerationOptions":{"shape":"NaturalLanguageQueryGenerationOptionsInput"}
1007+
}
1008+
},
1009+
"AIMLOptionsOutput":{
1010+
"type":"structure",
1011+
"members":{
1012+
"NaturalLanguageQueryGenerationOptions":{"shape":"NaturalLanguageQueryGenerationOptionsOutput"}
1013+
}
1014+
},
1015+
"AIMLOptionsStatus":{
1016+
"type":"structure",
1017+
"members":{
1018+
"Options":{"shape":"AIMLOptionsOutput"},
1019+
"Status":{"shape":"OptionStatus"}
1020+
}
1021+
},
10031022
"ARN":{
10041023
"type":"string",
10051024
"max":2048,
@@ -1619,7 +1638,8 @@
16191638
"TagList":{"shape":"TagList"},
16201639
"AutoTuneOptions":{"shape":"AutoTuneOptionsInput"},
16211640
"OffPeakWindowOptions":{"shape":"OffPeakWindowOptions"},
1622-
"SoftwareUpdateOptions":{"shape":"SoftwareUpdateOptions"}
1641+
"SoftwareUpdateOptions":{"shape":"SoftwareUpdateOptions"},
1642+
"AIMLOptions":{"shape":"AIMLOptionsInput"}
16231643
}
16241644
},
16251645
"CreateDomainResponse":{
@@ -2278,7 +2298,8 @@
22782298
"ChangeProgressDetails":{"shape":"ChangeProgressDetails"},
22792299
"OffPeakWindowOptions":{"shape":"OffPeakWindowOptionsStatus"},
22802300
"SoftwareUpdateOptions":{"shape":"SoftwareUpdateOptionsStatus"},
2281-
"ModifyingProperties":{"shape":"ModifyingPropertiesList"}
2301+
"ModifyingProperties":{"shape":"ModifyingPropertiesList"},
2302+
"AIMLOptions":{"shape":"AIMLOptionsStatus"}
22822303
}
22832304
},
22842305
"DomainEndpointOptions":{
@@ -2471,7 +2492,8 @@
24712492
"OffPeakWindowOptions":{"shape":"OffPeakWindowOptions"},
24722493
"SoftwareUpdateOptions":{"shape":"SoftwareUpdateOptions"},
24732494
"DomainProcessingStatus":{"shape":"DomainProcessingStatusType"},
2474-
"ModifyingProperties":{"shape":"ModifyingPropertiesList"}
2495+
"ModifyingProperties":{"shape":"ModifyingPropertiesList"},
2496+
"AIMLOptions":{"shape":"AIMLOptionsOutput"}
24752497
}
24762498
},
24772499
"DomainStatusList":{
@@ -3365,6 +3387,38 @@
33653387
"type":"list",
33663388
"member":{"shape":"ModifyingProperties"}
33673389
},
3390+
"NaturalLanguageQueryGenerationCurrentState":{
3391+
"type":"string",
3392+
"enum":[
3393+
"NOT_ENABLED",
3394+
"ENABLE_COMPLETE",
3395+
"ENABLE_IN_PROGRESS",
3396+
"ENABLE_FAILED",
3397+
"DISABLE_COMPLETE",
3398+
"DISABLE_IN_PROGRESS",
3399+
"DISABLE_FAILED"
3400+
]
3401+
},
3402+
"NaturalLanguageQueryGenerationDesiredState":{
3403+
"type":"string",
3404+
"enum":[
3405+
"ENABLED",
3406+
"DISABLED"
3407+
]
3408+
},
3409+
"NaturalLanguageQueryGenerationOptionsInput":{
3410+
"type":"structure",
3411+
"members":{
3412+
"DesiredState":{"shape":"NaturalLanguageQueryGenerationDesiredState"}
3413+
}
3414+
},
3415+
"NaturalLanguageQueryGenerationOptionsOutput":{
3416+
"type":"structure",
3417+
"members":{
3418+
"DesiredState":{"shape":"NaturalLanguageQueryGenerationDesiredState"},
3419+
"CurrentState":{"shape":"NaturalLanguageQueryGenerationCurrentState"}
3420+
}
3421+
},
33683422
"NextToken":{"type":"string"},
33693423
"NodeId":{
33703424
"type":"string",
@@ -4309,7 +4363,8 @@
43094363
"DryRun":{"shape":"DryRun"},
43104364
"DryRunMode":{"shape":"DryRunMode"},
43114365
"OffPeakWindowOptions":{"shape":"OffPeakWindowOptions"},
4312-
"SoftwareUpdateOptions":{"shape":"SoftwareUpdateOptions"}
4366+
"SoftwareUpdateOptions":{"shape":"SoftwareUpdateOptions"},
4367+
"AIMLOptions":{"shape":"AIMLOptionsInput"}
43134368
}
43144369
},
43154370
"UpdateDomainConfigResponse":{

apis/opensearch/2021-01-01/docs-2.json

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,26 @@
6767
"UpgradeDomain": "<p>Allows you to either upgrade your Amazon OpenSearch Service domain or perform an upgrade eligibility check to a compatible version of OpenSearch or Elasticsearch.</p>"
6868
},
6969
"shapes": {
70+
"AIMLOptionsInput": {
71+
"base": "<p>Container for parameters required to enable all machine learning features.</p>",
72+
"refs": {
73+
"CreateDomainRequest$AIMLOptions": "<p>Options for all machine learning features for the specified domain.</p>",
74+
"UpdateDomainConfigRequest$AIMLOptions": "<p>Options for all machine learning features for the specified domain.</p>"
75+
}
76+
},
77+
"AIMLOptionsOutput": {
78+
"base": "<p>Container for parameters representing the state of machine learning features on the specified domain.</p>",
79+
"refs": {
80+
"AIMLOptionsStatus$Options": "<p>Machine learning options on the specified domain.</p>",
81+
"DomainStatus$AIMLOptions": "<p>Container for parameters required to enable all machine learning features.</p>"
82+
}
83+
},
84+
"AIMLOptionsStatus": {
85+
"base": "<p>The status of machine learning options on the specified domain.</p>",
86+
"refs": {
87+
"DomainConfig$AIMLOptions": "<p>Container for parameters required to enable all machine learning features.</p>"
88+
}
89+
},
7090
"ARN": {
7191
"base": "<p>The Amazon Resource Name (ARN) of the domain. See <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/index.html\">Identifiers for IAM Entities </a> in <i>Using Amazon Web Services Identity and Access Management</i> for more information. </p>",
7292
"refs": {
@@ -1894,6 +1914,31 @@
18941914
"DomainStatus$ModifyingProperties": "<p>Information about the domain properties that are currently being modified.</p>"
18951915
}
18961916
},
1917+
"NaturalLanguageQueryGenerationCurrentState": {
1918+
"base": null,
1919+
"refs": {
1920+
"NaturalLanguageQueryGenerationOptionsOutput$CurrentState": "<p>The current state of the natural language query generation feature, indicating completion, in progress, or failure.</p>"
1921+
}
1922+
},
1923+
"NaturalLanguageQueryGenerationDesiredState": {
1924+
"base": null,
1925+
"refs": {
1926+
"NaturalLanguageQueryGenerationOptionsInput$DesiredState": "<p>The desired state of the natural language query generation feature. Valid values are ENABLED and DISABLED.</p>",
1927+
"NaturalLanguageQueryGenerationOptionsOutput$DesiredState": "<p>The desired state of the natural language query generation feature. Valid values are ENABLED and DISABLED.</p>"
1928+
}
1929+
},
1930+
"NaturalLanguageQueryGenerationOptionsInput": {
1931+
"base": "<p>Container for parameters required to enable the natural language query generation feature.</p>",
1932+
"refs": {
1933+
"AIMLOptionsInput$NaturalLanguageQueryGenerationOptions": "<p>Container for parameters required for natural language query generation on the specified domain.</p>"
1934+
}
1935+
},
1936+
"NaturalLanguageQueryGenerationOptionsOutput": {
1937+
"base": "<p>Container for parameters representing the state of the natural language query generation feature on the specified domain.</p>",
1938+
"refs": {
1939+
"AIMLOptionsOutput$NaturalLanguageQueryGenerationOptions": "<p>Container for parameters required for natural language query generation on the specified domain.</p>"
1940+
}
1941+
},
18971942
"NextToken": {
18981943
"base": "<p>When <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. Send the request again using the returned token to retrieve the next page.</p>",
18991944
"refs": {
@@ -2045,6 +2090,7 @@
20452090
"OptionStatus": {
20462091
"base": "<p>Provides the current status of an entity.</p>",
20472092
"refs": {
2093+
"AIMLOptionsStatus$Status": null,
20482094
"AccessPoliciesStatus$Status": "<p>The status of the access policy for the domain.</p>",
20492095
"AdvancedOptionsStatus$Status": "<p>The status of advanced options for the specified domain.</p>",
20502096
"AdvancedSecurityOptionsStatus$Status": "<p>Status of the fine-grained access control settings for a domain.</p>",

0 commit comments

Comments
 (0)