aws-sdk-core 2.11.160 → 2.11.161

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 53e607d6fa3286f7901510f3d96d2ca586984c0a
4
- data.tar.gz: a962dbafcaaec4253959be3b987e384bda086452
3
+ metadata.gz: 9e280e4414e26bc0c5ec0ea39e23b08a2430e682
4
+ data.tar.gz: ede78ca53b3980c8ca88c89410ab31d6acc0f18b
5
5
  SHA512:
6
- metadata.gz: df29d179024b67b018efb9241cc064e21b10b446cfe2014a4b3c170cfac01091a5fe014495a98bb5e3970d64f7b6199b8898def8686b9b0657d08c32857b400c
7
- data.tar.gz: d8cd7a934c291d00d7eb3f642281178e0083e415c11e37db97bdc42b3706923ac461ce7f3e301fe9039eeb1ef0d17f91df1f0dfe73af417f860bfee079006089
6
+ metadata.gz: 4d5fe738abdfc24921db89e500eb83c32a6dae8a34766e7ed7b972c6e60031f18dae86d1d82d196d4cd4b41886a5bbda18fb17f4adf86cc3adcfe42fd9035730
7
+ data.tar.gz: 3a12b071cc2e11d02b211a030b8f59338ef506dc939de98a9ac001f75ed3a37ba34945108dd3c9373e6314cbb72434e333cceb25f6024e047e989c171164efac
@@ -2105,7 +2105,13 @@
2105
2105
  "AWS::ElasticBeanstalk::ApplicationVersion",
2106
2106
  "AWS::ElasticBeanstalk::Environment",
2107
2107
  "AWS::ElasticLoadBalancing::LoadBalancer",
2108
- "AWS::XRay::EncryptionConfig"
2108
+ "AWS::XRay::EncryptionConfig",
2109
+ "AWS::SSM::AssociationCompliance",
2110
+ "AWS::SSM::PatchCompliance",
2111
+ "AWS::Shield::Protection",
2112
+ "AWS::ShieldRegional::Protection",
2113
+ "AWS::Config::ResourceCompliance",
2114
+ "AWS::CodePipeline::Pipeline"
2109
2115
  ]
2110
2116
  },
2111
2117
  "ResourceTypeList":{
@@ -4,6 +4,7 @@
4
4
  "endpointPrefix" : "greengrass",
5
5
  "signingName" : "greengrass",
6
6
  "serviceFullName" : "AWS Greengrass",
7
+ "serviceId" : "Greengrass",
7
8
  "protocol" : "rest-json",
8
9
  "jsonVersion" : "1.1",
9
10
  "uid" : "greengrass-2017-06-07",
@@ -515,6 +516,23 @@
515
516
  "shape" : "InternalServerErrorException"
516
517
  } ]
517
518
  },
519
+ "GetBulkDeploymentStatus" : {
520
+ "name" : "GetBulkDeploymentStatus",
521
+ "http" : {
522
+ "method" : "GET",
523
+ "requestUri" : "/greengrass/bulk/deployments/{BulkDeploymentId}/status",
524
+ "responseCode" : 200
525
+ },
526
+ "input" : {
527
+ "shape" : "GetBulkDeploymentStatusRequest"
528
+ },
529
+ "output" : {
530
+ "shape" : "GetBulkDeploymentStatusResponse"
531
+ },
532
+ "errors" : [ {
533
+ "shape" : "BadRequestException"
534
+ } ]
535
+ },
518
536
  "GetConnectivityInfo" : {
519
537
  "name" : "GetConnectivityInfo",
520
538
  "http" : {
@@ -844,6 +862,40 @@
844
862
  "shape" : "BadRequestException"
845
863
  } ]
846
864
  },
