aws-sdk-core 2.11.454 → 2.11.455

Sign up to get free protection for your applications and to get access to all the features.
@@ -168,7 +168,8 @@
168
168
  "output":{"shape":"DeleteRemediationConfigurationResponse"},
169
169
  "errors":[
170
170
  {"shape":"NoSuchRemediationConfigurationException"},
171
- {"shape":"RemediationInProgressException"}
171
+ {"shape":"RemediationInProgressException"},
172
+ {"shape":"InsufficientPermissionsException"}
172
173
  ]
173
174
  },
174
175
  "DeleteRemediationExceptions":{
@@ -985,6 +986,21 @@
985
986
  {"shape":"MaxNumberOfRetentionConfigurationsExceededException"}
986
987
  ]
987
988
  },
989
+ "SelectAggregateResourceConfig":{
990
+ "name":"SelectAggregateResourceConfig",
991
+ "http":{
992
+ "method":"POST",
993
+ "requestUri":"/"
994
+ },
995
+ "input":{"shape":"SelectAggregateResourceConfigRequest"},
996
+ "output":{"shape":"SelectAggregateResourceConfigResponse"},
997
+ "errors":[
998
+ {"shape":"InvalidExpressionException"},
999
+ {"shape":"NoSuchConfigurationAggregatorException"},
1000
+ {"shape":"InvalidLimitException"},
1001
+ {"shape":"InvalidNextTokenException"}
1002
+ ]
1003
+ },
988
1004
  "SelectResourceConfig":{
989
1005
  "name":"SelectResourceConfig",
990
1006
  "http":{
@@ -1216,7 +1232,7 @@
1216
1232
  "AllSupported":{"type":"boolean"},
1217
1233
  "AmazonResourceName":{
1218
1234
  "type":"string",
1219
- "max":256,
1235
+ "max":1000,
1220
1236
  "min":1
1221
1237
  },
1222
1238
  "Annotation":{
@@ -1407,9 +1423,9 @@
1407
1423
  "type":"structure",
1408
1424
  "required":["Source"],
1409
1425
  "members":{
1410
- "ConfigRuleName":{"shape":"StringWithCharLimit64"},
1411
- "ConfigRuleArn":{"shape":"String"},
1412
- "ConfigRuleId":{"shape":"String"},
1426
+ "ConfigRuleName":{"shape":"ConfigRuleName"},
1427
+ "ConfigRuleArn":{"shape":"StringWithCharLimit256"},
1428
+ "ConfigRuleId":{"shape":"StringWithCharLimit64"},
1413
1429
  "Description":{"shape":"EmptiableStringWithCharLimit256"},
1414
1430
  "Scope":{"shape":"Scope"},
1415
1431
  "Source":{"shape":"Source"},
@@ -1445,7 +1461,7 @@
1445
1461
  "ConfigRuleEvaluationStatus":{
1446
1462
  "type":"structure",
1447
1463
  "members":{
1448
- "ConfigRuleName":{"shape":"StringWithCharLimit64"},
1464
+ "ConfigRuleName":{"shape":"ConfigRuleName"},
1449
1465
  "ConfigRuleArn":{"shape":"String"},
1450
1466
  "ConfigRuleId":{"shape":"String"},
1451
1467
  "LastSuccessfulInvocationTime":{"shape":"Date"},
@@ -1453,6 +1469,7 @@
1453
1469
  "LastSuccessfulEvaluationTime":{"shape":"Date"},
1454
1470
  "LastFailedEvaluationTime":{"shape":"Date"},
1455
1471
  "FirstActivatedTime":{"shape":"Date"},
1472
+ "LastDeactivatedTime":{"shape":"Date"},
1456
1473
  "LastErrorCode":{"shape":"String"},
1457
1474
  "LastErrorMessage":{"shape":"String"},
1458
1475
  "FirstEvaluationStarted":{"shape":"Boolean"}
@@ -1833,7 +1850,7 @@
1833
1850
  "type":"structure",
1834
1851
  "required":["ConfigRuleName"],
1835
1852
  "members":{
1836
- "ConfigRuleName":{"shape":"StringWithCharLimit64"}
1853
+ "ConfigRuleName":{"shape":"ConfigRuleName"}
1837
1854
  }
1838
1855
  },
1839
1856
  "DeleteConfigurationAggregatorRequest":{
@@ -1906,7 +1923,7 @@
1906
1923
  "required":["ConfigRuleName"],
1907
1924
  "members":{
1908
1925
  "ConfigRuleName":{"shape":"ConfigRuleName"},
1909
- "ResourceType":{"shape":"String"}
1926
+ "ResourceType":{"shape":"StringWithCharLimit256"}
1910
1927
  }
1911
1928
  },
1912
1929
  "DeleteRemediationConfigurationResponse":{
@@ -2427,7 +2444,7 @@
2427
2444
  "EvaluationResultQualifier":{
2428
2445
  "type":"structure",
2429
2446
  "members":{
2430
- "ConfigRuleName":{"shape":"StringWithCharLimit64"},
2447
+ "ConfigRuleName":{"shape":"ConfigRuleName"},
2431
2448
  "ResourceType":{"shape":"StringWithCharLimit256"},
2432
2449
  "ResourceId":{"shape":"BaseResourceId"}
2433
2450
  }
@@ -3645,7 +3662,7 @@
3645
3662
  },
3646
3663
  "ReevaluateConfigRuleNames":{
3647
3664
  "type":"list",
3648
- "member":{"shape":"StringWithCharLimit64"},
3665
+ "member":{"shape":"ConfigRuleName"},
3649
3666
  "max":25,
3650
3667
  "min":1
3651
3668
  },
@@ -3679,9 +3696,9 @@
3679
3696
  "ConfigRuleName":{"shape":"ConfigRuleName"},
3680
3697
  "TargetType":{"shape":"RemediationTargetType"},
3681
3698
  "TargetId":{"shape":"StringWithCharLimit256"},
3682
- "TargetVersion":{"shape":"String"},
3699
+ "TargetVersion":{"shape":"StringWithCharLimit256"},
3683
3700
  "Parameters":{"shape":"RemediationParameters"},
3684
- "ResourceType":{"shape":"String"},
3701
+ "ResourceType":{"shape":"StringWithCharLimit256"},
3685
3702
  "Automatic":{"shape":"Boolean"},
3686
3703
  "ExecutionControls":{"shape":"ExecutionControls"},
3687
3704
  "MaximumAutomaticAttempts":{"shape":"AutoRemediationAttempts"},
@@ -3904,62 +3921,111 @@
3904
3921
  "ResourceType":{
3905
3922
  "type":"string",
3906
3923
  "enum":[
3924
+ "AWS::ACM::Certificate",
3925
+ "AWS::ApiGateway::DomainName",
3926
+ "AWS::ApiGateway::Method",
3927
+ "AWS::ApiGateway::RestApi",
3928
+ "AWS::ApiGateway::Stage",
3929
+ "AWS::ApiGatewayV2::Api",
3930
+ "AWS::ApiGatewayV2::DomainName",
3931
+ "AWS::ApiGatewayV2::Stage",
3932
+ "AWS::AutoScaling::AutoScalingGroup",
3933
+ "AWS::AutoScaling::LaunchConfiguration",
3934
+ "AWS::AutoScaling::ScalingPolicy",
3935
+ "AWS::AutoScaling::ScheduledAction",
3936
+ "AWS::CloudFormation::Stack",
3937
+ "AWS::CloudFront::Distribution",
3938
+ "AWS::CloudFront::StreamingDistribution",
3939
+ "AWS::CloudTrail::Trail",
3940
+ "AWS::CloudWatch::Alarm",
3941
+ "AWS::CodeBuild::Project",
3942
+ "AWS::CodePipeline::Pipeline",
3943
+ "AWS::Config::ResourceCompliance",
3944
+ "AWS::DynamoDB::Table",
3907
3945
  "AWS::EC2::CustomerGateway",
3946
+ "AWS::EC2::EgressOnlyInternetGateway",
3908
3947
  "AWS::EC2::EIP",
3948
+ "AWS::EC2::FlowLog",
3909
3949
  "AWS::EC2::Host",
3910
3950
  "AWS::EC2::Instance",
3911
3951
  "AWS::EC2::InternetGateway",
3952
+ "AWS::EC2::NatGateway",
3912
3953
  "AWS::EC2::NetworkAcl",
3913
3954
  "AWS::EC2::NetworkInterface",
3955
+ "AWS::EC2::RegisteredHAInstance",
3914
3956
  "AWS::EC2::RouteTable",
3915
3957
  "AWS::EC2::SecurityGroup",
3916
3958
  "AWS::EC2::Subnet",
3917
- "AWS::CloudTrail::Trail",
3918
3959
  "AWS::EC2::Volume",
3919
3960
  "AWS::EC2::VPC",
3920
- "AWS::EC2::VPNConnection",
3921
- "AWS::EC2::VPNGateway",
3922
- "AWS::EC2::RegisteredHAInstance",
3923
- "AWS::EC2::NatGateway",
3924
- "AWS::EC2::EgressOnlyInternetGateway",
3925
3961
  "AWS::EC2::VPCEndpoint",
3926
3962
  "AWS::EC2::VPCEndpointService",
3927
- "AWS::EC2::FlowLog",
3928
3963
  "AWS::EC2::VPCPeeringConnection",
3964
+ "AWS::EC2::VPNConnection",
3965
+ "AWS::EC2::VPNGateway",
3966
+ "AWS::ECR::Repository",
3967
+ "AWS::ECS::Cluster",
3968
+ "AWS::ECS::PrimaryTaskSet",
3969
+ "AWS::ECS::Service",
3970
+ "AWS::ECS::TaskDefinition",
3971
+ "AWS::ECS::TaskSet",
3972
+ "AWS::EKS::Cluster",
3973
+ "AWS::EKS::Nodegroup",
3974
+ "AWS::ElasticBeanstalk::Application",
3975
+ "AWS::ElasticBeanstalk::ApplicationVersion",
3976
+ "AWS::ElasticBeanstalk::Environment",
3977
+ "AWS::ElasticLoadBalancing::LoadBalancer",
3978
+ "AWS::ElasticLoadBalancingV2::LoadBalancer",
3979
+ "AWS::Elasticsearch::Domain",
3929
3980
  "AWS::IAM::Group",
3930
3981
  "AWS::IAM::Policy",
3931
3982
  "AWS::IAM::Role",
3932
3983
  "AWS::IAM::User",
3933
- "AWS::ElasticLoadBalancingV2::LoadBalancer",
3934
- "AWS::ACM::Certificate",
3984
+ "AWS::Kinesis::Stream",
3985
+ "AWS::Kinesis::StreamConsumer",
3986
+ "AWS::KinesisAnalytics::Application",
3987
+ "AWS::KinesisAnalytics::ApplicationOutput",
3988
+ "AWS::KinesisAnalytics::ApplicationReferenceDataSource",
3989
+ "AWS::KinesisAnalyticsV2::Application",
3990
+ "AWS::KinesisAnalyticsV2::ApplicationCloudWatchLoggingOption",
3991
+ "AWS::KinesisAnalyticsV2::ApplicationOutput",
3992
+ "AWS::KinesisAnalyticsV2::ApplicationReferenceDataSource",
3993
+ "AWS::KinesisFirehose::DeliveryStream",
3994
+ "AWS::KMS::Key",
3995
+ "AWS::Lambda::Alias",
3996
+ "AWS::Lambda::Function",
3997
+ "AWS::LicenseManager::LicenseConfiguration",
3998
+ "AWS::MobileHub::Project",
3999
+ "AWS::QLDB::Ledger",
4000
+ "AWS::RDS::DBCluster",
4001
+ "AWS::RDS::DBClusterParameterGroup",
4002
+ "AWS::RDS::DBClusterSnapshot",
3935
4003
  "AWS::RDS::DBInstance",
3936
- "AWS::RDS::DBParameterGroup",
3937
4004
  "AWS::RDS::DBOptionGroup",
3938
- "AWS::RDS::DBSubnetGroup",
4005
+ "AWS::RDS::DBParameterGroup",
3939
4006
  "AWS::RDS::DBSecurityGroup",
3940
4007
  "AWS::RDS::DBSnapshot",
3941
- "AWS::RDS::DBCluster",
3942
- "AWS::RDS::DBClusterParameterGroup",
3943
- "AWS::RDS::DBClusterSnapshot",
4008
+ "AWS::RDS::DBSubnetGroup",
3944
4009
  "AWS::RDS::EventSubscription",
3945
- "AWS::S3::Bucket",
3946
- "AWS::S3::AccountPublicAccessBlock",
3947
4010
  "AWS::Redshift::Cluster",
3948
- "AWS::Redshift::ClusterSnapshot",
3949
4011
  "AWS::Redshift::ClusterParameterGroup",
3950
4012
  "AWS::Redshift::ClusterSecurityGroup",
4013
+ "AWS::Redshift::ClusterSnapshot",
3951
4014
  "AWS::Redshift::ClusterSubnetGroup",
3952
4015
  "AWS::Redshift::EventSubscription",
4016
+ "AWS::S3::AccountPublicAccessBlock",
4017
+ "AWS::S3::Bucket",
4018
+ "AWS::SecretsManager::Secret",
4019
+ "AWS::ServiceCatalog::CloudFormationProduct",
4020
+ "AWS::ServiceCatalog::CloudFormationProvisionedProduct",
4021
+ "AWS::ServiceCatalog::Portfolio",
4022
+ "AWS::Shield::Protection",
4023
+ "AWS::ShieldRegional::Protection",
4024
+ "AWS::SNS::Topic",
4025
+ "AWS::SQS::Queue",
4026
+ "AWS::SSM::AssociationCompliance",
3953
4027
  "AWS::SSM::ManagedInstanceInventory",
3954
- "AWS::CloudWatch::Alarm",
3955
- "AWS::CloudFormation::Stack",
3956
- "AWS::ElasticLoadBalancing::LoadBalancer",
3957
- "AWS::AutoScaling::AutoScalingGroup",
3958
- "AWS::AutoScaling::LaunchConfiguration",
3959
- "AWS::AutoScaling::ScalingPolicy",
3960
- "AWS::AutoScaling::ScheduledAction",
3961
- "AWS::DynamoDB::Table",
3962
- "AWS::CodeBuild::Project",
4028
+ "AWS::SSM::PatchCompliance",
3963
4029
  "AWS::WAF::RateBasedRule",
3964
4030
  "AWS::WAF::Rule",
3965
4031
  "AWS::WAF::RuleGroup",
@@ -3968,32 +4034,12 @@
3968
4034
  "AWS::WAFRegional::Rule",
3969
4035
  "AWS::WAFRegional::RuleGroup",
3970
4036
  "AWS::WAFRegional::WebACL",
3971
- "AWS::CloudFront::Distribution",
3972
- "AWS::CloudFront::StreamingDistribution",
3973
- "AWS::Lambda::Alias",
3974
- "AWS::Lambda::Function",
3975
- "AWS::ElasticBeanstalk::Application",
3976
- "AWS::ElasticBeanstalk::ApplicationVersion",
3977
- "AWS::ElasticBeanstalk::Environment",
3978
- "AWS::MobileHub::Project",
3979
- "AWS::XRay::EncryptionConfig",
3980
- "AWS::SSM::AssociationCompliance",
3981
- "AWS::SSM::PatchCompliance",
3982
- "AWS::Shield::Protection",
3983
- "AWS::ShieldRegional::Protection",
3984
- "AWS::Config::ResourceCompliance",
3985
- "AWS::LicenseManager::LicenseConfiguration",
3986
- "AWS::ApiGateway::DomainName",
3987
- "AWS::ApiGateway::Method",
3988
- "AWS::ApiGateway::Stage",
3989
- "AWS::ApiGateway::RestApi",
3990
- "AWS::ApiGatewayV2::DomainName",
3991
- "AWS::ApiGatewayV2::Stage",
3992
- "AWS::ApiGatewayV2::Api",
3993
- "AWS::CodePipeline::Pipeline",
3994
- "AWS::ServiceCatalog::CloudFormationProvisionedProduct",
3995
- "AWS::ServiceCatalog::CloudFormationProduct",
3996
- "AWS::ServiceCatalog::Portfolio"
4037
+ "AWS::WAFv2::WebACL",
4038
+ "AWS::WAFv2::RuleGroup",
4039
+ "AWS::WAFv2::IPSet",
4040
+ "AWS::WAFv2::RegexPatternSet",
4041
+ "AWS::WAFv2::ManagedRuleSet",
4042
+ "AWS::XRay::EncryptionConfig"
3997
4043
  ]
3998
4044
  },
3999
4045
  "ResourceTypeList":{
@@ -4084,6 +4130,28 @@
4084
4130
  "ComplianceResourceId":{"shape":"BaseResourceId"}
4085
4131
  }
4086
4132
  },
4133
+ "SelectAggregateResourceConfigRequest":{
4134
+ "type":"structure",
4135
+ "required":[
4136
+ "Expression",
4137
+ "ConfigurationAggregatorName"
4138
+ ],
4139
+ "members":{
4140
+ "Expression":{"shape":"Expression"},
4141
+ "ConfigurationAggregatorName":{"shape":"ConfigurationAggregatorName"},
4142
+ "Limit":{"shape":"Limit"},
4143
+ "MaxResults":{"shape":"Limit"},
4144
+ "NextToken":{"shape":"NextToken"}
4145
+ }
4146
+ },
4147
+ "SelectAggregateResourceConfigResponse":{
4148
+ "type":"structure",
4149
+ "members":{
4150
+ "Results":{"shape":"Results"},
4151
+ "QueryInfo":{"shape":"QueryInfo"},
4152
+ "NextToken":{"shape":"NextToken"}
4153
+ }
4154
+ },
4087
4155
  "SelectResourceConfigRequest":{
4088
4156
  "type":"structure",
4089
4157
  "required":["Expression"],
@@ -16,6 +16,11 @@
16
16
  "limit_key": "limit",
17
17
  "output_token": "nextToken",
18
18
  "result_key": "configurationItems"
19
+ },
20
+ "SelectAggregateResourceConfig": {
21
+ "input_token": "NextToken",
22
+ "limit_key": "MaxResults",
23
+ "output_token": "NextToken"
19
24
  }
20
25
  }
21
26
  }
@@ -1353,6 +1353,21 @@
1353
1353
  {"shape":"OperationTimeoutException"}
1354
1354
  ]
1355
1355
  },
1356
+ "ListMLTransforms":{
1357
+ "name":"ListMLTransforms",
1358
+ "http":{
1359
+ "method":"POST",
1360
+ "requestUri":"/"
1361
+ },
1362
+ "input":{"shape":"ListMLTransformsRequest"},
1363
+ "output":{"shape":"ListMLTransformsResponse"},
1364
+ "errors":[
1365
+ {"shape":"EntityNotFoundException"},
1366
+ {"shape":"InvalidInputException"},
1367
+ {"shape":"OperationTimeoutException"},
1368
+ {"shape":"InternalServiceException"}
1369
+ ]
1370
+ },
1356
1371
  "ListTriggers":{
1357
1372
  "name":"ListTriggers",
1358
1373
  "http":{
@@ -2855,7 +2870,8 @@
2855
2870
  "WorkerType":{"shape":"WorkerType"},
2856
2871
  "NumberOfWorkers":{"shape":"NullableInteger"},
2857
2872
  "Timeout":{"shape":"Timeout"},
2858
- "MaxRetries":{"shape":"NullableInteger"}
2873
+ "MaxRetries":{"shape":"NullableInteger"},
2874
+ "Tags":{"shape":"TagsMap"}
2859
2875
  }
2860
2876
  },
2861
2877
  "CreateMLTransformResponse":{
@@ -4629,6 +4645,24 @@
4629
4645
  "NextToken":{"shape":"GenericString"}
4630
4646
  }
4631
4647
  },
