aws-sdk-core 2.11.180 → 2.11.181
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/appmesh/2018-10-01/api-2.json +1956 -0
- data/apis/appmesh/2018-10-01/examples-1.json +4 -0
- data/apis/appmesh/2018-10-01/paginators-1.json +28 -0
- data/apis/ec2/2016-11-15/api-2.json +205 -2
- data/apis/license-manager/2018-08-01/api-2.json +780 -0
- data/apis/license-manager/2018-08-01/examples-1.json +5 -0
- data/apis/license-manager/2018-08-01/paginators-1.json +4 -0
- data/apis/lightsail/2016-11-28/api-2.json +427 -14
- data/apis/sagemaker/2017-07-24/api-2.json +2374 -69
- data/apis/sagemaker/2017-07-24/paginators-1.json +30 -0
- data/apis/servicediscovery/2017-03-14/api-2.json +124 -15
- data/lib/aws-sdk-core.rb +2 -0
- data/lib/aws-sdk-core/appmesh.rb +6 -0
- data/lib/aws-sdk-core/licensemanager.rb +6 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +8 -0
- metadata +10 -2
@@ -0,0 +1,28 @@
|
|
1
|
+
{
|
2
|
+
"pagination": {
|
3
|
+
"ListMeshes": {
|
4
|
+
"input_token": "nextToken",
|
5
|
+
"limit_key": "limit",
|
6
|
+
"output_token": "nextToken",
|
7
|
+
"result_key": "meshes"
|
8
|
+
},
|
9
|
+
"ListRoutes": {
|
10
|
+
"input_token": "nextToken",
|
11
|
+
"limit_key": "limit",
|
12
|
+
"output_token": "nextToken",
|
13
|
+
"result_key": "routes"
|
14
|
+
},
|
15
|
+
"ListVirtualNodes": {
|
16
|
+
"input_token": "nextToken",
|
17
|
+
"limit_key": "limit",
|
18
|
+
"output_token": "nextToken",
|
19
|
+
"result_key": "virtualNodes"
|
20
|
+
},
|
21
|
+
"ListVirtualRouters": {
|
22
|
+
"input_token": "nextToken",
|
23
|
+
"limit_key": "limit",
|
24
|
+
"output_token": "nextToken",
|
25
|
+
"result_key": "virtualRouters"
|
26
|
+
}
|
27
|
+
}
|
28
|
+
}
|
@@ -10111,6 +10111,48 @@
|
|
10111
10111
|
}
|
10112
10112
|
}
|
10113
10113
|
},
|
10114
|
+
"ElasticInferenceAccelerator":{
|
10115
|
+
"type":"structure",
|
10116
|
+
"required":["Type"],
|
10117
|
+
"members":{
|
10118
|
+
"Type":{"shape":"String"}
|
10119
|
+
}
|
10120
|
+
},
|
10121
|
+
"ElasticInferenceAcceleratorAssociation":{
|
10122
|
+
"type":"structure",
|
10123
|
+
"members":{
|
10124
|
+
"ElasticInferenceAcceleratorArn":{
|
10125
|
+
"shape":"String",
|
10126
|
+
"locationName":"elasticInferenceAcceleratorArn"
|
10127
|
+
},
|
10128
|
+
"ElasticInferenceAcceleratorAssociationId":{
|
10129
|
+
"shape":"String",
|
10130
|
+
"locationName":"elasticInferenceAcceleratorAssociationId"
|
10131
|
+
},
|
10132
|
+
"ElasticInferenceAcceleratorAssociationState":{
|
10133
|
+
"shape":"String",
|
10134
|
+
"locationName":"elasticInferenceAcceleratorAssociationState"
|
10135
|
+
},
|
10136
|
+
"ElasticInferenceAcceleratorAssociationTime":{
|
10137
|
+
"shape":"DateTime",
|
10138
|
+
"locationName":"elasticInferenceAcceleratorAssociationTime"
|
10139
|
+
}
|
10140
|
+
}
|
10141
|
+
},
|
10142
|
+
"ElasticInferenceAcceleratorAssociationList":{
|
10143
|
+
"type":"list",
|
10144
|
+
"member":{
|
10145
|
+
"shape":"ElasticInferenceAcceleratorAssociation",
|
10146
|
+
"locationName":"item"
|
10147
|
+
}
|
10148
|
+
},
|
10149
|
+
"ElasticInferenceAccelerators":{
|
10150
|
+
"type":"list",
|
10151
|
+
"member":{
|
10152
|
+
"shape":"ElasticInferenceAccelerator",
|
10153
|
+
"locationName":"item"
|
10154
|
+
}
|
10155
|
+
},
|
10114
10156
|
"EnableTransitGatewayRouteTablePropagationRequest":{
|
10115
10157
|
"type":"structure",
|
10116
10158
|
"required":[
|
@@ -11176,6 +11218,21 @@
|
|
11176
11218
|
"locationName":"GroupName"
|
11177
11219
|
}
|
11178
11220
|
},
|
11221
|
+
"HibernationOptions":{
|
11222
|
+
"type":"structure",
|
11223
|
+
"members":{
|
11224
|
+
"Configured":{
|
11225
|
+
"shape":"Boolean",
|
11226
|
+
"locationName":"configured"
|
11227
|
+
}
|
11228
|
+
}
|
11229
|
+
},
|
11230
|
+
"HibernationOptionsRequest":{
|
11231
|
+
"type":"structure",
|
11232
|
+
"members":{
|
11233
|
+
"Configured":{"shape":"Boolean"}
|
11234
|
+
}
|
11235
|
+
},
|
11179
11236
|
"HistoryRecord":{
|
11180
11237
|
"type":"structure",
|
11181
11238
|
"required":[
|
@@ -12325,6 +12382,10 @@
|
|
12325
12382
|
"shape":"ElasticGpuAssociationList",
|
12326
12383
|
"locationName":"elasticGpuAssociationSet"
|
12327
12384
|
},
|
12385
|
+
"ElasticInferenceAcceleratorAssociations":{
|
12386
|
+
"shape":"ElasticInferenceAcceleratorAssociationList",
|
12387
|
+
"locationName":"elasticInferenceAcceleratorAssociationSet"
|
12388
|
+
},
|
12328
12389
|
"NetworkInterfaces":{
|
12329
12390
|
"shape":"InstanceNetworkInterfaceList",
|
12330
12391
|
"locationName":"networkInterfaceSet"
|
@@ -12376,6 +12437,14 @@
|
|
12376
12437
|
"CapacityReservationSpecification":{
|
12377
12438
|
"shape":"CapacityReservationSpecificationResponse",
|
12378
12439
|
"locationName":"capacityReservationSpecification"
|
12440
|
+
},
|
12441
|
+
"HibernationOptions":{
|
12442
|
+
"shape":"HibernationOptions",
|
12443
|
+
"locationName":"hibernationOptions"
|
12444
|
+
},
|
12445
|
+
"Licenses":{
|
12446
|
+
"shape":"LicenseList",
|
12447
|
+
"locationName":"licenseSet"
|
12379
12448
|
}
|
12380
12449
|
}
|
12381
12450
|
},
|
@@ -13767,6 +13836,36 @@
|
|
13767
13836
|
"VolumeType":{"shape":"VolumeType"}
|
13768
13837
|
}
|
13769
13838
|
},
|
13839
|
+
"LaunchTemplateElasticInferenceAccelerator":{
|
13840
|
+
"type":"structure",
|
13841
|
+
"required":["Type"],
|
13842
|
+
"members":{
|
13843
|
+
"Type":{"shape":"String"}
|
13844
|
+
}
|
13845
|
+
},
|
13846
|
+
"LaunchTemplateElasticInferenceAcceleratorList":{
|
13847
|
+
"type":"list",
|
13848
|
+
"member":{
|
13849
|
+
"shape":"LaunchTemplateElasticInferenceAccelerator",
|
13850
|
+
"locationName":"item"
|
13851
|
+
}
|
13852
|
+
},
|
13853
|
+
"LaunchTemplateElasticInferenceAcceleratorResponse":{
|
13854
|
+
"type":"structure",
|
13855
|
+
"members":{
|
13856
|
+
"Type":{
|
13857
|
+
"shape":"String",
|
13858
|
+
"locationName":"type"
|
13859
|
+
}
|
13860
|
+
}
|
13861
|
+
},
|
13862
|
+
"LaunchTemplateElasticInferenceAcceleratorResponseList":{
|
13863
|
+
"type":"list",
|
13864
|
+
"member":{
|
13865
|
+
"shape":"LaunchTemplateElasticInferenceAcceleratorResponse",
|
13866
|
+
"locationName":"item"
|
13867
|
+
}
|
13868
|
+
},
|
13770
13869
|
"LaunchTemplateErrorCode":{
|
13771
13870
|
"type":"string",
|
13772
13871
|
"enum":[
|
@@ -13778,6 +13877,21 @@
|
|
13778
13877
|
"unexpectedError"
|
13779
13878
|
]
|
13780
13879
|
},
|
13880
|
+
"LaunchTemplateHibernationOptions":{
|
13881
|
+
"type":"structure",
|
13882
|
+
"members":{
|
13883
|
+
"Configured":{
|
13884
|
+
"shape":"Boolean",
|
13885
|
+
"locationName":"configured"
|
13886
|
+
}
|
13887
|
+
}
|
13888
|
+
},
|
13889
|
+
"LaunchTemplateHibernationOptionsRequest":{
|
13890
|
+
"type":"structure",
|
13891
|
+
"members":{
|
13892
|
+
"Configured":{"shape":"Boolean"}
|
13893
|
+
}
|
13894
|
+
},
|
13781
13895
|
"LaunchTemplateIamInstanceProfileSpecification":{
|
13782
13896
|
"type":"structure",
|
13783
13897
|
"members":{
|
@@ -13905,6 +14019,35 @@
|
|
13905
14019
|
"locationName":"InstanceNetworkInterfaceSpecification"
|
13906
14020
|
}
|
13907
14021
|
},
|
14022
|
+
"LaunchTemplateLicenseConfiguration":{
|
14023
|
+
"type":"structure",
|
14024
|
+
"members":{
|
14025
|
+
"LicenseConfigurationArn":{
|
14026
|
+
"shape":"String",
|
14027
|
+
"locationName":"licenseConfigurationArn"
|
14028
|
+
}
|
14029
|
+
}
|
14030
|
+
},
|
14031
|
+
"LaunchTemplateLicenseConfigurationRequest":{
|
14032
|
+
"type":"structure",
|
14033
|
+
"members":{
|
14034
|
+
"LicenseConfigurationArn":{"shape":"String"}
|
14035
|
+
}
|
14036
|
+
},
|
14037
|
+
"LaunchTemplateLicenseList":{
|
14038
|
+
"type":"list",
|
14039
|
+
"member":{
|
14040
|
+
"shape":"LaunchTemplateLicenseConfiguration",
|
14041
|
+
"locationName":"item"
|
14042
|
+
}
|
14043
|
+
},
|
14044
|
+
"LaunchTemplateLicenseSpecificationListRequest":{
|
14045
|
+
"type":"list",
|
14046
|
+
"member":{
|
14047
|
+
"shape":"LaunchTemplateLicenseConfigurationRequest",
|
14048
|
+
"locationName":"item"
|
14049
|
+
}
|
14050
|
+
},
|
13908
14051
|
"LaunchTemplateName":{
|
13909
14052
|
"type":"string",
|
13910
14053
|
"max":128,
|
@@ -14140,6 +14283,35 @@
|
|
14140
14283
|
"Enabled":{"shape":"Boolean"}
|
14141
14284
|
}
|
14142
14285
|
},
|
14286
|
+
"LicenseConfiguration":{
|
14287
|
+
"type":"structure",
|
14288
|
+
"members":{
|
14289
|
+
"LicenseConfigurationArn":{
|
14290
|
+
"shape":"String",
|
14291
|
+
"locationName":"licenseConfigurationArn"
|
14292
|
+
}
|
14293
|
+
}
|
14294
|
+
},
|
14295
|
+
"LicenseConfigurationRequest":{
|
14296
|
+
"type":"structure",
|
14297
|
+
"members":{
|
14298
|
+
"LicenseConfigurationArn":{"shape":"String"}
|
14299
|
+
}
|
14300
|
+
},
|
14301
|
+
"LicenseList":{
|
14302
|
+
"type":"list",
|
14303
|
+
"member":{
|
14304
|
+
"shape":"LicenseConfiguration",
|
14305
|
+
"locationName":"item"
|
14306
|
+
}
|
14307
|
+
},
|
14308
|
+
"LicenseSpecificationListRequest":{
|
14309
|
+
"type":"list",
|
14310
|
+
"member":{
|
14311
|
+
"shape":"LicenseConfigurationRequest",
|
14312
|
+
"locationName":"item"
|
14313
|
+
}
|
14314
|
+
},
|
14143
14315
|
"ListingState":{
|
14144
14316
|
"type":"string",
|
14145
14317
|
"enum":[
|
@@ -16822,6 +16994,10 @@
|
|
16822
16994
|
"shape":"ElasticGpuSpecificationList",
|
16823
16995
|
"locationName":"ElasticGpuSpecification"
|
16824
16996
|
},
|
16997
|
+
"ElasticInferenceAccelerators":{
|
16998
|
+
"shape":"LaunchTemplateElasticInferenceAcceleratorList",
|
16999
|
+
"locationName":"ElasticInferenceAccelerator"
|
17000
|
+
},
|
16825
17001
|
"SecurityGroupIds":{
|
16826
17002
|
"shape":"SecurityGroupIdStringList",
|
16827
17003
|
"locationName":"SecurityGroupId"
|
@@ -16833,7 +17009,12 @@
|
|
16833
17009
|
"InstanceMarketOptions":{"shape":"LaunchTemplateInstanceMarketOptionsRequest"},
|
16834
17010
|
"CreditSpecification":{"shape":"CreditSpecificationRequest"},
|
16835
17011
|
"CpuOptions":{"shape":"LaunchTemplateCpuOptionsRequest"},
|
16836
|
-
"CapacityReservationSpecification":{"shape":"LaunchTemplateCapacityReservationSpecificationRequest"}
|
17012
|
+
"CapacityReservationSpecification":{"shape":"LaunchTemplateCapacityReservationSpecificationRequest"},
|
17013
|
+
"HibernationOptions":{"shape":"LaunchTemplateHibernationOptionsRequest"},
|
17014
|
+
"LicenseSpecifications":{
|
17015
|
+
"shape":"LaunchTemplateLicenseSpecificationListRequest",
|
17016
|
+
"locationName":"LicenseSpecification"
|
17017
|
+
}
|
16837
17018
|
}
|
16838
17019
|
},
|
16839
17020
|
"RequestSpotFleetRequest":{
|
@@ -17666,6 +17847,10 @@
|
|
17666
17847
|
"shape":"ElasticGpuSpecificationResponseList",
|
17667
17848
|
"locationName":"elasticGpuSpecificationSet"
|
17668
17849
|
},
|
17850
|
+
"ElasticInferenceAccelerators":{
|
17851
|
+
"shape":"LaunchTemplateElasticInferenceAcceleratorResponseList",
|
17852
|
+
"locationName":"elasticInferenceAcceleratorSet"
|
17853
|
+
},
|
17669
17854
|
"SecurityGroupIds":{
|
17670
17855
|
"shape":"ValueStringList",
|
17671
17856
|
"locationName":"securityGroupIdSet"
|
@@ -17689,6 +17874,14 @@
|
|
17689
17874
|
"CapacityReservationSpecification":{
|
17690
17875
|
"shape":"LaunchTemplateCapacityReservationSpecificationResponse",
|
17691
17876
|
"locationName":"capacityReservationSpecification"
|
17877
|
+
},
|
17878
|
+
"HibernationOptions":{
|
17879
|
+
"shape":"LaunchTemplateHibernationOptions",
|
17880
|
+
"locationName":"hibernationOptions"
|
17881
|
+
},
|
17882
|
+
"LicenseSpecifications":{
|
17883
|
+
"shape":"LaunchTemplateLicenseList",
|
17884
|
+
"locationName":"licenseSet"
|
17692
17885
|
}
|
17693
17886
|
}
|
17694
17887
|
},
|
@@ -18019,6 +18212,10 @@
|
|
18019
18212
|
"locationName":"privateIpAddress"
|
18020
18213
|
},
|
18021
18214
|
"ElasticGpuSpecification":{"shape":"ElasticGpuSpecifications"},
|
18215
|
+
"ElasticInferenceAccelerators":{
|
18216
|
+
"shape":"ElasticInferenceAccelerators",
|
18217
|
+
"locationName":"ElasticInferenceAccelerator"
|
18218
|
+
},
|
18022
18219
|
"TagSpecifications":{
|
18023
18220
|
"shape":"TagSpecificationList",
|
18024
18221
|
"locationName":"TagSpecification"
|
@@ -18027,7 +18224,12 @@
|
|
18027
18224
|
"InstanceMarketOptions":{"shape":"InstanceMarketOptionsRequest"},
|
18028
18225
|
"CreditSpecification":{"shape":"CreditSpecificationRequest"},
|
18029
18226
|
"CpuOptions":{"shape":"CpuOptionsRequest"},
|
18030
|
-
"CapacityReservationSpecification":{"shape":"CapacityReservationSpecification"}
|
18227
|
+
"CapacityReservationSpecification":{"shape":"CapacityReservationSpecification"},
|
18228
|
+
"HibernationOptions":{"shape":"HibernationOptionsRequest"},
|
18229
|
+
"LicenseSpecifications":{
|
18230
|
+
"shape":"LicenseSpecificationListRequest",
|
18231
|
+
"locationName":"LicenseSpecification"
|
18232
|
+
}
|
18031
18233
|
}
|
18032
18234
|
},
|
18033
18235
|
"RunScheduledInstancesRequest":{
|
@@ -19532,6 +19734,7 @@
|
|
19532
19734
|
"shape":"InstanceIdStringList",
|
19533
19735
|
"locationName":"InstanceId"
|
19534
19736
|
},
|
19737
|
+
"Hibernate":{"shape":"Boolean"},
|
19535
19738
|
"DryRun":{
|
19536
19739
|
"shape":"Boolean",
|
19537
19740
|
"locationName":"dryRun"
|
@@ -0,0 +1,780 @@
|
|
1
|
+
{
|
2
|
+
"version":"2.0",
|
3
|
+
"metadata":{
|
4
|
+
"apiVersion":"2018-08-01",
|
5
|
+
"endpointPrefix":"license-manager",
|
6
|
+
"jsonVersion":"1.1",
|
7
|
+
"protocol":"json",
|
8
|
+
"serviceFullName":"AWS License Manager",
|
9
|
+
"serviceId":"License Manager",
|
10
|
+
"signatureVersion":"v4",
|
11
|
+
"targetPrefix":"AWSLicenseManager",
|
12
|
+
"uid":"license-manager-2018-08-01"
|
13
|
+
},
|
14
|
+
"operations":{
|
15
|
+
"CreateLicenseConfiguration":{
|
16
|
+
"name":"CreateLicenseConfiguration",
|
17
|
+
"http":{
|
18
|
+
"method":"POST",
|
19
|
+
"requestUri":"/"
|
20
|
+
},
|
21
|
+
"input":{"shape":"CreateLicenseConfigurationRequest"},
|
22
|
+
"output":{"shape":"CreateLicenseConfigurationResponse"},
|
23
|
+
"errors":[
|
24
|
+
{"shape":"InvalidParameterValueException"},
|
25
|
+
{"shape":"ServerInternalException"},
|
26
|
+
{"shape":"ResourceLimitExceededException"},
|
27
|
+
{"shape":"AuthorizationException"},
|
28
|
+
{"shape":"AccessDeniedException"},
|
29
|
+
{"shape":"RateLimitExceededException"}
|
30
|
+
]
|
31
|
+
},
|
32
|
+
"DeleteLicenseConfiguration":{
|
33
|
+
"name":"DeleteLicenseConfiguration",
|
34
|
+
"http":{
|
35
|
+
"method":"POST",
|
36
|
+
"requestUri":"/"
|
37
|
+
},
|
38
|
+
"input":{"shape":"DeleteLicenseConfigurationRequest"},
|
39
|
+
"output":{"shape":"DeleteLicenseConfigurationResponse"},
|
40
|
+
"errors":[
|
41
|
+
{"shape":"InvalidParameterValueException"},
|
42
|
+
{"shape":"ServerInternalException"},
|
43
|
+
{"shape":"AuthorizationException"},
|
44
|
+
{"shape":"AccessDeniedException"},
|
45
|
+
{"shape":"RateLimitExceededException"}
|
46
|
+
]
|
47
|
+
},
|
48
|
+
"GetLicenseConfiguration":{
|
49
|
+
"name":"GetLicenseConfiguration",
|
50
|
+
"http":{
|
51
|
+
"method":"POST",
|
52
|
+
"requestUri":"/"
|
53
|
+
},
|
54
|
+
"input":{"shape":"GetLicenseConfigurationRequest"},
|
55
|
+
"output":{"shape":"GetLicenseConfigurationResponse"},
|
56
|
+
"errors":[
|
57
|
+
{"shape":"InvalidParameterValueException"},
|
58
|
+
{"shape":"ServerInternalException"},
|
59
|
+
{"shape":"AuthorizationException"},
|
60
|
+
{"shape":"AccessDeniedException"},
|
61
|
+
{"shape":"RateLimitExceededException"}
|
62
|
+
]
|
63
|
+
},
|
64
|
+
"GetServiceSettings":{
|
65
|
+
"name":"GetServiceSettings",
|
66
|
+
"http":{
|
67
|
+
"method":"POST",
|
68
|
+
"requestUri":"/"
|
69
|
+
},
|
70
|
+
"input":{"shape":"GetServiceSettingsRequest"},
|
71
|
+
"output":{"shape":"GetServiceSettingsResponse"},
|
72
|
+
"errors":[
|
73
|
+
{"shape":"ServerInternalException"},
|
74
|
+
{"shape":"AuthorizationException"},
|
75
|
+
{"shape":"AccessDeniedException"},
|
76
|
+
{"shape":"RateLimitExceededException"}
|
77
|
+
]
|
78
|
+
},
|
79
|
+
"ListAssociationsForLicenseConfiguration":{
|
80
|
+
"name":"ListAssociationsForLicenseConfiguration",
|
81
|
+
"http":{
|
82
|
+
"method":"POST",
|
83
|
+
"requestUri":"/"
|
84
|
+
},
|
85
|
+
"input":{"shape":"ListAssociationsForLicenseConfigurationRequest"},
|
86
|
+
"output":{"shape":"ListAssociationsForLicenseConfigurationResponse"},
|
87
|
+
"errors":[
|
88
|
+
{"shape":"InvalidParameterValueException"},
|
89
|
+
{"shape":"FilterLimitExceededException"},
|
90
|
+
{"shape":"ServerInternalException"},
|
91
|
+
{"shape":"AuthorizationException"},
|
92
|
+
{"shape":"AccessDeniedException"},
|
93
|
+
{"shape":"RateLimitExceededException"}
|
94
|
+
]
|
95
|
+
},
|
96
|
+
"ListLicenseConfigurations":{
|
97
|
+
"name":"ListLicenseConfigurations",
|
98
|
+
"http":{
|
99
|
+
"method":"POST",
|
100
|
+
"requestUri":"/"
|
101
|
+
},
|
102
|
+
"input":{"shape":"ListLicenseConfigurationsRequest"},
|
103
|
+
"output":{"shape":"ListLicenseConfigurationsResponse"},
|
104
|
+
"errors":[
|
105
|
+
{"shape":"InvalidParameterValueException"},
|
106
|
+
{"shape":"ServerInternalException"},
|
107
|
+
{"shape":"FilterLimitExceededException"},
|
108
|
+
{"shape":"AuthorizationException"},
|
109
|
+
{"shape":"AccessDeniedException"},
|
110
|
+
{"shape":"RateLimitExceededException"}
|
111
|
+
]
|
112
|
+
},
|
113
|
+
"ListLicenseSpecificationsForResource":{
|
114
|
+
"name":"ListLicenseSpecificationsForResource",
|
115
|
+
"http":{
|
116
|
+
"method":"POST",
|
117
|
+
"requestUri":"/"
|
118
|
+
},
|
119
|
+
"input":{"shape":"ListLicenseSpecificationsForResourceRequest"},
|
120
|
+
"output":{"shape":"ListLicenseSpecificationsForResourceResponse"},
|
121
|
+
"errors":[
|
122
|
+
{"shape":"InvalidParameterValueException"},
|
123
|
+
{"shape":"ServerInternalException"},
|
124
|
+
{"shape":"AuthorizationException"},
|
125
|
+
{"shape":"AccessDeniedException"},
|
126
|
+
{"shape":"RateLimitExceededException"}
|
127
|
+
]
|
128
|
+
},
|
129
|
+
"ListResourceInventory":{
|
130
|
+
"name":"ListResourceInventory",
|
131
|
+
"http":{
|
132
|
+
"method":"POST",
|
133
|
+
"requestUri":"/"
|
134
|
+
},
|
135
|
+
"input":{"shape":"ListResourceInventoryRequest"},
|
136
|
+
"output":{"shape":"ListResourceInventoryResponse"},
|
137
|
+
"errors":[
|
138
|
+
{"shape":"InvalidParameterValueException"},
|
139
|
+
{"shape":"ServerInternalException"},
|
140
|
+
{"shape":"FilterLimitExceededException"},
|
141
|
+
{"shape":"FailedDependencyException"},
|
142
|
+
{"shape":"AuthorizationException"},
|
143
|
+
{"shape":"AccessDeniedException"},
|
144
|
+
{"shape":"RateLimitExceededException"}
|
145
|
+
]
|
146
|
+
},
|
147
|
+
"ListTagsForResource":{
|
148
|
+
"name":"ListTagsForResource",
|
149
|
+
"http":{
|
150
|
+
"method":"POST",
|
151
|
+
"requestUri":"/"
|
152
|
+
},
|
153
|
+
"input":{"shape":"ListTagsForResourceRequest"},
|
154
|
+
"output":{"shape":"ListTagsForResourceResponse"},
|
155
|
+
"errors":[
|
156
|
+
{"shape":"InvalidParameterValueException"},
|
157
|
+
{"shape":"ServerInternalException"},
|
158
|
+
{"shape":"AuthorizationException"},
|
159
|
+
{"shape":"AccessDeniedException"},
|
160
|
+
{"shape":"RateLimitExceededException"}
|
161
|
+
]
|
162
|
+
},
|
163
|
+
"ListUsageForLicenseConfiguration":{
|
164
|
+
"name":"ListUsageForLicenseConfiguration",
|
165
|
+
"http":{
|
166
|
+
"method":"POST",
|
167
|
+
"requestUri":"/"
|
168
|
+
},
|
169
|
+
"input":{"shape":"ListUsageForLicenseConfigurationRequest"},
|
170
|
+
"output":{"shape":"ListUsageForLicenseConfigurationResponse"},
|
171
|
+
"errors":[
|
172
|
+
{"shape":"InvalidParameterValueException"},
|
173
|
+
{"shape":"FilterLimitExceededException"},
|
174
|
+
{"shape":"ServerInternalException"},
|
175
|
+
{"shape":"AuthorizationException"},
|
176
|
+
{"shape":"AccessDeniedException"},
|
177
|
+
{"shape":"RateLimitExceededException"}
|
178
|
+
]
|
179
|
+
},
|
180
|
+
"TagResource":{
|
181
|
+
"name":"TagResource",
|
182
|
+
"http":{
|
183
|
+
"method":"POST",
|
184
|
+
"requestUri":"/"
|
185
|
+
},
|
186
|
+
"input":{"shape":"TagResourceRequest"},
|
187
|
+
"output":{"shape":"TagResourceResponse"},
|
188
|
+
"errors":[
|
189
|
+
{"shape":"InvalidParameterValueException"},
|
190
|
+
{"shape":"ServerInternalException"},
|
191
|
+
{"shape":"AuthorizationException"},
|
192
|
+
{"shape":"AccessDeniedException"},
|
193
|
+
{"shape":"RateLimitExceededException"}
|
194
|
+
]
|
195
|
+
},
|
196
|
+
"UntagResource":{
|
197
|
+
"name":"UntagResource",
|
198
|
+
"http":{
|
199
|
+
"method":"POST",
|
200
|
+
"requestUri":"/"
|
201
|
+
},
|
202
|
+
"input":{"shape":"UntagResourceRequest"},
|
203
|
+
"output":{"shape":"UntagResourceResponse"},
|
204
|
+
"errors":[
|
205
|
+
{"shape":"InvalidParameterValueException"},
|
206
|
+
{"shape":"ServerInternalException"},
|
207
|
+
{"shape":"AuthorizationException"},
|
208
|
+
{"shape":"AccessDeniedException"},
|
209
|
+
{"shape":"RateLimitExceededException"}
|
210
|
+
]
|
211
|
+
},
|
212
|
+
"UpdateLicenseConfiguration":{
|
213
|
+
"name":"UpdateLicenseConfiguration",
|
214
|
+
"http":{
|
215
|
+
"method":"POST",
|
216
|
+
"requestUri":"/"
|
217
|
+
},
|
218
|
+
"input":{"shape":"UpdateLicenseConfigurationRequest"},
|
219
|
+
"output":{"shape":"UpdateLicenseConfigurationResponse"},
|
220
|
+
"errors":[
|
221
|
+
{"shape":"InvalidParameterValueException"},
|
222
|
+
{"shape":"ServerInternalException"},
|
223
|
+
{"shape":"AuthorizationException"},
|
224
|
+
{"shape":"AccessDeniedException"},
|
225
|
+
{"shape":"RateLimitExceededException"}
|
226
|
+
]
|
227
|
+
},
|
228
|
+
"UpdateLicenseSpecificationsForResource":{
|
229
|
+
"name":"UpdateLicenseSpecificationsForResource",
|
230
|
+
"http":{
|
231
|
+
"method":"POST",
|
232
|
+
"requestUri":"/"
|
233
|
+
},
|
234
|
+
"input":{"shape":"UpdateLicenseSpecificationsForResourceRequest"},
|
235
|
+
"output":{"shape":"UpdateLicenseSpecificationsForResourceResponse"},
|
236
|
+
"errors":[
|
237
|
+
{"shape":"InvalidParameterValueException"},
|
238
|
+
{"shape":"InvalidResourceStateException"},
|
239
|
+
{"shape":"LicenseUsageException"},
|
240
|
+
{"shape":"ServerInternalException"},
|
241
|
+
{"shape":"AuthorizationException"},
|
242
|
+
{"shape":"AccessDeniedException"},
|
243
|
+
{"shape":"RateLimitExceededException"}
|
244
|
+
]
|
245
|
+
},
|
246
|
+
"UpdateServiceSettings":{
|
247
|
+
"name":"UpdateServiceSettings",
|
248
|
+
"http":{
|
249
|
+
"method":"POST",
|
250
|
+
"requestUri":"/"
|
251
|
+
},
|
252
|
+
"input":{"shape":"UpdateServiceSettingsRequest"},
|
253
|
+
"output":{"shape":"UpdateServiceSettingsResponse"},
|
254
|
+
"errors":[
|
255
|
+
{"shape":"InvalidParameterValueException"},
|
256
|
+
{"shape":"ServerInternalException"},
|
257
|
+
{"shape":"AuthorizationException"},
|
258
|
+
{"shape":"AccessDeniedException"},
|
259
|
+
{"shape":"RateLimitExceededException"}
|
260
|
+
]
|
261
|
+
}
|
262
|
+
},
|
263
|
+
"shapes":{
|
264
|
+
"AccessDeniedException":{
|
265
|
+
"type":"structure",
|
266
|
+
"members":{
|
267
|
+
"Message":{"shape":"Message"}
|
268
|
+
},
|
269
|
+
"exception":true
|
270
|
+
},
|
271
|
+
"AuthorizationException":{
|
272
|
+
"type":"structure",
|
273
|
+
"members":{
|
274
|
+
"Message":{"shape":"Message"}
|
275
|
+
},
|
276
|
+
"exception":true
|
277
|
+
},
|
278
|
+
"Boolean":{"type":"boolean"},
|
279
|
+
"BoxBoolean":{"type":"boolean"},
|
280
|
+
"BoxInteger":{"type":"integer"},
|
281
|
+
"BoxLong":{"type":"long"},
|
282
|
+
"ConsumedLicenseSummary":{
|
283
|
+
"type":"structure",
|
284
|
+
"members":{
|
285
|
+
"ResourceType":{"shape":"ResourceType"},
|
286
|
+
"ConsumedLicenses":{"shape":"BoxLong"}
|
287
|
+
}
|
288
|
+
},
|
289
|
+
"ConsumedLicenseSummaryList":{
|
290
|
+
"type":"list",
|
291
|
+
"member":{"shape":"ConsumedLicenseSummary"}
|
292
|
+
},
|
293
|
+
"CreateLicenseConfigurationRequest":{
|
294
|
+
"type":"structure",
|
295
|
+
"required":[
|
296
|
+
"Name",
|
297
|
+
"LicenseCountingType"
|
298
|
+
],
|
299
|
+
"members":{
|
300
|
+
"Name":{"shape":"String"},
|
301
|
+
"Description":{"shape":"String"},
|
302
|
+
"LicenseCountingType":{"shape":"LicenseCountingType"},
|
303
|
+
"LicenseCount":{"shape":"BoxLong"},
|
304
|
+
"LicenseCountHardLimit":{"shape":"BoxBoolean"},
|
305
|
+
"LicenseRules":{"shape":"StringList"},
|
306
|
+
"Tags":{"shape":"TagList"}
|
307
|
+
}
|
308
|
+
},
|
309
|
+
"CreateLicenseConfigurationResponse":{
|
310
|
+
"type":"structure",
|
311
|
+
"members":{
|
312
|
+
"LicenseConfigurationArn":{"shape":"String"}
|
313
|
+
}
|
314
|
+
},
|
315
|
+
"DateTime":{"type":"timestamp"},
|
316
|
+
"DeleteLicenseConfigurationRequest":{
|
317
|
+
"type":"structure",
|
318
|
+
"required":["LicenseConfigurationArn"],
|
319
|
+
"members":{
|
320
|
+
"LicenseConfigurationArn":{"shape":"String"}
|
321
|
+
}
|
322
|
+
},
|
323
|
+
"DeleteLicenseConfigurationResponse":{
|
324
|
+
"type":"structure",
|
325
|
+
"members":{
|
326
|
+
}
|
327
|
+
},
|
328
|
+
"FailedDependencyException":{
|
329
|
+
"type":"structure",
|
330
|
+
"members":{
|
331
|
+
"Message":{"shape":"Message"}
|
332
|
+
},
|
333
|
+
"exception":true,
|
334
|
+
"fault":true
|
335
|
+
},
|
336
|
+
"Filter":{
|
337
|
+
"type":"structure",
|
338
|
+
"members":{
|
339
|
+
"Name":{"shape":"FilterName"},
|
340
|
+
"Values":{"shape":"FilterValues"}
|
341
|
+
}
|
342
|
+
},
|
343
|
+
"FilterLimitExceededException":{
|
344
|
+
"type":"structure",
|
345
|
+
"members":{
|
346
|
+
"Message":{"shape":"Message"}
|
347
|
+
},
|
348
|
+
"exception":true
|
349
|
+
},
|
350
|
+
"FilterName":{"type":"string"},
|
351
|
+
"FilterValue":{"type":"string"},
|
352
|
+
"FilterValues":{
|
353
|
+
"type":"list",
|
354
|
+
"member":{"shape":"FilterValue"}
|
355
|
+
},
|
356
|
+
"Filters":{
|
357
|
+
"type":"list",
|
358
|
+
"member":{"shape":"Filter"}
|
359
|
+
},
|
360
|
+
"GetLicenseConfigurationRequest":{
|
361
|
+
"type":"structure",
|
362
|
+
"required":["LicenseConfigurationArn"],
|
363
|
+
"members":{
|
364
|
+
"LicenseConfigurationArn":{"shape":"String"}
|
365
|
+
}
|
366
|
+
},
|
367
|
+
"GetLicenseConfigurationResponse":{
|
368
|
+
"type":"structure",
|
369
|
+
"members":{
|
370
|
+
"LicenseConfigurationId":{"shape":"String"},
|
371
|
+
"LicenseConfigurationArn":{"shape":"String"},
|
372
|
+
"Name":{"shape":"String"},
|
373
|
+
"Description":{"shape":"String"},
|
374
|
+
"LicenseCountingType":{"shape":"LicenseCountingType"},
|
375
|
+
"LicenseRules":{"shape":"StringList"},
|
376
|
+
"LicenseCount":{"shape":"BoxLong"},
|
377
|
+
"LicenseCountHardLimit":{"shape":"BoxBoolean"},
|
378
|
+
"ConsumedLicenses":{"shape":"BoxLong"},
|
379
|
+
"Status":{"shape":"String"},
|
380
|
+
"OwnerAccountId":{"shape":"String"},
|
381
|
+
"ConsumedLicenseSummaryList":{"shape":"ConsumedLicenseSummaryList"},
|
382
|
+
"ManagedResourceSummaryList":{"shape":"ManagedResourceSummaryList"},
|
383
|
+
"Tags":{"shape":"TagList"}
|
384
|
+
}
|
385
|
+
},
|
386
|
+
"GetServiceSettingsRequest":{
|
387
|
+
"type":"structure",
|
388
|
+
"members":{
|
389
|
+
}
|
390
|
+
},
|
391
|
+
"GetServiceSettingsResponse":{
|
392
|
+
"type":"structure",
|
393
|
+
"members":{
|
394
|
+
"S3BucketArn":{"shape":"String"},
|
395
|
+
"SnsTopicArn":{"shape":"String"},
|
396
|
+
"OrganizationConfiguration":{"shape":"OrganizationConfiguration"},
|
397
|
+
"EnableCrossAccountsDiscovery":{"shape":"BoxBoolean"}
|
398
|
+
}
|
399
|
+
},
|
400
|
+
"InvalidParameterValueException":{
|
401
|
+
"type":"structure",
|
402
|
+
"members":{
|
403
|
+
"Message":{"shape":"Message"}
|
404
|
+
},
|
405
|
+
"exception":true,
|
406
|
+
"synthetic":true
|
407
|
+
},
|
408
|
+
"InvalidResourceStateException":{
|
409
|
+
"type":"structure",
|
410
|
+
"members":{
|
411
|
+
"Message":{"shape":"Message"}
|
412
|
+
},
|
413
|
+
"exception":true
|
414
|
+
},
|
415
|
+
"InventoryFilter":{
|
416
|
+
"type":"structure",
|
417
|
+
"required":[
|
418
|
+
"Name",
|
419
|
+
"Condition"
|
420
|
+
],
|
421
|
+
"members":{
|
422
|
+
"Name":{"shape":"String"},
|
423
|
+
"Condition":{"shape":"InventoryFilterCondition"},
|
424
|
+
"Value":{"shape":"String"}
|
425
|
+
}
|
426
|
+
},
|
427
|
+
"InventoryFilterCondition":{
|
428
|
+
"type":"string",
|
429
|
+
"enum":[
|
430
|
+
"EQUALS",
|
431
|
+
"NOT_EQUALS",
|
432
|
+
"BEGINS_WITH",
|
433
|
+
"CONTAINS"
|
434
|
+
]
|
435
|
+
},
|
436
|
+
"InventoryFilterList":{
|
437
|
+
"type":"list",
|
438
|
+
"member":{"shape":"InventoryFilter"}
|
439
|
+
},
|
440
|
+
"LicenseConfiguration":{
|
441
|
+
"type":"structure",
|
442
|
+
"members":{
|
443
|
+
"LicenseConfigurationId":{"shape":"String"},
|
444
|
+
"LicenseConfigurationArn":{"shape":"String"},
|
445
|
+
"Name":{"shape":"String"},
|
446
|
+
"Description":{"shape":"String"},
|
447
|
+
"LicenseCountingType":{"shape":"LicenseCountingType"},
|
448
|
+
"LicenseRules":{"shape":"StringList"},
|
449
|
+
"LicenseCount":{"shape":"BoxLong"},
|
450
|
+
"LicenseCountHardLimit":{"shape":"BoxBoolean"},
|
451
|
+
"ConsumedLicenses":{"shape":"BoxLong"},
|
452
|
+
"Status":{"shape":"String"},
|
453
|
+
"OwnerAccountId":{"shape":"String"},
|
454
|
+
"ConsumedLicenseSummaryList":{"shape":"ConsumedLicenseSummaryList"},
|
455
|
+
"ManagedResourceSummaryList":{"shape":"ManagedResourceSummaryList"}
|
456
|
+
}
|
457
|
+
},
|
458
|
+
"LicenseConfigurationAssociation":{
|
459
|
+
"type":"structure",
|
460
|
+
"members":{
|
461
|
+
"ResourceArn":{"shape":"String"},
|
462
|
+
"ResourceType":{"shape":"ResourceType"},
|
463
|
+
"ResourceOwnerId":{"shape":"String"},
|
464
|
+
"AssociationTime":{"shape":"DateTime"}
|
465
|
+
}
|
466
|
+
},
|
467
|
+
"LicenseConfigurationAssociations":{
|
468
|
+
"type":"list",
|
469
|
+
"member":{"shape":"LicenseConfigurationAssociation"}
|
470
|
+
},
|
471
|
+
"LicenseConfigurationStatus":{
|
472
|
+
"type":"string",
|
473
|
+
"enum":[
|
474
|
+
"AVAILABLE",
|
475
|
+
"DISABLED"
|
476
|
+
]
|
477
|
+
},
|
478
|
+
"LicenseConfigurationUsage":{
|
479
|
+
"type":"structure",
|
480
|
+
"members":{
|
481
|
+
"ResourceArn":{"shape":"String"},
|
482
|
+
"ResourceType":{"shape":"ResourceType"},
|
483
|
+
"ResourceStatus":{"shape":"String"},
|
484
|
+
"ResourceOwnerId":{"shape":"String"},
|
485
|
+
"AssociationTime":{"shape":"DateTime"},
|
486
|
+
"ConsumedLicenses":{"shape":"BoxLong"}
|
487
|
+
}
|
488
|
+
},
|
489
|
+
"LicenseConfigurationUsageList":{
|
490
|
+
"type":"list",
|
491
|
+
"member":{"shape":"LicenseConfigurationUsage"}
|
492
|
+
},
|
493
|
+
"LicenseConfigurations":{
|
494
|
+
"type":"list",
|
495
|
+
"member":{"shape":"LicenseConfiguration"}
|
496
|
+
},
|
497
|
+
"LicenseCountingType":{
|
498
|
+
"type":"string",
|
499
|
+
"enum":[
|
500
|
+
"vCPU",
|
501
|
+
"Instance",
|
502
|
+
"Core",
|
503
|
+
"Socket"
|
504
|
+
]
|
505
|
+
},
|
506
|
+
"LicenseSpecification":{
|
507
|
+
"type":"structure",
|
508
|
+
"required":["LicenseConfigurationArn"],
|
509
|
+
"members":{
|
510
|
+
"LicenseConfigurationArn":{"shape":"String"}
|
511
|
+
}
|
512
|
+
},
|
513
|
+
"LicenseSpecifications":{
|
514
|
+
"type":"list",
|
515
|
+
"member":{"shape":"LicenseSpecification"}
|
516
|
+
},
|
517
|
+
"LicenseUsageException":{
|
518
|
+
"type":"structure",
|
519
|
+
"members":{
|
520
|
+
"Message":{"shape":"Message"}
|
521
|
+
},
|
522
|
+
"exception":true
|
523
|
+
},
|
524
|
+
"ListAssociationsForLicenseConfigurationRequest":{
|
525
|
+
"type":"structure",
|
526
|
+
"required":["LicenseConfigurationArn"],
|
527
|
+
"members":{
|
528
|
+
"LicenseConfigurationArn":{"shape":"String"},
|
529
|
+
"MaxResults":{"shape":"BoxInteger"},
|
530
|
+
"NextToken":{"shape":"String"}
|
531
|
+
}
|
532
|
+
},
|
533
|
+
"ListAssociationsForLicenseConfigurationResponse":{
|
534
|
+
"type":"structure",
|
535
|
+
"members":{
|
536
|
+
"LicenseConfigurationAssociations":{"shape":"LicenseConfigurationAssociations"},
|
537
|
+
"NextToken":{"shape":"String"}
|
538
|
+
}
|
539
|
+
},
|
540
|
+
"ListLicenseConfigurationsRequest":{
|
541
|
+
"type":"structure",
|
542
|
+
"members":{
|
543
|
+
"LicenseConfigurationArns":{"shape":"StringList"},
|
544
|
+
"MaxResults":{"shape":"BoxInteger"},
|
545
|
+
"NextToken":{"shape":"String"},
|
546
|
+
"Filters":{"shape":"Filters"}
|
547
|
+
}
|
548
|
+
},
|
549
|
+
"ListLicenseConfigurationsResponse":{
|
550
|
+
"type":"structure",
|
551
|
+
"members":{
|
552
|
+
"LicenseConfigurations":{"shape":"LicenseConfigurations"},
|
553
|
+
"NextToken":{"shape":"String"}
|
554
|
+
}
|
555
|
+
},
|
556
|
+
"ListLicenseSpecificationsForResourceRequest":{
|
557
|
+
"type":"structure",
|
558
|
+
"required":["ResourceArn"],
|
559
|
+
"members":{
|
560
|
+
"ResourceArn":{"shape":"String"},
|
561
|
+
"MaxResults":{"shape":"BoxInteger"},
|
562
|
+
"NextToken":{"shape":"String"}
|
563
|
+
}
|
564
|
+
},
|
565
|
+
"ListLicenseSpecificationsForResourceResponse":{
|
566
|
+
"type":"structure",
|
567
|
+
"members":{
|
568
|
+
"LicenseSpecifications":{"shape":"LicenseSpecifications"},
|
569
|
+
"NextToken":{"shape":"String"}
|
570
|
+
}
|
571
|
+
},
|
572
|
+
"ListResourceInventoryRequest":{
|
573
|
+
"type":"structure",
|
574
|
+
"members":{
|
575
|
+
"MaxResults":{"shape":"BoxInteger"},
|
576
|
+
"NextToken":{"shape":"String"},
|
577
|
+
"Filters":{"shape":"InventoryFilterList"}
|
578
|
+
}
|
579
|
+
},
|
580
|
+
"ListResourceInventoryResponse":{
|
581
|
+
"type":"structure",
|
582
|
+
"members":{
|
583
|
+
"ResourceInventoryList":{"shape":"ResourceInventoryList"},
|
584
|
+
"NextToken":{"shape":"String"}
|
585
|
+
}
|
586
|
+
},
|
587
|
+
"ListTagsForResourceRequest":{
|
588
|
+
"type":"structure",
|
589
|
+
"required":["ResourceArn"],
|
590
|
+
"members":{
|
591
|
+
"ResourceArn":{"shape":"String"}
|
592
|
+
}
|
593
|
+
},
|
594
|
+
"ListTagsForResourceResponse":{
|
595
|
+
"type":"structure",
|
596
|
+
"members":{
|
597
|
+
"Tags":{"shape":"TagList"}
|
598
|
+
}
|
599
|
+
},
|
600
|
+
"ListUsageForLicenseConfigurationRequest":{
|
601
|
+
"type":"structure",
|
602
|
+
"required":["LicenseConfigurationArn"],
|
603
|
+
"members":{
|
604
|
+
"LicenseConfigurationArn":{"shape":"String"},
|
605
|
+
"MaxResults":{"shape":"BoxInteger"},
|
606
|
+
"NextToken":{"shape":"String"},
|
607
|
+
"Filters":{"shape":"Filters"}
|
608
|
+
}
|
609
|
+
},
|
610
|
+
"ListUsageForLicenseConfigurationResponse":{
|
611
|
+
"type":"structure",
|
612
|
+
"members":{
|
613
|
+
"LicenseConfigurationUsageList":{"shape":"LicenseConfigurationUsageList"},
|
614
|
+
"NextToken":{"shape":"String"}
|
615
|
+
}
|
616
|
+
},
|
617
|
+
"ManagedResourceSummary":{
|
618
|
+
"type":"structure",
|
619
|
+
"members":{
|
620
|
+
"ResourceType":{"shape":"ResourceType"},
|
621
|
+
"AssociationCount":{"shape":"BoxLong"}
|
622
|
+
}
|
623
|
+
},
|
624
|
+
"ManagedResourceSummaryList":{
|
625
|
+
"type":"list",
|
626
|
+
"member":{"shape":"ManagedResourceSummary"}
|
627
|
+
},
|
628
|
+
"Message":{"type":"string"},
|
629
|
+
"OrganizationConfiguration":{
|
630
|
+
"type":"structure",
|
631
|
+
"required":["EnableIntegration"],
|
632
|
+
"members":{
|
633
|
+
"EnableIntegration":{"shape":"Boolean"}
|
634
|
+
}
|
635
|
+
},
|
636
|
+
"RateLimitExceededException":{
|
637
|
+
"type":"structure",
|
638
|
+
"members":{
|
639
|
+
"Message":{"shape":"Message"}
|
640
|
+
},
|
641
|
+
"exception":true
|
642
|
+
},
|
643
|
+
"ResourceInventory":{
|
644
|
+
"type":"structure",
|
645
|
+
"members":{
|
646
|
+
"ResourceId":{"shape":"String"},
|
647
|
+
"ResourceType":{"shape":"ResourceType"},
|
648
|
+
"ResourceArn":{"shape":"String"},
|
649
|
+
"Platform":{"shape":"String"},
|
650
|
+
"PlatformVersion":{"shape":"String"},
|
651
|
+
"ResourceOwningAccountId":{"shape":"String"}
|
652
|
+
}
|
653
|
+
},
|
654
|
+
"ResourceInventoryList":{
|
655
|
+
"type":"list",
|
656
|
+
"member":{"shape":"ResourceInventory"}
|
657
|
+
},
|
658
|
+
"ResourceLimitExceededException":{
|
659
|
+
"type":"structure",
|
660
|
+
"members":{
|
661
|
+
"Message":{"shape":"Message"}
|
662
|
+
},
|
663
|
+
"exception":true
|
664
|
+
},
|
665
|
+
"ResourceType":{
|
666
|
+
"type":"string",
|
667
|
+
"enum":[
|
668
|
+
"EC2_INSTANCE",
|
669
|
+
"EC2_HOST",
|
670
|
+
"EC2_AMI"
|
671
|
+
]
|
672
|
+
},
|
673
|
+
"ServerInternalException":{
|
674
|
+
"type":"structure",
|
675
|
+
"members":{
|
676
|
+
"Message":{"shape":"Message"}
|
677
|
+
},
|
678
|
+
"exception":true,
|
679
|
+
"fault":true
|
680
|
+
},
|
681
|
+
"String":{"type":"string"},
|
682
|
+
"StringList":{
|
683
|
+
"type":"list",
|
684
|
+
"member":{"shape":"String"}
|
685
|
+
},
|
686
|
+
"Tag":{
|
687
|
+
"type":"structure",
|
688
|
+
"members":{
|
689
|
+
"Key":{"shape":"String"},
|
690
|
+
"Value":{"shape":"String"}
|
691
|
+
}
|
692
|
+
},
|
693
|
+
"TagKeyList":{
|
694
|
+
"type":"list",
|
695
|
+
"member":{"shape":"String"}
|
696
|
+
},
|
697
|
+
"TagList":{
|
698
|
+
"type":"list",
|
699
|
+
"member":{"shape":"Tag"}
|
700
|
+
},
|
701
|
+
"TagResourceRequest":{
|
702
|
+
"type":"structure",
|
703
|
+
"required":[
|
704
|
+
"ResourceArn",
|
705
|
+
"Tags"
|
706
|
+
],
|
707
|
+
"members":{
|
708
|
+
"ResourceArn":{"shape":"String"},
|
709
|
+
"Tags":{"shape":"TagList"}
|
710
|
+
}
|
711
|
+
},
|
712
|
+
"TagResourceResponse":{
|
713
|
+
"type":"structure",
|
714
|
+
"members":{
|
715
|
+
}
|
716
|
+
},
|
717
|
+
"UntagResourceRequest":{
|
718
|
+
"type":"structure",
|
719
|
+
"required":[
|
720
|
+
"ResourceArn",
|
721
|
+
"TagKeys"
|
722
|
+
],
|
723
|
+
"members":{
|
724
|
+
"ResourceArn":{"shape":"String"},
|
725
|
+
"TagKeys":{"shape":"TagKeyList"}
|
726
|
+
}
|
727
|
+
},
|
728
|
+
"UntagResourceResponse":{
|
729
|
+
"type":"structure",
|
730
|
+
"members":{
|
731
|
+
}
|
732
|
+
},
|
733
|
+
"UpdateLicenseConfigurationRequest":{
|
734
|
+
"type":"structure",
|
735
|
+
"required":["LicenseConfigurationArn"],
|
736
|
+
"members":{
|
737
|
+
"LicenseConfigurationArn":{"shape":"String"},
|
738
|
+
"LicenseConfigurationStatus":{"shape":"LicenseConfigurationStatus"},
|
739
|
+
"LicenseRules":{"shape":"StringList"},
|
740
|
+
"LicenseCount":{"shape":"BoxLong"},
|
741
|
+
"LicenseCountHardLimit":{"shape":"BoxBoolean"},
|
742
|
+
"Name":{"shape":"String"},
|
743
|
+
"Description":{"shape":"String"}
|
744
|
+
}
|
745
|
+
},
|
746
|
+
"UpdateLicenseConfigurationResponse":{
|
747
|
+
"type":"structure",
|
748
|
+
"members":{
|
749
|
+
}
|
750
|
+
},
|
751
|
+
"UpdateLicenseSpecificationsForResourceRequest":{
|
752
|
+
"type":"structure",
|
753
|
+
"required":["ResourceArn"],
|
754
|
+
"members":{
|
755
|
+
"ResourceArn":{"shape":"String"},
|
756
|
+
"AddLicenseSpecifications":{"shape":"LicenseSpecifications"},
|
757
|
+
"RemoveLicenseSpecifications":{"shape":"LicenseSpecifications"}
|
758
|
+
}
|
759
|
+
},
|
760
|
+
"UpdateLicenseSpecificationsForResourceResponse":{
|
761
|
+
"type":"structure",
|
762
|
+
"members":{
|
763
|
+
}
|
764
|
+
},
|
765
|
+
"UpdateServiceSettingsRequest":{
|
766
|
+
"type":"structure",
|
767
|
+
"members":{
|
768
|
+
"S3BucketArn":{"shape":"String"},
|
769
|
+
"SnsTopicArn":{"shape":"String"},
|
770
|
+
"OrganizationConfiguration":{"shape":"OrganizationConfiguration"},
|
771
|
+
"EnableCrossAccountsDiscovery":{"shape":"BoxBoolean"}
|
772
|
+
}
|
773
|
+
},
|
774
|
+
"UpdateServiceSettingsResponse":{
|
775
|
+
"type":"structure",
|
776
|
+
"members":{
|
777
|
+
}
|
778
|
+
}
|
779
|
+
}
|
780
|
+
}
|