865
+ "ListBulkDeploymentDetailedReports" : {
866
+ "name" : "ListBulkDeploymentDetailedReports",
867
+ "http" : {
868
+ "method" : "GET",
869
+ "requestUri" : "/greengrass/bulk/deployments/{BulkDeploymentId}/detailed-reports",
870
+ "responseCode" : 200
871
+ },
872
+ "input" : {
873
+ "shape" : "ListBulkDeploymentDetailedReportsRequest"
874
+ },
875
+ "output" : {
876
+ "shape" : "ListBulkDeploymentDetailedReportsResponse"
877
+ },
878
+ "errors" : [ {
879
+ "shape" : "BadRequestException"
880
+ } ]
881
+ },
882
+ "ListBulkDeployments" : {
883
+ "name" : "ListBulkDeployments",
884
+ "http" : {
885
+ "method" : "GET",
886
+ "requestUri" : "/greengrass/bulk/deployments",
887
+ "responseCode" : 200
888
+ },
889
+ "input" : {
890
+ "shape" : "ListBulkDeploymentsRequest"
891
+ },
892
+ "output" : {
893
+ "shape" : "ListBulkDeploymentsResponse"
894
+ },
895
+ "errors" : [ {
896
+ "shape" : "BadRequestException"
897
+ } ]
898
+ },
847
899
  "ListCoreDefinitionVersions" : {
848
900
  "name" : "ListCoreDefinitionVersions",
849
901
  "http" : {
@@ -1121,6 +1173,40 @@
1121
1173
  "shape" : "BadRequestException"
1122
1174
  } ]
1123
1175
  },
1176
+ "StartBulkDeployment" : {
1177
+ "name" : "StartBulkDeployment",
1178
+ "http" : {
1179
+ "method" : "POST",
1180
+ "requestUri" : "/greengrass/bulk/deployments",
1181
+ "responseCode" : 200
1182
+ },
1183
+ "input" : {
1184
+ "shape" : "StartBulkDeploymentRequest"
1185
+ },
1186
+ "output" : {
1187
+ "shape" : "StartBulkDeploymentResponse"
1188
+ },
1189
+ "errors" : [ {
1190
+ "shape" : "BadRequestException"
1191
+ } ]
1192
+ },
1193
+ "StopBulkDeployment" : {
1194
+ "name" : "StopBulkDeployment",
1195
+ "http" : {
1196
+ "method" : "PUT",
1197
+ "requestUri" : "/greengrass/bulk/deployments/{BulkDeploymentId}/$stop",
1198
+ "responseCode" : 200
1199
+ },
1200
+ "input" : {
1201
+ "shape" : "StopBulkDeploymentRequest"
1202
+ },
1203
+ "output" : {
1204
+ "shape" : "StopBulkDeploymentResponse"
1205
+ },
1206
+ "errors" : [ {
1207
+ "shape" : "BadRequestException"
1208
+ } ]
1209
+ },
1124
1210
  "UpdateConnectivityInfo" : {
1125
1211
  "name" : "UpdateConnectivityInfo",
1126
1212
  "http" : {
@@ -1333,6 +1419,79 @@
1333
1419
  "httpStatusCode" : 400
1334
1420
  }
1335
1421
  },