4648
+ "ListMLTransformsRequest":{
4649
+ "type":"structure",
4650
+ "members":{
4651
+ "NextToken":{"shape":"PaginationToken"},
4652
+ "MaxResults":{"shape":"PageSize"},
4653
+ "Filter":{"shape":"TransformFilterCriteria"},
4654
+ "Sort":{"shape":"TransformSortCriteria"},
4655
+ "Tags":{"shape":"TagsMap"}
4656
+ }
4657
+ },
4658
+ "ListMLTransformsResponse":{
4659
+ "type":"structure",
4660
+ "required":["TransformIds"],
4661
+ "members":{
4662
+ "TransformIds":{"shape":"TransformIdList"},
4663
+ "NextToken":{"shape":"PaginationToken"}
4664
+ }
4665
+ },
4632
4666
  "ListTriggersRequest":{
4633
4667
  "type":"structure",
4634
4668
  "members":{
@@ -5736,6 +5770,10 @@
5736
5770
  "Schema":{"shape":"TransformSchema"}
5737
5771
  }
5738
5772
  },
5773
+ "TransformIdList":{
5774
+ "type":"list",
5775
+ "member":{"shape":"HashString"}
5776
+ },
5739
5777
  "TransformList":{
5740
5778
  "type":"list",
5741
5779
  "member":{"shape":"MLTransform"}
@@ -101,6 +101,11 @@
101
101
  "limit_key": "MaxResults",
102
102
  "output_token": "NextToken"
103
103
  },