1422
+ "BulkDeployment" : {
1423
+ "type" : "structure",
1424
+ "members" : {
1425
+ "BulkDeploymentArn" : {
1426
+ "shape" : "__string"
1427
+ },
1428
+ "BulkDeploymentId" : {
1429
+ "shape" : "__string"
1430
+ },
1431
+ "CreatedAt" : {
1432
+ "shape" : "__string"
1433
+ }
1434
+ }
1435
+ },
1436
+ "BulkDeploymentMetrics" : {
1437
+ "type" : "structure",
1438
+ "members" : {
1439
+ "InvalidInputRecords" : {
1440
+ "shape" : "__integer"
1441
+ },
1442
+ "RecordsProcessed" : {
1443
+ "shape" : "__integer"
1444
+ },
1445
+ "RetryAttempts" : {
1446
+ "shape" : "__integer"
1447
+ }
1448
+ }
1449
+ },
1450
+ "BulkDeploymentResult" : {
1451
+ "type" : "structure",
1452
+ "members" : {
1453
+ "CreatedAt" : {
1454
+ "shape" : "__string"
1455
+ },
1456
+ "DeploymentArn" : {
1457
+ "shape" : "__string"
1458
+ },
1459
+ "DeploymentId" : {
1460
+ "shape" : "__string"
1461
+ },
1462
+ "DeploymentStatus" : {
1463
+ "shape" : "__string"
1464
+ },
1465
+ "DeploymentType" : {
1466
+ "shape" : "DeploymentType"
1467
+ },
1468
+ "ErrorDetails" : {
1469
+ "shape" : "ErrorDetails"
1470
+ },
1471
+ "ErrorMessage" : {
1472
+ "shape" : "__string"
1473
+ },
1474
+ "GroupArn" : {
1475
+ "shape" : "__string"
1476
+ }
1477
+ }
1478
+ },
1479
+ "BulkDeploymentResults" : {
1480
+ "type" : "list",
1481
+ "member" : {
1482
+ "shape" : "BulkDeploymentResult"
1483
+ }
1484
+ },
1485
+ "BulkDeploymentStatus" : {
1486
+ "type" : "string",
1487
+ "enum" : [ "Initializing", "Running", "Completed", "Stopping", "Stopped", "Failed" ]
1488
+ },
1489
+ "BulkDeployments" : {
1490
+ "type" : "list",
1491
+ "member" : {
1492
+ "shape" : "BulkDeployment"
1493
+ }
1494
+ },
1336
1495
  "ConnectivityInfo" : {
1337
1496
  "type" : "structure",
1338
1497
  "members" : {
@@ -2375,6 +2534,37 @@
2375
2534
  }
2376
2535
  }
2377
2536
  },
2537
+ "GetBulkDeploymentStatusRequest" : {
2538
+ "type" : "structure",
2539
+ "members" : {
2540
+ "BulkDeploymentId" : {
2541
+ "shape" : "__string",
2542
+ "location" : "uri",
2543
+ "locationName" : "BulkDeploymentId"
2544
+ }
2545
+ },
2546
+ "required" : [ "BulkDeploymentId" ]
2547
+ },
2548
+ "GetBulkDeploymentStatusResponse" : {
2549
+ "type" : "structure",
2550
+ "members" : {
2551
+ "BulkDeploymentMetrics" : {
2552
+ "shape" : "BulkDeploymentMetrics"
2553
+ },
2554
+ "BulkDeploymentStatus" : {
2555
+ "shape" : "BulkDeploymentStatus"
2556
+ },
2557
+ "CreatedAt" : {
2558
+ "shape" : "__string"
2559
+ },
2560
+ "ErrorDetails" : {
2561
+ "shape" : "ErrorDetails"
2562
+ },
2563
+ "ErrorMessage" : {
2564
+ "shape" : "__string"
2565
+ }
2566
+ }
2567
+ },
2378
2568
  "GetConnectivityInfoRequest" : {
2379
2569
  "type" : "structure",
2380
2570
  "members" : {
@@ -2466,6 +2656,9 @@
2466
2656
  "Id" : {
2467
2657
  "shape" : "__string"
2468
2658
  },
2659
+ "NextToken" : {
2660
+ "shape" : "__string"
2661
+ },
2469
2662
  "Version" : {
2470
2663
  "shape" : "__string"
2471
2664
  }
@@ -2556,6 +2749,11 @@
2556
2749
  "shape" : "__string",
2557
2750
  "location" : "uri",
2558
2751
  "locationName" : "DeviceDefinitionVersionId"
2752
+ },
2753
+ "NextToken" : {
2754
+ "shape" : "__string",
2755
+ "location" : "querystring",
2756
+ "locationName" : "NextToken"
2559
2757
  }
2560
2758
  },
2561
2759
  "required" : [ "DeviceDefinitionVersionId", "DeviceDefinitionId" ]
@@ -2575,6 +2773,9 @@
2575
2773
  "Id" : {
2576
2774
  "shape" : "__string"
2577
2775
  },
2776
+ "NextToken" : {
2777
+ "shape" : "__string"
2778
+ },
2578
2779
  "Version" : {
2579
2780
  "shape" : "__string"
2580
2781
  }
@@ -2629,6 +2830,11 @@
2629
2830
  "shape" : "__string",
2630
2831
  "location" : "uri",
2631
2832
  "locationName" : "FunctionDefinitionVersionId"
2833
+ },
2834
+ "NextToken" : {
2835
+ "shape" : "__string",
2836
+ "location" : "querystring",
2837
+ "locationName" : "NextToken"
2632
2838
  }
2633
2839
  },
2634
2840
  "required" : [ "FunctionDefinitionId", "FunctionDefinitionVersionId" ]
@@ -2648,6 +2854,9 @@
2648
2854
  "Id" : {
2649
2855
  "shape" : "__string"
2650
2856
  },
2857
+ "NextToken" : {
2858
+ "shape" : "__string"
2859
+ },
2651
2860
  "Version" : {
2652
2861
  "shape" : "__string"
2653
2862
  }
@@ -2830,6 +3039,11 @@
2830
3039
  "shape" : "__string",
2831
3040
  "location" : "uri",
2832
3041
  "locationName" : "LoggerDefinitionVersionId"
3042
+ },
3043
+ "NextToken" : {
3044
+ "shape" : "__string",
3045
+ "location" : "querystring",
3046
+ "locationName" : "NextToken"
2833
3047
  }
2834
3048
  },
2835
3049
  "required" : [ "LoggerDefinitionVersionId", "LoggerDefinitionId" ]