104
+ "ListMLTransforms": {
105
+ "input_token": "NextToken",
106
+ "limit_key": "MaxResults",
107
+ "output_token": "NextToken"
108
+ },
104
109
  "ListTriggers": {
105
110
  "input_token": "NextToken",
106
111
  "limit_key": "MaxResults",
@@ -880,6 +880,23 @@
880
880
  {"shape":"ResourceUnavailableException"}
881
881
  ]
882
882
  },
883
+ "SearchDashboards":{
884
+ "name":"SearchDashboards",
885
+ "http":{
886
+ "method":"POST",
887
+ "requestUri":"/accounts/{AwsAccountId}/search/dashboards"
888
+ },
889
+ "input":{"shape":"SearchDashboardsRequest"},
890
+ "output":{"shape":"SearchDashboardsResponse"},
891
+ "errors":[
892
+ {"shape":"ThrottlingException"},
893
+ {"shape":"ResourceNotFoundException"},
894
+ {"shape":"InvalidParameterValueException"},
895
+ {"shape":"UnsupportedUserEditionException"},
896
+ {"shape":"InvalidNextTokenException"},
897
+ {"shape":"InternalFailureException"}
898
+ ]
899
+ },
883
900
  "TagResource":{
884
901
  "name":"TagResource",
885
902
  "http":{
@@ -1858,6 +1875,10 @@
1858
1875
  "COLUMN_REPLACEMENT_MISSING"
1859
1876
  ]
1860
1877
  },
1878
+ "DashboardFilterAttribute":{
1879
+ "type":"string",
1880
+ "enum":["QUICKSIGHT_USER"]
1881
+ },
1861
1882
  "DashboardName":{
1862
1883
  "type":"string",
1863
1884
  "max":2048,
@@ -1872,6 +1893,20 @@
1872
1893
  "SheetControlsOption":{"shape":"SheetControlsOption"}
1873
1894
  }
1874
1895
  },
1896
+ "DashboardSearchFilter":{
1897
+ "type":"structure",
1898
+ "required":["Operator"],
1899
+ "members":{
1900
+ "Operator":{"shape":"FilterOperator"},
1901
+ "Name":{"shape":"DashboardFilterAttribute"},
1902
+ "Value":{"shape":"String"}
1903
+ }
1904
+ },
1905
+ "DashboardSearchFilterList":{
1906
+ "type":"list",
1907
+ "member":{"shape":"DashboardSearchFilter"},
1908
+ "max":1
1909
+ },
1875
1910
  "DashboardSourceEntity":{
1876
1911
  "type":"structure",
1877
1912
  "members":{
@@ -3032,6 +3067,10 @@
3032
3067
  "ConditionExpression":{"shape":"Expression"}
3033
3068
  }
3034
3069
  },
3070
+ "FilterOperator":{
3071
+ "type":"string",
3072
+ "enum":["StringEquals"]
3073
+ },
3035
3074
  "GeoSpatialColumnGroup":{
3036
3075
  "type":"structure",
3037
3076
  "required":[
@@ -4516,6 +4555,35 @@
4516
4555
  "InputColumns":{"shape":"InputColumnList"}
4517
4556
  }
4518
4557
  },
4558
+ "SearchDashboardsRequest":{
4559
+ "type":"structure",
4560
+ "required":[
4561
+ "AwsAccountId",
4562
+ "Filters"
4563
+ ],
4564
+ "members":{
4565
+ "AwsAccountId":{
4566
+ "shape":"AwsAccountId",
4567
+ "location":"uri",
4568
+ "locationName":"AwsAccountId"
4569
+ },
4570
+ "Filters":{"shape":"DashboardSearchFilterList"},
4571
+ "NextToken":{"shape":"String"},
4572
+ "MaxResults":{"shape":"MaxResults"}
4573
+ }
4574
+ },
4575
+ "SearchDashboardsResponse":{
4576
+ "type":"structure",
4577
+ "members":{
4578
+ "DashboardSummaryList":{"shape":"DashboardSummaryList"},
4579
+ "NextToken":{"shape":"String"},
4580
+ "Status":{
4581
+ "shape":"StatusCode",
4582
+ "location":"statusCode"
4583
+ },
4584
+ "RequestId":{"shape":"String"}
4585
+ }
4586
+ },
4519
4587
  "ServiceNowParameters":{
4520
4588
  "type":"structure",
4521
4589
  "required":["SiteBaseUrl"],