@@ -2982,6 +3196,11 @@
2982
3196
  "GetSubscriptionDefinitionVersionRequest" : {
2983
3197
  "type" : "structure",
2984
3198
  "members" : {
3199
+ "NextToken" : {
3200
+ "shape" : "__string",
3201
+ "location" : "querystring",
3202
+ "locationName" : "NextToken"
3203
+ },
2985
3204
  "SubscriptionDefinitionId" : {
2986
3205
  "shape" : "__string",
2987
3206
  "location" : "uri",
@@ -3010,6 +3229,9 @@
3010
3229
  "Id" : {
3011
3230
  "shape" : "__string"
3012
3231
  },
3232
+ "NextToken" : {
3233
+ "shape" : "__string"
3234
+ },
3013
3235
  "Version" : {
3014
3236
  "shape" : "__string"
3015
3237
  }
@@ -3115,6 +3337,64 @@
3115
3337
  "httpStatusCode" : 500
3116
3338
  }
3117
3339
  },
3340
+ "ListBulkDeploymentDetailedReportsRequest" : {
3341
+ "type" : "structure",
3342
+ "members" : {
3343
+ "BulkDeploymentId" : {
3344
+ "shape" : "__string",
3345
+ "location" : "uri",
3346
+ "locationName" : "BulkDeploymentId"
3347
+ },
3348
+ "MaxResults" : {
3349
+ "shape" : "__string",
3350
+ "location" : "querystring",
3351
+ "locationName" : "MaxResults"
3352
+ },
3353
+ "NextToken" : {
3354
+ "shape" : "__string",
3355
+ "location" : "querystring",
3356
+ "locationName" : "NextToken"
3357
+ }
3358
+ },
3359
+ "required" : [ "BulkDeploymentId" ]
3360
+ },
3361
+ "ListBulkDeploymentDetailedReportsResponse" : {
3362
+ "type" : "structure",
3363
+ "members" : {
3364
+ "Deployments" : {
3365
+ "shape" : "BulkDeploymentResults"
3366
+ },
3367
+ "NextToken" : {
3368
+ "shape" : "__string"
3369
+ }
3370
+ }
3371
+ },
3372
+ "ListBulkDeploymentsRequest" : {
3373
+ "type" : "structure",
3374
+ "members" : {
3375
+ "MaxResults" : {
3376
+ "shape" : "__string",
3377
+ "location" : "querystring",
3378
+ "locationName" : "MaxResults"
3379
+ },
3380
+ "NextToken" : {
3381
+ "shape" : "__string",
3382
+ "location" : "querystring",
3383
+ "locationName" : "NextToken"
3384
+ }
3385
+ }
3386
+ },
3387
+ "ListBulkDeploymentsResponse" : {
3388
+ "type" : "structure",
3389
+ "members" : {
3390
+ "BulkDeployments" : {
3391
+ "shape" : "BulkDeployments"
3392
+ },
3393
+ "NextToken" : {
3394
+ "shape" : "__string"
3395
+ }
3396
+ }
3397
+ },
3118
3398
  "ListCoreDefinitionVersionsRequest" : {
3119
3399
  "type" : "structure",
3120
3400
  "members" : {
@@ -3775,6 +4055,48 @@
3775
4055
  "type" : "string",
3776
4056
  "enum" : [ "core", "ota_agent" ]
3777
4057
  },
4058
+ "StartBulkDeploymentRequest" : {
4059
+ "type" : "structure",
4060
+ "members" : {
4061
+ "AmznClientToken" : {
4062
+ "shape" : "__string",
4063
+ "location" : "header",
4064
+ "locationName" : "X-Amzn-Client-Token"
4065
+ },
4066
+ "ExecutionRoleArn" : {
4067
+ "shape" : "__string"
4068
+ },
4069
+ "InputFileUri" : {
4070
+ "shape" : "__string"
4071
+ }
4072
+ }
4073
+ },
4074
+ "StartBulkDeploymentResponse" : {
4075
+ "type" : "structure",
4076
+ "members" : {
4077
+ "BulkDeploymentArn" : {
4078
+ "shape" : "__string"
4079
+ },
4080
+ "BulkDeploymentId" : {
4081
+ "shape" : "__string"
4082
+ }
4083
+ }
4084
+ },
4085
+ "StopBulkDeploymentRequest" : {
4086
+ "type" : "structure",
4087
+ "members" : {
4088
+ "BulkDeploymentId" : {
4089
+ "shape" : "__string",
4090
+ "location" : "uri",
4091
+ "locationName" : "BulkDeploymentId"
4092
+ }
4093
+ },
4094
+ "required" : [ "BulkDeploymentId" ]
4095
+ },
4096
+ "StopBulkDeploymentResponse" : {
4097
+ "type" : "structure",
4098
+ "members" : { }
4099
+ },
3778
4100
  "Subscription" : {
3779
4101
  "type" : "structure",
3780
4102
  "members" : {
@@ -4112,8 +4434,13 @@
4112
4434
  "__string" : {
4113
4435
  "type" : "string"
4114
4436
  },
4115
- "__timestamp" : {
4116
- "type" : "timestamp"
4437
+ "__timestampIso8601" : {
4438
+ "type" : "timestamp",
4439
+ "timestampFormat" : "iso8601"
4440
+ },
4441
+ "__timestampUnix" : {
4442
+ "type" : "timestamp",
4443
+ "timestampFormat" : "unixTimestamp"
4117
4444
  }
4118
4445
  }
4119
4446
  }
@@ -98,7 +98,7 @@
98
98
  },
99
99
  "ContentType":{
100
100
  "type":"string",
101
- "pattern":"^[\\w\\-\\/\\.]{1,255}$"
101
+ "pattern":"^[\\w\\-\\/\\.\\+]{1,255}$"
102
102
  },
103
103
  "DeleteObjectRequest":{
104
104
  "type":"structure",
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.160'
2
+ VERSION = '2.11.161'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.160
4
+ version: 2.11.161
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-10-30 00:00:00.000000000 Z
11
+ date: 2018-10-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath